/* General */
* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

td {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #43749c;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.y {
	clear: both;
}

.x {
	height: 0px;
	width: 0px;
	display: block;
	overflow: hidden;
}

div#headerbar {
	position: relative;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 760px;
}

a#homenav {
	display: none;
}

span#metanav {
	display: none;
}

ul, li, ol {
	list-style: none;
}

img#logo {
	display: none;
}

/* Layout columns */
div#col-left {
	display: none;
}

div#col-body {
	position: relative;
	top: 20px;
	left: 0px;
		/* IE 5 hack */
	width: 570px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	 	/* end IE 5 hack */	 	
	float: left;
	/*border:  1px dotted red;*/
	margin: 0px 20px 0 20px;
	padding: 0;
	font:normal normal 10px/15px Verdana, Arial, Helvetica, sans-serif;
	/*border: 1px dotted red;*/
}


html>body div#col-body { 
	width: 530px; 
	margin-top: 0px;
}

div#col-right {
display: none;
}

/* Content */
h1 {	
	font: normal normal 22px/24px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 16px;
}

h2 {	
	font: normal normal 20px/22px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 15px;
}

h3 {	
	font: normal normal 18px/20px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

h4 {	
	font:normal bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

div#col-body,
div#col-body p {
	font:normal normal 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.5;	
}

div#col-body div.artikel {
	border-bottom: 1px solid #43749c;
	padding-top: 8px;
	padding-bottom: 16px;
}

div#col-body div.artikel h3 {
	margin-bottom: 10px;
}

div#col-body div.content ul {
	padding: 5px 8px 10px 15px;
}

div#col-body div.content ul li {
	padding: 3px 0 3px 1px;
	list-style-type: square;
}


/* Search results */
div.suchausgabe hr.noshade {
	border: none;
	border-top: 1px solid #94a8b6;
	height: 0px;
	margin: 15px 0px 6px 0px;
}

div.suchausgabe h2 {
	padding: 0;
}

div.suchausgabe p {
	padding: 0;
	margin: 0;
}

div.suchausgabe h2 span {
	color: #000;
	font-weight: normal;
}

/* Sitemap */
ul.sitemap {
	width: 400px;
}

ul.sitemap li {
	background: url(../images/navi_pfeil_rechts2.gif) no-repeat 0px 7px;
	padding: 3px 0 3px 12px;
	float: left;
	width: 390px;
}

ul.sitemap li ul {
	width: 350px;
	margin: 5px 0 0 0;
}

ul.sitemap li ul li {
	float: left;
	width: 300px;
}

ul.sitemap li ul li {
	font:normal normal 10px/15px Verdana, Arial, Helvetica, sans-serif;
}

a.extern {
	padding: 0 0 0 38px;
	background: url(../images/I_Icon_EXT.gif) no-repeat 0 0px;
}
a.intern {
	padding: 0 0 0 38px;
	background: url(../images/I_Icon_INT.gif) no-repeat 0 0px;
}
a.jpg {
	padding: 0 0 0 38px;
	background: url(../images/I_Icon_JPG.gif) no-repeat 0 0px;
}
a.pdf {
	padding: 0 0 0 38px;
	background: url(../images/I_Icon_PDF.gif) no-repeat 0 0px;
}
a.doc {
	padding: 0 0 0 38px;
	background: url(../images/I_Icon_DOC.gif) no-repeat 0 0px;
}
a.mail {
	padding: 0 0 0 38px;
	background: url(../images/I_Icon_MAIL.gif) no-repeat 0 0px;
}
a.zip {
	padding: 0 0 0 38px;
	background: url(../images/I_Icon_ZIP.gif) no-repeat 0 0px;
}
a.mp3 {
	padding: 0 0 0 38px;
	background: url(../images/I_Icon_MP3.gif) no-repeat 0 0px;
}

div.home_bg {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #43749c;
}



