/*Stylesheets fuer die RSS-Seite
www.stefblog.de/rss
(C) by Stef
ab Januar 2007*/

/* ########## GRUNDLEGENDES ########## */

body {
	background-image: url("grafiken/rssbackground1.jpg");
	background-color: White;
	font-family: Verdana,Arial,Helvetia,sans-serif;
	background-attachment: fixed;
	margin: 20px 0px 10px 0px;
	padding: 0;
}	

#inhalt {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto 0px;
	padding: 0px 0px;
	width: 720px;
	background-color: #fff;

}

/*Titelgrafik mit Hintergrundfarbe*/
#titel {
	background-image: url("grafiken/feedicon.jpg");
	height: 200px;
	width: 720px;
	padding-top: 0px;
	margin: 0px;
/*	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;*/
	z-index: 3;
	background-repeat: no-repeat;
	background-position: right;
	border-left: thin solid Silver;
	border-top: thin solid Silver;
	border-right: thin solid Silver;
}

/*Contentbereich*/
#content {
	width: 720px;
	background-color: #fff;
	text-align: left;
	z-index: 2;
	float: left;
	border-left: thin solid Silver;
	border-bottom: thin solid Silver;
	border-right: thin solid Silver;
			
}


/* ########## Einzelne Klassen ########## */
/* Einzelne Klassen */
.content {
	background-color: #fff;
/*		border: thin solid Silver;*/
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: left;
	overflow: auto;
}


/*Definitionen Schrift, Links, Ueberschriften */	
p { 
	line-height:18pt; 
	font-size:10pt; 
	color:#000; 
  text-align:left; 
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 5px;
	}
	
ul,li { 
	line-height:18pt; 
	font-size:10pt; 
	color:#000; 
  text-align:left; 
  margin-left: 30px;
  margin-right: 20px;  
	}	
	
ol,li { 
	line-height:18pt; 
	font-size:10pt; 
	color:#000; 
  text-align:left; 
  margin-left: 40px;
	}	
		
.klein { 
	line-height:15pt; 
	font-size:10pt; 
	color:#000; 
   text-align:left; 
	}
		
.titel {
	color: Gray;
	font-size: 9pt;
	letter-spacing: 1px;
}

.comment { 
	line-height:13pt; 
	font-size:10pt; 
	color:#000; 
   text-align:center; 
	font-style: italic;
	}	
		
/* ########## Links ########## */	

#content a:link {  
	color:#0000FF; 
	text-decoration:underline;
	}
	
#content a:visited {  
	color:#0000FF; 
	text-decoration:underline;
	}
	
#content a:hover { 
	color:#0000FF; 
	text-decoration:none; 
/*	background-color:#0000FF;*/
	}
	
#titel a:link {  
	color:Gray; 
	text-decoration:none;
	}
	
#titel a:visited {  
	color:Gray; 
	text-decoration:none;
	}
	
#titel a:hover { 
	color:Black; 
	text-decoration:none; 
/*	background-color:#0000FF;*/
	}	
	

/* ########## UEBERSCHRIFTEN ########## */	

h1 { 
	line-height:22pt; 
	font-size:18pt; 
	color:#000000; 
	text-align:left; 
	font-weight:bold;
	}
	
/*Titel auf jeder Seite*/		
h2 { 
	line-height:20pt; 
	font-size:14pt; 
	color:#4B4B4B; 
	text-align:left; 
	padding-top: 15px;	
	padding-left: 30px;
	letter-spacing: 1px;
	text-decoration: underline;
/*	font-weight:bold;*/
	}
	
/*Unterueberschriften*/	
h3 {
	line-height: 20pt;
	font-size: 12pt;
	color: #4B4B4B;
	text-align: left;
	padding-right: 15px;
	padding-top: 25px;
	padding-left: 30px;
	border-bottom: thin solid Silver;
}	

/* ########## WEITERE KLASSEN ########## */
	
.url { 
	line-height:14pt; 
	font-size:8pt; 
	color:#666666; 
	text-align:center;
	}
	
.top { 
	line-height:14pt; 
	font-size:8pt; 
	color:#666666; 
	text-align:right;
	padding-right: 100px;	
	}
	
.date { 
	line-height:14pt; 
	font-size:9pt; 
	color:gray; 
	text-align: center;
	}
	
tr td {
	line-height:18pt; 
	font-size:12pt; 
	color:#000; 
  text-align:left; 
}


.footer {
	width:100%; 
	height:113px; 
	text-align:left;
	overflow:auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*hochgestellt fuer TradeMark*/
.trademark {
	color: Silver;
	font-size: smaller;
}	

/*Link nach oben in Textmitte*/
.obenlink {
text-align: center;

}

.naviaktiv {
	color: Black;
	font-weight: bold;
}

.marker {
	background-color: #FFFF00;
	font-weight: bold;
	font-stretch: wider;
}