/* CSS Document */


html, body {
background-color:rgb(0,36,25);
margin-top:0px;
margin-left:0px;

}

#inhalt {
	margin-top:20px;
	margin-left:150px;
	width:1020px;
	height:750px;
	background-color:white;
}

#inhalt_impressum {
	margin-top:20px;
	margin-left:150px;
	width:1020px;
	height:4420px;
	background-color:white;
}

#inhalt_haltung {
	margin-top:20px;
	margin-left:150px;
	width:1020px;
	height:1150px;
	background-color:white;
}
#inhalt_seminar {
	margin-top:20px;
	margin-left:150px;
	width:1020px;
	height:1850px;
	background-color:white;
	
}
#inhalt_agb {
	margin-top:20px;
	margin-left:150px;
	width:1020px;
	height:2450px;
	background-color:white;
}

#logo {
	position:absolute;
	top:30px;
	left:160px;
	width:1000px;
	height:185px;
}	

#navigation_oben {
	position:absolute;
	top:225px;
	left:185px;
	width:970px;
	height:15px;
}

#navigation_links {
	position:absolute;
	top:291px;
	left:189px;
	width:300px;
	height:300px;
}

#text {
	position: absolute;
	top: 290px;
	left: 505px;
	width: 630px;
	height: 850px;
	overflow: auto;
}
#text_seminar {
	position: absolute;
	top: 290px;
	left: 505px;
	width: 630px;
	height: 1550px;
}
#text_agb {
	position: absolute;
	top: 290px;
	left: 505px;
	width: 630px;
	height: 2150px;
}

#text_impressum {
	position: absolute;
	top: 290px;
	left: 505px;
	width: 630px;
	height: 4150px;
	overflow: auto;
}


#copyright {
	position:absolute;
	top:775px;
	left:150px;
	width:850px;
	height:25px;
	z-index:2;
}

#copyright_haltung {
    position: absolute;
    top: 1175px;
    left: 151px;
    width: 1021px;
    height: 43px;
    z-index: 1;
}

#copyright_seminar {
    position: absolute;
    top: 1875px;
    left: 151px;
    width: 1021px;
    height: 43px;
    z-index: 1;
}

#copyright_agb {
    position: absolute;
    top: 2475px;
    left: 151px;
    width: 1021px;
    height: 43px;
    z-index: 1;
}

#copyright_datenschutz {
	position: absolute;
	top: 2850px;
	left: 151px;
	width: 1023px;
	height: 55px;
	z-index: 2;
}

#copyright_impressum {
	position: absolute;
	top: 4450px;
	left: 151px;
	width: 1023px;
	height: 55px;
	z-index: 2;
}






/* Fonts */



h1 {
color:rgb(0,141,157);
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:18px;
line-height:19px;
text-align:left;
text-transform: uppercase;
letter-spacing:1px;
}


.copy {
color:rgb(0,36,25);
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:14px;
line-height:20px;
text-align:left;
}

.copy_link {
color:rgb(55,127,86);
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:14px;
line-height:20px;
text-align:left;
}

.navi {
color:rgb(0,36,25);
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:13px;
line-height:23px;
text-align:left;
text-transform: uppercase;
letter-spacing:1px;
}

.subnavi {
color:rgb(0,36,25);
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:12px;
line-height:23px;
text-align:left;
}

.klein {
color:rgb(0,36,25);
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:12px;
line-height:18px;
text-align:left;
}

.subnavi_aktiv {
color:rgb(0,141,157);
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:12px;
line-height:23px;
text-align:left;
}


.impressum {
color:rgb(255,255,255);
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:11px;
line-height:22px;
text-align:left;
text-transform: uppercase;
letter-spacing:1px;
}

.zitate {
color:rgb(55,127,86);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
line-height:22px;
text-align:left;
}

.zitate_klein {
color:rgb(55,127,86);
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
font-style:italic;
line-height:22px;
text-align:left;
}

.navi_aktiv {
color:rgb(0,141,157);
font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:13px;
line-height:23px;
text-align:left;
text-transform: uppercase;
letter-spacing:1px;
}






a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
color:rgb(0,141,157);
	text-decoration: none;
}
a:active {
	color:rgb(0,141,157);
	text-decoration: none;

}
