@charset "UTF-8";
	
	/* Kalibrierung der wichtigsten Abstände */
	*  { padding: 0; margin: 0; }
	p {
	margin-bottom: 10px;
	font-size: 14px;
}  
html { height: 101%; } /* erzwingt scrollbar */

/* Styles für Hyperlinks ------------------------------------------------------------------------------ */


a {
	font-size: 14px; /* Schriftgröße für die Links */
	line-height: 18px; /* Zeilenabstand für die Links */
	text-decoration: none; /* Unterstreichung abschalten */
	outline: none; /* Rand im Firefox abschalten */
}
a:link {
	color: #336633;
}
a:visited {
	color: #336633;
}
a:focus {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
a:active {
	color: #000000;
	font-weight: bold;
}

/* Styles allgemein ------------------------------------------------------------------------------------ */



    #container {
	width: 1000px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #336633;
	text-align: left;
	background-image: url(../img/hintergrund_spalten.jpg);
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    } 
    #header {
	height: 111px;
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
	text-decoration: none;
    } 
    #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 215px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 9px;
	text-align: right;
	margin: 0px;
    }
    #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 245px;
	height: 457px;
	margin: 0px;
    }
#container #sidebar2 iframe {
	margin: 0px;
}
    #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
    } 
#listen {
	margin-left: 7px;
	margin-right: 7px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 17px;
	background-color: #cccccc;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -7px;
	padding-left: 7px;
}
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 5px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 5px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
#startseite {
	background-image: url(../img/titelseite.jpg);
	height: 600px;
	width: 1000px;
	position: relative;
	border: 1px solid #336633;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#loginseite {
	background-image: url(../img/loginseite.jpg);
	height: 600px;
	width: 1000px;
	position: relative;
	border: 1px solid #336633;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#box_re {
	position: absolute;
	left: 275px;
	top: 500px;
}
#box_li {
	position: absolute;
	top: 500px;
	left: 70px;
}
#box_log {
	position: absolute;
	left: 70px;
	top: 227px;
}
.head_gruen {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #336633;
}
.disclaimer {
	font-size: 10px;
	padding-right: 12px;
}
.linie {
	top: 0px;
	left: 0px;
	height: 3px;
	width: 205px;
	float: right;
	background-color: #336633;
}
#sidebar1a {
	list-style-type: none; /* Keine Aufzählungspunkte */
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 615px;
}
.h1_cms {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	background-color: #cccccc;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-left: 7px;
	margin-top: 0px;
	padding-top: 0px;
}
.navi_cms {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #336633;
	padding-top: 15px;
	list-style-type: none;
}
.fliess_cms {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-left: 32px;
	padding-right: 5px;
}
.subhead_cms {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #336633;
	padding-left: 32px;
	padding-right: 5px;
	font-weight: bold;
}
#cms {
	padding-top: 17px;
}
#lock {
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Links technik und webdesign ------------------------------------------------------------------------------------ */

#autoren a {
	font-size: 12px; /* Zeilenabstand für die Links */
	text-decoration: none; /* Unterstreichung abschalten */
	outline: none;
}
#autoren a:link {
	color: #000000;
}
#autoren a:visited {
	color: #000000;
}
#autoren a:focus {
	color: #990000;
	font-weight: normal;
}
#autoren a:hover {
	color: #990000;
	font-weight: normal;
}
#autoren a:active {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #990000;
}
