contact
/* Remove unwanted vertical space between divs */

/* #38EEE2;   #0592AD; */

*  {margin:0; padding:0}

img {
	border: none;
}

body, html {
	height: 80%;
	width: 800px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #0592AD; /*black;*/
	background-color: white;
	/*margin : 0 auto;   Zentrieren des Layouts, aber Problem mit IE7 und float right */
}

a {
	text-decoration:none;
	color: #CD4DCC ;
}
a:focus {
	color: #289073; 
}
a:hover { 
	color: #289073;
}
a:visited { }
a:active { 
	color: #289073; 
}


.clearing {
	height: 0;
	clear: both;
}


/*Shortcuts and backnavigation are not visible in layout */
#backnavigation {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
#shortcuts {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
#shortcutsbottom {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#outer_wrapper{
	background-color: white;	
	margin: 0px;
	padding-left: 0px;
	/*background: url(../img/bg_rcol.gif) repeat-y right; */  /*Faerbt die rechte Spalte vertikal füllend ein */
}

#header{
	left: 0px;
	background-color: white;	
	
	/*background: url(../img/bg_rcol.gif) repeat-y right; */ 
	
}
#header img{
	border: 0px solid white;
}

#headerimage{
	background-color: white;
	overflow:hidden;
}

#logo{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
/*
	background-color: white;
	float:left;
	margin: 0px;
	padding: 0px;
	padding-top: 14px;
	padding-right: 20px;
*/
}
#metamenu{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;

}
#logo .csc-textpic-imagewrap{
	padding: 0px;
	margin: 0px;
	border: none;
}

#logo .csc-textpic-image{
	padding: 0px;
	margin: 0px;
	border: none;
	background-color:white;
}


#footer{
	background-color: transparent;	
	height: 0px; /*Is a bar for positioning footer elements*/
	overflow: visible;   /* not hidden, otherwise footer elements are not visible */
}

#wrapper{
	background-color: white;
	margin:0px;
	/*background: url(../img/bg_rcol.gif) repeat-y right;  */  /*Faerbt die rechte Spalte vertikal fuellend ein */
}

#container{
	background-color: white;
	/*background: url(../img/bg_rcol.gif) repeat-y right; */	
	width: 800px;
	float: left;	
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px; 
	margin-top: 0px;	
	margin-bottom: 20px;	
	
	border: 1px solid white;
}

#content{
	/*Faerbt die linke und mittlere Spalte */
    color: #41858C;   /*black;*/
	margin-left: 0px;
	margin-right: 40px;
	padding-left:40px;	
	padding-top: 20px;
	padding-right: 0px;
}

#leftcol{
	float:left;

	width: 0px;
	background-color: transparent;

	margin-top:0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;	
	padding-bottom: 0px;
}

#rightcol{
	float:right;
	margin-right: -180px;
	margin-top: 0px;
	font-size: 13px;
	width: 180px;
	height:10px; /*To prevent clearer problem */

	background-color: transparent;  /*#38EEE2; */
	border: 0px solid white;	
	padding:0px;
	
	font-size: 13px;	
}

#main {	
	/* Kann nur fuellen oder muss mit Bild linke Spalte koordiniert werden, wird von anderen abgedeckt.*/
	position:relative;
	top: 1px;
	left: 1px;
	
	width: 450px;
	
	background-color: transparet;
	min-height: 400px;
	
	margin-left:  10px; 
	margin-right: 20px; 
	margin-top: 0px;
	margin-bottom: 10px;	

	padding-top: 0px;
	padding-left: 0px;	
	padding-bottom: 0px;	
	padding-right: 0px;
	
}


#main H1{
	font-size: 14px; /*18*/
	font-weight: bold;
	padding-bottom: 2px;
	margin-top:10px;
	padding-top: 5px;
	margin-bottom: 18px;
	color:  #289073;  /*#CD4DCC ; */
}

#main H2{
	font-size: 14px;
	font-weight: bold;
	/*padding-top: 14px;*/
	margin-top: 10px;
	margin-bottom: 2px;	
	color:  #289073;  /*#CD4DCC ; */
}

#main H3{
	font-size: 14px;
	font-weight: normal;
	/*padding-top: 14px;*/
	margin-top: 6px;
	margin-bottom: 2px;	
	color:  #289073;  /*#CD4DCC ; */
}

#main p{
	font-size: 14px;
	color: #41858C; 
}

#main p a{
	color: #74D50A;
}

#main p a:hover{
	color: #38EEE2;
}

#main  .bodytext{
	margin:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 3px;
}

#main ul {
	font-size: 14px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

#main ul li{
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}	

#main ul li a{
	color: #74D50A;
}

#main ul li a:hover{
	color: #38EEE2;
}


#main .csc-firstHeader{
	padding-top: 0px;
}


#sidesearch{
	padding-bottom: 0px;
}

#mainmenu {

	display: none;
	/*
	position: relative;
	top: -170px;
	left: 30px;
	*/
	
	width: 120px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;	
	background-color: #38EEE2;
	color:white;
	border: 1px solid white;
	margin: 0px;
	margin-bottom: 10px;
}

#mainmenu a {
	background-color:#38EEE2;
	color:white
}

#mainmenu a active{
	background-color:#38EEE2;
	color:black;  /*#0592AD; */
}

#mainmenu a:hover{
	background-color:#38EEE2;
	color:black; /*#0592AD; */
}

.mainmenu ul{
	list-style: none;
}


.cl_mainmenu_1{
	/*background-color:#38EEE2;*/
	padding-left: 0px;
}


#mainmenu .menu-current_1 a{
	color:black; /*#0592AD; */
}

.cl_mainmenu_2{
	padding-left: 20px;	
}

#mainmenu .menu-current_2 a{
	color:black; /*#0592AD; */
}


.cl_mainmenu_3{
	padding-left: 20px;	
}

#mainmenu .menu-current_3 a{
	color:black; /*#0592AD; */
}


#contactinfo{
	position:absolute;
	top: 60px;
	left: 620px;	
	background-color: white; 
	border: 1px solid white;
	/*color: white;*/
	background-color: #E0E5DF;
}

#contactinfo  .bodytext{
	margin:0;
	padding: 0;
}



#contact_1{
	border: 1px solid #E0E5DF;
	border-bottom: 0px solid #E0E5DF;
	padding: 4px;
}
#contact_2{

	border-top: 0px solid #E0E5DF;
	border-bottom: 0px solid #E0E5DF;	
	border-left: 1px solid #E0E5DF;
	border-right: 1px solid #E0E5DF;
	padding: 4px;
	
}

#contact_3 {
	border: 1px solid #E0E5DF;
	border-top: 0px solid #E0E5DF;
	padding: 4px;
}


.contact {
	margin: 0px;
	font-size: 10px;
	background-color: transparent;   /*#38EEE2; */ /*#777777;*/
	/*color: white; */
}
.contact a {
	/*color: white; */
}



/*Finetuning csc*/
#main .csc-textpic-imagewrap{
	margin: 0px;
	margin-top: 5px;
	margin-bottom:10px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
	font-size: 9px;
}


#main .csc-textpic-below p{
	background-color:transparent;
	width: 300px;
	margin-bottom: 10px;
}


#main .csc-textpic-text p{
	background-color:transparent;
	width: 300px;
	margin-bottom: 10px;
}


#main .csc-textpic-intext-left p{
	background-color:transparent;
	margin-bottom: 10px;
	width: auto;
}

/*
#main .csc-textpic-below  .csc-textpic-caption{
	background-color:yellow;
	
	position:relative;
	top: -20px;
	right: 205px;
	
	font-size: 14px;
}
*/

 .tx-gsislideshow-pi1 p {
	position: relative;
	top: 14px;
	left: 305px;
 }

/*Ergaenzung MV fuer smooth gallery */
.myGallery-PrintOnly {
	display: none;
}





