
* {
  	margin: 0;
  	padding: 0;
	border: none;
}

body {
  	background: #c5c3ad url(../images/bckgr.png) repeat left top;
  	font: 12px Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
}

hr {
	color:white;
	background-color:white;
	height:2px;
	margin:6px 0 6px 0;
	border-bottom: 1px solid #696969;
}

a {
	text-decoration: none;
  	color: #15BCDA;
  	background: transparent none;
}

a:hover {
	text-decoration: underline;
  	color: Blue;
  	background: transparent none;
}

#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 1050px;
}

#header {
	width: 1024px;
  	height: 290px;
 	margin: 0 auto;
  background: url(../images/head.png) no-repeat top left;
}

#header h1 {
	font-size: 48px;
	white-space: nowrap;
	position: absolute;
	top: 56px;
	margin-left: 580px;
}

#content {
 	width: 1024px;
  	height: auto;
  	margin: 0 auto;
  	background: url(../images/content.png) repeat-y top left;
}

#footer {
 	width: 1024px;
  	height: 130px;
  	margin: 0 auto;
  	background: url(../images/foot.png) no-repeat left;
	clear: both;
}

#footer table {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #FFFFFF;
  	background: transparent none;
  	width: 1024px;
	height: 96px;
}

#footer a {
  	color: #AFEEEE;
  	background: transparent none;
  	text-decoration: none;
  	font-weight: bold;
}

#footer a:hover {
	color: Yellow;
  	text-decoration: underline;
  	background: transparent none;
}

div.box {
	margin-left: 48px;
	width: 904px;
	overflow: hidden;
}

div.all {
	padding: 8px;
}

div.lft {
	float: left;
	width: 600px;
	overflow: hidden;
}

div.rgt {
	float: left;
	width: 300px;
	overflow: hidden;
}

#topmenu {
 	position: absolute;
  	top: 192px;
	margin-left: 460px;
  	font-size: 14px;
  	background: transparent none;
  	text-align: left;
  	width: 404px;
}

#topmenu ul {
	list-style-type: none;
  	margin: 0px;
  	padding: 0px;
  	text-align: center;
}

#topmenu li {
	display: inline;
  	margin: 0px 2px 0px 2px;
  	float: left;
  	width: 124px;
  	border-bottom: 2px solid Black;
  	border-left: 2px solid Black;
  	border-top: 2px solid White;
  	border-right: 2px solid White;
}

#topmenu li a, #topmenu li a:link {
 	text-decoration: none;
  	font-weight: bold;
  	padding: 0 5px;
  	color: #673918;
  	background: transparent none;
}

#topmenu li a:hover, #topmenu li a:active {
	color: blue;
  	background: transparent none;
}