/* Stylesheet der Galerien auf schnutenhund reloaded */
body {
	background-color:#808080;
	margin: 0px 0px 0px 0px;
   padding: 0; 	
	text-align: center;
	font-family:'Trebuchet MS','Lucida Grande', Verdana, Helvetica, Arial, sans-serif; 
	}

/*Headergrafiken*/
#header {
	color: #FCFEF4;
	margin: 0px;
	font-size: .9em;
	height: 100px;
	line-height: 100px;
	width: auto;
	background: url(header.jpg) no-repeat;
	}
	
/*Div Inhalt, um alles zu zentrieren */
#inhalt {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto 0px;
	padding: 0px;
	width: 800px;
	border: 0px;
	text-align: center;
}

/* Titelgrafik */
#titel {
	width:800px;
	height: 100px;
	background: url(header.jpg) repeat-x 100%;
	padding-top: 2px;
	text-align: left;
}

	
#content {
	width: 760px;
	background-color: White;
	padding-top: 20px;
	margin-top: 20px;
	text-align: justify;
	border: 20px solid #EFEFEF;
}
	
#container {
	background-color: White;
	padding-left: 20%;
	padding-right: 20%;
}		
/* Jetzt die einzelnen Schriftformatierungen */    

	
/*Ab 2005 Text linksbuendig*/	
.text {
	line-height:15pt; 
	font-size:12pt; 
	color:#000000; 
	text-align:left; 
	}	

.beschreibung {
	line-height:15pt; 
	font-size:12pt; 
	color:#808080; 
	text-align:left; 
	padding-left: 40px;
	padding-right: 40px;
	}	

	
/* erstellt mit */	
.small {
	line-height:15pt; 
	font-size:8pt; 
	color:#808080; 
	text-align:center; 
	padding-bottom: 20px;
	}	

/* URL */	
.url {
	line-height:15pt; 
	font-size:8pt; 
	color:White;
	text-align:center; 
	}	
    
/* kleiner text */	
.textklein {
	line-height:15pt; 
	font-size:10pt; 
	color:Gray; 
	text-align:center; 
	}		
	
/* navigation bilderseiten */	
.navi {
	line-height:15pt; 
	font-size:11pt; 
	text-align:center; 
	}		
	
	
/* überschrift indexseite */	
h1 { 
	line-height:24pt; 
	font-size:20pt; 
	color:#000000; 
	text-align:center; 
	font-weight:bold;
	}
	
/* überschrift imageseite */	
h2 { 
	line-height:24pt; 
	font-size:16pt; 
	color:#000000; 
	text-align:center; 
	font-weight:bold;
	}
	
/*Ueberschrift Imageseite im Header*/	
h3 {
	color: White;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
/*	padding-top: 24px;*/
	text-align: left;
}	
	
/* Tabelle, auch beim Menu! */	
td,tr { 
	line-height:15pt; 
	font-size:10pt; 
	color:#000000; 
	text-align:center; 
	}

/* Beginn der Link-Definition */	
a:link {  
	color:#78A515; 
	text-decoration:none;
	font-weight: bold;
	}
	
a:active {  
	color:#78A515; 
	text-decoration:none;
	font-weight: bold;	
	}
	
a:visited {  
	color:#78A515; 
	text-decoration:none;
	font-weight: bold;	
	}
	
a:hover { 
	color:White;
	background:#78A515;
	font-weight: bold;	
	}



