* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	width: 95%;
	height: 95%;
	background-color: #ffffff;
}

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.gif);
	background-repeat: no-repeat;
}

div#logo {
	display: none;
}

.greenlightfond {
	background-color: #DCFFA0;
}

/* ----- DIV ----------- */

div#navigation {
	position: absolute;
	left: 187px;
	top: 37px;
	width: 550px;
	font-size: 9px;
	height: 38px;
}

div#outercontent {
	margin-left: 180px;
	width: 550px;

	margin-top: 32px;
}

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: 193px;
	top: 80px;
	overflow: hidden;
	background-color: transparent;
}

div#logoblock {
	position: absolute;
	left: 20px;
	width: 140px;
	top: 114px;
	height: 192px;
}

div#adresse {
	position: absolute;
	bottom: 0;
	left: 0;
}

div#prospekt {
	position: absolute;
	left: 20px;
	top: 330px;
}

div#footer {
	display: none;
}

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, a.nav_active {
	text-decoration: none;
	padding: 2px;
	color: #254732;
	font-weight: bold;
	font-size: 11px;
}

a  {
	text-decoration: none;
	color: #ff7918;
	font-weight: bold;
}

a:HOVER {
	color: #254732;
}

a.nav:HOVER {
	color: #ff7918;
}

a.nav_active {
	color: #ff7918;
}

p, td, ul, ol, li, div {
	
	font-size: 12px;
	line-height: 20px;

}

p.bodytext {
	margin-bottom: 8px;
}

.csc-textpic-caption {
	font-size: 10px;
	font-weight: bold;
	margin-top: 3px;
	padding-bottom: 18px;
	line-height: 14px;
}

.csc-textpic-intext-right-nowrap {
  text-align: right;
}

h1,h2 {
	font-size: 14px;
	font-weight: bold;
	color: #99CC00;
	margin-top: -5px;
	margin-bottom: 5px;
}

h2 { font-size: 12px;}

em  {
	color: #ff7918;
	font-style: normal;
	font-weight: bold;
}





.rightpadding_col_separator {
	padding-right: 12px;
}

img#kontakt_button {
	margin-left: 40px;
	background-image: url(kontakt_orange.gif);
}

img#kontakt_button:HOVER {
	background-image: url(kontakt.gif);
}

p.druckbutton {
 cursor: pointer;
 margin-right: 10px;
}

table.columns { width: 465px;}

@media print {
	body { margin: 1cm;}
	div#outerspace { position: static; margin:0;}
	div#navigation { display: none;}
	div#outercontent { position: absolute; left: 0; top: 0;}
	div#content { font-size: 1em; position: relative;  left: 1cm; width: 14cm; top: 0; right: auto; margin: 0; height: auto;}
	div#logo { display: block; position: absolute;}
	div#adresse { display: none;}
	div#prospekt { display: none;}
	p.druckbutton { display: none;}
	table.columns { width: 100%;}
	div#footer { display: block; border-top: 1px solid black; margin-top: 10px; padding-top: 10px;}
}