
/*  body und schrift deffinitionen */

body {
  background-color: #004B33;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#D8D3BF;  
  padding:0px;
  margin:0px;
  text-align: center;
}


#Container { 	
	text-align: left;
	vertical-align: middle;	
	margin: 0px auto;
	padding: 0px;
	width: 993px;
	background: url(../img/interface/backgr_container.jpg) repeat-y;
}

#t1 {
	float: left;
	width: 993px;
	height: 90px;
	background: url(../img/interface/start_t1.jpg) no-repeat top;
}
#m1 {
	clear: both;
	float: left;
	width: 200px;
	height: 514px;
	background: url(../img/interface/start_m1.jpg) no-repeat top;
}
#m2 {
	float: left;
	width: 240px;
	height: 514px;
	background: url(../img/interface/start_m2.jpg) no-repeat top;
}
#m3 {
	float: left;
	width: 360px;
	height: 514px;
	background: url(../img/interface/start_m3.jpg) no-repeat top;
}
#m4 {
	float: left;
	width: 193px;
	height: 514px;
	background: url(../img/interface/start_m4.jpg) no-repeat top;
}
#b1 {
	clear: both;
	width: 993px;
	height: 90px;
	background: url(../img/interface/start_b1.jpg) no-repeat top;
}

#Content1 {
	margin-top: 135px;
	text-align:justify;
}
#Content1 a {
	text-decoration: underline;
}
#Content1 a:hover {
	color: #F7E344;
}
#Content1 li {
	margin-bottom: 4px;
}

div.ornament_kl {
	width: 100%;
	height: 36px;
	line-height: 34px;
	margin-bottom: 10px;
	text-align: center;
	background: url(../img/interface/backgr_ornament_kl.gif) top center no-repeat;
}

div.ornament_gr {
	width: 100%;
	height: 36px;
	line-height: 34px;
	margin-bottom: 10px;
	text-align: center;
	background: url(../img/interface/backgr_ornament_gr.gif) top center no-repeat;
}


.trenner {
	width: 510px;
	height: 32px;
	margin-left: 236px;
	background: url(../img/interface/trenner_unten.gif) top center no-repeat;
}
#NaviBottom {
	width: 510px;
	margin-left: 236px;
	text-align: center;
}
#NaviBottom a {
	margin: 0 20px 0 0;
	font-size: 11px;
}
#NaviBottom a:hover {
	color: #F7E344;
}
#NaviBottom a.aktiv {
	color: #F7E344;
}

/* */

h1, h2, p {
	margin-right: 0px;
	padding-right: 30px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	margin: 0px 0 10px 0;
	padding: 0px 0 0px 0;
}
a {
  color:#D8D3BF; 
	text-decoration: none; 
}
td {
	text-align: left;
	vertical-align: top;
}
input, textarea {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
}
hr {
	border: none 0;
	border-top: 1px dashed #D8D3BF;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	padding:0px;
	margin: 20px 0 !important;
	margin: 10px 0 20px 0; /* ie */
}
