body {	text-align:center;
		margin: 0px;
		padding: 0px;
		background-image:url(../images/body_bg.png);
		background-repeat:repeat-x;
		background-color:#99ccff;
	  }
	  
.alles {
		background-image:url(../images/bg_alles.png);
		width:768px;
		margin:0px auto;
		font-family: verdana;
		font-size:1em;
	}

#logo {
		background-image:url(../images/header.png);
		background-repeat: no-repeat;
		width:768px;
		height:143px;	
	}

#navileft {
		
		width:103px;
		height:580px;
		border: 0px solid black;
		float:left;
	}
		
#content {

		background-color:white;
		padding: 0px 30px 0px 30px;
		font-size:0.7em;
		float:left;
		min-height:400px;
		height:auto;
		text-align:left;
		width:470px;
		color:#003399;
		}
		
#content a {
		font-weight:bold;
		text-decoration:underline;
		}


* html #content { /* Für IE */
        height: 400px;}

#rechts {
		display:block;
		background-image:url(../images/news.png);
		background-repeat:no-repeat;
		font-size:0.6em;
		color: blue;
		text-align:left;
		float:left;
		width:134px;
		height:620px;
		color:#0033cc;
	}

#news { 
		padding: 50px 5px 10px 10px;
		width:109px;
		height:355px;
		}
		
#logos {
		width:109px;
		height:30px;
		}
		
.newshead {
		border-top:1px solid #0033cc;
		border-bottom:1px solid #0033cc;
		width:100px;
		font-weight:bold;
		}

.aktuelles {
		padding:10px 20px 10px 10px;
		border-top:1px solid #0033cc;
		min-height:100px;
		}

#aktuelle2 {
		background-color:#ffffdd;
		padding:10px 20px 20px 10px;
		border:1px solid #0033cc;
		min-height:100px;
		}


.clear {clear:both;}

#footer {
		font-family:verdana;
		border-top:2px solid #003399;

		padding:3px 0px;
		clear:left;
		text-align:center;
		color:#0033cc;
		background-color:#ffff66;
		font-size:0.55em;
		}

		
a		{
		color:#0033cc;
		border:0px solid black;
		text-decoration:none;
		}

a:hover {
		color:#ffff66;
		background-color:#0033cc;
		}

h1		{
		font-size:1.5em;
		font-weight:bold;
		
		}
		
h2		{font-size:1.3em;}

		

