/* css for renekoenig.eu */

/* -- [allgemein] -------------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	}
	
a img { 
	border: none;
}

img { 
	border:0px;
	}
	
.bilderrahmen {
	border:solid 2px;
	border-color:#CCCCCC;
	}

body { 
	background-color: #f9f9f9;
	color:#000000; 
	font-family: Calibri, Trebuchet MS; 
	text-align: left; 
	font-size: 20px 
}

/* -- [spalten] -------------------------------------------------------------------- */

#content_all_box { 
	background-color: #f9f9f9; 
	background-image:url(../bilder/hg.jpg);
	background-repeat:repeat-y;
	text-align:left;
	width: 850px;
	height:100%;
}


#header { 
	background-color: #f9f9f9; 
	text-align: left; 
	margin: 0 0; 
	width: 850px; 
	height: 150px; 
}

#nav_column {
	background-image:url(../bilder/hg_nav.jpg);
	background-repeat:repeat-y;
	width: 251px;
	height: auto;
	float:left;
}

#main_column {
	background-image:url(../bilder/hg_content.jpg);
	background-repeat:repeat-y;
	width: 599px;
	height: auto;
	float:left;
}

#footer { 
	background-color: #f9f9f9; 
	width: 850px;
} 

#overlook_link { 
	background-color: #f9f9f9; 
	width: 850px;
	font-family: Calibri, Trebuchet MS;
	color: #999999;
	font-style: normal;	
	font-size: 0.65em;
	text-align: center;
	
} 

/* -- [spalten inhalt] -------------------------------------------------------------------- */

#main_inhalt {
		font-family: Calibri, Trebuchet MS;
		color: #000000;
		font-style: normal;	
		font-size: 0.7em;
		text-align: left;
		line-height: 1.5em;
		margin-right:45px;
		margin-top:15px;
		padding-left: 55px;
		width: 450px;

}

#nav_inhalt {
		text-align: left;
		margin-left:85px;
		margin-top: 30px;
}



/* -- [text] -------------------------------------------------------------------- */

h1 {
	font: 175% Calibri;
	text-transform:uppercase;
	font-size: 1.6em;
	color: #666666;
	padding: 0px;
	margin-bottom: 5px;

}

h2 {
	font: 115% Calibri;
	text-transform:uppercase;	
	font-size: 1.2em;
	color: #999999;
	padding: 0px;
	margin-bottom: 5px;
}

h3 {
	font-family: Calibri, Trebuchet MS;
	font-size: 1em;	
	text-transform: uppercase;
	color: #000000;
}


.wichtig{
	color: #666666;
	letter-spacing: 0.1em;
	font-weight: bo
}

.trennlinie {
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#999999;
}

/* -- [links] -------------------------------------------------------------------- */


a.nav1:link { 
	color:#0066FF;
	text-decoration:none;


}

a.nav1:visited { 
	text-decoration: none; 
	color: #666666;

}

a.nav1:hover {
	text-decoration: none;
	background-color:#0066FF;
	color: #ffffff;
}

a.nav1:active {
	text-decoration: none;
	color: #666666;

}


a.nav2:link { 
	color:#666666;
	text-decoration:none;


}

a.nav2:visited { 
	text-decoration: none; 
	color: #999999;

}

a.nav2:hover {
	text-decoration: none;
	background-color:#0066FF;
	color: #ffffff;
}

a.nav2:active {
	text-decoration: none;
	color: #666666;

}



/* -- [hauptmenü] -------------------------------------------------------------------- */


#menue {
	width: 150px;
	
}
#menue ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menue li {
	display: block;
}

#menue li a, #menue li a:link {
	text-decoration: none;
	font-size: 0.6em;
	display: block;
	color: #000000;
	width: 150px;
	padding: 5px;
	text-transform: uppercase;	
}

#menue li a:visited {
	color: #666666;
}

#menue li a:hover, #menue li a:active, #menue li a:focus {
	color: #ffffff;
	background-color: #0472b1;
	text-transform: uppercase;	
}

#menue li.active {
	color: #0472b1;
	padding: 5px;
	text-transform: uppercase;
	font-size: 0.6em;
}


/* -- [untermenü] -------------------------------------------------------------------- */

#submenue {
	width:130px;
}

#submenue ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
}

#submenue li {
	display: block;
}

#submenue li a, #submenue li a:link {
	text-decoration: none;
	font-size: 0.6em;
	display: block;
	color: #000000;
	width: 130px;
	padding: 5px;
	text-transform: lowercase;	
}

#submenue li a:visited {
	color: #666666;
}

#submenue li a:hover, #submenue li a:active, #submenue li a:focus {
	color: #ffffff;
	background-color: #0472b1;
	text-transform: lowercase;	
}

#submenue li.active {
	color: #0472b1;
	padding: 5px;
	text-transform: lowercase;
	font-size: 0.6em;
	width: 125px;
}