﻿@import url("layout.css");
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 798px;
	margin: 10px auto;
	background-color: #fff;
	border-bottom: 1px #808080 solid;
	border-right: 1px #a9a9a9 solid;
	border-left: 1px #a9a9a9 solid;
	border-top: 1px #c0c0c0 solid;
}
#masthead {
	text-align: center;
	width: 796px;
	border-top: 1px solid #dcdcdc;
	/* border-right: 1px solid #a9a9a9; */
	/* border-bottom: 1px solid #808080; */
	/* border-left: 1px solid #a9a9a9; */
	background-color: fff;
	background-image: url('../images/header_puzzle.jpg');
	height: 200px;
}
#leftnavi {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    position: relative;
	float: left;
	width: 180px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	height: auto;
}
#content {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
	width: 585px;
	height: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	/* border-top: 1px solid #dcdcdc; */
	/* border-right: 1px solid #a9a9a9; */
	/* border-bottom: 1px solid #808080; */
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content ul li a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	list-style-type: disc;
}
.textkasten_rechts {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
	border: 1px solid #C0C0C0;
	padding: 5px 10px 5px 5px;
	margin: 5px 15px 5px 0px;
	float: left;
	width: 180px;
	height: auto;
	text-align: right;
}

/* #seitenlisten { 
color: #3d6c87; line-height:1.8em; font-size:8px; font-family: Arial, Verdana, Helvetica, sans-serif; text-decoration: none; position: relative;  width: 180px; padding: 3px; border: solid 1px #02449a; list-style-type: none; 
}
#seitenlisten ul {
margin: 0 0 0 20px;
padding: 2px;
}
#seitenlisten ul li { 
color: #3d6c87; width: 180px; margin-right: 5px; list-style-type: none; 
}
/* #seitenlisten ul li a { 
color: #3d6c87; font-size: 9px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 1.8em;  background-color: #02449a; text-decoration: none; padding-left: 8px; border-color: #02449a #02449a #fff; border-style: solid; border-width: 1px; list-style-type: none; display: block; 
}
#seitenlisten ul li a:link { 
color: #3d6c87; font-size: 9px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 1.8em; background-color: #02449a; text-decoration: none; padding-left: 8px; border-right: 1px solid #02449a; border-left: 1px solid #02449a; list-style-type: none; display: block; 
}
#seitenlisten ul li a:active {
color: #3d6c87; font-family: Arial, Verdana, Helvetica, sans-serif; background-color: #02449a; text-decoration: none; padding-left: 8px; list-style-type: none; display: block; 
}
#seitenlisten ul li a:hover { 
color: #02449a; font-size: 9px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bolder; line-height: 1.8em; background-color: #fff; text-decoration: none; padding-left: 8px; border-right: 3px groove #02449a; border-bottom: 1px solid #f67b3b; border-left: 3px ridge #02449a; border-top-color: #f67b3b; border-top-width: 1px; list-style-type: none; display: block; 
} */

#footer {
	color: #3d6c87;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	line-height: 18px;
	text-align: center;
	clear: both;
	width: 796px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	/* border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9; */
	background-color: #fefeff;
}

/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigationsformatvorlagen */
#leftnavi ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#leftnavi li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#leftnavi a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 7px 7px 7px 15px;
	border: 1px solid #fff;
	background-color: #fff;
}
#leftnavi a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
#leftnavi ul li a.currentseite {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #3d6c87;
}

/* Inhaltsformatvorlagen */
h6 {
	color: #3d6c87;
	font-style: italic;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
#content p a:link {
	border-bottom: 1px #5f8ea9 dotted;
}

/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
	text-decoration: none;
}
#footer a:link {
	color: #003366; 
	text-decoration: none; 
}
#footer a:visited {
	color: #003366; 
	text-decoration: none; 
	list-style-type: none; 
}
#footer a:active {
	color: #f67b3b; 
	text-decoration: none; 
	list-style-type: none; 
}
#footer a:hover { 
	color: #f67b3b; 
	text-decoration: none; 
}
/* -- allgemein --*/
a {
	color: #5f8ea9;
	text-decoration: none;
}
a:link {
	color: #5f8ea9;
	text-decoration: none;
}
a:hover {
	color: #33627d;
	text-decoration: none;
	border-bottom: 1px #5f8ea9 dotted;
}
/* -- Klassen-Stile --*/
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_roteSchrift {
	color: red;
}
.style_textrechtsausrichten {
	text-align: right;
}
.style_textlinksausrichten {
	text-align: left;
}
.style_textmittigausrichten {
	text-align: center;
}

.currentmain {
	color: #003399;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	background-color: #3d6c87;
	text-decoration: none;
	padding-left: 4px;
	border-right: 1px solid #fff;
	border-left: 5px solid #fff;
	list-style-type: none;
}
.currentsub { 
	color: orange; 
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: bolder; 
	text-decoration: none; 
	text-align: center; 
	list-style-type: none; 
	display: inline; 
	padding-right: 5px; 
}
.currentseite {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
#content p {
	line-height: 18px;
	color: #808080;
}
#content p.textkasten_rechts {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #C0C0C0;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
	float: right;
	width: 180px;
	height: auto;
	text-align: right;
	clear: both;
	color: #3D6C87;
}
#content ul li.textkasten_liste_links {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
	border: 1px solid #006699;
	padding: 5px 5px 5px 20px;
	margin: 5px 15px 5px 0px;
	float: left;
	width: 180px;
	height: auto;
	list-style-position: outside;
	text-align: left;
	display: block;
}
#content ul li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #808080;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px;
}
.textkasten_liste_links {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
	border: 1px solid #f3593f;
	padding: 5px 5px 5px 20px;
	margin: 5px 15px 5px 0px;
	float: left;
	width: 180px;
	height: auto;
	list-style-position: outside;
	text-align: left;
	display: inline;
}
.textkasten_liste_rechts {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
	border: 1px solid #006699;
	padding: 5px 5px 5px 15px;
	margin: 5px 15px 5px 0px;
	float: right;
	width: 180px;
	height: auto;
	list-style-position: outside;
	text-align: left;
}
.textkasten_rechts {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #C0C0C0;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
	float: right;
	width: 180px;
	height: auto;
	text-align: right;
	clear: both;
	color: #3D6C87;
}

