html		{
    margin:0;
    padding:0;
    height:100%;
}

body         {
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #181818;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color: #CCC;
        }

a 	{
	color: #999;
	text-decoration: none;
	font-weight: bold;
	}

a:link          {
	color: #999;
	}
a:visited       {
	color: #999;
	}
a:hover {
	color: #C70202;
	}
a:active        {
	color: #C70202;
	}
	
.rot            {
	color:#C70202;
				}

.fett {
	font-size: 12px;
	font-weight: 200;
}

.marginalie {
	font-size: 9px;
	color: #666;
}


#vertpagecenter {
	width: 1px;
	height: 50%;
	margin-bottom: -300px; /* hier die hälfte der containerhöhe zur repositionierung eintragen */
	float: left;
	/* border: 1px solid #009; */
	}


#container_zentriert {
	position: relative;
	text-align:left;
	margin: 0 auto;
	height: 600px;   /* hier die höhe des gesamtcontainers eintragen */
	min-width: 800px;
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px;
	clear:left;
	border: 1px solid #181818;
	
}

#container_navigation {
	position: relative;
	margin-top: 20px;
	height: 30px;
	left: auto;
	right: auto;
	text-align:center;
	/* border: 1px solid #930; */
	
}


#container_navigation ul {
	text-align:center;
	margin-top: 6px;
	}


#container_navigation li {
	display:inline;
	list-style:none;
	margin-right: 40px;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


#container_navigation a {
	text-align:center;
}

#container_maincontent {
	position: relative;
	display: block;
	height: 500px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: auto;
	right: auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	/* border: 1px solid #930; */
}

#maincontent {
	position: relative;
	width: 500px;
	height: 100%;
	margin:auto;
	left: auto;
	right: auto;
	overflow:auto;
	border: 1px solid #930;
	float: inline;
	
	}

#maincontentwrapper {
	display:inline;

	}

#pic {
	width: 100px;
	border: 1px solid #3C6;
	}
	
#caption {
	
	width: auto;
	border: 1px solid #C90;;
	
	}

#container_footer {
	position: relative;
	display: block;
	height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: auto;
	right: auto;
	/* border: 1px solid #930; */
}


