/* allgemein */
body {
	padding: 0px auto;
	background-color: #828282;
	font-size: 18px;
	line-height: 20px;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	text-align: center;
	height: auto;
	min-width: 980px;
	width: auto;
	width: expression(document.body.clientWidth < 980? "980px": "100%"    );/* min-width fuer IE*/
}
	
p {	
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;

}

#main{
	width:980px;
	height: auto;
	border: 1px solid black;
	margin: 0px auto;
	background-color: #000;
	padding: 0px 0px 0px 0px;
}	

/*kopf*/
#top1 {
	height: 43px;
	background-color: #000;
	background-image: url(../23_images/top1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#top2 {
	height: 210px;
	background-image: url(../23_images/top2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #7399D7;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#top3 {
	height: 48px;
	background-image: url(../23_images/top3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* inhalt*/
#text{
	width: 920px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid red;
}

#text-left{
	width: 580px;
	height: auto;
	float: left;
	letter-spacing: 0px;
	text-align: justify;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color:#C0C8D8;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	border: 0px solid red;
}

#text-right{
	width: 260px;
	height: auto;
	float: right;
	letter-spacing: 0px;
	text-align: left;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #C0C8D8;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	border: 0px solid red;
}

#text-all{
	width: 920px;
	height: auto;
	float: left;
	letter-spacing: 0px;
	text-align: justify;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color:#C0C8D8;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	border: 0px solid red;
}

/*listen */
ul.list_left {
	list-style-image:url(../23_images/arrow.gif);
	color: #A45520;
	margin: -10px 0px 30px 20px;
	padding: 0px 0px 0px 20px;
}

ul.list_right {
	list-style-image:url(../23_images/arrow.gif);
	color: #A45520;
	margin: -20px 0px 40px 20px;
	padding: 0px 0px 0px 20px;
}
	
/* bilderrahmen */
div.img {
	background-color: #5f5f5f;
	padding: 1px 1px 1px 1px;
	border: solid 8px #2F2F2F;
	margin: -10px 0px 30px 0px;
	font-size: 0px;
}

/* überschriften */
h1{
	font-family: arial, helvetica, tahoma ,verdana, sans-serif;
	color: #479FDA;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-size: 26px;
	border-bottom: dashed 0px #000;
	margin: 0px 0px 20px 0px;
	font-style: italic;
}

h2 {
	color: #479FDA;
	font-size: 16px;
	line-height: 18px;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
	border-bottom: solid 1px #292929;
	margin: 0px 0px 10px 0px;
}

h3{
	color: #479FDA;
	font-size: 16px;
	line-height: 18px;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
	border-bottom: solid 0px #292929;
	margin: 0px 0px 10px 0px;
}

h4{
	color: #C0C8D8
	font-size: 16px;
	line-height: 18px;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
	border: 0px;
	margin: 0px;	
}

/*fussbereich*/
#bottom {
	CLEAR: both;
	width: 980px;
	background-color: #000;
	background-image: url(../23_images/fuss.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: arial, helvetica, tahoma ,verdana, sans-serif;
	font-size: 12px;
	color: #C0C8D8;
	height: 47px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
}