/* CSS Document */

/* default */


body a:link, body a:visited {
	color: #0A0A0A;
	font-weight: bold;
	text-decoration: none;
}

body a:link:after, body a:visited:after {
	content: " (Adresse des Links: "attr(href)") ";
	color: #0A0A0A;
	font-weight: normal;
	font-size: 90%;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0A0A0A;
	font-size: 0.7em;
}

a img {border: 0;}

/* Positioning */

#navigation_function, #subslogan, #header, #title, #teaser, #footer, .top_box, .hdw {display: none;}

.navigation_sub, .navigation_sub_a, .navigation_sub1, .navigation_sub1_a {display: none;}

#function {
	width: 600px;
	margin: 30px;
	padding: 0;
}

#address {
	width: 600px;
	border-top: 1px dashed #0A0A0A;
	margin: 30px;
	padding: 0;
}
	
#content_txt {
	width: 600px;
	border-top: 1px dashed #0A0A0A;
	margin: 30px;
	padding: 0;
}

/* Title */

h1 {
	color: #0A0A0A;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 10px 0px;
	padding: 0;
}

h2 {
	color: #0A0A0A;
	font-weight: bold;
	font-size: 1.1em;
	margin: 10px 0px;
	padding: 0;
}

h3 {
	color: #0A0A0A;
	font-weight: bold;
	font-size: 1.0em;
	margin: 10px 0px;
	padding: 0;
}

h4 {
	color: #0A0A0A;
	font-weight: bold;
	font-size: 1.0em;
	margin: 10px 0px;
	padding: 0;
}

/* Sitempa */

	.sitemap_top, .sitemap_top:link, .sitemap_top:visited, .sitemap_top:active  {
		width: 100%;
		color: #0A0A0A;
		font-weight: bold;
		background: transparent;
		text-transform: uppercase;
		text-decoration: none;
		margin-left: 0;
		padding-bottom: 3px;
		display: block;
	}
	
	.sitemap_top:hover {
		width: 100%;
		color: #F40000;
		background: transparent;
		text-decoration: none;
	}
	
	.sitemap_main, .sitemap_main:link, .sitemap_main:visited, .sitemap_main:active {
		width: 100%;
		color: #0A0A0A;
		font-weight: bold;
		background: transparent;
		text-decoration: none;
		margin-left: 0;
		padding-bottom: 3px;
		display: block;
	}
	
	.sitemap_main:hover {
		width: 100%;
		color: #F40000;
		background: transparent;
		text-decoration: none;
	}
	
	.sitemap_sub, .sitemap_sub:link, .sitemap_sub:visited, .sitemap_sub:active {
		width: 100%;
		color: #0A0A0A;
		background: transparent;
		text-decoration: none;
		margin-left: 20px;
		padding-bottom: 3px;
		display: block;
	}
	
	.sitemap_sub:hover {
		width: 100%;
		color: #F40000;
		background: transparent;
		text-decoration: none;
	}
	
	sitemap_sub1, .sitemap_sub1:link, .sitemap_sub1:visited, .sitemap_sub1:active {
		width: 100%;
		color: #0A0A0A;
		background: transparent;
		text-decoration: none;
		margin-left: 40px;
		padding-bottom: 3px;
		display: block;
	}
	
	.sitemap_sub1:hover {
		width: 100%;
		color: #F40000;
		background: transparent;
		text-decoration: none;
	}

/* Formular */

.form_label {padding: 5px 0px;}

fieldset {
	margin-bottom: 10px;
	border: 0;
}

legend {
	margin-bottom: 10px;
	font-weight: bold;}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0A0A0A;
	background-color: #FFFFFF;
	border: 1px solid #0A0A0A;
	vertical-align: middle;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0A0A0A;
	background-color: #FFFFFF;
	border: 1px solid #0A0A0A;
	vertical-align: middle;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0A0A0A;
	background-color: #FFFFFF;
	border: 1px solid #0A0A0A;
}
	

