body {	
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size: 					9pt; 
	font-style: 				normal;
	color:						#2c1b0b;
	background-color:			#4a2711;
	margin: 					0; 					/* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 					0;
	text-align: 				center; 			/* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	background-image:			url(../img/bg_body.jpg);
	background-repeat:			repeat-x;
}

a:link    {  font-family: Verdana, Comic Sans MS; font-size: 9pt; font-style: normal; color: #4a2711; text-decoration: underline}
a:visited {  font-family: Verdana, Comic Sans MS; font-size: 9pt; font-style: normal; color: #4a2711; text-decoration: underline}
a:hover   {  font-family: Verdana, Comic Sans MS; font-size: 9pt; font-style: normal; color: #936844; text-decoration: underline overline}

table {
	padding:					5px;
}

p {
	text-align:					justify
}

.img {
	border:						1px solid #4a2711;
	padding:					2px;
}

input {
	border:						1px solid #4a2711;
	padding:					2px;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size: 					9pt; 
	font-style: 				normal;
	color:						#2c1b0b;
}

.contentTitle {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size: 					9pt; 
	font-style: 				normal;
	font-weight:				bold;
	color:						#ffffff;
	background-color:			#4a2711;
}


#container { 
	width: 						888px;
	height:						680px;
	top:						40px;
	background: 				#FFFFFF;
	background-image:			url(../img/bg_main.jpg);
	background-repeat:			no-repeat;
	margin: 					40px auto; 					/* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 					3px solid #ffffff;
	text-align: 				left; 						/* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
} 

#contentbox {
	width:						550px;
	height:						620px;
	margin:						30px 0 0 300px;
	background-color:			#be9464;
	border: 					3px solid #ffffff;	
}

#navigation {
	width:						550px;
	height:						20px;
	background-color:			#FFFFFF;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size: 					10pt; 
	font-style: 				normal;
	color:						#4a2711;
	font-weight:				bold;
	text-align:					center;
}

#navigation a:link{
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size: 					10pt; 
	font-style: 				normal;
	color:						#4a2711;
	font-weight:				bold;
	text-decoration: 			none;
}

#navigation a:visited{
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size: 					10pt; 
	font-style: 				normal;
	color:						#4a2711;
	font-weight:				bold;
	text-decoration: 			none;
}

#navigation a:hover{
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size: 					10pt; 
	font-style: 				normal;
	color:						#936844;
	font-weight:				bold;
	text-decoration: 			none;
}

#content {
	width:						550px;
	height:						595px;
	margin:						5px 0;
	/*background-color:			#cdcfcf;*/
}

.footline {
	text-align:					right;
	margin:						5px 35px 0 0;
}


