body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
}
#centerCont {
	width: 947px;
	/*background-color: #999999;*/
	margin-left: auto; 
 	margin-right: auto;
}

a {
	color:#990000;
	text-decoration:none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::   N A V I G A T I O N   :::::::: */

#divNav {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 10px;
	height: 80px;
	width: 925px;
	background-color: #FFFFFF;
}

#divNav a:link, #divNav a:visited{
	color: #000000;
	text-decoration:none;
}
#divNav a:hover{
	color: #990000;
	text-decoration:none;
}


#divSubnav {
	padding: 10px;
	float: left;
	width: 160px;
	border: 1px solid #999999;
	margin-right: 10px;
}


#divSubnavIn {
	padding-left: 0px;
}

#divSubnav a:link, #divSubnav a:visited{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/b_in.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	line-height: 1.6em;	
	
}

#divSubnav a:hover{
	color: #990000;
	background-image: url(../images/b_ak.gif);
	text-decoration: none;
	font-weight: bold;
}

#divSubnavAktiv a:link, #divSubnavAktiv a:visited{
	color: #990000;
	background-image: url(../images/b_ak.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;

}


#divSubnavText {
	padding: 10px;
	float: left;
	width: 160px;
	border: 1px solid #999999;
	margin-right: 10px;
	
}

#divSubnavText a {
	color: #990000;
	text-decoration: none;
	
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::   S T A R T S E I T E   :::::::: */

#divImageStart {
	padding: 10px;
	height: 200px;
	width: 925px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#divNews {
	font-size: 12px;
	padding: 10px;
	float: left;
	width: 160px;
	border: 1px solid #999999;
	margin-right: 10px;
}

#divNews p{
	margin-top:0px;
	margin-bottom:12px;
}

#divAktion {
	padding:10px;
	position: relative;
	width: 118px;
	right: 10px;
	float: right;
	border: 1px solid #990000;
	margin-bottom: 10px;
}

#divAktion p{
	line-height: 14px;
	margin-top:0px;
	margin-bottom:8px;
}

#divAktion a{
	color: #990000;
	text-decoration: none;
	margin-bottom:10px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::   C O N T E N T   :::::::: */

#divImage {
	padding: 10px;
	height: 145px;
	width: 925px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}





#divContent {
	background-color: #f0f0f0;
	height: auto;
	width: 543px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 1px solid #999999;
	position: relative;
	
	text-align: left;
	float: left;
}

* html #divContent {  /* nur fuer Internet Explorer */
	width: 541px; /* Version 5.x */
	w\idth: 541px;   /* Version 6 */
}


#divContent h1{
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
}

#divContent a{
	color: #990000;
	text-decoration: none;
}


#divDetails {
	position: relative;
	width: 140px;
	right: 10px;
	float: right;
}

#divDetails img{
	border: 1px solid #999999;
}
#clear {
	clear: both;
}
#divFooter {
	width: 593px;
	margin-left: 191px;
	font-size: 10px;
	padding: 0px;
	height: 55px;
}

#liste {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 2px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::   K L A S S E N   :::::::: */

.rot{
color:#990000;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::   F O R M U L A R   :::::::: */

#formText {
	font-weight: bold;
	float: left;
	width: 110px;
}

input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom:5px;
	padding: 2px;
	width: 300px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#formButton input{
	width: 100px;
	background-color: #DDDDDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #FFFFFF;
	
	font-size: 12px;
}

