/* FLow Media CSS-File */

* {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	font-weight: normal;
}

html {
	
}

body {
	background: url(../design/bg.png) no-repeat top center;
	background-color: #191919;
	margin: 0;
	height: 100%;
}

div#lettering {
	display: block;
	height: 40px;
	width: 1036px;
	position: relative;
	 top: 140px;
	margin: 0 auto 0 auto;
	background-image: url(../design/lettering.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1036px;
	margin-top: 220px;
	background-image: url(../design/box1.png);
	background-repeat: repeat-y;
	font-size: 0.75em;
	min-height: 600px;
	padding-bottom: 10px;
	background-color: transparent;
}

* html div#wrapper {
	height: 550px;
}

div#topnav {
	position: relative;
	top: 220px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 0 10px;
	width: 1016px;
	height: 66px;
	background-image: url(../design/nav2.png);
	background-repeat: no-repeat;
}

div#topnavwrap {
	width: 976px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

div#topnav a {
	display: block;
	float: left;
	height: 45px;
	width: 244px;
	text-align: center;
	padding: 10px 0 0 0;
	margin-top: 7px;
	text-decoration: none;
	color: #000;
}

div#topnav a:hover,
div#topnav a:active {
	background-image: url(../design/pfadwelleact.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#topnav a.hierbinich {
	background-color: #fff;
	background-image: url(../design/navmiddle.png);
	background-repeat: repeat-y;
	height: 47px;
}

/*div#topnav img {
	border: 0;
	margin-top: 13px;
}*/

.h1img {
	margin-top: -6px;
	border: none;
	
}

div#content {
	position: relative;
	background-color: #fff;
	margin-left: 7px;
	margin-right: 6px;
	padding: 20px 20px 30px 20px;
	overflow: auto;
}

#content p {
	padding: 2px;
	line-height: 1.5em;
	font-size: 90%;
	color: #191919;
}

div#hinweis {
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	border: 1px solid #003650;
	background-color: #EFF9FF;
}

div#hinweis p.zeile {
	margin: 1px 0 1px 0;
	padding: 0 0 0 10px;
	color: #003650;
	font-size: 1.2em;
	line-height: 1.8em;
}

div#hinweis a {
	text-decoration: none;
	color: #ff9901;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

div#left {
	display: block;
	width: 341px;
	float: left;
	padding-right: 4px;
}

div#leftk {
	display: block;
	width: 600px;
	float: left;
	padding-right: 4px;
}


img.logo {
	float: left; 
	margin: 0 7px 7px 0; 
	border: 1px solid #003650; 
}

span.uinserat {
	display: block;
	width: 100%; 
	text-align: center; 
	font-size: 90%;
}

div#middle {
	margin-left: 10px;
	display: block;
	width: 365px;
	float: left;
}

div.balken {
	background-color: #ff9901;
	display: block;
	margin-top: -2px;
	width: 365px;
	height: 16px;
	line-height: 14px;
	color: #003650;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

div.balkenh2 {
	background-color: #ff9901;
	display: block;
	width: 365px;
	height: 20px;
	margin-top: -10px;
}

div#picbox {
	padding: 10px 0 10px 0;
}

div#picbox img {
	margin: 2px 0 2px 0;
	border: none;
	cursor: pointer;
}

div#picbox img.rechts {
	margin: 2px 0 2px 3px;
	border: none;
	cursor: pointer;
}

div#picbox form {
	padding-bottom: 10px;
}

div#picbox label {
	display: block;
	float: left;
	width: 180px;
	font-size: 1.4em;
}

div#picbox input[type=text] {
	font-size: 1.4em;
	padding: 2px;
	margin: 0;
	width: 138px;
	border: 2px solid #003650;
}

div#picbox input[type=submit] {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px;
	width: 146px;
	background-color: #003650;
	border: 0;
	color: #ff9901;
}

div#right {
	margin-left: 10px;
	display: block;
	width: 241px;
	float: right;
	padding: 0 0 0 0;	
}

div#rightk {
	margin-left: 10px;
	display: block;
	width: 350px;
	float: left;
	padding: 0 0 0 0;	
}

div#accordion div {
	padding: 6px;
	height: 234px;
	border-left: 1px solid #CCD7DC;
	border-right: 1px solid #CCD7DC;
	border-bottom: 1px solid #CCD7DC;
	margin-bottom: 10px;
}

div#accordion div:last-child {
	margin: 0;
}

div#accordion span.titel {
	color: #ff9901;
	font-size: 1.3em;
	margin-bottom: 6px;
}

div#accordion ul {
	padding-left: 20px;
}

div#accordion li {
	font-size: 90%;
	height: 16px;
	color: #003650;
}

div#accordion p {
	margin: 4px 0 4px 0;
}

h1 {
	font-size: 2.2em;
	margin: 0 0 6px 0;
	color: #191919;
	line-height: 1.5em;
}

h2 {
	margin: 0;
	font-size: 1.4em;
	text-align: center;
	padding: 4px 8px 0 8px;
	display: block;
	width: 120px;
	font-weight: bold;
	background-color: #ff9901;
	color: #003650;
}

h3 {
	display: block;
	width: 222px;
	background-image: url(../design/revtop.png);
	background-repeat: no-repeat;
	height: 27px;
	padding: 13px 0 0 20px;
	margin: 10px 0 0 0;
	color: #191919;
	cursor: pointer;
	text-decoration: underline;
	/* Google Chrome Fix */
	outline: none;
}

h3:first-child {
	margin: 0;
}

li {
	list-style-image: url(../img/liststyle.gif);
	line-height: 18px;
}

a {
	color: #003650;
	text-decoration: underline;
}

div#bottom {
	margin-left: 10px;
	margin-right: 6px;
	height: 100px;
	background-image: url(../design/contentbottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
