@charset "utf-8";
/* CSS Document */

body
{
	font-family:Verdana, Arial;
	font-size:14px;
	color:	#1f1d22;
	margin:0;
	background:#fff url(images/back.jpg) repeat-x top center;
	text-align:justify;
}
#center
{
	width:980px;
	height:auto;
	margin:0 auto;
}

#logo
{
	width:980px;
	height:100px;
	background:url(images/header.jpg) #fff no-repeat;

}

#navi
{
	width:auto;
	height:50px;
	margin:0 auto;
	padding-top:4px;
	_margin-top:10px;
	color:#fff;
}


/**** Menü*/
#navi{
margin: 0;
padding: 0;
}

#navi ul{
margin: 0;
margin-left: -55px; /*menu offset from left edge of window*/
float: left;

}

* html #navi ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-top:2px;
margin-left: -15px; /*menu offset from left edge of window in IE*/
}

#navi ul li{
display: inline;
}


#navi ul li a{
float: left;
color: #fff;
padding: 15px 9px 20px 25px;
text-decoration: none;
}

#navi ul li a:visited{
color: #fff;
}


#navi ul li a:hover, #navi ul li a#selected{ /*hover and selected link*/

background: transparent url(images/active.png) bottom center no-repeat;
}




/**** Menü-Ende*/


#stripe
{
	background-color:#fff;
	width:980px;
	height:20px;
}
#header
{
	width:980px;
	height:300px;
}
#pic
{
	width:725px;
	height:300px;
	float:left;
}
#navi2
{
	width:251px;
	height:300px;
	float:right;
	background:url(images/bg-navi2.jpg) no-repeat;
	
}
#content-navi2
{
	width:230px;
	padding:10px;
}
#navi2 a
{
	text-decoration:none;
	color:#fff;
	padding: 0px 0px 0px 5px;
}
#navi2 a:hover
{
	text-decoration:none;
	color:#e74215;
	padding: 0px 0px 0px 5px;
}
#navi2 a#selected{ /*hover and selected link*/

	color:#e74215;
}

/***********************************************************/
#content
{
	width:980px;
	height:auto;
}

#content-left
{
	width:720px;
	float:left;
	padding-top:10px;
}
#content-right
{
	width:220px;
	float:right;
	padding-top:10px;
	margin-left:15px;
	_margin-left:25px;
	margin-right:15px;
}


#content-left p, table
{
	padding-left:10px;
}

.ueberschrift
{
	font-size:20px;
	color:#e74215;
	font-style:italic;
}
.ueberschrift1
{
	font-size:16px;
	color:#000;
	font-style:italic;
}

.aktuelles
{
	font-size:20px;
	font-style:italic;
}
.small
{
	font-size:10px;
}
.important
{
	color:#e74215;
	font-weight:700;
}
.ueberschrift-navi2
{
	font-size:30px;
	color:#fff;
	text-align: right;
}
.slogan
{
	font-size:11px;
	color:#FFF;
	margin-top:60px;

}

a
{
	text-decoration:underline;
	color:#1f1d22;
}
a:hover
{
	color:#e74215;
}
.image
{
	float:right;
	padding-left:10px;
}
.image-links
{
	float:left;
	padding-right:10px;
}

