* {
	margin:0;
	padding:0;
}

html {
        overflow: -moz-scrollbars-vertical;
}

a {
outline: none;
}

/*****************************************************************
						Tag Formatierung
*****************************************************************/

html, body {
	height:100%;
}

body{
	text-align: center;
	margin:0;
	padding:0;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	
	background:#7AA7F1 url(../images/bg.jpg) top left repeat-x;
	
}

#ueberschrift h1 {
	font-size:18px;
	color:#FFFFFF;
	line-height:20px;
}

h2{
	font-size:14px;
	line-height:16px;
	color:#EE2124;
	margin:0 0 25px 0;
}

a {	
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#000000;
}

a:hover {
	color:#9D0144;
	text-decoration:underline;
}

p {
	margin-bottom:15px;
}

strong {
	color:#EE2124;
}
/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.suchtext {
	position:absolute;
	left:-9999px;
}

.clear{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

.txt{
	color:#EE2124;
}

/*****************************************************************
						Navigations Formatierung - navi
****************************************************************/

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

#navi ul li {
	font-weight: normal;
}

#navi ul li a {
	display: block;
	height:26px;
	width:152px;
	font-size:12px;
	color:#EE2124;
	text-decoration:none;
	line-height:26px;
	padding-left:79px;
	background-image: url(../images/benecke_05.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#navi ul li a:hover{
	background-image: url(../images/benecke_03.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#navi .hover{
	background-image: url(../images/benecke_03.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

/*****************************************************************
						Div Formatierung
*****************************************************************/

#container {
	margin:0 auto;
	text-align:left;
	width:953px;
	min-height: 680px;
	height: auto	!important;
	height:680px;
	background-image: url(../images/benecke_07.gif);
	background-position:top left;
	background-repeat: repeat-y;
}

#logo {
	width:953px;
	height:266px;
	background-image: url(../images/benecke_01.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#ueberschrift {
	width:953px;
	height:41px;
	background-image: url(../images/benecke_02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
}

#main {
	width: 953px;
	min-height: 340px;
	height: auto !important;
	height:340px;
	background-image: url(../images/schatten_05.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#main2 {
	float:left;
	width: 953px;
	min-height: 340px;
	height: auto !important;
	height:340px;
	background-image: url(../images/benecke_09.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#navi {
	display:inline;
	float:left;
	width:231px;
	min-height:315px;
	height:auto !important;
	height:315px;
}

#content, #content2, #content3 {
	float:left;
	text-align:left;
	width:250px;
	min-height:315px;
	height:auto !important;
	height:315px;
	font-weight: normal;
	margin: 25px 25px 25px 30px;
}

#content2 {
	margin:0;
	width:250px;
}

#content3 {
	width:600px;
	list-style-type:disc;
	border:0px solid red;
}


#content3 ul{
	margin-left:20px;
}



#content3 ul li{
	line-height:18px;
}

#content3 img{
	margin:10px 0 20px 0;
	border:2px solid #2A82FA;
}

#content3 img:hover{
	margin:10px 0 20px 0;
	border:2px solid #9D0144;
}

#footer {
	clear:both;
	width:953px;
	height:33px;
	background-image: url(../images/benecke_10.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.absatz {
margin:0 0 10px 0;
padding:0;
}

#impressum td {
padding:3px 0;
}

#impressum td strong {
color:#000;
}