
* {
	margin: 0;
	padding: 0;
}

/*Allgemeine Konfigurationen */


body
		{
	  	 font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
		 font-size: 100%;	
		 background: #fff url(../AS-Online-Bilddateien/alpo.jpg) no-repeat;
	       	 height:55 px;
		 text-align: center;
		}


table


h1
{
	font-size: 120%;
	font-weight: bold;
	margin: 7px 0 13px;
	color: #3366FF;
}

h2
{
	font-size: 90%;
	font-weight: bold;
	color: #3366FF;
}

h3
{
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	color: #666666;
	margin: 7px 0;
}

h4
{
	font-size: 105%;
	font-weight: bold;
}

inhalt
{
	font-size: 80%;
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}


/*Head Konfigurationen */


#kopf {
	clear: both;	
	margin: 0 auto; padding: 0;
	font: bold 14px/30px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height:200px;
	width: 100%;	
}


#logo {
	position: absolute;
	top: 18px;	
	background:  url(../AS-Online-Bilddateien/Logo.gif) no-repeat;
	height:100px;
	width: 400px;
		
}

/*Top Navigation - Impressum - Kontakt - Hilfe*/


#topnavi {
	 clear: both;
       	 text-align: right;
	 padding-right: 25px;		
	 font: bold 14px/45px "trebuchet MS",  Arial, Tahoma, Sans-serif;
	 color: #FFF;	
	
}

#topnavi ul {
	float: right;
	list-style: none;
	margin:0; padding: 0 0 0 0px;
}

#topnavi ul li {
	display: inline;
}

#topnavi ul li a {
	display: block;
	float: left;
	padding: 0 2px;
	color: #fff;	
	text-decoration: none;
	
}

#topnavi ul li a:hover {
	color: #000;	
}

#topnavi ul li#current a {	
	color: #000;
}


/*Konfiguration Navigation */

#menu {
	clear: both;	
	margin: 0 auto; padding: 0;	
	font: bold 14px/45px "trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 100%;	
}

#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 0px;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #fff;	
	text-decoration: none;
	
}

#menu ul li a:hover {
	color: #000;	
}

#menu ul li#current a {	
	color: #000;
}


#seiteninhalt {
	

	color: #666666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 25px;
	height:420px;
			
}





