* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	width: 95%;
	height: 95%;
	background-color: #eeeeee;
}

div#outerspace {
	position: absolute;
	width: 786px;
	height: 576px;

	left: 50%;
	margin-left: -393px;
	top: 50%;
	margin-top: -288px;

	background-color: transparent;
	background-image: url(fond_start2008.jpg);
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: #000000;
}

a:HOVER {
	color: #f77921;
}

/* ----- DIV ----------- */

img.impressum_img {
 border: 0px;
 background-image: url(impressum_blue.gif);
 
}

img.impressum_img:HOVER {
   background-image: url(impressum_orange.gif);
}


div#impressum {
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 350px;
}

div#sprachen {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 405px;
	width: 300px;
}

div#content {
	position: absolute;
	width: 510px;
	height: 400px;
	left: 207px;
	top: 93px;


	overflow: auto;
	background-color: transparent;
}



div#content_impressionen {
	position: absolute;
	width: 531px;
	height: 420px;
	left: 200px;
	top: 86px;
	overflow: hidden;
	background-color: transparent;
}

div#logoblock {
	position: absolute;
	left: 20px;
	width: 140px;
	top: 114px;
	height: 192px;
}

div#adresse {
	position: absolute;
	bottom: 0;
}

p {
	margin: 0;
}

p.adresse {
	text-align: justify;
	font-size: 9px;
	font-weight: bold;
	line-height: 14px;
}

p.navigation {
	text-align: justify;
}

/* Navigation */
a.nav {
	text-decoration: none;
	padding: 2px;
	color: #254732;
	font-weight: bold;
	font-size: 11px;
}

a.nav:HOVER {
	color: #CC6600;
}

p, td, ul, ol, li, div {
	
	font-size: 12px;
	line-height: 20px;

}

.csc-textpic-caption {
	font-size: 10px;
	font-weight: bold;
	margin-top: 3px;
	padding-bottom: 18px;
	line-height: 14px;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	color: #99CC00;
	margin-top: -5px;
	margin-bottom: 5px;
}

.rightpadding_col_separator {
	padding-right: 12px;
}