/*CSS-Datei fuer www.teuchtlurm.de/humansterben
(C) by Teuchtlurm März 2007*/


body {
	background-color: White;
	font-family:Verdana,Arial,Helvetia,sans-serif; 	
	background-attachment:fixed;	
	margin: 0px 0px 10px 0px;
   padding: 0; 
}	

/* +++ POSITIONIERUNG DER DIVS +++ */
#top {
   padding-bottom: 20px; 
	margin-top: 2px;
	background-image: url("images/head2.jpg");	
	background-repeat: no-repeat;
	width: 700px;
	height: 170px;
}	

#container {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto 0px;
	padding: 0px 0px;
	width: 700px;
	background-color: white;
}

/*Contentbereich*/
#content {
	width: 695px;
	background-color: White;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
	overflow: auto;
	float: left;
	border: 1px solid Silver;
}

#footer {
	width: 695px;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;	
	text-align: center;
	font-size: 8pt;
	color: Silver;
}

/* ####### Top-Navigation ####### */
#navitabs {
clear: both;
}

.navitab {
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
	text-decoration: none;
	letter-spacing: 1px;
	background: #e0e0e0 url(images/corner.gif) top right no-repeat;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
}

.navitab:hover {
text-decoration: none;
background: #d0d0d0 url(images/corner.gif) top right no-repeat;
}

.activenavitab {
padding: 4px 8px 5px 8px;
color: #ffffff;
margin: 0 0 5px 0;
text-decoration: none;
background: #748AA1 url(images/corner.gif) top right no-repeat;
}

.passivnavitab {
padding: 4px 8px 5px 8px;
color: #ffffff;
margin: 0 0 5px 0;
text-decoration: none;
background: Silver /*was #505050*/ url(images/corner.gif) top right no-repeat;
}

.activenavitab:hover {
text-decoration: none;
}

.activenavitab a, a:visited {
	color: White;
}

.passivnavitab a {
	color: #748AA1;
}

.passivnavitab a:visited {
	color: #748AA1;
}


/* +++ DEFINITION DER SCHRIFTEN +++ */


p {
	line-height: 16pt;
	font-size: 10pt;
	color: #242424;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
}

ul,li {
	line-height: 16pt;
	font-size: 10pt;
	color: #000;
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
	margin-left: 20px;
	padding-bottom: 20px;
}
	
/* ######### DEFINITION DER LINKS ########### */

/* allgemein */	

a:link {
/*	color: Purple;*/
	text-decoration: none;
}
	
a:visited {  
/*	color:Purple; */
	text-decoration:none;
	}
	
a:hover { 
/*	color:Black; */
	text-decoration:none;
	}

/* Contentbreich */	

#content a:link {
	color: Blue;
	text-decoration: none;
}
	
#content a:visited {  
	color:Blue; 
	text-decoration:none;
	}
	
#content a:hover { 
	color:Blue; 
	text-decoration:underline;
	}	

/* Footer */	
#footer a:link {
	color:Silver; 
	text-decoration: none;
}
	
#footer a:visited {  
	color:Silver; 
	text-decoration:none;
	}
	
#footer a:hover { 
	color:Grey; 
	text-decoration:none;
	}
	

/* Ueberschriften */
h1 {
	font-family: 'Century Gothic';
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: Purple;
	padding-top: 20px;
}

h2 {
	font-family: 'Century Gothic';
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #7987A1;
	padding-left: 20px;
	padding-top: 20px;
}

h3 {
	font-family: 'Century Gothic';
	font-size: 18px;
	text-align: left;
/*	font-weight: bold;*/
	color: #7987A1 /*Black*/;
	padding-left: 20px;
	padding-top: 20px;
}

h4 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
/*	font-style: italic;*/
	color: Purple;
	padding-top: 3px;	
}

/* SONSTIGE KLASSEN */
.impressum {
	color: Gray;
	font-size: 9px;
	line-height: 12px;
}

.date {
	color: Gray;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;	
}

.hide {
display: none;
}

.intro {
	font-size: 11pt;
	line-height: 15pt;
	}
	
.text {
	padding-left: 50px;
	padding-right: 50px;
	color: #2C2C2C
	}	
	
.small {
	font-size: 9pt;
	padding-left: 40px;
	padding-right: 40px;
	color: Gray;
}	

.newsdate {
	color: Silver;
	font-size: 8pt;
}

.indextext {
	font-size: 16pt;
	line-height: 26pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	color: #2E2E2E;
}


.toplink {
	color: Silver;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.toplinklink {
	color: Silver;
}

.zitat {
	padding: 15px;
	margin: 25px;
	color: Black;
/*	border: thin solid Silver;*/
background-color: #F7F7F7;
}