/* Alle Stile der Seitenstruktur */
* html {
	z-index:1;
	overflow:auto;
}
html, body{
	margin:10px 0 0 0;
	padding:0px;
	font-size:12px;
	text-align:center;
	background-color: #EEEEEE;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#page {
	width:700px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	padding:10px;
	color:#666666;
	z-index:1;
}
#image {
	width:698px;
	height:180px;
	background-color:#CCCCCC;
	margin-bottom:15px;
	padding:1px;
}
#left {
	width:490px;
	float:left;
}
#right {
	font-size:0.9em;
	width:180px;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left:10px;
}
.rightsep {
	width:180px;
	border-top:1px solid #CCCCCC;
	margin-top:15px;
	padding-bottom:10px;
}
#right ul {
	list-style-type: square;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
#right ul li {
	margin-left:20px;
}
#page h1 {
	font-size: 1.3em;
	color: #CC0000;
	text-decoration: none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#page h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	text-decoration: none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#page h3 {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #CC0000;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #CCCCCC;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
#page h4 {
	font-size: 1.0em;
	line-height: 1.3em;
	color: #333333;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding: 0px;
}
#page p {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333333;
	text-decoration: none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#page a {
	color: #CC0000;
	text-decoration: underline;
	padding:0;
	margin:0;
}
#page a:hover {
	color: #333333;
	text-decoration: none;
}
#page .portal {
	font-style: normal;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#page .fewobilder {
	margin-bottom:5px;
}
#page .fewobilder img {
	margin-right:5px;
	margin-bottom:5px;
	float:left;
	border:1px solid #CCCCCC;
}


#nav {
	font-size:0.9em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	background-color: #EEEEEE;
}
#ads {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top:10px;
	margin-bottom:10px;
	padding:3px;
	background-color: #EEEEEE;
}
#footer {
	font-size:0.9em;
}
/* *** Float containers fix:*/ 
.clear:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clear{display: inline-table;}

/* Hides from IE-mac \*/
* html .clear{height: 1%;}
.clear{display: block;}
/* End hide from IE-mac */