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

body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
}


/* ------------------------
Hintergrundbild im Layout
------------------------*/

#hintergrundbild {
	background-image:url(Bilder/Hintergrund3.jpg);
	background-repeat:no-repeat;
}


/* ------------------------
nur Index-Seite
------------------------*/

#header {
	width: 870px;
	padding: 0;
	margin-top: 100px;
	margin-bottom: 40px;
}

.header img {
	float: none;
	margin: 0;
}

#bilder {
	width: 870px;
}

.bilder img {
	float: none;
	margin: 5px;
}

/* ------------------------
Bilder 
------------------------*/

img {
	float: none;
	margin-right: 18px;
	margin-bottom: 15px;
}

.bild_links {
	float: left;
	margin-right: 18px;
	margin-bottom: 15px;
}


.bild_rechts {
	float:right;
	margin-left:18px;
	margin-bottom:15px;
	text-align:right;
}

.bild_mitte {
	float:inherit;
	margin-left:18px;
	margin-bottom:15px;
	text-align:right;
}

.bilderseite {
	margin: 10px;
	border:none;}

.ohnefloat {
	float: none;
	margin: 0px;
}


/* ------------------------
Inhalte (Divs)
------------------------*/

#textDiv {
	padding-top:40px;
	padding-left:140px;
	padding-right:130px;
	width:630px;
	height:460px;
	text-align:left;
}

#bilderDiv {
	padding-top:20px;
	padding-left:140px;
	padding-right:130px;
	width:630px;
	height:480px;
	text-align: center;
}

#links {
	width:150px;
	float:left;
	padding: 0 0 0 0;
}

#rechts {
	width:350px;
	margin-left:170px;
	padding: 0 0 0 20px;
}

#links_gr {
	width: 300px;
	float:left;
	padding:0 0 0 0;
}

#rechts_gr {
	width: 300px;
	margin-left:320px;
	padding: 0 0 0 20px;
}

#navi {
	margin-top: 10px;
}


/* ------------------------
Typographie
------------------------*/

ul {
	list-style: none;
}

.text {
	font-weight: normal;
	font-size:13px;
}

.text a:link, .text a:visited, .text a:active { font-weight: bold;}

.text_mittig {
	font-weight: normal;
	font-size:13px;
	text-align: center;
}

.text_mittig a:link, .text a:visited, .text a:active { font-weight: bold;}


.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.text14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.sehr_groß {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}

.menue {
	background-color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* ------------------------
Links Allgemein
------------------------*/


/* aktive menuelinks der jeweiligen seite */
.linkvisited {
	color: #CCCCCC; 
	text-decoration:none
}
/*-----------------------*/


a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
body,td,th {
}
