body {
	background-color: #697677;
	font-family: Arial, Helvetica, sans-serif;
	color: #00305d;
	font-size: 0.8em;
}

div {
	/* Zu Testzwecken
	border: 1px dotted #FF0000;
	*/
}

.printonly {
	display: none;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#startseite {
	margin: auto;
	width: 997px;
	height: 733px;
	background-color: #a7b1b2;
	background-image: url(../_images/start_main.gif);
}
#startseite a {
	display: block;
	width: 997px;
	height: 733px;
}

#seite {
	margin: auto;
	width: 997px;
	background-color: #a7b1b2;
	background-image: url(../_images/navigation.gif);
	background-repeat: repeat-y;
}
#startimage {
	margin-left: 183px;
	margin-top: 191px;
	width: 814px;
	height: 256px;
	border: none;
}
#header {
	background-image: url(../_images/header.gif);
	height: 95px;
	width: 980px;
	color: #c2cacb;
	padding-left: 17px;
	padding-top: 1px;
}
#footer {
	background-image: url(../_images/footer.gif);
	height: 19px;
	width: 970px;
	text-align: right;
	color: #c2cacb;
	padding-right: 27px;
	clear: both;
}
#header a,
#footer a{
	color: #c2cacb;
	text-decoration: none;
	font-size: 0.9em;
}
#rubricfooter {
	border-left: 1px solid #00305d;
	border-right: 1px solid #8f9a9b;
	text-align: right;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#rubricfooter img{
	border:none;
}
#navigation {
	width: 183px;
	float: left;
	background-color: #a7b1b2;
	border-left: 1px solid #798586;
	padding-top: 175px;
	overflow: hidden;
}
#navigation img{
	margin-left:15px;
	margin-bottom:5px;
	border:none;
}
#navigation a{
	color: #eaf6f7;
	font-weight: bold;
	text-decoration: none;
}
#navigation ul li a{
	display: block;
}
#navigation ul {
	padding:0;
	margin-top:0px;
	margin-left:13px;
}
#navigation ul li {
	list-style-type: none;
}
#navigation ul li a{
	padding-left:18px;
	padding-top:2px;
	padding-bottom:2px;
}
#header a:hover,
#footer a:hover {
	color: white;
}
#navigation ul li.active a,
#navigation ul li a:hover {
	color: #00305d;
	width: 165px;
	background-image: url(../_images/hoverback2.gif);
}
#content {
	margin-left: 0px;
	width: 813px;
	background-color: #c2cacb;
	overflow: hidden;
}
#content ul{
	margin-left: 0px;
	border: 1px solid #8f9b9d;
	padding: 20px;
	background-color: #cfd5d6;
	list-style-image:url(../_images/arrow.gif);
}
#content ul li {
	margin-left: 10px;
	padding-bottom: 5px;
}
#rubricheadertext {
	float: left;
	height: 175px;
	width: 312px;
	border:0px;
}
#rubricheaderimage {
	height: 175px;
	width: 501px;
	margin-left: 312px;
	border:0px;
}
#rubriccontent {
	border-left: 1px solid #00305d;
	border-right: 1px solid #8f9a9b;
	padding-left: 20px;
	padding-right: 28px;
	padding-top: 30px;
	padding-bottom: 15px;
	min-height: 300px;
}
.tdleft {
	width: 260px;
	vertical-align: top;
	text-align: right;
	padding-right: 25px;
}
#rubriccontent table {
	border: 0px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
.articleheader {
	margin-top: 25px;
	margin-bottom: 25px;
}


/* für das Formular */
#mod_form table, #mod_form .hinweis   {
	/* width: 500px; */
	position: relative; left: 200px;
	border: 1px solid #8f9b9d;
	padding: 0;
	border-collapse: collapse;
}
#mod_form td  {
	border-spacing: 0;
}
#mod_form input, #mod_form textarea, #mod_form select {
	border: 1px solid #aaa;
	margin: 1px;
	color: #444;
}
#mod_form input:focus, #mod_form textarea:focus, #mod_form select:focus {
	border: 1px solid #344F7F;
	background-color: #f1f5f6;
}
.button_form { 
	background-color: #8f9b9d;
	position: relative; left: 200px;
	border: 1px solid #aaa;
	color: #fff;
	padding: 3px;
	margin-top: 5px;
	font-size: 1em;
}
.button_form:hover  { 
	color: #00305d; 
	background-color: #eaf6f7; 
	border: solid 1px 
}

/* für map24 */
.button { 
	background-color: #8f9b9d;
	border: 1px solid #aaa;
	color: #fff;
	padding: 3px;
	margin-top: 5px;
	font-size: 1em;
}

.button:hover  { 
	color: #00305d; 
	background-color: #eaf6f7; 
	border: solid 1px 
}
.pulldown {
	float:left;
	display: block;
	width: 90%;
	border: 1px solid #8f9b9d;
	font-size: 1em;
	color: #333;
}
.select option {
padding: 2px 0 2px 4px; 
}
.Tabelle  { 
	background-color: #cfd5d6; 
	border: 1px solid #8f9b9d; 
}
.kleinschrift {
	display: block;
	font-size: 10px; 
}
.input { 
	display: block;
	width: 90%;
	border: 1px solid #aaa;
	padding: 0px;
	color: #999;
}

