

@import url(header.css);
@import url(navi.css);
@import url(content.css);


html {
	margin: 0;
	padding: 0;
}



body {
	margin: 0;
	padding: 0;
	font-family: arial,helvetica, geneva, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	
}


html>body {
	/* be nice to Opera */
	font-size: 12px;;
}

h1 {
	
}
h2 {
	
}
h1 a,h2 a{

}
h3 {
	
}

a {

	/*color: White;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

img{
	border: 0;
}



/* Platzhalter für Topnavigation */
#Box_X{
	width: 1000px;
	height:40px;

}



.limes{
	position: relative; 
	margin: auto; 
	width: 1000px;
	background-color:white;

}



.kontaktbox{
	width:150px;
	margin-top:7px;
	background-color:#f8edd9;
	border:1px solid #ccc1af;
	color:#13639e;
	font:bold 13px arial, helvetica;
}

.kontakt_email{
	font:10px arial, helvetica;
}

.kontakttext{
	padding:5px;
}

.kontakt_link{
	background:url('/style/img/kontakt_pfeil.jpg') no-repeat;
	padding-left:30px;
}
	
