@charset "utf-8";
/*----------------------------------------------------
 boywordshop.com style sheet [English and German]
 copyright © 2007 Tomo
------------------------------------------------------*/
html,body,p,h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	}
body {
	color: #FFF;	/* Sky blue */
	font-family : Arial;
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#E6E9EB;	/* Background gray */
	}
p {
	margin:0;
	padding:0;
	text-align:left;
	line-height:1.4;
	font-size: small;
	font-weight: normal;
	}
hr {
	margin: 30px 0;
	}

.clear{
	margin: 0;
	padding: 0;
	clear:left;
	}

th {	/* Table header */
	font-weight: normal;
	white-space: nowrap;
	padding-right: 10px;
	text-align: right;
}

a:link {
	color: #E6F6F9;	/* Pale blue */
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #E6F6F9;	/* Pale blue */
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #AFCCDF;	/* Sky blue */
	font-weight: bold;
	text-decoration: none;
}


/*----------------------------------------------------
  container
------------------------------------------------------*/
div#container{
	width: 780px;
	_width: 781px; /* WindowsIE Hack */
	margin:0 auto;
	padding: 0;
	text-align:left;
	}

/*----------------------------------------------------
  header
------------------------------------------------------*/
div#header {
	margin:0;
	padding:0;
	background: #094F91;	/* Medium blue */
	position:relative;
	}
div#header_language {
	color:#FFF;
	position:absolute;
	top:5px;
	right:10px;
	}
div#header_language a {
	font-size: small;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
	}
div#header_logo {
	width: 100%;
	text-align: center;
	padding:30px 0;
	}
div#header_navi {
	width:100%;
	height:20px;
	background: #094F91;	/* Medium blue */
	line-height:normal;
	margin:0;
	padding:0;
	font-size: small;
	text-align:center;
	}
div#header_navi ul {
	margin:0;
	padding:0;
	list-style:none;
	}
div#header_navi li {
	margin:0;
	font-weight: bold;
	color:#FFF;
	display:inline;
	}
div#header_navi a {
	color:#FFF;	/* #E6F6F9Pale blue */
	text-decoration: none;
	}
div#header_navi a:hover {
	color:#AFCCDF;	/* Sky blue */
	text-decoration: none;
	}
div#header_navi a.separator {
	padding-left:8px;
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

/*----------------------------------------------------
  body
------------------------------------------------------*/
div#body{
	width: 100%;
	margin: 0;
	padding: 0;
	background: #064272;	/* Dark blue */
	background-image:url(images/at.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
div#body p.catch{
	color: #E6F6F9;	/* #AFCCDF Sky blue */
	margin: 0;
	padding: 10px 0 0 0;
	text-align:center;
	line-height:1.6;
	font-size: small;
	font-weight: bold;
	}

/*----------------------------------------------------
  content
------------------------------------------------------*/
div#content{
	margin-bottom:20px;
	float:left;
	width: 650px;
	}
div#content h2 {
	margin:15px 0px 5px 30px;
	padding:0;
	}
div#content h3 {
	font-weight: bold;
	font-size: small;
	margin:10px 0px 0px 50px;
	padding:0;
	line-height:1.8;
	}
div#content h3.catch{
	color: #E6F6F9;	/*  #AFCCDFSky blue */
	margin:0px 0px 0px 50px;
	padding:0;
	line-height:1.6;
	font-size: small;
	/*line-height:1.8; */
	/*font-size: 14px; */
	font-weight: bold;
	}
div#content table {
	margin:10px 0px 5px 45px;
	padding:0;
	}
div#content p {
	font-size: small;
	margin-left: 70px;
	padding:0;
	line-height:1.8;
	}
div#content p.address {
	font-size: small;
	margin-left: 70px;
	padding:0;
	line-height:1.4;
	}
.indent {
	margin-left: 70px;
	}
.service {
	font-size: medium;
	font-weight: normal;
	color:#FFF;
	}
.exsample {
	margin-left:0.8em;
	font-size: small;
	color:#AFCCDF;	/* Sky blue */
	}
div#content ol{
	font-size: small;
	margin:0px 0px 0px 70px;
	padding:0px;
	line-height:1.8;
	}
div#content ul{
	font-size: small;
	margin:0px 0px 0px 60px;
	padding:0px;
	line-height:1.8;
	}

/*----------------------------------------------------
  sub
------------------------------------------------------*/
div#sub {
	margin-top:50px;
	padding-right:25px;
	float:right;
	//clear:right;
	width:100px
	}
div#sub p {
	text-align: left;
	font-weight: normal;
	margin:0 0 10px 0;
	line-height:1.4;
	padding-left:18px;
	background-image: url(images/comments.gif);
	background-repeat: no-repeat;
	background-position: left 7%;
	}
div#sub a {
	font-weight: normal;
	}
div#nosub {
	margin-top:400px;
	padding-right:25px;
	float:right;
	width:100px
	}

/*----------------------------------------------------
  powerd
------------------------------------------------------*/
div#powerd{
	clear:both;
	position:relative;
	}
div#powerd p a{
	position:absolute;
	right:25px;
	bottom: 3px;
	font-weight: normal;
	font-size: x-small;
	color: #AFCCDF;	/* Sky blue */
	}
div#powerd p a:hover{
	text-decoration: none;
	}

/*----------------------------------------------------
  footer
------------------------------------------------------*/
div#footer{
	clear:both;
	background: #081A4B;
	}
div#footer p{
	text-align: center;
	color: #358FC0;
	font-weight: normal;
	margin:0;
	padding:5px 0 10px 0;
	}

/*----------------------------------------------------
  form
------------------------------------------------------*/
form {
	margin:0;
	padding:0;
		font-size: small;
	}
.formtxtinput, textarea {
	background-color: #DCE2EB;	/* #E6E9EB Background gray */
	color:#003366;
	width:450px;
	font-size:1.0em;
	margin:0.5em 0;
	padding:0.1em;
	border:1px solid #ccc;
	}
.formshortinput {
	background-color: #DCE2EB;	/* #E6E9EB Background gray */
	color:#003366;
	width:150px;
	font-size:1.0em;
	margin:0.5em 0;
	border:1px solid #ccc;
	}
.formafewinput {
	background-color: #DCE2EB;	/* #E6E9EB Background gray */
	color:#003366;
	width:30px;
	font-size:1.0em;
	margin:0.5em 0;
	border:1px solid #ccc;
	}
.formp {
	vertical-align: middle;
	margin:0;
	padding:0;
	}
textarea {
	height:150px;
	}
checkbox {
	background-color: #DCE2EB;	/* #E6E9EB Background gray */
	}
