/****************************************************************************************
Basiseinstellungen
****************************************************************************************/

body, html {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
}

body, textarea {
		font: 12px Arial, Arial, Helvetica, sans-serif;
}

div	{
		text-align: left;
}

a img {
		border: 0
}

ul, ol, li {
		margin: 0;
		padding: 0;
}
		
/****************************************************************************************
Positionierung
****************************************************************************************/
#layout {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#head {
	display: none;
	width: 980px;
	
}
#subnavbox {
	display: none;
	background-color: #5e94c3;
	height: 22px;
	width: 980px;
	margin-bottom: 5px;
}
#subnav {
	float: left;
}
#sprache {
	float: right;
	width: 180px;
	padding-top: 3px;
}
#navbox {
	display: none;
	width: 192px;
	float: left;
}

#nav {
	width: 192px;
	float: left;
	margin-bottom: 20px;
}
#suche {
	float: left;
	width: 192px;
}

#contentbox {
	float: left;
	width: 100%;
}
#content {
	line-height: 1.5em;
	padding-top: 10px;
}
#drucken {
	display: none;
	float: right;
	padding-right: 20px;
}

#right {
	display: none;
	float: right;
	width: 180px;
}
#adress {
	border: 1px solid #d8dbde;
	padding: 10px;
}

#foot {
	display: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8d8de;
	height: 100px;
	margin-top: 20px;
	padding-top: 5px;
}

/****************************************************************************************
Navigation
****************************************************************************************/
#nav ul	{
	margin: 0;
	padding: 0;
}
		
#nav li {
	list-style-type: none;
	font-size: 100%;
	background-color: #f3f3f3;
	margin-bottom: 2px; 
	border: 1px solid #d8dbde;
}
		
#nav li.active {
	list-style-type: none;
	font-size: 100%;
	background-color: #000;
	margin-bottom: 0;
}

#nav a, #nav a:visited, #nav a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 178px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: bold;
}

#nav a	{
	color: #006db1;
}

#nav a:hover {
	color: #000; 
	background-color: #fff;
}

#nav a.active {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8dbde;
	background-color: #FFFFFF;
}
		
#nav li ul li	{
	list-style-type: none;
	padding: 0px 0 0px 6px;
	background-color: #fff;
	border: none;
	margin-bottom: 0px;
}	

#nav li ul li:hover {
	background-color: #fff;
}

#nav li ul li a, #nav li ul li a:visited, #nav li ul li a:hover {
	width: 152px;
	padding: 3px 0px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: normal;
}

#nav li ul li a	{
	color: #007AC4;
	font-weight: normal;
}

#nav li ul li a:hover {
	color: #000000;
	background: url("../../pic/nav_arrow.gif") no-repeat 0% 50%;
	font-weight: normal;
}

#nav li ul li a.active {
	color: #000;
	background-image: url("../../pic/nav_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: none;
}
#suche a {
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 0px;
	color: #007AC4;
	padding-left: 10px;
	display: block;
}
#suche a:hover{
	font-weight: normal;
	padding-bottom: 0px;
	color: #007AC4;
	text-decoration: underline;
	padding-left: 10px;
}
#subnav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
#subnav li {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;
		}

#subnav li:hover {
		float: left;
		margin: 0;
		padding: 0;
		cursor: pointer;
		}

#subnav li.aktiv {
	height: 22px;
	margin: 0;
	color: #000000;
	background-color: #93B7D7;
		}

#subnav a, #subnav a:visited {
	float: left;
	display: block;
	height: 19px;
	background-position: right top;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#subnav a:hover {
	color: #000;
	background-color: #93B7D7;
}
		
#subnav a.aktiv {
		color: #000 !important;
		}
#sprache a, #sprache a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border: none;
}

#sprache a:hover {
		color: #000;
		}
		
#sprache a.aktiv {
	color: #000 !important;
		}
#content h1 {
	font-size: 16px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content p {
	margin-top: 3px;
	margin-bottom: 3px;
}
#content p+h1 {
	margin-top: 25px;
	margin-bottom: 15px;
}
#content ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content li {
	padding-left: 0px;
	list-style-type: none !important;
	list-style-image: url(../../pic/ic_list.gif);
	margin-left: 15px;
	text-indent: 0px;
}

#content a {
	color: #007AC4;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .linkwww {
	margin-left: 20px;
	text-indent: -20px;
}
#content .linkdokument {
	margin-left: 20px;
	text-indent: -20px;
}

#adress p {
	margin-top: 3px;
	margin-bottom: 3px;
}

#adress a {
	color: #007AC4;
	text-decoration: none;
}
#adress a:hover {
	color: #007AC4;
	text-decoration: underline;
}

#foot a {
	color: #007AC4;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
#foot #zurueck {
	float: left;
}
#foot #nachoben {
	float: right;
}
#sitemap ul	{
list-style-type: none;
}	
#sitemap li {
	list-style-type: none;
}
.suchfeld {
	float: left;
	width: 140px;
	margin-right: 6px;
	margin-left: 10px;
	margin-top: 10px;
}
.suchbutton {
	float: left;
	margin-top: 10px;
}
#teaser .linkwww {
	border: 1px solid #d8dbde;
	padding: 10px;
	margin-top: 10px;
	float: left;
	color: #007AC4;
	text-decoration: none;
	width: 160px;
}
#teaser .info {
	border: 1px solid #d8dbde;
	margin-top: 10px;
	float: left;
	color: #007AC4;
	text-decoration: none;
	width: 180px;
	padding-bottom: 10px;
}
#teaser .info h1 {
	color:#000000;
	font-size: 100%;
	font-weight: normal;
	background-color: #f3f3f3;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#teaser .info a {
	font-size: 100%;
	width: 160px;
	margin: 0px;
	color: #007AC4;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
