/* CSS Document */

body {
	background-color:#4d4d4d;
	margin:0px;
	padding:0px;
	font-family: Verdana;
	font-size:10pt;
}

img{
         border:0px;
}

#frame {
	position:absolute;
	top: 50%;
	left:50%;
	margin-top: -211px;
	margin-left:-393px;
	width:780px;
	height:422px;
	padding:0px;
	text-align:left;
	vertical-align:middle;	
	float:left;
}

#content {
	background-color:white;
	width:780px;
	height:325px;
	overflow:auto;
	color: #666666;
	line-height:1.5em;
}

#content h1, h2 {
	display:inline;
	color: #FF8C24;
	border-left: 1px solid #FF8C24;
	border-right: 1px solid #FF8C24;
	padding-right: 0.8em; 
	padding-left: 0.8em;
}

#content h1 {
	color: #FF8C24;
	font-size:120%;
	
}
#content h2 {        
	font-size:110%;

}

#content a {
	color: #666666;
	text-decoration:underline;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	text-decoration:none;
}

#content a:active {
	color: #666666;
}


#subnaviheader{
	background-image: url(oben.gif);
        background-repeat:no-repeat;
	width:780px;
	height:25px;
}

.subnavi {
	position:absolute;
        left:350px;
	color: #EFEFEF;
        border-collapse:collapse;
        margin:5px 0 0 0;	
}
.subnavi a {
	color: #EFEFEF;
	text-decoration:none;
        cursor:pointer;
        font-size: 8pt;
}

#balken {
	width:780px;
	height:72px;
	margin-top:3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.navigation {
	position:absolute;
        left:350px;
	color: #EFEFEF;
        border-collapse:collapse;
        margin:10px 0 0 0;
}


.navigation a {
	color: #EFEFEF;
	text-decoration:none;
        cursor:pointer;
}

.navigationItem {
        padding:1px 10px 1px 10px;       
        border-right:1px solid white;
        border-left:1px solid white;
}

.navigationItemCurrent {
        border-top: 1px solid #FF8C24;
        border-bottom: 1px solid #FF8C24;
        border-right:1px solid white;
        border-left:1px solid white;
        padding:1px 10px 1px 10px;
        text-align:center;
}

#logo {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position:center;
	width:312px;
	height:72px;
	float:left;
	margin:0px;
	padding:0px;
        cursor:pointer;	
}

#line {
	background-image: url(line.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:423px;
	position:absolute;
	top: 50%;
	left:50%;
	margin-top: -211px;
	margin-left:390px;
	padding:0px;
	text-align:left;
	vertical-align:middle;
	float:right;	
}


#viewContent {
        padding: 30px 0px 0 300px;
}

#contentFoto {
        margin-top:25px;
        float:left;
        width:300px;
        text-align:center;

}