@charset "utf-8";
/* CSS Document */

/* Copyright 2010: be-tween Designteam*/
/*für alle Bereiche werden die Innen- und Außernabstände auf 0 gesetzt*/


body, html, textarea, #navigation, #container, #inhalt {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #003300;
}
body {
	background-image: url(../navi/hint1_4.gif);
	text-align: left;
	margin:auto;
	background-repeat: no-repeat;
	scrollbar-face-color: #ffffcc;
     	scrollbar-3dlight-color: #FFCC66;
     	scrollbar-darkshadow-color: #FFCC33;
     	scrollbar-track-color: #ffffcc;
     	scrollbar-arrow-color: #FFCC66;
     	scrollbar-highlight-color: #FFCC66;
     	scrollbar-shadow-color: #FFCC33;
}
#container {
	width: 1109px;
	background-image: url(../navi/hint2_2.gif);
	height: 1113px;
	margin-top: 24px;
}
#navigation {
	width: 800px;
	float: left;
	margin-left: 80px;
	margin-top: 80px;
}
#inhalt {
	margin-left: 145px;
	width: 795px;
	height: 600px;
	padding-top: 186px;
}
#content {
	width: 795px;
	height: 600px;
}
#spalte0 {
	float: left;
	width: 500px;
	height: 550px;
	padding-left: 20px;
}
#spalte1 {
	height: 100%;
	width: 100%;
	overflow: auto;
}
#spalte2 {
	float: right;
	width: 270px;
	padding-top: 32px;
}
#komfortmenue {
	float: right;
	text-align: right;
	width: 400px;
	height: 40px;
}
#tabelle {
	float: left;
	padding-left: 10px;
}
#schriftmenue {
	float: right;
}
#footer {
	width: 480px;
	border-top: 1px solid;
	margin-top: 10px;
}
#footer2 {
	width: 200px;
	border-top: 1px solid;
	margin-top: 10px;
}
#copyright {
	text-align: left;
	float: left;
	font-size: 0.8em;
}
#druck_mail {
	text-align: right;
	float: right;
}

p {
   margin: 5px 5px 0 5px;
}

h1 {
   font-size: 1.3em;
   padding-left: 2px;
   color: #990000;
}
h2 {
   font-size: 1.1em;
   padding-left: 2px;
   color: #990000;
}


a {
	color: #003300;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
/*Navigationsleiste */

#navigation ul{
	font-size:1.1em;
	text-align: right;
	list-style-type:none; /*Aufzählungspunkte entfernen */
	padding-top: 5px;
	padding-right: 430px;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	}
#navigation ul ul{	
		font-size:0.9em;
		text-align: left;
		list-style-type:none;
		padding-top:0;
		padding-right: 0;
		padding-bottom: 10px;
		padding-left: 380px;
		font-family: Verdana, Geneva, sans-serif;
		}

#tabelle ul{
	font-size: 1.0em;
	text-align: left;
	list-style-type:none; /*Aufzählungspunkte entfernen */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	}
	
#schriftmenue ul{
	font-size:0.7em;
	text-align: right;
	list-style-type:none; /*Aufzählungspunkte entfernen */
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	}

#navigation a:link, #navigation a:visited {
   text-decoration: none;
   color: #003300;
   display: block;
   font-weight: bold;
   padding: 2px;
}

#navigation a:active {
	color: #003300;
}

#tabelle a:link, #tabelle a:visited {
   text-decoration: none;
   color: #003300;
   font-weight: bold;
   font-size: 0.9em;
   padding: 5px;
}

#schriftmenue a:link, #tabelle a:visited {
   text-decoration: none;
   color: #003300;
   font-weight: bold;
   font-size: 1.0em;
}

#komfortmenue a:link, #komfortmenue a:visited {
   text-decoration: none;
   color: #003300;
   font-weight: bold;
   font-size: 0.9em;
}

/*hover-Effekte */

#navigation a:hover {
   color: #990000;
}

#komfortmenue a:hover {
   color: #990000;
}

#tabelle a:hover {
   color: #990000;
}


* html #inhalt {
   height: 1%;
   margin-left: 0;*
}
* html #navigation {
   margin-right: -3px;
}

