/*Gilt für die gesamte Website*/
body {
font-size: 70%;
font-family: Verdana, Arial, Sans-serif;
text-align: center;
background: #4A4A4A;
}
/* Bildet den Rahmen der Website*/
#wrap {
width: 776px;
text-align: left;
margin: 0 auto;
padding-top: 0px;
}
/* Platzhalter für das Logo*/
#header {
float: left;
width: 776px;
height: 60px;
margin-top: -8px;
text-align: left;
background:#5A5A5A;
}
/* Platzhalter für die Navigation links */
#navigation {
float: left;
height: 450px;
width: 39px;
top: 0;
background:#5A5A5A;
}
/* Platzhalter Contentbereich rechts */
#content {
float: left;
height: 450px;
width: 698px;
background:#5A5A5A;
}

.logo {
margin: 15px 0px 20px 40px;
}

.logoNeu {
margin: 0 0 0 0;
float:left;
}
 


.subtitre {
color:#FF6600;
font-weight:bold;
 }

.kasten {
text-align:left;
vertical-align:top; 
}
/*Platzhalter für Rand rechts*/
#randrechts {
float: right;
height: 450px;
width: 39px;
top: 0;
background:#5A5A5A;
}

#footer {
	background-color:#4A4A4A;
	color: #bcbcbc;
	float: left;
	font-family: Geneva, sans-serif;
	font-size: 10px;
	height: 10px;
	top: 0;
}


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

/* Die Überschrift h2 */
h2 {
font-size: 1.5em;
color:#FF6600;
margin-top: 5px;
margin-left: 53px;
margin-bottom: 10px;
}

/* Die Überschrift h3 */
h3 {
font-size: 1.5em;
margin-left: 53px;
color:#979797
}

/* Der Bereich Paragraphen Absätze */
p {
margin: 0px 0px;
font-size: 1.1em;
text-indent: 0px;
color:#E1E1E1;
line-height: 1.4em;
}

img {
margin-top:10px;
}

/* Diese Links werden nicht verwendet*/
a:link {
color: #F0F0F0;
text-decoration: none;
}

a:hover, a:active, a:focus {
color: #F0F0F0;
background-color: #999999;
text-decoration: none;
}
a:visited {
color: #F0F0F0;
text-decoration: none;
	}

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

#content a {
	color: #F0F0F0;
text-decoration: none;
	}
		
#content a:hover {
	color:#F0F0F0;
	background-color: #999999;
	text-decoration:none;
	}
	
#galerie {
width: 2390px;
float: left;
}
/*Definitionsliste*/
#galerie dl {
margin: 10px 10px;
padding: 6px;
float: left;
border: 1px solid  #C1C1C1;
background-color: #353535;
width: 360px;
}

/*Beschreibung oder Erläuterung Text*/
#galerie dd {
font-size: 1.0em;
line-height: 1.5em;
margin: 0;
padding: 0 10px;
color: #FAFAFA;
}

#galerie dt img {
border-bottom: 1px solid #0C0C0C;
}	
	

