/* CSS-File generated by Ralf Thierfelder http://www.green-bits.de */

/* BENUTZTE FARBEN --------------------------------------------- */

/* white (e.g. content-background)          #ffffff    weiss     */
/* black (e.g. font)                        #000000    schwarz   */
/* green (e.g. inner-containers)            #99cc33    grün      */
/* orange (e.g. hover-links)                #ff9900    orange    */
/* blue (e.g. links)                        #7d9aab    blau      */
/* light blue (e.g. website-background)     #dfefff    hellblau  */
/* violett (e.g. visited links)             #6060bf    violett   */


/* *****************************************************************************
*
*  Allgemeine Angaben
*
*  ****************************************************************************/

/* Alle Ränder löschen */
* {
	margin: 0;
	padding: 0;
	border:0;
	font-size:1em;
}

/* Anpassung für IE, damit Font-Size stufenlos skaliert wird. */
html {	
	font-size: 62.5%; 
}

body {
	background: #cccccc;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	text-align:center;	
}


h1,h2 {
	color: #6ea403;
	font-size: 2em;
	margin: 0.15em 0 0.6em 0;
	padding: 0 0 0.2em 0;      
	font-weight: normal;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	border-bottom: 1px dotted #99cc33;   
}

h2 {
	font-size: 1.4em;
	color:#333333;
	font-style: italic;
	padding: 0.5em 0 0 0;
	border-bottom: 1px dotted #cccccc;
}

#smallcontent h2 {
	border-bottom: 1px dotted #99cc33;   
}

p {
	float: none;                 /* Textumfluss: keiner */
	clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
}

ul {
	padding:0 0 0 1.5em;
}

ol {
	padding:0 0 0 2em;
}

li {

}

img{
	border:none;
}

/* Links allgemein */
a:link {
	color: #6ea403;  
	font-weight: bold;
	text-decoration: none;
}

/* Bereits besuchter Verweis */
a:visited {
	color: #6ea403; 
	font-weight: bold;
	text-decoration: none; 
}

/* Verweis bei Mouse-over */
a:hover {
	text-decoration: underline;
}

/* Aktiver Verweis oder Verweis mit Fokus */
a:active, a:focus {
	text-decoration: underline;
}
/* *****************************************************************************
*
*  Aufteilung
*
*  ****************************************************************************/

#pagemargin {
	width:98em;	
	min-height: 50em;
	margin: 0 auto;
	padding: 0 0 0 1.5em;
	/*background-color: #3300FF;*/
	background-image:url(../media/back_shadow_left.gif);
	background-repeat: repeat-y;
	text-align:left;	
}

#pagefooter {
	width: 100em;
	min-height: 2em;
	margin: 0 auto;
	/*background-color:#FF0066;*/	
	background-image: url(../media/back_footer.gif);
	background-repeat: repeat-x;
}

#pagefooter_left {
	float:left;
}

#pagefooter_right {
	float:right;
}


#page {
  width: 96em;
  padding: 0 2em 0 0;
	background-image:url(../media/back_shadow_right.gif);
  background-position:right;
  background-repeat: repeat-y;
  min-height: 50em;
  background-color: #ffffff;
  overflow:hidden;
}

#header {
  height:11em;
  padding: 0 3em 0 3em;
 /*background-image:url(../media/back_page.gif);*/
}

#logo{
	margin: 3.5em 0 0 0;
	float:left;
}

#metanav{
	margin: 8.5em 0 0 0;
	float:right;
}

#visual{
	height: 27em;
	background-color:#cccccc;
}

#visual img{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#content{
	background-color: #ffffff;
	min-height: 20em;
	margin:1em 0 0 0;
}

#nav {
	width: 20em;
	float:left;
	margin:5.8em 0 0 0;
}

#maincontent {
	width: 45em;
	margin: 0 3em 0 3em;
	float:left;
}

#breadcrumbs {
	margin: 0 0 1.3em 0;
}

#smallcontent {
	width: 20em;
	margin: 2em 3em 0 0;
	float:left;
}


/* *****************************************************************************
*
*  Helper
*
*  ****************************************************************************/

.fixfloat {
	float: none;                 
	clear: both;                 
	width: 1px;                  
	margin: 0;                   
	padding: 0;                  
	font-size: 0px;              
	line-height: 0px;            
	height: 0px;                 
}

.invisible {
	display: none;
}

/* Steuert Größe der Schrift */
.fliesstext {
	font-size:1.18em;
	line-height: 160%;
	margin: 0 0 2em 0;
}

.fliesstext img{
font-size: 0.847em;
}


/* ***************************************************************************
*
*  Menues
*  
*  ***************************************************************************  */

/*  Tabmenü "Skiplink" */

.skiplink a {
    position: absolute;
    top: -10em;
    left: 0;
    padding: 0 0.5em;
    background: #e8e8e8;
    font-size: 1.3em;
    z-index: 100;    
}
.skiplink a:focus {	
	top: 0px;
}

#breadcrumbs a {
	color: #666666;	
	text-decoration:none;
	font-size: 0.9em;
	font-weight:normal;
}

/*  Metanavigation */

#metanav a {
	color: #666666;	
	font-weight:bold;
	text-decoration:none;
	font-size: 1.18em;
	text-transform:uppercase;
	font-weight:normal;
}

#metanav a:hover{
	color: #6ea403;
}

/*  Hauptnavigation */

#nav ul {
	list-style: none;
	margin: 0 0 4em 0;
	border-bottom: 1px dotted #cccccc;
}

#nav li {
	border-top: 1px dotted #cccccc;
}

#nav li a:link, #nav li a:visited  {
	font-size: 1.3em;
	font-weight:normal;
	display: block;
	padding: 0.5em 0 0.5em 1.5em;
	color: #333333;
	text-transform:uppercase;
	text-decoration: none;
}

#nav li a:hover, #nav li a.active {
	color: #6ea403;
	background-image:url(../media/green_arrow.gif);
	background-repeat:no-repeat;
	background-position:0.1em 0.5em;
}

#nav ul ul {
	margin: 0;
	border-bottom: none;
}

#nav ul ul li {

}

#nav ul ul a:link, #nav ul ul a:visited {
	padding-left: 20px;
}

#nav ul ul ul a:link, #nav ul ul ul a:visited {
	padding-left: 30px;
}

#nav ul ul a:hover {
}

/* Fix für IE6 */
* html #navigation li a {
	width: 100%;
}

.referenz {
clear:both;

}

.refbild {
width: 27em;
float:left;
margin: 0 0 1em 0;
}

.refbild img{
border: 1px solid #cccccc;
}

.reftext {
float:left;
width: 27em;
}

.reflink {

}

.csc-mailform td{
vertical-align:top;
}

.csc-loginform input,.csc-mailform input{
border: 1px solid #666666;
width: 30em;
padding: 0.2em;
margin:0 0 0.5em 0;
}

.csc-mailform textarea{
border: 1px solid #666666;
width: 37em;
height:20em;
padding: 0.2em;
margin: 0 0 0.5em 0;
}

p.csc-caption {
font-size:10pt;
padding:2px 0 10px 0;
color:#666666;
}

