body 
{
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	
	font-family: Arial;
	font-size: 13px;	
}

#banner
{
	width: 760px;	/* 955 - 195 */
	margin-left: auto;
	margin-right: auto;
	padding-left: 195px;
}

#footer
{
	width: 740px;	/* 760 - 10 (padding) */
	padding-top: 10px;
	padding-left: 195px;
	margin-left: auto;
	margin-right: auto;	
	color: #343434;
	clear: both;
}

#impressum
{
	width: 450px;
	float: left;
}

#impressum a:hover
{
	text-decoration: underline;
}

#impressum a
{
	text-decoration: none;
	color: #0e294c;
}

#buttons
{
	float: left;
	width: 145px; /* 740(footer) - 450(impressum) - 145 (pad) */
	padding-left: 145px;
}

#banner ol,
#banner ul
{
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
}

#banner ol
{
	list-style-type: none;
}

#banner ul li
{
	display: inline;
	list-style-type: none;
	background-image: url(../images/navib.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 10px;
}

#banner ul li a
{

	text-decoration: none;
	color: #2d2d2e;
}

#banner ul li a:hover,
#banner ul .current_page_item a,
#banner ul .current_page_parent a
{
	background-color: #2F6AB7;
	color: white;
}

#wrapper
{
	width: 955px;
	margin-left: auto;
	margin-right: auto;
}

#left
{
	width: 185px;
	float: left;
}

#left ul
{
	background-image: url(../images/ul-blau.png);
	padding: 0;
	margin: 0;
}

#left ul a
{
	color: white;
	font-size: 18px;
	font-weight: bold;
	height: 92px;
	display: block;
	text-decoration: none;
}

#left ul li
{
	list-style-type: none;
}

#left ul li a
{
	text-align: center;
	padding-top: 47px;
	padding-left: 3px;
	width: 142px;
}

#content,
#content1,
#text,
#content2,
#left,
#left ul
{
	min-height: 416px;
}

#content
{
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	width: 760px;
	float: left;
}

#content1
{
	background-image: url(../images/content1-blau.png);
	background-repeat: no-repeat;
	width: 496px;
	float: left;
}

#text
{
	color: white;	
	width: 420px;	
}

#text h1,
#text h2,
#text h3,
#text h4,
#text h5,
#text h6
{
	margin-left: 22px;
}

#text .textstyle h1
{
	margin-left: 0px;
}

.textstyle
{	
	background-color: #2F6AB7;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 10px;
}

#content2
{
	background-image: url(../images/content2.png);
	background-repeat: no-repeat;
	width: 264px;
	float: left;
}

#logo
{
	margin-top: 17px;
	margin-left: 5px;
}

#search
{
	margin-left: 5px;
	margin-top: 280px;
}


#stext
{
	height: 19px;
	width: 175px;
}

#simage
{
	border: 0;
	height: 21px;
	background-color: #2F6AB7;
	padding-left: 2px;
	padding-right: 2px;
	color: white;
	vertical-align: top;
}

h1
{
	font-size: 24px;
	text-decoration: none;
	margin-top: 10px;
	border-bottom: 1px solid white;
}

p
{
	margin-top: 10px;
}

.textstyle ol
{
	padding-left: 18px;
}

.textstyle ul
{
	padding-left: 14px;
}

.textstyle a,
.textstyle p a 
{
	color: #1C3D76;
	background-color: #F8FDF6;
	text-decoration: none;
}

img,
a img
{
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
}

.blue
{
	background-color: #2F6AB7;
}
