@charset "utf-8";
/* CSS Document */

/*colors and fonts*/
body {
	background-color:#FFF;
	color: #000;
}
#wrapper {
	background-color:#FFF;
}


#header {
	background-color: #000;
}

#headerlinks {
	color: #940315;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
}

#headerlinks a, #headerlinks a:visited {
	color:#940315;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	text-decoration:none;
}

#headerlinks a:hover {
	color: #6d020f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	text-decoration:none;
}

#headerrechts {
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 12px;
}

#headerrechts a, #headerrechts a:visited {
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-decoration:none;
}

#headerrechts a:hover {
	color: #940315;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-decoration:none;
	float: left;
}

#headerrechts ul {
	list-style:none;	
}

#headerrechts li{
	list-style:none;	
	float: left;
}

#navigation ul{
	list-style:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
}
#navigation li {
	list-style: none;
	float:left;
}

#navigation li a, #navigation li a:visited {
	color:#000;
	text-decoration:none;
}

#navigation li a:hover {
	color:#940315;
}

#aboutus_body {
	padding-right: 60px;
}

#footer {
	background-color: #000;
	height: 20px;
}
/*div ids*/

#popupContact {
	display:none;
}

#headerrechts {
	padding-top: 6px;
}

#logo {
	background-image:url(images/horizontal.jpg);
	background-repeat: repeat-x;
	background-position:bottom left;
}

#navigation {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(images/horizontal.jpg);
	background-repeat: repeat-x;
	background-position:bottom left;
}


/*re-usable classes*/
.whitespace20px {
	height:20px;
	background-color:#FFF;
}
.newsbox {
	height: 250px;
	overflow: hidden;
	font: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: black;
}

.newsbox_400 {
	height: 400px;
	overflow: hidden;
	font: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: black;
}

.greybox { /*used for headlines*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #9b96a3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.greybackground {
	background-color: #9b96a3;
}

.ad_lrec {
	background-color:#FFF;
	height: 250px;
}

.vertical_line {
	background-image:url(images/vertikal.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.horizontal_line {
	background-image:url(images/horizontal.jpg);
	background-repeat: repeat-x;
	background-position:bottom left;
}

.platz_links_5px {
	padding-left: 5px;
}

.floatimg {/*image class to define that text flows around the image. Image must be placed before text in the html for this to work */
	float: left;
	margin: 5px 5px 5px 5px;
}

.smallheader {
	font-weight: bold;
	font-size: 12px;
}

.normaler_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

.headline_rot {
	color: #6d020f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	}
	
.listheader_nobullet {
	list-style: none;
	}

.bold {
	font-weight: bold;
}
