/* CSS Document */


body {
background-image:url(../layout/bg.jpg);
background-attachment:scroll;
background-repeat:repeat;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}



a {
color:#333333;
text-decoration:none;
}

a:link {
	
	color:#333333;
	text-decoration:none;

	}
	
a:visited {

	color:#333333;

}

a:hover {
	
	color:#333333;
	text-decoration:none;
}


/*Container Definitions*/


#centering {
position:relative;
width:990px;
height:auto;
margin:auto;
}

#header {
position:relative;
float:left;
width:990px;
height:158px;
background-image:url(../layout/logo.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
}

#trennung {
position:relative;
float:left;
width:990px;
height:5px;
background-image:url(../layout/rand.jpg);
background-repeat:no-repeat;
}

#navi-container {
position:relative;
float:left;
width:200px;
height:630px;
margin-top:-9px;
}

#navi-container[id] {
margin-top:0;
}

#navigation {
background-color:#000000;
padding-top:30px;
width:190px;
height:250px;
padding-left:10px;
}

#flash-container {
float:left
width:200px;
height:350px;
}

#news-footer-ct {
margin-top:-9px;
position:relative;
float:left;
width:770px;
height:auto;
}

#news-footer-ct[id] {
margin-top:0;
}

#news {
background-image:url(../layout/upper_menu_back.jpg);
background-repeat:repeat-x;
width:770px;
background-color:#FFFFFF;
min-height:459px;
padding-top:15px;
padding-left:10px;
padding-right:10px;
padding-bottom:15px;
}

#footer {
width:790px;
height:20px;
text-align:center;
border-top:solid 1px #333333;
background-color:#FFFFFF;
float:left;
}




/*ul li Definitions */


#navi-container ul{
	margin:0;
	padding:0;
	list-style-type:none;
}


#navi-container ul li {
	padding-left:25px;
	position:relative;
	float:left;
	width:150px;
	background-image:url(../layout/link-bg.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	
}

#navi-container ul li:hover{

	background-image:url(../layout/link-bg-hover.jpg);
	
}

#navi-container ul li a:hover{
margin:0;
padding:0;
color:#FFFFFF;
text-decoration:none;
}

#navi-container ul a {
margin:0;
padding:0;
color:#FFFFFF;
text-decoration:none;
}

#news ul {
margin:0;
padding:0;
list-style-type:none;
}

