/*lschlenker - styles 1.6 - larsschlenker.net - 15.01.2009 */

body
 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30%;
	color: #ccc;
} 


A  {
   color: #fff;
	background-color: #A9A9A9;
   text-decoration: none;
}
A:ACTIVE {
    color: #fff;
}

A:VISITED   {
    color: #fff;
}

A:HOVER   
{ 
	color: #fff;
	background-color: #000;
}
   
p
{
   font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
	color:#000; 
   font-style: normal;
   line-height: 14px;
	letter-spacing: 4px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 5%;
	background-color: #fff;
	border-top: 1px dotted #A9A9A9;
	border-bottom: 1px dotted #A9A9A9;
}

p.schwarz 
{ 
	color:#000; 
}

p.weiss 
{ 
	color:#fff; 
}

p.grau 
{ 
	color: #A9A9A9;
}


p.fett {
    font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000;
}

p.fettweiss 
{
    font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #ffffff;
}

/* Kursiv*/
p.kursiv1 
{
	 font-size: 11px;
	 font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
    font-style: italic;
}

/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss_box {
	 width: 400px;
	 list-style: none;
}

.rss_title, rss_title a {
   font-weight: bold;
	margin: 12px 0px 20px 0px;
	padding: 0px;
}

.rss_items {
	 list-style: none;
	 color: #333;
    font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

.rss_item  {
	 list-style: none;
	 color: #333;
    font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {

	}

.rss_item a:hover { 

	}
	
.rss_date {
	 list-style: none;
	 color: #333;
    font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
	}
