html, body {
	overflow-x:hidden;
	overflow-y:scroll;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#181818;
	background-color:#ffffff;
	height:100%;
	width:100%;
	
	background:url(../_images/clouds_noflash.jpg) top no-repeat;
	margin: 0;
	margin-top:0px;
}

body {    overflow-y:hidden; }

img{
	background-color:#ffffff;
	float:left;

}


p,div,a, h1,h2,h3,h5,ul,li,form{
	border:0;
	margin:0;
	padding:0;
	outline:none;
}

a, a:link, a:active{						    /*   Haupttext Überschrift   */
	font-family:Arial, Helvetica, sans-serif;
	color:#069;
	text-decoration:none;
	
}
a:hover{
	color:#343434;					
	text-decoration:none;
}

h3{											
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:15px;
	font-weight:bold;
}

hr{
	width:100%;
	height:1px;
	border:#09F solid 1px;
	
}
/*******************************************************************
                       CONTAINER HEADER
*******************************************************************/
#HEADER{
	width:990px;
	height:170px;
    margin: 0 auto;     /*     positioniert mittig      */
} 
 
html>body #HEADER .logo{
	float:left;
	    margin-top:-60px;
		width:307px;
		height:170px;
     	background-image:url(../_images/logo.png); 
		background-repeat:no-repeat;
		background-position:bottom;
}
/*******************************************************************
                          CONTENT
*******************************************************************/
.csc-textpic{
	margin:0; padding:0;
}
.csc-textpic-imagewrap{
	margin:0; padding:0;
}
#CONTENT{
	width:100%;
	height:100%;
	line-height:145%;
}

#CONTENT .content_blank{
	text-align:left;
	/*margin-top:-60px;*/
	margin-left:26px;
	position:absolute;
	left:50%; 
	top:100px;
}
#CONTENT .content_bkgrd{
	float:left;
	margin: 0 0 0 0;
    width:446px;
	height:100%;
}

#CONTENT .content_bkgrd .bodytext{
	text-align:justify;     
	padding: 6px 14px 12px 11px;
	margin:  0px 0 0 0;
	background-color:#ffffff;
}

#CONTENT .content_bkgrd h1{											   /* Haupttext Überschrift */
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	text-transform:uppercase;
	margin: 0px  0 -6px 0;
	padding: 12px 12px 6px 10px;
	font-size:16px;
	line-height:19px;
}

#CONTENT .content_bkgrd  h2{											  
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	padding: 8px 12px 0px 11px;
	margin: 0 0 0px 0;
	text-align:left;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
}
#CONTENT .content_bkgrd  h3, #CONTENT .content_bkgrd  h4 {											  
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	padding: 6px 11px 10px 10px;
	margin: 0 0 0px 0;
	/*margin-bottom:-10px;*/
	text-align:left;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}

#CONTENT .content_bkgrd  h5{								   /* Haupttext Überschrift */
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	padding: 12px 12px 6px 11px;
	margin: 0 0 0px 0;
	font-weight:normal;
	line-height:120%;
	font-size:11px;
}

/*******************************************************************
                      Bild und Bild im Text
*******************************************************************/

#CONTENT .content_bkgrd .csc-textpic-text{
	text-align:justify;
	margin:0;
	background-color:#ffffff;
}

#CONTENT .content_bkgrd  .csc-textpic {
    margin: 12px 0 0px 0;
}

#CONTENT .content_bkgrd .csc-textpic img{
	border:#FFF 8px solid;
    margin: -12px 0 6px 0;
	padding:0 0 0 0;
	
}
#CONTENT .content_bkgrd .csc-textpic-center{
	float:left;
	border:none;
	background:none;
	margin: 12px 0px 0 0px;
	
}
#CONTENT .content_bkgrd .csc-textpic-center{
	float:left;
	border:none;
	background:none;
	margin: 12px 0px 0 0px;
	
}
#CONTENT .content_bkgrd .csc-textpic-intext-left img{    /*  BILD  IM TEXT LINKS */
	border:none;
	background:none;
	margin: 12px 12px 0 12px;
	padding: 0 0 0 0;
}

#CONTENT .content_bkgrd .csc-textpic-intext-right{     /*  BILD  IM TEXT RECHTS */
	width:100%;
	background:#FFF;
	margin: 0px 12px 12px 0px;
	padding: 0 0 12px 0;
}
#CONTENT .content_bkgrd .csc-textpic-intext-right  img{
	border:none;
	background:none;
	float:right;
	margin: 12px 8px 0px 0px;
}
#CONTENT .content_bkgrd .csc-textpic-intext-right-nowrap {   /*  BILD  neben  TEXT RECHTS */
	background:#fff;
	width:446px;
	float:right;
	margin: -12px 0 0 0px;
	padding: 0px 0 0 0;
}
#CONTENT .content_bkgrd .csc-textpic-intext-right-nowrap     img{    /*  BILD  neben  TEXT RECHTS */
	border:#666 solid 1px;
	background:#fff;
	float:right;
	position:absolute; bottom:56px; right:10px;
	margin: 0px 0px 0px 0;
}

#CONTENT .content_bkgrd  .csc-textpic-caption{							   /*Bildunterschrift*/
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	width:425px;
	background-color:#ffffff;
	padding: 0px 11px 6px 10px;
	margin-top:-6px;
	font-weight:normal;
	line-height:120%;
	font-size:10px;
}


/*  *********************   AUFLISTUNG IM INHALT  **********************/


#CONTENT .content_bkgrd ul{
	text-transform:none;
	margin-bottom:0px;
	padding: 10px 12px 0 24px;
	background-color:#ffffff;
}
#CONTENT .content_bkgrd ul li{
	list-style:circle;
	text-transform:none;
	margin: 0;
	padding: 0px 0px 6px 0px;
}


/******         Ein Paar Tabellen Anpassungen  *********/
#CONTENT .content_bkgrd table{
	background-color:#ffffff;
	width:446px;
}
#CONTENT .content_bkgrd table p.bodytext{
	padding: 0px 0px 0px 12px;
	margin:0 0 -10px 0;
}
tbody tr{
	vertical-align:top;
	text-align:left;
	padding-right:12px;
}
tbody td{          /*  ist hauptsächlich für die History */
     padding-top:15px;
	 padding-right:15px;
	 /*text-align:justify;*/
}
tbody .td-0{
	font-size:15px;
    font-weight:bold;
	padding-right:50px;
	padding-left:10px;
}



/******            Unterer Weiterclickbereich für den Inhalt  *********/
.align-right{
		float:right; text-align:right;
		background-color:#ffffff;
		color:#666666;
		padding: 5px 10px 8px 12px;
		width:424px;
}
#CONTENT .content_bkgrd   p.align-right_2{
		text-align:right;
		background-color:#ffffff;
		font-size:10px; color:#666666;
		width:438px;
		padding:6px 8px 0px 0px;
	
}
#CONTENT .content_bkgrd  p.align-right{
	background-color:#ffffff;
	text-align:right;
	margin-top:6px;
	font-size:10px;
	
	}
#CONTENT .content_bkgrd  h1.align-right{
	
    color:#777777;
	font-weight:normal;
	font-size:18px;
	margin-top:6px;
	width:436px;
	padding: 6px 10px 8px 0px;
}
#CONTENT .content_bkgrd h1.align-right .text-left_12{
 
	text-transform:none;
	float:left;
	font-size:12px;	
	padding-left:10px;
	}

/*******************************************************************
                             Kontaktformular
*******************************************************************/
#mailform{
	background-color:#FFF;
    border:0;
   font-size:12px;
   color:#333;
}
#mailform .csc-mailform{ 
  padding-left:12px;
  margin: 0 0 0px 0;
  border:0;
  font-size:12px;
}

#mailform .csc-mailform-field{ 
  margin: 0 0 0 -3px;
  border:0;
  font-size:12px;
}

form{ 
    border:0;
   font-size:10px;
   	
}
input{
	margin-top:8px;
	border:1px #cccccc solid;
	background-color:#efefef;
}
textarea{
	margin-top:8px;
	border:1px #cccccc solid;
	background-color:#efefef;
}
.csc-mailform-submit{
	margin-top:8px;
	margin-bottom:15px;
	border:1px #999999 solid;
	background-color:#efefef;
	color:#333333;
	font-weight:bold;
}


#CONTENT .read_more a{
	font-size:10px;
	font-weight:bold;
	color:#069;
	float:right;
	text-align:right;
}
#CONTENT  .read_more a:hover{
	font-weight:bold;
	font-size:10px;
	color:#66666;
	float:right;
	text-align:right;
}


/*******************************************************************
                            TRANSPARENT
*******************************************************************/
#CONTENT .content_bkgrd_transparent{
	float:left;
	text-align:left;
	line-height:150%;
	font-size:12px;
	color:#D1D1D1;
    width:100%;
    height:100%;
}