﻿
body {
	width: 100.01%;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvtica, sans-serif;
	font-size: 95%;
	color: #000;
	background-color: #000;
	background-image: url(../images/page_bg3.jpg) !important;
	background-repeat: repeat-x;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	padding:5px;
	margin:0;
}

h2 {

	font-size:1.25em;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	padding: 5px;
	margin:0;
}

h3 {
	font-size:1em;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	padding: 5px;
	margin:0;
}


h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	padding: 5px;
	margin: 0;
}

h5 {
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	background-color: transparent;
	padding: 5px;
	margin: 0;
}


.noborder {
	border-width: 0;
}

.imgstart {
	float: left;
	border: solid 2px #005600;
	margin: 0 10px 10px 0;
}

.imgleft {
	float: left;
	border: solid 1px #005600;
	margin: 0 0 5px 7px;
}

.imgright {
	float: right;
	border: solid 1px #005600;
	margin: 0 7px 5px 0;
}

.imgcenter {
	text-align: center;
	border: solid 1px #005600;
	margin: 5px 5px 5px 10px;
}

.zentriert {
	text-align: center;
	margin: 10px auto;
}

/* ----------page zentriert das layout-------------- */
#page {
	width: 1035px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

/* -----------header als Kopfspalte für Logo ----------- */
#header {
	height: 150px;
	width: 760px;
	background-image: url('../images/fo_banner2.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#topline {
	height: 3px;
	background-color: #570057;
}

/* -----------Innererbereich-----------------*/
#container {
	position: relative;
	width: 760px;
	background-color: #FFF;
	background-image: url(../images/content_bg.jpg) !important;
	background-repeat: repeat-x;
	border-left: solid 10px #570057;
	border-right: solid 10px #570057;
}

/* --------------left navigavtion------------- */
#left_navi {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 40px;
	padding: 10px;
}

#menu
{
	font-size: 0.80em;
	margin-bottom: 20px;
	line-height: 20px;
}
#menu a
{
	display: block;
	border: 0;
	border-left: #005600 1px solid;
	border-bottom: #005600 1px solid;
	background: #FFF url('../images/button_normal.gif');
	background-repeat: no-repeat;
	padding: 5px 5px 5px 30px;
	margin-left: 0;
	margin-bottom: 5px;
	color: #005600;
	font-weight: bold;
	text-decoration: none;
	text-align: left;

}
#menu a:hover
{
	background: #575757 url("../images/button_hover.gif");
	background-repeat: no-repeat;
	color: #00D100;
}

#menu .aktiv a
{
	background: #005600 url("../images/button_activ.gif");
	background-repeat: no-repeat;
	color: #FFF;
}

#menu .aktiv a:hover
{
	background: #005600 url("../images/button_activ.gif");
	background-repeat: no-repeat;
	color: #FFF;
}

#uhr
{
	margin-top: 370px;
	margin-left: 5px;
}

/* -----------------content--------------------- */
#content{
	margin-left: 200px;
	width: auto;
	position: relative;
	padding: 40px 10px 20px 20px;
	border-left: dotted 2px #005600;
}

p{
	line-height: 1.4em;
	font-size: 0.80em;
	margin-left: 13px;
	margin-right: 13px;
}

p.collaps {
	line-height: 1em;
	margin: 0;
}

p span.displaynone { display:none; }

#teaser {
	width: 220px;
	margin: 50px 0 0 0;
	padding: 10px 5px;
	float: right;
	border: 10px double #570057;
	color: #000;
	background-color: #FFF;
	background-image: url('../images/teaser_bg.jpg');
	background-repeat: no-repeat;
}

#teaser a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

p.info {
	text-align: center;
}

/*  ----------------footer---------------------- */
#footer {
	clear: right;
	text-align: center;
	color: #FFF;
	background-color: #570057;
	font-size: 0.75em;
	width: 780px;
	height: 20px;
	letter-spacing: 0.10em;
	padding-top: 5px;
}
