/* CSS Document */

/* Reset - setzt alle Werte zurück */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables brauchen noch 'cellspacing="0"' im markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff url(images/bg_home.jpg) repeat-y center; 

	font-family: Arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}

#wrapper {
	text-align: left;
	position: relative;
	top: 2em;
	margin: auto;
	width: 61em;
	height: 30em; 
}

#left {
	position: absolute;
	left: 0;
	top: 0;
	width: 15em;
	height: 30em; 
	text-align: left;
}

#right {
	position: absolute;
	left: 45em;
	top: 0;
	width: 16em;
	height: 30em; 
	z-index:20;
}

#center {
	position: absolute;
	left: 15em;
	top: 0;
	width: 30em;
	height: 30em; 
	z-index: 10;
}

#center img{position:absolute;z-index:0;}

#shadowright{position:absolute; left:45em;top:0; z-index:11;}
#shadowbottom{position:absolute; left:15em;top:30em;}

#info {
	position: absolute;
	left: 0;
	top: 15em;
	width: 15em;
	height:15em;
	font-size: 0.75em;
}

#nav {
	position: absolute;
	left:501px;
	top: 1em;
	width: 16em;
	height:15em;
	font-size: 0.75em;
	text-align: right;
	z-index: 20;
}

#tabs {
	position: absolute;
	left: 42.25em;
	top: 0;
	width: 17em;
	color: #555;
	margin:0;
	padding:0;
	z-index:1;
}

#footer{
	position:absolute;
	top:44.55em;
	left:-2.5em;
	font-size:0.69em;
	padding-bottom:4em;
}


/* ---------------------------TABS-----------------------------------------*/

#tabs li{
	position:relative;
	height:5.88em;
	#height:5.66em;
}

#tabs img {
	position:absolute;
	top:0;
	left:0;
}

#tabs a:link, #tabs a:visited {
	position:relative;
	top:0;
	left:0;
	display: block;
	padding: 0;
	margin:0;
	text-decoration: none;
	z-index:1;
	color:#3A3A3A;
	width:13em;
}

#tabs a:hover, #tabs a:active {
	margin-left:1.13em;
}


#tabs li a .tabcontent{
	position:absolute;
	font-size:0.6em;
	z-index:10;
	padding:1.8em 0 0 6em;
	width:22em;
	cursor:pointer;
}

#zindex8{z-index:8;}
#zindex7{z-index:7;}
#zindex6{z-index:5;}
#zindex5{z-index:6;}
#zindex4{z-index:4;}

#tabs .ueberschr{
	font-family:"Trebuchet MS";
	font-size:1.60em;
	width:13.6em;
	display:block;
	text-transform:uppercase;
	border-bottom:1px solid #3A3A3A;
	padding:0;
	margin-bottom:0.12em;
	margin-top:5px;
}

#tabs .mehrstyle{
	color:#1C73B1;
	text-decoration:underline;
}

#tabs a:link, #tabs a:visited {
	margin-left:0;
}
#tabs a:hover, #tabs a:active{
	margin-left:1.13em;
}

/* ---------------------------FONTS-----------------------------------------*/

body {
	color: #555;
}

a:link, a:visited {
	color: #555;
	text-decoration: underline;
}

a:hover, a:active {
	color: #555;
	text-decoration: none;
}

#info h1{
	font-size: 1.3em;
}

#nav a:link, #nav a:visited {
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 0 0 1em 0;
}

#nav a:hover, #nav a:active {
	color: #555;
}

#info h2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.2em
}

#info p {
	margin-top: 0.4em;
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}


#nav ul li a.active{
	color:#FFFFFF;
}

#left h1{ border-bottom: 1px solid #B6B6B6; padding-bottom:0.6em;}

#left h2, #left h2 a{ color:#79A9CB; margin-top:1em; text-decoration:none;}


div.news-latest-gotoarchive{
	display:none;}
div.news-latest-morelink{
	border-bottom:1px solid #b6b6b6;
	padding-bottom:8px;}
