html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #98BAEE;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #B2C7E3 url(../images/bg_body.gif) repeat-x;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #fff;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	background: #181818 url(../images/bg_wrapper.gif) repeat-y;
}
#body {
	position: relative;
	margin-left: 4px;
}
#banner {
	position: absolute;
	top: 0px;
	left: 339px;
	width: 432px;
	height: 271px;
}

#topnav {
	position: absolute;
	top: 50px;
	left: 12px;
}

#topnav ul {
	list-style: none;
}

#topnav li {
	float:left;
	padding: 0 8px 0 8px;
	margin: 0;
	background: url(../images/pipe.gif) no-repeat left center;
}

#topnav li.first {
	float:left;
	padding: 0 8px 0 0;
	margin: 0;
	background: none;
}

#topnav li a {
	font-weight: normal;
	color: #fff;
}

#topnav a:hover {
	color: white;
}

#topnav a.aktiv {
	display: block;
	float: left;
	text-decoration: underline;
}

#left-box {
	position: absolute;
	top: 271px;
	left: 0px;
	width: 285px;
	height: 319px;
	background: #131212 url(../images/left_bg.jpg) repeat-x;
}
#left-box .inner {
	padding: 2px 0px 0px 0px;
}
#left-box h2 {
	margin: 10px 0px 0px 0px;
}
#left-box p.date {
	font-weight: bold;
}
#left-box p {
	margin: 3px 2.5em 1em 1.3em;
}

#menu {
	z-index:1;
	position: absolute;
	top: 271px;
	left: 285px;
	width: 486px;
}


.mnu1 { width:98px; height:65px; background: url(../images/b1.gif) no-repeat left top; }
.mnu2 { width:97px; height:65px; background: url(../images/b2.gif) no-repeat left top; }
.mnu3 { width:97px; height:65px; background: url(../images/b3.gif) no-repeat left top; }
.mnu4 { width:97px; height:65px; background: url(../images/b4.gif) no-repeat left top; }
.mnu5 { width:97px; height:65px; background: url(../images/b5.gif) no-repeat left top; }

#content {
	position: absolute;
	top: 336px;
	left: 285px;
	width: 486px;
	height: 254px;
	background: #1E1E1E top left url(../images/left_shadow.jpg) no-repeat;
}
#content-bot {
	background: bottom url(../images/body_bg.gif) repeat-x;
	height: 254px;
	margin-left: 1px;
	overflow: auto;
}
#content .inner {
	padding: 10px 27px;
}

#content .inner h1 {
	font: 16px arial, sans-serif;
	font-weight: bolder;

}

#content .date {
	margin-top: 0.5em;
}
#content p {
	margin: 0.9em 0.9em 0.9em 0;	
}
#tray {
	margin-top: 330px;
	border: 1px solid #181818;
}
#tray .redboxmiddle {
	float: left;
	width: 217px;
	_height: 279px;
	min-height: 279px;
	background: #414B56;
	margin-left: 11px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
}
#tray .redbox {
	float: left;
	width: 736px;
	_height: 279px;
	min-height: 279px;
	background: #617692;
	margin-left: 0px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
}
#tray .redbox h1 {
	font: 12px arial, sans-serif;
	font-weight: bolder;
	color: #D6EAFF;
}

#tray .first {
	margin-left: 0px;
}
#tray p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}
ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}
.divider {
	background: bottom url(../images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	background: #101010;
	text-align: right;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
}

/*------tabelle formatieren------*/

/* RTE / Table styling */ 

TABLE.contenttable TR TD { padding:3px 5px 3px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size:11px; border:0; margin:0; padding: 0; }
TABLE.contenttable TR { margin:none; background-color:#5D8ED0; }

/*table.contenttable {border:1px solid #d4d4d4; }*/
table.contenttable {border:none; }
table.contenttable td {padding: 3px;}
table.contenttable tr {margin:0px; padding:0px;}
table.contenttable tr.tr-even {background:#B6B6B6;}
table.contenttable tr.tr-odd {background:#B6B6B6;}
table.contenttable tr.tr-0 {background:#7DB0F5; color:#fff;}


/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}
fieldset { border:none; }

input, textarea, select {
  font: 1em arial, helvetica, sans-serif;
  border: 1px solid #e5d4c4;
  line-height: 1.25em;
  padding: 0 0 0 2px;
  margin-bottom: 5px;
}

.mf-input,
.mf-text,
.mf-select,
.mf-file {
  width: 300px;
}

.mf-check,
.mf-radio {
  width: auto;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #e36731;

}


label {cursor: pointer;}

form label {
  display: block;
  float: left;
  clear: left;
  width: 100px;

}


input.button,
.mf-submit,
.mf-reset {
  padding: 0 7px;
  height: 23px;
  width: auto;
  border: 1px solid #e5d4c4;
  margin-left: 100px;
  background: #f4eacf;
}
