/*--- BASICS SETUP -----------------------------------------------*/

html,body {
	margin:0 10px 10px 0px;
	padding:0
}

body {
	font: 100.1%/1.2 Arial, Verdana, sans-serif;
	background-image: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	color: #000;
}

h1 {
	font-size: 18px;
	margin: 0 0 1em 0;
	padding: 0 0 0.25em 0;
	border-bottom: 1px solid #e6e6e6;
}

h2 {
	font-size: 16px;
	margin: 1em 0 0 0;
	padding: 0 0 0.25em 0;
	color: #333;
}

p {
	color: #000;
	padding: 0px;
	margin: 0px;
}

a { 
	color: #000;
	text-decoration: none; 
	padding: 1px;
}


img {
	border: 0;
	padding: 0;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}



/*--- CONTAINER SETUP -----------------------------------------------*/


div#header {
	display: none;
}

div#content {
	margin: 0;
	font-size: 0.91em;
	max-width: 700px;
	padding-right: 2em;
}

	div#content a {
		text-decoration: underline;
	}
	
	div#content p {
		margin: 0 0 0.73em 0;
	}
	
	div#content ul {
		list-style: disc;
		list-style-position: outside;
		margin:0 0 0.73em 0;
		padding: 0 0 0 1em;
	}
	
	div#content ul li a {
		margin: 0;
		padding: 0;
	}	
	
	div#content ol {
		list-style-position: outside;
		margin:0 0 0.73em 0;
		padding: 0 0 0 1.5em;
	}
	
	

/* Formular Start ------------ */


	div#content fieldset {
		border: 0;
		padding:0em;
		margin: 1em 0 1em 0;
		background-color: #e6e6e6;
		width: 100%;
		border: 1px solid #dcdcdc;
	}
	div#content input.csc-mailform-check {
		float: left;
	}
	
	div.formheader {
		margin: 0.25em 0 0.25em 0;
	}
	
	.formheader label {
		float: none;
		width: auto;
	}
	
	div.formbody {
		margin: 0.5em 0 0 0;
	}
	
	.formbody label {
		float: left;
    	font-size: 86%;
    	color: #000;
		width: 135px;
		border-bottom: 1px solid #dcdcdc;
	}
	
	.formbody input,textarea, select {
		width: 60%;
	}
	
	input.submit {
		margin-left: 0px;
	}

/* Formular End ------------ */	
	
	
	
	

div#navigation {
	display: none;
}

div#extra {
	
	font-size: 0.73em;
	
}

	
	div#extra a {
		text-decoration: underline;
		color: #039;
	}
	
	div#extra ul {
		display:block;
		width: 575px;
		margin:1em 1em 1em 0;
		padding:0.73em;
		list-style: none;
		border: 1px solid #e6e6e6;
	}
	
	div#extra ul li {
		margin-bottom: 1em;
	}



div#content p.footer {
	display: block;
	border-top: 1px solid #dcdcdc;
	padding: 0.5em 0 1em 0;
	margin: 4em 0 3em 0;
	color: #000; 
	font-size: 0.73em;
}

div#topnavi {
	display: none;
}

div#sprachwahl {
	display: none;
}
	
div#language {
	display: none;
}

div#tool {
	display: none;
}
	
div.news-latest-container {
	display: none;
}

/*--- SITEMAP -----------------------------------------------*/

div#sitemap ul {
	display: block;
	float: left;
	width: 25%;
	margin: 0 2.5em 2.5em 0;
	padding: 0 0 0.5em 0;
	font-size: 0.86em;
	line-height: 1.2;
	list-style: none;
}

div#sitemap ul li {
	font-size: 0.92em;
	padding: 0.15em 0.25em 0 0;
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
}

div#sitemap ul li.title {
	font-weight: bold;
	padding: 0 0 0.5em 0;
	margin-bottom: 0.5em;
	border-bottom: 2px solid #dcdcdc;
}

div#sitemap ul li a {
	color: #666;
	padding:0;
	margin: 0;
}

div#sitemap ul li.title a {
	color: #000;
}

div#sitemap ul li.first {
	font-weight: bold;
}

div#sitemap ul li.second {
	margin-left: 1em;
}

div#sitemap ul li.third {
	margin-left: 2em;
}

div#sitemap ul li.third a {
	font-style: italic;
}

div#sitemap a:hover {
	color: #333;
	background-color: #bee6ff;
}



/* Tabelle Start ------------ */	

table.contenttable {
		font-size: 1em;
		margin: 0.5em 0 1em 0;
		padding: 0.25em;
		border: 1px solid #dcdcdc;
}

table.contenttable caption {
	text-align: left;
	margin: 1em 0 0 0;
	font-weight: bold;
}
	
/* Tabelle End ------------ */	

/*--- GLOBALE KLASSEN -----------------------------------------------*/

.klein {
	font-size: 80%;
}


.clear {
	clear: both;
}

.rot {
	color: #f00;
}

.gruen {
	color: #060;
}

.orange {
	color: #f60;
}

.weiss {
	color: #fff;
}

.grau {
	color: #666;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


