html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, layer, ilayer, a, ul, li {
	padding: 0px;
	margin: 0px;
	}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #9c9e9f;
	scrollbar-highlight-color: #ececed;
	scrollbar-3dlight-color: #ececed;
	scrollbar-darkshadow-color:	#ececed;
	scrollbar-shadow-color: #ececed;
	scrollbar-arrow-color: #ececed;
	scrollbar-track-color: #ececed;
	
	margin-top: 14px;
	}

body, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Unicode", "Lucida Sans", Lucida Sans, Verdana, Arial, Helvetica, sans-serif, sans;
	}

#containerAussen {
	margin: 0 auto;
	width: 1000px;
	height: 613px; 
	border: 1px #fff solid;
	background-image:url(img/layout/bg_main.jpg);background-repeat: no-repeat;
	}

#containerInnen {
	margin: 14px 14px 13px 13px;
	width: 971px;
	}

#containerInnenLinks {
	float: left;
	width: 644px;
	}

#containerInnenRechts {
	float: right;
	width: 313px;
	}

#top {
	width:644px; height:143px;
	overflow:hidden;
	margin-bottom: 13px;
	}

#top h1 {
	font-weight: normal;
	color: white;
	margin-top: 20px;
	font-size: 18px;
	text-align: right;
	width: 230px;
	line-height: 26px;
	}
#top h2 {
	font-weight: normal;
	color: white;
	font-size: 17px;
	margin-bottom: 16px;
	}
#top p {
	font-size:11px;
	color: white;
	margin-top: 10px;
	}
#top h1, #top h2 {
	/*display: none;*/
	}

#navigation {
	height:52px;
	font-size: 13px;
	}
#navigation ul {
	list-style-type:none;
	}
#navigation ul li {
	float: left; text-align: center;
	width: 110px; margin: 0px 9px;
	}
#navigation ul li a {
	color: #c5c7c8;
	text-decoration: none;
	}
#navigation ul li a:hover, #navigation ul li a.aktiv {
	color: #1a171b;
	}

#rechts {
	width:313px; height: 428px;
	overflow:hidden;
	margin-top:13px;
	}

#Contentbereich {
	width: 620px; height: 376px;
	margin: 0 auto;
	overflow: auto;
	
	color: black;
	font-size: 11px;
	line-height: 120%;
	}
#ContentbereichLinks, #ContentbereichRechts {
	width: 295px;
	margin-top: 10px;
	}
#ContentbereichLinks {
	float: left;
	}
#ContentbereichRechts {
	float: right;
	}


#Contentbereich h1 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #a1a3a4;
	}
#Contentbereich h2 {
	font-size: 12px;
	margin-bottom: 0px; margin-top: 10px;
	color: #a1a3a4;
	}
#Contentbereich h3 {
	font-size: 13px;
	}
#Contentbereich p {
	margin-bottom: 8px;
	}
#Contentbereich a {
	color: #777;
	text-decoration:none;
	}
#Contentbereich a:hover {
	text-decoration:underline;
	}
#Contentbereich ul {
	margin-bottom:8px;
	}
#Contentbereich ul ul {
	margin-bottom:0px; margin-top: 2px;
	}
#Contentbereich ul li {
	list-style-type: none;
	background-image: url(img/layout/bullit_ul.gif); background-repeat: no-repeat; background-position: 0px 4px;
	padding-left: 12px;
	margin-bottom: 0px;
	}
#Contentbereich ul ul li {
	background-image: url(img/layout/bullit_ul-ul.gif);
	margin-bottom: 2px;
	}
#Contentbereich table.overview p {
	margin-bottom: 10px;
	}
	
.stichwortwolke {
	display:none;
	}

#navirechts {
	text-align: center;
	font-size: 10px;
	margin-top: 30px;
	color: white;
	}
#navirechts a {
	color: white;
	text-decoration: none;
	}
#navirechts a:hover {
	text-decoration: underline;
	}

#contentrechts {
	color: white;
	margin: 20px 20px 0px 30px;
	}

#contentrechts ul {
	font-size: 12px;
	padding-left: 16px;
	margin: 20px 0px;
	line-height: 120%;
	}

#contentrechts ul li {
	margin-bottom: 15px;
	}

#Contentbereich a.pdf {
	color: #80bde8;
	font-style: italic;
	margin-left: 80px;
	}

input {
	border: 1px #9c9e9f solid;
	width: 220px;
	height: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Arial;
	font-size: 12px;
	padding: 5px 5px;
	}

textarea {
	border: 1px #9c9e9f solid;
	width: 218px;
	height: 100px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-family: Arial;
	font-size: 12px;
	padding: 5px 5px;
	}

.wegdamitbutton {
	border: 1px #000 solid;
	background-image: url(img/bg_button-send.jpg); background-repeat: no-repeat;
	width: 228px;
	height: 39px;
	border: 0px;
	}