/* CSS Rattelschneck */



body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}


a
{
color: #990000;
}

a:hover
{
color: #FF6600;
}




#seite
{
width: 980px;
}

#kopf
{
width: 700px;
height: 70px;
float: left;
}

#inhalt
{
width: 700px;
padding:14px;
float: left;
}

#buttons
{
	width:220px;
	padding-left: 20px;
	padding-top: 25px;
	position:relative;
	float: left;

}

#unten
{
width: 980px;
}

.killfloat
{
clear:both;
}


#buttons ul
{
    margin: 0;
    padding: 0;	
	
}

#buttons ul li
{
    list-style-type: none;
	padding: 4px;
}



#buttons ul li .sub
{
    list-style-type: none;
	margin-left: 24px;

}



h1
{
width: 70%;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#999999;
border-bottom: 1px dashed #d4d4d4;
}

h2
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
border-bottom: 1px dashed #d4d4d4;
margin-top: 40px;
}

.kleineschrift
{
font-size:9px;
}
