@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	padding:0;
	margin:0;
	color:#c75b0c;
}
h2 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding:0;
	margin:0;
	line-height: 120%;
}
h3 {
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	line-height: 120%;
}
#header {
	background-image:url(../images/background_header_rappelkiste.jpg);
	width:100%;
	height:150px;
}
#header_image {
	background-image: url(../images/header_rappelkiste_800_1.jpg);
	width:800px;
	height:150px;
}
/************************************************************
 Hauptnavigation
************************************************************/

/*
Die Navigation ist mithilfe einer horizontalen Liste realisiert.
*/
#navigation_line {
	background-image: url(../images/background_navigation_rappelkiste.jpg);
	width:100%;
	height:45px;
}
#navi {
	margin:0px;
	padding-top: 15px;
	width:800px;
	
	font-family: Verdana, Geneva, sans-serif;
}
#navlist {
	margin: 0px;
	padding: 0px;
	font: bold 12px verdana, helvetica, arial, sans-serif;
	word-spacing: 0px;
	text-align:justify;
}
#navlist li {
	margin: 0px;
	padding:0px;
	display: inline;
	list-style-type: none;
	font-size:12px;
}
#navlist a:link, #navlist a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0px 10px 4px 10px;
	text-decoration: none;
	color: #c75b0c;
}
/*
Auf der aktuellen Seite wird der Navigationslink unterstrichen. 
Das Gleiche gilt fuer das "ueberfahren" von Links mit der Maus ("hovern"), beim Anklicken und bei der Aktivierung mit der Tastatur .
*/

#navlist a:link#aktuell, #navlist a:visited#aktuell, #navlist a:focus, #navlist a:active {
	padding-bottom: 2px;
	color: #a34a0e;
}
#navlist a:hover {
	color: #fecc00;
	background: #c75b0c;
}
/************************************************************
 Inhaltsbereich Navigation/Verweise
************************************************************/
#content {
	width: 800px;
	min-height:300px;
	height:auto !important;
	height:300px;
	text-align: left;
}
#content a:link {
	color: #c75b0c;
	text-decoration: none;
}
#content a:visited {
	color:#900;
	text-decoration:none;
}
#content a:focus, #content a:hover, #content a:active {
	color: #fecc00;
	text-decoration: none;
	background-color: #c75b0c;
}
.leftimg {
	float: left;
}
.rightimg {
	float:right;
}
.ff {
	color: #c75b0c;
	font-weight: bold;
}
.formular {
	font-size:12px;
	text-align:left;
}
/************************************************************
 Footer
************************************************************/
#footer {
	width:100%;
	height:70px;
}
.footer_text {
	font: bold 12px verdana, helvetica, arial, sans-serif;
	color: #c75b0c;
}
#footer a:link, #footer a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0px 10px 4px 10px;
	text-decoration: none;
	color: #c75b0c;
}
#footer a:link#aktuell, #footer a:visited#aktuell, #footer a:focus, #footer a:active {
	padding-bottom: 2px;
	color: #a34a0e;
}
#footer a:hover {
	color: #fecc00;
	background: #c75b0c;
}
