/*CSS-Datei fuer Leuchtturmbilder www.teuchtlurm.de/leuchtturm
(C) by Teuchtlurm August 2006*/


body {
/*	background-image: url("grafiken/background.jpg");*/
	background-color: White;
	font-family:Verdana,Arial,Helvetia,sans-serif; 	
	background-attachment:fixed;	
	margin: 0px 0px 10px 0px;
   padding: 0; 
}	

/* +++ POSITIONIERUNG DER DIVS +++ */
#titel {
   padding: 0; 
}	

#container {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto 0px;
	padding: 0px 0px;
	width: 800px;
	background-color: #fff;
}

/*Contentbereich*/
#content {
	width: 795px;
	background-color: #fff;
	padding-top: 10px;
	margin-top: 20px;
	text-align: left;
	overflow: auto;
	float: left;
	border: 1px solid #ECECEC;
}

#footer {
	width: 795px;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;	
	text-align: center;
	font-size: 8pt;
	color: Gray;
}

/* +++ DEFINITION DER SCHRIFTEN +++ */

/*Text unterhalb des Fotos*/
.foto {
	line-height: 18pt;
	font-size: 8pt;
	color: Gray;
	text-align: center;
	padding-bottom: 50px;


}

p,ul,li {
	line-height: 16pt;
	font-size: 10pt;
	color: #000;
	text-align: left;
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
}
	
.navi {
	line-height: 18pt;
	font-size: 10pt;
	color: Gray;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}

.navi a, a:visited {
	text-decoration: none;
}

.naviaktiv {
	color: Silver;
}

h2 {
	font-size: 18pt;
	color: Gray;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;	
}

a:link {
	color: Black;
	text-decoration: none;
	border-bottom: thin dotted Gray;
}
	
a:visited {  
	color:Black; 
	text-decoration:none;
	border-bottom: thin dotted Gray;
	}
	
a:hover { 
	color:Black; 
	text-decoration:none;
	border-bottom: thin dotted Blue;
	}
	
/* +++ DEFINITION DER BILDER +++ */
#content img {
	text-align: center;
	border: thin solid Silver;
	padding: 10px;
	display: block;
	margin: auto;
}

