
/*CSS FÜR WWW.xxxxxxxxxxxxxxx.de von KrappRot/Mediendesign -Thorsten Knebel www.krapprot.de */
/* Farbwerte:
Dunkelblau: #004F78;
Hellblau: #308BC1;
Hellgrau: #f2f2f2;
*/
/*==================== html tags ==========================*/
html, body{
height: 100%;
max-height: 100%;
}

}
body{
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
color:#000066; 
font-size: 11px; 
line-height: 18px; 
letter-spacing: 0px; 
text-decoration: none; 
background-color: #F7F7F7; 
text-align: left; 
}

a:link, a:visited {color: #000066; text-decoration: underline}
a:hover, a:active {color: #333333;  text-decoration: none}

/* Umrandung bei Bildern im Link für IE ausschalten */
a img{
border: 0px;
}

/* Innen- und Aussenabstände für alle Elemente ausschalten */
* {
margin: 0px;
padding: 0px;
}

h1, h2, h3{
font-family: "Times New Roman", Times, serif;
color: #000066;
font-style: normal;
font-weight: bold;
}

h1{
	font-size: 22px;
	letter-spacing: 2px;
	font-variant: small-caps;
}

h2{
	font-size: 18px;
	letter-spacing: 1px;
}

h3{
	font-size: 14px;
	letter-spacing: 1px;
}


p{
}

/*==================== IDs ==========================*/
#seite{
width: 965px;
}

#linkeSpalte{
float: left;
width: 212px;
}
#inhalt{

}
#rechteSpalte{
float: right;
width: 190px;
}

#menue1{
}
#menue2{
}
fusszeile{
clear:both;
}


/*-------------------- navigation --------------------*/

/*==================== Klassen ==========================*/
.lead{
	
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	letter-spacing: 0px;
}
.klein{
	font-size: 9px;
}
.fett{
font-weight: bold;
}
