/* ----------- LAYOUT-EINSTELLUNGEN ---------------- */

* {
	margin: 0;
	padding: 0;
	border: 0;
}


body, html {
	width: auto;
	height: 100%;
}


body {
	background-image: url(../images/hg.gif);
	background-repeat: repeat-y;
	border-right: 1px solid gray;
	}

h1 {
	height: 80px;
	background-color: #DCDCDC;
	background-image: url(../images/logo_mtext.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#navitop {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
	padding-right: 20px;
	background-color: #999999;
	background-image: url(../images/hg2.gif);
	background-repeat: repeat-y;
	border-top: 1px solid white;
}

#navileft {
	float: left;
	width: 9.5em;
	padding-top: 15px;
	padding-left: 26px;
	background-color: #FFFFFF;
	height: auto;
	padding-bottom: 10px;
	background-image: url(../images/hg.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
}

#content {
	max-width: 60em;
	width: auto !important;    /* Angabe für moderne Browser */
	width: 56em;               /* Angabe vor allem für IE (6 und kleiner) */
	margin-right: 4.5em;
	margin-left: 11.1em;
	padding: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9999;
	margin-top: 15px;
}

/* contentstart wird im Moment nicht benötigt; kann angepasst werden, falls Startseite anders aussehen soll */
#contentstart {
	max-width: 60em;
	width: auto !important;    /* Angabe für moderne Browser */
	width: 56em;               /* Angabe vor allem für IE (6 und kleiner) */
	margin-right: 4.5em;
	margin-left: 11.1em;
	padding: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9999;
	margin-top: 15px;
}

#floatright {
	float: right;
	padding-left: 25px;
	text-align: center;
}

#floatleft {
	float: left;
	padding-right: 25px;
}

#footer {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

/* ------------------------------ STYLES ------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #333333;
}

a {	text-decoration: none;
	color: #CC3333;
}

a:hover {
	color: #666666;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.1em;
	padding-bottom: 1.1em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 1em;
}

#content p {
	font-size: 1em;
	padding-bottom: 1em;
}

#content ul li {
	font-size: 1em;
	margin-left: 1em;
}

#content td { 
	font-size: 1em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	}

#floatleft img, #floatright img, #content img, #content td img {
	padding: 4px;
	margin-bottom: 6px;
	margin-right: 6px;
	border: 1px solid #999999;
}

p.rahmen {
	padding: 4px;
	border: 1px solid #999;
	width: 440px;
	height: 234px;
}

/* ------------ Navigation ------------------- */


#navitop {
	color: #FFFFFF;
	font-size: 0.9em;
}

#navitop a {
	color: #FFFFFF;
}

#navitop a:hover {
	color: #CC3333;
}

#navileft h2 {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 0.5em;
}

#navileft ul, #navileft ul li ul {
	list-style: none;
	font-size: 0.9em;
	}
	
	
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navileft li {border-bottom: 1px solid white;}

/* fix for browsers that don't need the hack */
html>body #navileft li {border-bottom: none;}


#navileft .active{
	padding-left: 20px;
	background-image: url(../images/hgnavi.gif);
	background-repeat: no-repeat;
	color: #333333;
	background-position: left center;
}

#navileft a {
	padding-left: 20px;

}

#navileft a:hover{
	padding-left: 20px;
	background-image: url(../images/hgnavi.gif);
	background-repeat: no-repeat;
	color: #666666;
	background-position: left center;
}

/* ------------ Fusszeile ------------------------ */

#footer {
	font-size: 0.8em;
	color: #CCCCCC;
}

#footer a {color: #CCCCCC;}

#footer a:hover {color: #999999;}


/* ---------------- Klassen ----------------------*/

.bildinfo, #content .bildinfo {
	font-size: 0.9em;
	font-style: italic;
	color: #666666;
	display: block;
	padding: 0.5em;
}

.textklein, #content .textklein {
	font-size: 0.8em;
	font-style: italic;
}

.textkleiner, #content .textkleiner {
	font-size: 0.6em;
	font-style: italic;
}