﻿  /* CSS layout */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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


body {
	margin: 0;
	padding: 0;
	background-color: #dadada;

}

#oben {
	width:856px;
	height:25px;
	background-color:#333333;
}

#hintergrund {
	margin:0 auto;width:903px;
	clear:both;
	}
#inner_layout{
	float:left;
	background:url(./Bilder/layout_bg.gif);
	width:904px;
	repeat-y 0 0;}
	
#body_container{float:left; width:856px; margin-left:24px; display:inline;}


#masthead {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size:small;
	font-variant: inherit;
	background-color: #999999;
	float:right;
	width:856px;
	height:90px;
	background-image:url('Bilder/Logo.png');background-position:right; background-repeat:no-repeat;
}

#top_nav {
	background-color:#C0C0C0;
	}

#container {
	min-width: 600px;
	background:#CCCCCC;
}

#left_col {
	position:relative;
	width: 300px;
	height:700px;
	float: left;
	border-right-color: black;
	border-right-style: solid;
	font-size: 10pt;
	background-image: url('Bilder/left_bg.png');
	background-repeat: inherit;
	repeat-y 0 0;
	border-right:thin;
}


#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
}

#sectionLinks a:link{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:visited{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	text-decoration: none;
}

#page_content {
	margin-left: 300px;
}

.page_content.img {
	position:relative;
	margin-right:30px;
	margin-top:30px;
	float:right;
	max-height:250px;
	max-width:250px;
	
}


#footer {
	clear: both;
	background-color:#666666
}

h3 {
		margin-top: 0;
	margin-bottom: 0;

}
