﻿/* Reset all */

img {
	border: 0;
}

/* HTML-Elemente */

body {
	font-size: 11px;
	line-height: 1.6em;
	color: #333;
	background: #FFF;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #023cb0;
	text-decoration: none;
}

a:visited {
	color: #023cb0;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0.7em 0;
	clear: both;
}


h1 {
	color: #003399;
	line-height: 1.5em;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 4px;
	font-style: bold;
}

h2 {
	color: #003399;
	line-height: 1.5em;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 4px;
}

h3 {
	color: #003399;
	line-height: 1.5em;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 4px;
}

h4 {
	color: #003399;
	line-height: 1.5em;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 4px;
}

h5 {
	color: #003399;
	line-height: 1.5em;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 4px;
}

.navilink {
	color: #ccccfe;
	font-style: bold;
}

/*Modul Bild und Text*/
.centertab {margin-right: auto;
            margin-left: auto;}

.bildtext { margin: 0px;
            padding: 0px;
            font-size: 10px;}
.imgleft {float: left;
          margin-right: 20px;}
          
.imgright {float: right;
          margin-left: 20px;}

.stopleft {clear: left;}

.stopright {clear: right;}
	 
.bildtext2 {text-align: justify;}

/* Layout */

#wrapper {
	width: 996px;
	border-right: 1px solid #ccccfe;
	border-bottom: 1px solid #ccccfe;
	border-left: 1px solid #ccccfe;
	padding: 0px;
	text-align: left;
}

#content {
	float: left;
	width: 550px;
	text-align: justify;
	margin-right: 50px;
	margin-top: 1px;
	margin-left: 40px;
	font-size: 11px;
}

#content h1 {
	color: #003399;
	line-height: 1.5em;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 4px;
	font-style: bold;
}

#content h2 {
	color: #003399;
	line-height: 1.5em;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #003399;
}

#content li {
	
	padding-top: 0;
	margin-top: 0;
	margin-left: 10px;
	padding-left: 0px;

	list-style-image: url(../images/marker.gif);
	list-style-position: outside;
}

#kopfnavi {
	float: left;
	border-left: 770px solid #ffffff;
	padding-left: 14px;
	font-size: 10px;
	color: #999999;
}


#breadcrumb {
	float: left;
	border-left: 196px solid #ffffff;
	padding-left: 14px;
	font-size: 10px;
	color: #999999;
}

#seiterechts {
	float: left;
	width: 150px;
	margin-top: 25px;
	margin-left: 20px;
}

#seiterechts h2 {
	color: #003399;
	line-height: 1.5em;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #003399;
}

#breadcrumb a {
	color: #999999;
}

#footer {
}

/* -- NAVIGATION -- */

#balkenmenu {
	float: left;
	width: 196px;
	height:2px;
	background-color: #003399;
}
#nav {
	width: 180px;
	margin: 0px ;
	float: left;
}

#nav a {
	width: 100%;
	display: block;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul.liste li {
	margin: 0px 0;
	
}

#nav ul.sub li {
	margin-right: 12px;
}

#nav ul.liste a {
	padding: 5px 0px 5px 16px;
	color: #003399;
	text-decoration: none;
	background: #ccccfe url(../images/menutrenner.gif) no-repeat scroll 16px 0;
	font: 11px Verdana, Helvetica, sans-serif;
}

/* Einrückung --> */
#nav ul.sub a {
	padding-left: 35px;
	color: #003399;
	font-style: bold;
	border: 0px;
}

#nav ul.sub li {
	font-style: bold;
}