/* CSS-Datei */

body 
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background-color:#efdfd6;
}
h1 {font-size:22px;color:#FFFFCC;margin:0px;}
h2 {
	font-size:18px;
	color:#000000;
	font-weight: bold;
}
h3 {
	font-size:14px;
	color:#000000;
	font-weight: bold;
}
h4 {
	font-size:11px;
	color:#000000;
	font-weight: bold;
}
p.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
h1.titel{
	font-size:18px;
	color:#ffffff;
	font-weight: bold;}
h2.titel{font-size:16px;color:#ffffff;}
h3.titel{font-size:14px;color:#ffffff;}
h1.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
h2.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
h3.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
hr{height:1px;}
a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  color:#634142;
  font-size:10px;
}
a:active, a:hover
{
	color:#000000;
	text-decoration: underline;
}
/* Die Titelzeile */
#title {
	height:105px;
	padding:5px;
	padding-bottom:10px;
	text-align:center;
	background-color:#ab2323;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	background-image: url(../images/logo_inf11.png);
	background-repeat: no-repeat;
	background-position: right center;
}


/*Die Menue-Spalte horizontal*/
#horizontal{
	border-top:1px solid;
	border-bottom:1px solid;
}
/*Die Menüspalte vertikal*/
#left {
	float:left;
	width:13%;
	line-height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	padding: 3px;
}
/* Der Inhalt */
#content {
	float:right;
	width: 80%;	
	margin-top:10px;
	margin-right:10px;
	border-left: 1px solid;
	padding-left:10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height:15px;	
}
//</style>

