@charset "utf-8";
/* CSS Document */
/* This CSS was creating by Nixdorf-Media (Torsten Nixdorf) */
/* Created: Aug/01/2009 */

/* TagStyle */

a:link { 
color : navy; 
text-decoration : none; 
} 
a:visited { 
color : navy; 
text-decoration : none; 
} 
a:hover { 
color : navy; 
text-decoration : underline; 
} 
a:active { 
color : navy; 
text-decoration : none; 
} 


body {
	margin:10px 0 0 0;
	border:0;
	padding:0;
	text-align:center;
	font-size:12px;
	background-color:#E3E3E3;
	font-family: Verdana, Tahoma, Sans-Serif;
}

#frame {
	width: 1024px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border : 1px solid rgb(125, 125, 125);
}

#headframe {
	text-align:left;
	float:left;
	
}


#head {
	
	background:url(img/my-bl-header.jpg);
	background-color: orange;
	height: 100px;
	width:1024px;	
}

/* TOP SiteName and Slogan */
.site-name { 
	background-color : transparent; 
	color : rgb(255, 255, 255); 
	font-weight : bold; 
	font-size : 24px; 
	margin : 0 0 0 5px; 
} 

.site-slogan { 
	background-color : transparent; 
	color : rgb(204, 216, 228); 
	font-weight : bold; 
	font-size : 14px; 
	margin : 0 0 0 5px; 
} 

/* TOP Navigation */
#navi_top {
	width:1024px;
	background-color : rgb(159, 182, 213); 
	min-height : 2em; 
	height : auto !important ; 
	height : 2em; 
	line-height : 2em; 
	margin : 0; 
	padding : 0; 
	border-left: 1px rgb(125, 125, 125);
	border-right: 1px rgb(125, 125, 125);	
	border-top: 1px solid rgb(125,125,125);
	border-bottom: 1px solid rgb(125, 125, 125); 
}

#navi_top a, #navi_top a:link, #navi_top a:visited, #navi_top a:active { 
	margin : 0; 
	padding : 0 10px 0 10px; 
	
	color : rgb(255, 255, 255); 
	text-decoration : none; 
	font-size : 12px; 
	font-weight : bold; 
} 

#navi_top a:hover, #navi_top a.selected { 
	background-color : inherit; 
	color : navy; 
	text-decoration : underline; 
	font-weight : bold; 
} 

#contentframe {
	float:left;
	height:auto;
	width:1024px;
	text-align:left;
	background-color:#ffffff;
}

#navi_left { 
	float:left;
	width:174px;
	padding:3px;
}

#navi_left p {
	padding-top: 5px;
}

#in_frame {
	float:right;
	width:844px;
	height:auto;
	overflow:auto;
	background-color:#ffffff;
}

#skyscrapper1 {
	width:844px;
	min-height:90px;
}


#content {
	float:left;
	width:636px;
	padding:3px;
	line-height: 150%;
}


#skyscrapper2 {
	 
	float:right;
	width:200px;
}



#footer {
	clear:left;
	height: 15px;
	width: 1024px;
	font-size : 12px;
	background-color: orange;
	border-top: 1px solid rgb(125,125,125);
	border-bottom: 1px solid rgb(125, 125, 125); 
	border-left: 1px solid rgb(125, 125, 125); 
	border-right: 1px solid rgb(125, 125, 125); 
}


#footer a, #footer a:link, #footer a:visited { 
	color : rgb(255, 255, 255); 
	text-decoration : none; 
	font-size : 12px; 
	font-weight : bold; 
} 

#footer a:active, #footer a:hover { 
	color : rgb(255, 255, 255); 
	text-decoration : underline; 
	font-size : 12px; 
	font-weight : bold; 
}

#copy {
	height: 15px;
	width: 1024px;
	font-size : 9px;
	background-color: white;	
	border-bottom: 1px solid rgb(125, 125, 125); 
	border-left: 1px solid rgb(125, 125, 125); 
	border-right: 1px solid rgb(125, 125, 125); 
}


h1 { 
font-size : 11px; 
font-weight : bold; 
padding-top : 0; 
padding-bottom : 0; 
margin-bottom : 0; 
margin-top : 0; 
margin : 0 0 3px; 
} 
h2 { 
font-size : 11px; 
font-weight : normal; 
padding-top : 0; 
margin : 0 0 3px; 
padding-bottom : 0; 
margin-bottom : 0; 
margin-top : 0; 
} 
h3 { 
font-size : 11px; 
font-weight : normal; 
margin : 0 0 3px; 
} 
.h4 { 
font-size : 10px; 
font-weight : bold; 
padding-top : 0; 
padding-bottom : 0; 
margin-bottom : 0; 
margin-top : 0; 
} 



input, select, textarea, submit { 
font-size : 9pt; 
font-family : Verdana; 
cursor : pointer; 
border : 1px solid #000000; 
} 

input.checkbox { 
font-size : 9pt; 
font-family : Verdana; 
cursor : pointer; 
} 

input.text { 
	font-size : 10pt;
	font-family : Verdana;
	cursor : pointer;
	border : 1px solid #000000;
} 


input.radio, radio {
	font-size : 10pt;
	font-family : Verdana;
	cursor : pointer;
}


div.spalte { 
  float: left;
  width: 50px;
  margin-right: 20px;
  font-weight: bold;
} 

div.spalte2 { 
  float: left;
  width: 550px;
} 

div.spalte3 {
	clear:left;
}
