/* ### undo ################################################################### */
:link,
:visited { text-decoration:none; }

h1,h2,h3,h4,h5,h6{
	font-size:12px;
	font-weight:normal;
}

body,
html,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6
{
	margin:0;
	padding:0;
}

img,
a img,
:link img,
:visited img { border:none; }

img {
	margin:0;
	padding:0;
	vertical-align:middle;
}

span,
div,
p,
li,
a {
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px;
}
/*############################# layout ###################################*/
body{
	font: normal 12px/18px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #9cb72d;/*gruen*/
	background: #FFFFFF url(img/hg_body.jpg) repeat-x 100px;
}
#hg{
	background: url(img/hg_top_left.jpg) repeat-x center top;
	position: relative;
	z-index: 0;
	text-align: center;/*fuer ie5.5*/
}
#hg_right {
	background: url(img/hg_top_right.jpg) no-repeat 50% 0px;
	position: absolute;
	left: 50%;
	width: 50%;
	height: 225px;
	top: 0px;
	z-index: 2;
}
#container{
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 3;
}
#header { height: 165px; }
#schrift{
	position: relative;
	height: 175px;
	margin: 1px 0px 30px 0px;
	z-index: 4;
}
#logo{
	position: absolute;
	display: block;/*nicht right wegen netscape 8.1.3???*/
	width: 290px;
	top: 0px;
	left: 0px;
	text-align: left;
	z-index: 5;
}
#bottom {
	background: url(img/bottom.jpg) no-repeat;
	height: 295px;
	color: #FFFFFF;
}

#footer {
	background: #e9be0a;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
#sidebar{
	float: right;
	width: 290px;
	display: inline;
}
#referentin { margin: 0px 0px 0px 60px; 
}
#mainContent {
	float: left;
	display: inline;
	width: 470px;
}
#mainContent #content{ margin: 60px 0px 0px 30px;
    }
#box { padding: 0px; 
}

/*############################ texte ##################################*/

h1{
	font: bold 22px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #9e506e;
	margin: 20px 20px 5px 0;
}
h2{
	font: bold 16px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(img/bg_referentin.jpg) no-repeat;
	padding: 5px 0px 15px 10px;
}
h3{
	font: bold 14px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #b3d234;
	margin: 0px 20px 5px 0;
}
p {
	font: normal 12px/18px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0px 10px 0;
}


#sidebar a {/*unterer inhaltsbereich*/
	border-bottom: 1px dashed #b3d234;/*gruen*/
	background: url(img/arrow.jpg) no-repeat left 2px;
	padding: 0px 0px 0px 20px;
	color: #9cb72d;
}
#sidebar a:hover {
	background: url(img/arrow.jpg) no-repeat left 2px;
	border-bottom: 1px solid #9cb72d;
}

#mainContent #content a {
	border-bottom: 1px dashed #9cb72d;/*gruen*/
	background: url(img/arrow.jpg) no-repeat left 2px;
	padding: 0px 0px 0px 20px;
	color: #9cb72d;/*gruen*/
}
#mainContent #content a:hover {
	background: url(img/arrow.jpg) no-repeat left 2px;/*weiss*/
	border-bottom: 1px solid #9cb72d;/*weiss unsichtbar*/
}
#bottom p { padding: 260px 0px 10px 30px; 
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
