* {
padding: 0px;
margin: 0px;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:center;
	background-image:url(body_bg.jpg);
	background-repeat: repeat;
	background-position:center top;
	background-color: black;
}


/* allgemeine Tag-Formatierungen  */

p {
	margin-top: 2%;
}

a.highlight:link, .highlight:visited {
	color:#cf0000;
}

a.highlight a:hover {
	color:#cf0000;
}

input.sub {
cursor: hand;
color: #000000;
border: #CCCCCC;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color: #E6D7BE;
margin-left: 7px;
width:auto;
padding: 1px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
}

#menu ul {
	
}

#menue ul li {
	display: inline;
}

.menuleiste ul {
		list-style-type: none;
}
.menuleiste li a{
	display: block;
	width: 198px;
	height: 40px;
	margin: 0;
	float:left;
	list-style-type: none;
	/*border: 1px black solid;*/
}
.menuleiste li {
	list-style-type: none;
	width: 198px;
	height: 40px;
	float:left;
}

#menu h2 {
	color:#E1CDAB;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 2px;
	border-bottom: dashed 1px;
}

#content h1 {
	color:#383838;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-bottom: dashed 1px;
}

#content h2 {
	color:#383838;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: dashed 1px;
}

#content h3 {
	color:#383838;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-left: 0px;
	padding-top: 17px;
	padding-bottom: 10px;
	border-bottom: dashed 1px;
}

#content ul {
	margin-top: 10px;
	padding-left: 25px;
	padding-top: 5px;
	color:#000000;
	margin-bottom: 16px;
	list-style-type:square;
}

#content ul li {
	margin-top: 4px;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
}

#content a:link {
	color: #383838;
	text-decoration:underline;
}

#content a:visited {
	color: #383838;
	text-decoration:underline;
}

#content a:hover, a:active {
/*
	color: #9ba890;
	*/
	color: #6B5858;
	text-decoration:underline;
}

#content a img {
	border: #000000 solid 1px;
	margin-left: 3px;
	margin-top: 5px;
}

#rightbox {
	padding: 5px;
	color: #F6F8EB;
	padding-right: 20px;
}

#rightbox table {
	margin-left: 0px;
	width: 200px;
	font-size: 0.9em;
}

#rightbox table tr td {
	padding: 1px;
}

#rightbox p {
	color: #F6F8EB;
	padding-top: 5px;
}

#righbox h1, h2, h3 {
	color:#F6F8EB;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px;
}

#rightbox img {
	border: 1px solid #F6F8EB;
}

#google_adsense {
	margin-top: 30px;
	margin-left: 45px;
}

#footer a:link {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
}

.news {
	width: 670px;
	padding: 10px;
	margin-top: 30px;
	margin-left: 20px;
	min-height:200px;
  	height:auto !important;
  	height:200px;
	border: 1px solid #7d7f74;
	background-image: url(news_bg.png);
}

.news h2 {
	font-size: 1.3em;
	padding-bottom: 6px;
	margin-top: -10px;
	border-bottom: solid 1px;
}

.news p {
	margin-bottom: 10px;
}

.news img {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	border: #000000 solid 1px;
}

.news code {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 20px 10px 10px;
	background-color: #D8B299;
	padding: 5px;
	border: #000000 solid 1px;
}

.news_infos {

}

.news_infos span {
}
/* Hier kommen die Positionierungen... */

#wrap {
	width: 1001px;
	text-align:left;
	margin: 0 auto;
	background-image: url(wrap_bg.jpg);
	background-repeat: repeat-y;
}

#menu {
	width: 1000px;
  	height: 40px;
	background-image: url(menu_bg.jpg);
	background-repeat: no-repeat;
	float:left;
}

#menue {
	width: 1000px;
  	height: 40px;
	background-image: url(menu_bg.jpg);
	background-repeat: no-repeat;
	float:left;
}

#head {
	float: left;
	background-image:url(header.jpg);
	width: 1000px;
	height: 250px;
	text-align: right;
}

#content {
	line-height: 1.2em; /* to avoid the peekaboo bug */
	float: left;
	width: 750px;
  	min-height:850px;
  	height:auto !important;
  	height:850px;
	padding-left: 2%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 2%;
}

#rightbox {
	float: left;
	width: 180px;  	
	min-height:500px;
  	height:auto !important;
  	height:500px;
}

#footer {
	text-align: center;
	padding-top: 10px;
	color:#FFFFFF;
	float: left;
	width: 1000px;
	height: 30px;
	background-image: url(footer_bg.jpg);
}

#content_wrap {
	float: left;
	background-image: url(content_wrap_bg.jpg);
	background-repeat: no-repeat;
}


#menu1Content, #menu2Content, #menu3Content
{
	padding: 0;
	background-image: url(menu_box_bg.jpg);
	background-repeat: repeat-y, repeat-x;
}

#menu1Container, #menu2Container, #menu3Container {
	/*
	border-right: 1px solid #F1F4EB;
	border-bottom: 1px solid #F1F4EB;
	border-left: 1px solid #F1F4EB;
	*/
	position: relative;
	/*background-color: #A8AE92;*/
	}
	
#menu1Container ul, #menu2Container ul, #menu3Container ul {
	list-style-type: none;
}

#menu1Container a, #menu2Container a, #menu3Container a {
	color: #F5F7F4;
	font: 15px/18px Verdana, Sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	white-space: nowrap;
	display: block;
	width: 198px;
	height: 25px;
	float:left;
	text-align: center;
	background-color: #A8AE92;
	padding-top: 5px;
}

#menu1Container a:hover, #menu1Container a:active, #menu1Container a:focus,
#menu2Container a:hover, #menu1Container a:active, #menu1Container a:focus,
#menu3Container a:hover, #menu1Container a:active, #menu1Container a:focus
{
	color: black;
	background-color: #F5F7F4;
}