/*Gilt für die gesamte Website*/
body {
	font-size: 70%;
	font-family: Arial, Verdana, Sans-serif;
	text-align: left;
	}
	

/* Bildet den Rahmen der Website*/
#wrap {
	width: 950px;
	margin: -8px auto;
	text-align: left;
			}
			
/* Platzhalter für das Zeile über Header*/
#logo {
	float: left;
	width: 200px;
	height: 45px;
	margin-top: 15px;
	margin-left: 22px;
	font-size: 2.6em;
	letter-spacing: 3px;
	border: 0px;
	}
			
			
/* link für das Logo*/	
#logo img {
	border:none;
}

/* Platzhalter für das Logo*/
#header {
float: left;
width: 950px;
height: 77px;
background-image:url(images/header950_77h.gif);
background-repeat:no-repeat;
}

/* Liste im Headerbereich*/
#header ul{
	margin-top: 55px;
	margin-right: 10px;
	text-align: right;
	font-weight: normal;
	word-spacing: 25px;
	list-style-type: none;
	font-size: 1.1em;
	}
#header li{
	display:inline;
	}

/*Bereich Logo im Besonderen*/
#header p{
font-size:25px;
font-weight:normal;
}


/*Sprachwahl im Header*/
#lang a:link,a:visited{
	color:#FFF;
	text-decoration:none;
}
#lang a:hover{
	color:#030;
}

	
/* Platz für Impressum*/
#impres { 
float: left;
width: 950px;
height: 25px;
text-align: right;
margin-top: 0px;
}

#impres a:link{
	color:#120523;
	text-decoration:none;
	}
	
#impres a:visited{
	color:#120523;
	text-decoration:none;
}
	
#impres a:hover{
	color:#CC3333;
}

#impres ul{
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	font-weight: normal;
	word-spacing: 20px;
	list-style-type: none;
	font-size: 1.1em;
	}

#impres li{
	display:inline;
	}



/* Platzhalter Contentbereich rechts */
#content {
	float: left;
	width: 650px;
	height:auto;
	margin-left: 70px;
		}

/* Die Überschriften allgmein */
h1, h2, h3, h4, h5, h6 {
margin: 3px;
}

/* Die Überschrift h1 allgemein */
h1 {
	font-size: 2.0em;
	color:#232323;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}


/* Die Überschrift h2 */
h2 {
	font-size: 1.5em;
	color:#AC1B09;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 6px;
}

/* Die Überschrift h3 */
h3 {
	font-size: 1.3em;
	color:#232323;
	margin-bottom: 9px;
	margin-left: 0px;
}

form {
	width: 70%;
	padding-left:40px;
	padding-top:35px;
	background-color:#CCC;
	line-height: 30px;
	}
	
	/*
form table { 
	margin: 0px 60px;
}*/

/* Der Bereich Paragraphen Absätze */
p {
	font-size: 1.2em;
	line-height: 1.8em;
	text-indent: 0px;
	color:#232323;
	margin-top: 0px;
	margin-right: 110px;
	margin-bottom: 13px;
	word-spacing: -0.07em;
		}
		
p.multi1{
	font-size: 1.2em;
	line-height: 1.2em;
		}

p.multi2{
	font-size: 1.2em;
	line-height: 1.2em;
		}


p.multi3{
	font-size: 1.2em;
	line-height: 1.2em;	
		}
		
p.contact{
	margin-right: 30px;
}
		
p.boxtext {
padding: 5px;
}

/* Bildunterschrift*/
.bildunter {
	margin-top: 2px;
	margin-left: 160px;
}

/* Kommentare unter Bildern */
dd {
font-size: 11px;
color:#990000;
font-style: normal;

}

/* Platzhalter für die Navigation links */
#navigation {
	float: left;
	height: auto;
	width: 160px;
	top: 0;
	}


/* Liste im Navigationsbereich allgemein*/
#navigation ul{
	margin-top: 0px;
	font-weight: normal;
	list-style-type: none;
	text-align: right;
	font-size: 1.2em;
	}
	
/* Liste im Navigationsbereich besonderen*/
#navigation ul li { 
	line-height: 1.6em;
}


/* Liste im Navigationsbereich Links*/
#navigation a {
	color:#CC3333;
	text-decoration:none;
}

#navigation a:hover{
	color:#434343;
}

/*Hier Hervorheben vom Navigationspunkt.*/




#navigation p{
	margin-bottom:15px;
}


/*Bild im Contentberich auf Margin Null*/
#content img {
margin-left: 0px;
margin-right:20px;
margin-bottom: 5px;
background-color:#EEEEEE;
padding: 0px;
}

#content img.print {
margin-left: 25px;
margin-right:20px;
background-color:#EEEEEE;
padding: 0px;
}

#content ul {
	margin-left: 10px;
	margin-top: -0.7em;
	list-style-type: disc;
	font-size: 1.2em;
	line-height: 1.4em;
	color:#333;
}
#content a {
	color:#FFF;
	text-decoration: underline;
	background-color:#ED660A;
	}
		
#content a:hover {
	color:#CC3333;
	text-decoration:none;
	}


#footer {
float: left;
width: 950px;
height: 50px;
text-align: left;
background-image:url(images/footer950.gif);
background-repeat:no-repeat;
}

#footer2 {
float: left;
width: 950px;
height: 25px;
font-size: 0.8em;
padding-top: 8px;
}

#footer2 p {
	padding-left: 235px;
}
