@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0px;
	background-attachment: fixed;
	background-image: url(bilder/hin.jpg);
	background-repeat: repeat;
}
a {
	color: #333333;
}
a:hover {
	color: #ff0000;
}
.ffffff a {
	color: #FFFFFF;
}
.ffffff a:hover {
	color: #ff0000;
}
img {
	border: 0px;
}
/* ########## Divs ##########*/
#Container {
	position: absolute;
	width: 900px;
	height: auto;
	left: 50%;
	margin: 0px 0 0 -450px;
	background-color: #FFFFFF;
	border: thin dotted #FF0000;
}
#Header {
	height: 150px;
	background: url(bilder/thai_girls.jpg) no-repeat #000000;
	margin-top: 0px;
}
#ueberschrift {
	position: absolute;
	top: 75px;
	width: 400px;
	height: 50px;
	margin-left: 250px;
	color: #FFFFFF;
	text-align: center;
}
#Left {
	position: absolute;
	width: 150px;
	height: auto;
	top: 293px;
	text-align: justify;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}
#Content {
	width: 710px;
	height: auto;
	text-align: justify;
	z-index: 1;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FF0000;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#ContentU {
	width: 740px;
	height: auto;
	margin: 40px 0 0 180px;
	text-align: justify;
	z-index: 1;
}
#ContentUS {
	width: 870px;
	height: auto;
	margin: 10px 0 0 20px;
	text-align: justify;
	z-index: 1;
}
#Right {
	position: absolute;
	width: 150px;
	height: auto;
	top: 180px;
	margin-left: 730px;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 5px;
}
#Footer {
	width: 898px;
	height: 50px;
	bottom: 0;
	background-color: #FFFFFF;
	margin: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
/* ########## Navi ##########*/
#navcontainer {
	background: #ffffff;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: "";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}
ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 10px;
}
ul#navlist li {
	display: block;
	float: left;
	width: 10%;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.5em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #000000;
	text-decoration: none;
	background: #f7f2ea;
}
#navcontainer>ul#navlist li a {
	width: auto;
}
ul#navlist li#active a {
	background: #f0e7d7;
	color: #800000;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #ffffff;
	background: #333333;
	border-color: #aaab9c #fff #fff #ccc;
}#Container #ContentUS #box1 {
	height: 120px;
	width: 250px;
}
#Container #ContentUS #box2 {
	height: 100px;
	width: 250px;
	margin-left: 260px;
	padding-top: 10px;
	margin-top: 300px;
}
#Box {
    width:260px; 
    margin: 0px 0px 5px 10px; 
    float:left; 
    background:#FFFFFF; 
    font-size:12px; color:#000000; 
    padding:6px; 
    padding-top: 0px; 
    border: thin dotted #FF0000;
}
#Box h1 {
    color:#000000; 
	font-size:16px;  
	}

#Box h2 {
    color:#000000; 
	font-size:14px;
	vertical-align: middle;  
	}
#Box a {
    color:#000000; 
	text-decoration:underline; 
	font-weight:bold;
	}
#Box a:hover {
    color:#ff0000; 
	text-decoration:underline;
	}
