
BODY {
	MARGIN: 20px 0px 0px;
	BACKGROUND-COLOR: #cccccc;
	TEXT-ALIGN: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}


A {
	COLOR: #E65844;
	TEXT-DECORATION: underline;
}

H1 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 20px;
	COLOR: #333333;
	PADDING-TOP: 20px;
	TEXT-DECORATION: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #A11F1D;
}
ul {
	list-style-type: none;
}
li {
	list-style-image: url('images/4list.gif');
	line-height: 20px
}




P {
}


#container {
	MARGIN-LEFT: auto;
	WIDTH: 760px;
	MARGIN-RIGHT: auto;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-ALIGN: left;
	border: 2px solid #c26100;
}



#head {
	border:1px none #8D1D12; background-image: url('images/4head.jpg');
	height: 150px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position:  center;
}
#head h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 30px;
	text-transform: uppercase;
}


/*---------top-navigation-div-----------------*/
#nav_top {
}

#nav_top a {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 47px;
	padding-left: 47px;
	background-color: #414141;
	margin-right: 2px;
}
#nav_top a:hover {
	background-color: #D60000
;
	color: #FFFFFF;
}



/* -----------------content-div--------------------- */ 

#content {
	margin:10px auto; COLOR: #333333;
	TEXT-ALIGN: justify;
	background-repeat: no-repeat;
	background-position:  center;
	width: 650px
}

/* -----------------footer--------------------- */ 


#footer {
	CLEAR: left;
	PADDING-BOTTOM: 10px;
	TEXT-ALIGN: center;
	width: 600px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #414141;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	color: #CC3300;

}

/*-----------------style für navigation kästchen---------------------*/

#next {
	background-color: #FFDF80;
	height: 100px;
	position: absolute;
	border: 1px solid #000000;
	color: #000000;
	left: 0px;
	top: 2px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#next p {
	font-size: 10px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#next a {
	text-decoration: none;
	color: #333333;
	font-weight: lighter;
	font-size: 10px;
}