/*==================Elemente zum Positionieren======================*/
body {
	margin: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #AFAFC5;
}
#all{
	text-align: left;
	padding: 2px;
	height: 100%;
	background: #FFFFFF;
}
.inhalt {
	margin:0;
	padding:2.5em 2.5em 3.5em;
	height: 100%;
} 
* #content {
	font-size: 1em;
	margin-top: 1em;
	padding: 1em;
	margin-left:11em;
	min-height: 100%;
	-moz-border-radius:8px;
	height: 100%;
	background: #CCCCCC url(../images/copyright.gif) no-repeat right bottom;
	border-top: 2px solid #E1E1E1;
	border-right: 2px solid #E1E1E1;
	border-bottom: 2px solid #B4B4B4;
	border-left: 2px solid #B4B4B4;
}
#content {
	font-size: 1em;
	margin-top: 1em;
	padding: 1em;
	margin-left:13.5em;
	margin-right: 0.5em;
	height: 100%;
	background: #CCCCCC url(../images/copyright.gif) no-repeat right bottom;
	border-top: 2px solid #E1E1E1;
	border-right: 2px solid #E1E1E1;
	border-bottom: 2px solid #B4B4B4;
	border-left: 2px solid #B4B4B4;
}
/* Vor dem IE5-mac verstecken. Nur IE-win nutzt diesen Eintrag \*/
#impressum{
	padding: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	text-align: center;
	float: left;
	width: 90%;
	background-image: url(../../images/mini_devil.png);
	background-repeat: no-repeat;
	background-position: 95% 5%;
	height: 150px;
}
* #navlist {
	width: 11em;
	border-top: 1px solid #AFAFC5;
	border-right: 2px solid #AFAFC5;
	border-bottom: 2px solid #AFAFC5;
	border-left: 1px solid #AFAFC5;
	visibility: visible;
	top: -2em;
	clear: both;
	margin-top: 1em;
	background-color: #40719E;
	float: left;
	padding: 0em;
	margin-left: 0.5em;
}
#navlist{
	width: 12em;
	border-top: 1px solid #AFAFC5;
	border-right: 2px solid #AFAFC5;
	border-bottom: 2px solid #AFAFC5;
	border-left: 1px solid #AFAFC5;
	visibility: visible;
	top: -2em;
	clear: both;
	margin-top: 1em;
	margin-left: 0.5em;
	background-color: #40719E;
	float: left;
	padding: 0em;
}
.focus{
	color:#FFFFFF;
	font-weight:bold;
}
#navlist li{
	padding: 0.3em;
	text-align: left;
	color: #000000;
	list-style: url(none) none;
	left: 0px;
	border-top: 2px solid #7B9FC5;
	border-right: 2px solid #0F155E;
	border-bottom: 2px solid #0F0F57;
	border-left: 2px solid #7B9FC5;
	text-decoration: none;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 1px;
}
#navlist li a{
	text-decoration: none;
	color: #333333;
	margin-left: 0.4em;
	display: block;
}
#navlist li strong{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-style: italic;
	margin-left: 0.4em;
}
#navlist li a:link{
	color: #333333;
	font-size: 1em;
	font-weight: normal;
}
#navlist li a:visited{
	color: #333333;
	margin-left: 0.4em;
}
ul#navlist li a:hover{
	color: #000000;
	margin-left: 0.4em;
	/*background-color: #2F8C2F;*/
	background: transparent;
	font-weight: bold;
	background-attachment: scroll;
}
/*Sliding Doors Effekt für Kopfgrafik*/
.ro {
	background:url(../images/ro.gif) no-repeat right top;
	margin:0;
	padding:0 0 0px;
} 
.lo {
	background:url(../images/lo.gif) no-repeat left top;
	margin:0;
	padding:0;
} 
.ru { 
background:url(../images/ru.gif) no-repeat right bottom; 
margin:0; 
padding:0; 
} 
  
.lu { 
background:url(../images/lu.gif) no-repeat left bottom; 
margin:0; 
padding:0; 
} 
/*Bildergallerie als Definitionsliste*/
dl.galerie {
	background-color: #CCCCCC;
	width: auto;
	float: left;
	height: 200px;
	margin: 5px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-left-color: #E9E9E9;
	-moz-border-radius:8px;
}
.galerie dt {
	margin: 5px;
}
.galerie dt img {
}

.galerie dd {
	font-size: 0.8em;
	margin-right: 5px;
	text-align: center;
	margin-left: auto;
	padding-left: 5px;
	color: #5F5F5F;
}
/*==================Elemente zum Gestalten======================*/
/*Klassenfoto zentriert*/
.klassenbild{
	text-align: center;
}
/*Text Header*/
.inhalt h1 {
	margin:0;
	padding:0;
	height: 1em;
	font-size: 2em;
	font-weight: bold;
	color: #EAE8C8;
	text-align: right;
}
/*Listennavigation*/

/*normale Listen*/
#content li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
	text-align: left;
}
/*Definitionslisten*/
dt{
	font-weight: bold;
}
dl{
	font-weight: normal;
}
dd{
	font-weight: normal;
}
/*Bilder, verlinkte Bilder*/
#content a img, #content img{
	border: none;
	margin: 0.2em;
}
/*allgemeiner Absatz*/
#content p {
	padding-bottom: 1em;
}
/*farblicher Kasten */
.info{
	background-color: #F7F5EA;
	text-align: left;
	border: 1px solid #999999;
	padding: 1em;
	margin: 1em;
}
/*hervorgehobener Text*/
.merke {
	font-weight: bold;
	color: #54586D;
}
/*Überschriften*/
h1 {
	font-size:2em;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
}
h2 {
	font-size:1.5em;
	color:#40719E;
	text-align: center;
	padding: 10px;
}
h3 {
	font-size:1em;
	color:#000000;
	text-align: center;
	font-weight: bold;
}
h4 {
	font-size:1.3em;
	color:#000000;
	text-align: center;
	font-style: italic;
}
h5 {
	font-size:1em;
	color:#003366;
	text-align: left;
	font-weight: bold;
	margin-left: 1em;
}
h6{
	color: #747474;
	text-align: center;
	padding-bottom: 0.5em;
	font-size: 0.9em;
}
/*kleiner Text für Fussnoten*/
.mini {
	font-size: 0.75em;
}
/*Behandlung von Hyperlinks*/
a:link, a:visited, a:active, a:hover
{
	text-decoration:underline;
	font-size:1em;
	font-weight: normal;
}
a:active, a:hover
{
	color:#009999;
}
/*Elemente zum Floaten*/
.float_left{
	float:left;
	margin-left:0em;
	margin-right:0.5em;
	margin-bottom:0.5em;
	margin-top:0.5em;
}
.float_right{
	margin-right:0em;
	margin-left:0.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	float: right;
}
/*definierte Abstände größer als p*/
.drei_br {
	margin-top: 60px;
}
.vier_tab {
	margin-left: 120px;
}
.zwei_tab {
	margin-left: 60px;
}

