/*=====================================================
  Inhaltsverzeichnis
======================================================*/
/*
1. Algemeine Definitionen
2.Seiten Container
3_0 Toptext - Container
3.Kopf-Container
4.Wrapper-Continer 
4.Linke-Seite
5.Inhalts-Container
6.Inhalts-Container-Box
7.Rechte-Seite
8.Footer-Continer
*/

/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}

body{
	background-color: #222222;
	font: .9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
	background-image: url(image/background.gif);
	background-repeat: repeat;
	
}
/* ======== Seiten-Continer ========================*/
#container{
	width: 800px; /*height:250px;*/
	background-color: #c00000;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-family: sans-serif;
	border: 1px solid Black;
}

/* ======= Toptext - Container =========================*/
#toptext{
 background-color:#c00000;
 height:25px;
 text-align:center;
 }
#toptext h1{
	font-size: 1.3em;
	color: #c00000;
	
	font-family: sans-serif;
	margin: 5px;
}


/* ======= Kopf Container =========================*/
#header{
    width:800px;
	height:200px;
	background-color:#170d0c;
	background-image:url(../img/header-inzest.jpg);
	background-repeat:no-repeat;
	text-align:center;
	}
	
/* ====== Wrapper-Continer =========================*/

#wrapper{
	width: 801px;
	overflow: auto;
	background-color: #c00000;

}

/* ====== Linke-Seite ============================*/
#leftside{
	float: left;
	width: 150px;
	height: 100%;
	border: 0px solid Black;
	margin: 10px 5px 10px 5px;
	background-image: url(../image/leftbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 230px 0px;
}

#leftside ul li {
	margin: 10px 0px 0;
	line-height: 22px;
	list-style: none;
	margin-bottom: 2px;
	text-align: center;
}

#leftside ul li{
	display: block;
	width: 100%;
	color: White;
	text-decoration: underline;
	}
	#leftside a:link {
	display: block;
	width: 100%;
	color: White;
	text-decoration: underline;
	}
	#leftside a:hover {
	display: block;
	color: Silver;
	text-decoration: underline;}
		#leftside a:visited {
	display: block;
	color: Silver;
	text-decoration: underline;
}

/* ====== Inhalts-Container =====================*/

#content{
	float: left;
	width: 481px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	background-color: #c00000;
}


#bildlinks{
	float: left; /*margin-left:1em;*/
	margin-right: 1em;
	padding-top: 0px;
	border: 1px dashed Gray;
}
#bildrechts{
	float: right; /*margin-left:1em;*/
	margin-left: 1em;
	padding-top: 0px;
	border: 1px dashed Gray;
}
/* ====== Inhalts-Container-Box =====================*/

#contentbox{
float:left;
	width: 480px;
	height: auto;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

#contentbox h2 {
	font-size: 1.3em;
	color: White;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	font-family: sans-serif;
}

#contentbox img {
	float: left; /*margin-left:1em;*/
	margin-right: 1em;
	padding: 0px 0px 0px 0px;
	margin: 10px 19px 10px 19px;
	border: 1px solid Black;
}



#contentbox a {
	color: #101010;
	text-decoration: underline;
	}
#contentbox a ul li :hover {
color:#101010;
text-decoration: underline;
}
#contentbox a:visited {
	color: Black;
	text-decoration: underline;
	}
/* ====== Inhalts-Container-Inside =====================*/

#contentboxinside{
color: Black;
	background-color: White;
	float: left;
	width: 150px;
	height: 360px;
	margin: 5px 2px 0px 0px;
	padding: 0px;
	font-size: 11px;
	padding: 0px 3px 0px 3px;
	border: 1px solid Black;
}

#contentboxinside h2 {
	font-size: 1.1em;
	color: Black;
	max-height: 60px;
	min-height: 60px;
	border-bottom: 1px solid #000;
	font-family: sans-serif;
	
}
#contentboxinside img {
	float: left; 
		padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 0px solid Black;
}

#affairebox{
	float: left;
	width: 470px;
	height: auto;
	margin: 0px 3px 5px 2px;
	padding: 0px;
}

#affairebox h2 {
	font-size: 1.3em;
	color: Red;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	font-family: sans-serif;
}

#affairebox img {
	float: left; 
	margin-right: 1em;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
/* ====== Links Inhalts-Container =====================*/ 
#contentlinks{
float: left;
	width:150px;
	}
#contentlinks a {
	display: block;
	width: 100%;
	color: White;
	text-decoration: underline;
		list-style-image: none;
}
#contentlinks a ul li :hover {
	color: Silver;
	text-decoration: overline;
	list-style-image: none;
	list-style-type: lower-roman;
}
/* ====== Rechte Seite =========================*/
#rightside{
	display: inline;
	margin: 15px 0px 0px 3px;
	float: left;
	width: 245px;
}
	
#rightside ul li {

    line-height:22px;
    list-style:none;
    margin-bottom:2px;
    text-align:center;
}

#rightside a {
    color:White;
    text-decoration:underline;
}

#rightside a:hover {
   color:Silver;
   
}
#bannerrightside{
   margin:10px 0px 0px 20px;
   padding:0px;
   
   }
#rightside h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	   color:White;
	border-bottom: 1px solid White;
	font-family: sans-serif;
}
	#rightside img{
    float:left;
margin: 5px 5px 5px 5px;
/*border: 1px solid #dedb97;*/
	}
/* ====== Rechte Seite Inhalts-Container =====================*/ 
#contentrechts{
float: left;
	width:130px;
	}
#contentrechts a{
	width: 100%;
	color: White;
	text-decoration: underline;
		list-style-image: none;
}
#contentrechts a :hover {
	color: Silver;
	text-decoration: overline;
	list-style-image: none;
	list-style-type: lower-roman;
}
/* ====== Footer-Continer ====================*/

#footer{
    clear:left;
    background-color:#cccccc;
	height:20px;
	width:760;
	text-align:center;
	color:#FFFFFF;
	
	}
#footer a{
    color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover{
    color:#CCCCCC;
	text-decoration:none;
	}
/* ====== Inhalts-Container-Box-Links =====================*/

#contentboxlinks{
	font-size: 12px;
	color: Gray;
	float: left;
	width: 130px;
	height: auto;
	margin: 10px 0px 10px 15px;
	padding: 0px;
}
#contentboxlinks h1 {
   font-size: 1.3em;
   color:#000;
   margin-bottom:20px;
   border-bottom:1px solid #000;
}

#contentboxlinks h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	font-family: sans-serif;
}


#contentboxlinks a {
font-size: 12px ;
	display: block;
	width: 100%;
	color: #101010;
	text-decoration: underline;
}
#contentboxlinks a:visited {
font-size: 12px;
	display: block;
	width: 100%;
	color: #101010;
	text-decoration: underline;
}
#contentboxlinks a:hover {
   font-size: 12px;
	display: block;
	width: 100%;
	color: Red;
	text-decoration: underline;
}
/* ======== Link zur Tour ============================*/
#tourlink a {
	font-size: 24px;
line-height: 34px;
width: auto;
display:inline;
	color: Yellow;
	text-decoration: underline;
}
#tourlink a:visited {
line-height: 34px;
font-size: 24px;
width: auto;
	color: Silver;
	text-decoration: underline;
}
#tourlink a:hover {
line-height: 34px;
	font-size: 24px;
	width: auto;
	color: Silver;
	text-decoration: underline;
	
}
/* ====== Rechte Seite =========================*/
#affform{
	margin: 15px 0px 10px 0px;
	float: left;
	width: 250px;
	border: 1px solid Black;
	background-image: url(../image/190x240_15_de.jpg);
}
/* ======= Navi - Container =========================*/
#navitop{
	color: White;
width: 780px;
float: left;
 margin-top:15px;
margin-right:5px;
 text-align:center;
 }
#navitop a{
	color: White;
	font-family: sans-serif;
	margin: 5px;
}
#navitop a:hover{
	color: White;
	font-family: sans-serif;
	margin: 5px;
}
#navitop a:visited{
	color: White;
	font-family: sans-serif;
	margin: 5px;
}
#navitop a:active{
	color: White;
	font-family: sans-serif;
	margin: 5px;
}	
/* ======== END ============================*/