/* RESET ------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family:inherit;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	outline:0;
	padding:0;
	margin:0;
	border:0;
	}

:focus {
	outline:0;
	}

body {
	font-family:Verdana;
	font-size:12px;
	background:#e5e5e5;
	line-height:1.3;
	color:#000000;
	text-align:center;
	margin-top:20px;
	}

ol, ul {
	list-style:none;
	}

table {
	border-collapse:separate;
	border-spacing:0;
	}

caption, th, td {
	font-weight:normal;
	text-align:left;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
	}

blockquote, q {
	quotes:"" "";
	}

/* ENDE RESET -------------------------------------------------------------------------- */
/* LAYOUT  ----------------------------------------------------------------------------- */

#top {
	width:812px;
	height:6px;
	margin:0 auto;
	background: #ffffff url(../img/top.jpg) no-repeat scroll top center;
	}

#bottom {
	width:812px;
	height:6px;
	margin:0 auto;
	background: #ffffff url(../img/bottom.jpg) no-repeat scroll top center;
	}

#wrap {
	width:800px;
	padding:0px 6px;
	margin:0 auto;
	text-align:left;
	background: #ffffff url(../img/bg.jpg) repeat-y scroll top center;
	}

#head {
	position:relative;
	width:800px;
	height:150px;
	background: #ffffff url(../img/head.jpg) no-repeat scroll top left;
	border-bottom:1px solid #ffffff;
	}

#head h1 {
	position:absolute;
	width:240px;
	height:150px;
	top:0px;
	right:0px;
	background: #ffffff url(../img/logo.jpg) no-repeat scroll top left;
	text-indent:-9999px;
	}

#head h1 a {
	width:238px;
	height:150px;
	display:block;
	}

#contentwrap {
	position:relative;
	width:800px;
	background: #ffffff url(../img/bgcontent.jpg) repeat-y scroll top center;
	}

#menu {
	width:150px;
	float:left;
	}

#menu li {
	border-bottom: 1px solid #ffffff;
	height:22px;
	}

#content {
	width:370px;
	min-height:250px;
	margin:20px;
	float:left;
	}

#sidebar {
	width:230px;
	margin:5px;
	float:right;
	}

#foot {
	width:790px;
	padding:5px;
	background:#929292;
	border-top:1px solid #ffffff;
	}

#contactmenu {
	position:absolute;
	left:0px;
	bottom:0px;
	width:150px;
	background:#e4e4e4;
	}

#contactmenu li {
	border-top: 1px solid #ffffff;
	height:22px;
	}

.clear {
	clear:both;
	}

/* ENDE LAYOUT ------------------------------------------------------------------------- */
/* TEXTFORMAT -------------------------------------------------------------------------- */

#foot p {
	color:#ffffff;
	}

#content p,
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
#content table,
#content ul {
	margin-bottom:10px;
	}

#content h1 {
	font-size:24px;
	color:#aed731;
	}

#content h2 {
	font-size:18px;
	margin-top:-5px;
	}

#content h3, #content h4, #content h5, #content h6 {
	font-size:12px;
	}

/* ENDE TEXTFORMAT --------------------------------------------------------------------- */
/* LINKS ------------------------------------------------------------------------------- */

#menu a,
#contactmenu a {
	display:block;
	}

#menu a,
#menu a:link,
#menu a:active,
#menu a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	}

#menu a:hover,
#menu a:focus {
	background:#d6eb98;
	}

#contactmenu a,
#contactmenu a:link,
#contactmenu a:active,
#contactmenu a:visited {
	color:#929292;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
	}

#contactmenu a:hover,
#contactmenu a:focus {
	background:#dbdbdb;
	}

#content a,
#content a:link,
#content a:active,
#content a:visited {
	color:#aed731;
	text-decoration:none;
	}

#content a:hover,
#content a:focus {
	border-bottom:1px solid #ead731;
	}

/* ENDE LINKS -------------------------------------------------------------------------- */

.diashow-ueberschrift { 
	text-align:center;
	padding-bottom:20px;
	color:#505050;
}

#content a.diashow,
a.diashow:link,
a.diashow:active,
a.diashow:visited,
a.diashow:hover {
	color:#929292;
	text-decoration:none;
	font-weight:bold;
	}