/*Allgemein*/
body 
{
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 line-height:normal;
	 color:#333333;
	 margin:0px; 
	 padding:0px 0px 0px;
	 background: url(images/allgemeines/hintergrund.jpg);
	 background-attachment:fixed;
	 overflow:scroll;
}

#titel
{
	 width: 1024px;
	 height: 42px; 
	 margin-left:auto;
	 margin-right:auto;
}


#footline 
{
     width: 1024px;
	 height: 36px;
	 background: url(images/allgemeines/romanknoblauch_02.png);
	 margin-left:auto;
	 margin-right:auto;
}


/*Inhalt*/

#inhalt_background
{
	 width: 1024px;
	 min-height: 520px;
	 background: url(images/allgemeines/hg_inhalt.png);
	 margin-left:auto;
	 margin-right:auto;
}

.textklein 
{
     font-size:11px; 
	 color:#333333;
}

.textweiss
{
     font-size:12px; 
	 color:#ffffff;
	 font-weight:bold;
}

.header
{
     font-size:13px;
	 line-height:normal;
	 color:#8F6F48;
	 font-weight:bold;
	 letter-spacing:1px;
}

.header_kurz
{
     font-size:13px;
	 line-height:normal;
	 color:#8F6F48;
	 font-weight:bold;
}

h1
{
     font-size:12px;
	 line-height:normal;
	 color:#8F6F48;
	 font-weight:bold;
}

h2
{
     font-size:15px;
	 line-height:normal;
	 color:#000000;
	 font-weight:bold;
}

p
{
	margin: 0px;
	padding-bottom:9px;
}

ul
{
	 list-style:square;	 
}

/*Navigation*/
#navigation_oben
{
	 width: 1024px;
	 height: 48px;
	 margin-left:auto;
	 margin-right:auto;

}

#navigation
{
	 width: 45px;
	 height: 518px;
	 float:left;
}

a
{
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 font-size:12px;	 
	 color:#604E40; 
	 font-weight:normal;
	 outline: none;
}

a:active 
{
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#666666; 
	 font-weight:bold;
}

a:visited 
{
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#604E40; 
	 font-weight:bold;
}

a:hover 
{
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 font-size:12px; 
	 color:#666666; 
	 text-decoration:none; 
	 font-weight:normal;
}


a.naviklein
{
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 font-size:11px;
	 color:#604E40; 	 
	 font-weight:normal;
	 outline: none;
}

a.naviklein:active 
{
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 font-size:11px; 
	 color:#666666; 
	 font-weight:normal;
}

a.naviklein:visited 
{
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 font-size:11px; 
	 color:#604E40; 
	 font-weight:normal;
}

a.naviklein:hover 
{
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
	 font-size:11px; 
	 color:#666666; 
	 text-decoration:none; 
	 font-weight:normal;
}
