
/*Allgemeine Konfigurationen */

body
		{

		 text-align: center;
		}



a:link	    {
       	  	  color:#999900; text-decoration:none
       		}

a:visited 	{
         	  color:#999900; text-decoration:none
         	}

a:active 	{
         	  color:#363A45; text-decoration:none
         	}

a:hover 	{
        	  color:#363A45; text-decoration:underline
        	}


h1
{
	font-size: 120%;
	font-weight: bold;

}

h2
{
	font-size: 110%;
	font-weight: bold;
	
}

h3
{
	font-size: 110%;
	font-weight: bold;
	color: #999900;
}


h4
{
	font-size: 105%;
	font-weight: bold;
}


#webseitenkopf {
	
	margin: 0;
    background:  url(../kopfinfos/webseitenkopf.jpg) no-repeat;
	/*height:310px;*/
	width: 100%;	
}



/*Top Navigation - Impressum - Kontakt - Hilfe*/


#topnavi {
	 clear: both;
     text-align: right;
	 padding-right: 45px;		
	 font: bold 12px/45px "trebuchet MS",  Arial, Tahoma, Sans-serif;
	 color: #31363E;	
	
}


/*Konfiguration Navigation */

#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	font: bold 13px/68px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 80px;
	width: 100%;	
}

#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0 30 0 0px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #999999;	
	text-decoration: none;
	
}

#menu ul li a:hover {
	color: #000;	
	
}

#menu ul li#current a {	
	color: #000;	
	 
}

/* Hauptbereich und Seiteninhalte */

#slogan{

font: 14px "trebuchet MS", Arial, Tahoma, Sans-serif;


}

#seite {
	padding-top: 25px;
	padding-right: 55px;
	padding-left: 35px;
	font: 12px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color: #454B47;
    border-right: 1px;
	
}

#aufzaehlung {
	
	font: 12px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color: #454B47;
	
}


#pack {
	
	font: 12px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color: #454B47;
	
}

#seite2 {
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	font: 12px "trebuchet MS", Arial, Tahoma, Sans-serif;
	color: #454B47;
	
}

