* {
	margin: 0px;
	padding:0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	
}

body {
	background: url(images/background_body.jpg) repeat-x;
}

img {
	border: 0;
}

h1 {
	color: #006fac;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	color: #006fac;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	color: #006fac;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	color: black;
	font-size: 13px;
	font-weight: bold;
}

#container_outside {
	width: 1000px;
	margin: 0 auto 0px;
	background: url(images/background_container.gif) repeat-y;
}

#container_schatten {
	background: url(images/background_schatten.jpg) 0 0 no-repeat;
}

#container_inside {
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}

#header {
	width: 980px;
	height: 190px;
}

#navi_main {
	width: 980px;
	height: 25px;
	background: url(images/background_navi_main.jpg) no-repeat;
}


	#navi_main a {
		display: block;
		float: left;
		width: 196px;
		height:  25px;
		line-height: 25px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		text-decoration: none;
}

	#navi_main ul {
		list-style-type: none;
}
	
	#navi_main li {
		display: block;
		float: left;
		margin-right: 0px;
}

 	#navi_main a:hover, #navi_main a.selected {
		background: url('images/background_navi_main_selected.gif') repeat-x;
}

	#navi_main #first a {
		background: none;
}

	#navi_main #first a:hover, #navi_main #first a.selected {
		background: url(images/background_navi_main_selected_left.gif);
}

	#navi_main #l2 a {
		background: none;
}

	#navi_main #l2 a:hover, #navi_main #l2 a.selected {
		background: url(images/background_navi_main_selected_left.gif);
}

	#navi_main #last a {
		background: none;
}

	#navi_main #last a:hover, #navi_main #last a.selected {
		background: url(images/background_navi_main_selected_right.gif);
}

	#navi_main #l6 a {
		background: none;
}

	#navi_main #l6 a:hover, #navi_main #l6 a.selected {
		background: url(images/background_navi_main_selected_right.gif);
}

#left {
	float: left;
	width:  196px;
	margin:  0px;
	padding: 0px;
} 

		#navi_sub {
			width:  196px;
			margin-top: 2px;
}

		#navi_sub a {
			display: block;
			float: left;
			width: 100%;
			height: 36px;
			line-height: 36px;
			text-align: left;
			color: black;
			text-decoration: none;
			padding-left: 20px;
}

		#navi_sub a.selected {
			background: url('images/background_navi_sub_selected.gif') no-repeat;
			color: #006fac;
			font-weight: bold;
}

		#navi_sub a:hover {
			color: #006fac;
}

		#navi_sub ul {
			list-style-type: none;
			z-index: 1;
}

		#navi_sub li {
			display: block;
			float: left;						
			width: 196px;
}

			#navi_sub li ul a {
				display: block;
				float: left;
				font-size: 11px;
				height: 20px;
				width:  100%;
				padding-left: 30px;
				line-height: 20px;
				background: none;
}

			#navi_sub li ul a:hover {
				background: none;
				color: #006fac;
}

			#navi_sub li ul a.selected {
				background: none;
				color: #006fac;
				font-weight: bold;
}

#banner {
	width:  196px;
	clear: left;
	padding-top: 30px;
}


#schatten_navi {
	width: 980px;
	height: 15px;
	background-image: url(images/schatten_navi.gif);
	clear: left;
}

#maincontent {
	width: 980px;
	background: url(images/background_content.gif) repeat-y;
}

#content_abschluss {
	width: 980px;
	height: 9px;
	background: url(images/content_abschluss.gif) no-repeat;
	bottom: 0;
}

#content {
	padding: 10px 30px 15px 20px;
	margin-left: 196px;
	margin-right: 0px;
	min-height: 600px;
}

#content ul {
	list-style-position: outside;
	list-style-type: disc;
}

#content li {
	margin-left: 30px;
	width: 500px;
	margin-bottom: 15px;
}

#content a {
	text-decoration: underline;
	color: #006fac;
}

#content table {
	cellspacing: 0;
	border-style: none;
	border-width: 0;
}

#content td {
	padding-right: 10px;
}

#copyright {
	width: 980px;
	height: 50px;
	font-size: 9px;
	color: gray;
	line-height: 50px;
}

.copyrightlink {
	text-decoration: underline;
	font-size: 9px;
	color:  gray;
}

.indent {
	text-indent: 30px;
}


.red {
	color: red;
}

fieldset {
	border:0;
}

.mailformplus_contactform .error {
	color:#dd7777;
}

.mailformplus_contactform LABEL {
	font-weight:bold;
	display:block;
	float:left;
	width:50px;
}

.mailformplus_contactform .caption {
	margin:10px 0 5px 0;
	font-weight:bold;
	
}
