/*Style fuer Pommesbudentest Schnutenseiten auf schnutenhund/reloaded
ab Oktober 2006 (C) www.schnutenhund.de*/

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; 
	}



/* ### Container für weissen Hintergrund ### */
#container {
	text-align: left;
/*	vertical-align: middle;*/
	margin: 0px auto 0px;
	padding: 0px;
	width: 800px;
	background-color: #808080;
	border: 0px;
	float: left;
}

/* ### Titelgrafik mit Hintergrundfarbe ### */
#titel {
	height: 100px;
	width:800px;
	padding-top: 0px;
	margin-bottom: 20px;
/*	margin: 0px;*/
	z-index: 3;
	background-image: url("header.jpg");	
	background-repeat: no-repeat;
}


/* ### Contentbereich ### */
#content {
	width: 540px;
	background-color: #fff;
	text-align: left;
	z-index: 2;
	float: right;
	border: 20px solid #EFEFEF;	
	padding-top: 20px;
/*	background: url(grafiken/page.gif) top left no-repeat;	*/
}

/* ### Footer-Div ### */
#footer {
	/*	width:100%; */
	height: 60px;
	text-align: center;
	overflow: auto;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
	float: left;
/*	background-color: white;*/
	width: 100%;
	color: #587DA9;
	font-size: 10px;
}

/* ############### NAVIGATION ###############*/
#navi {
	width: 200px;
	background-color: #F0F0F0;
	text-align: left;
	z-index: 2;
	float: left;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 50px;
/*	border-bottom: 1px solid Gray;
	border-top: 1px solid Gray;*/
}

#navi ul li {
/*	list-style-image: url(grafiken/pfeil.gif);*/
	font-size: 8pt;
	line-height: 14pt;
	padding-left: 0px;
	margin-left: 0px;
}

#navi ul li ul {
	list-style-image: url(grafiken/subicon.html);
	font-size: 8pt;
	line-height: 14pt;
	margin-left: 20px;
}

.sub {
		list-style-image: url(grafiken/subicon.html);
		}
	
#navi a {
	text-decoration: none;
	color: Gray;
}

#navi a:hover {
	color: Black;
}

.navi {
	font-size: 10px;
}

/*##############################################	*/
/*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;
}
	

/* Box für die URL */		
#url {
	width:750px; 
	height:50px; 
	background-color:transparent; 
	padding-left:0px; 
	padding-top:0px; 
	padding-right:0px;
	margin-top:10px; 
	margin-bottom:20px;	 
	text-align:justify;
	}		
	
/* Jetzt die einzelnen Schriftformatierungen */    
/* Listen und Aufzählungen */
#content ul,li { 
	line-height:17pt; 
	font-size:11pt; 
	color:#000000;
	text-align: left; 
	margin-right: 20px;
	}

#content li { 
	margin-left: 10px;
	}
	
/* Standardtext */	
.text {
	line-height: 17pt;
	font-size: 11pt;
	color: #000000;
	text-align: left;
	padding-left:30px; 
	padding-right:20px; 
}
  
	
/* kleine Schrift */	
.small { 
	line-height:14pt; 
	font-size:8pt; 
	color:#000000;
	}	

/*Ueberschrift im gruenen Headerbild*/	
h2 {
	color: White;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 26px;
	text-align: left;
}	

h3 {
	padding-left: 25px;
	font-size: 18px;
}
	
/* Beginn der Link-Definition */	
a:link {  
	color:#78A515; 
	text-decoration:underline;
	}
	
a:active {  
	color: #78A515; 
	text-decoration:underline;
	}
	
a:visited {
	color: #78A515;
	text-decoration: underline;
}
	
a:hover { 
	color:White;
	background:#78A515;
	text-decoration:underline; 
	}


/* Definition der URL */	
.url { 
	line-height:14pt; 
	font-size:8pt; 
	color:#ffffff; 
	text-align:center 
	}

/* Definition Datum */	
.date {
	line-height: 14pt;
	font-size: 8pt;
	color: #000000;
	text-align: center;
}

.zitat {
	color: Gray;
	font-style: italic;
	font-size: 9pt;
}

.info {
	color: Gray;
	font-size: 9pt;
	padding-left: 30px;
}


