@charset "UTF-8";
/* CSS Document background:#58585a; */


html, body { 
  background-color:#bcd4ec;
  padding: 10px 0; 
  font-family:"Trebuchet MS", Georgia; 
  font-size: 11px;
  font-weight:normal;
  letter-spacing:0.06em;
  height:101%;
}

  a,
  a:link, 
  a:visited {color: #000; text-decoration:underline;}
  a:hover {color: #007cc1; text-decoration:underline;}

  a.weiter:link, 
  a.weiter:visited {color: #bcd4ec; text-decoration:none;}
  a.weiter:hover {color: #fff; text-decoration:underline;}

  h1,h1.csc-firstHeader,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0; padding:7px 0 20px 0; color:#000;}
  h1,h1.csc-firstHeader { font-size: 150%; color:#000; }       
  h2 { font-size: 150%; }   
  h3 { font-size: 120%; padding-bottom:0; color:#000;}   
  h4 { font-size: 115%; padding-bottom:0;}    
  h5 { font-size: 110%; letter-spacing:0.2em; font-style:italic; font-weight:normal; } 
  h6 { font-size: 105%; font-style:italic; } 

  p { line-height: 1.3em; margin: 0px 0 1.5em 0;}
  
  strong,b { font-weight: bold }
  

  
  
#wrapperstart {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 950px;
	background:#FFFFFF;
	border:5px solid #fff;
} 


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 950px;
	background-image:url(../img/bg.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	border:5px solid #fff;
}

#header {
	margin:0;
	background: #007cc1;
	height:70px;
	border-bottom:5px solid #fff;
}

#logo {
	float:right;
	width:70px;
	height:70px;
	border-left:5px solid #fff;
	background-image:url(../img/logo.gif);
	background-position:0 right;
	background-repeat:no-repeat;
}

#navi {
	float:left;
	font-weight:normal;
}


#goon {
	float:left;
	width:495px;
	height:100px;
	background-color:#007cc1;
	background-image:url(../img/startlogo.gif);
	background-position:175px 125px;
	background-repeat:no-repeat;
	padding:370px 0 0 455px;
}

#side-a {
	float: left;
	width: 190px;
	background:#bcd4ec;
}

#side-b {
	float: right;
	width: 300px;
	padding-top:80px;
	padding-bottom:30px;
	background:#ededee;
}

#content { 
	float: left;
	width: 410px;
	padding: 10px 15px 30px 30px;
}

#footer {
	clear: both;
	height:25px;
	border-top:5px solid #fff;
	background:#bcd4ec;
}

#blue {
	float:left;
	height:25px;
	width:190px;
	background-color:#6aaad9;
}


#copyrightstart {
	float:right;
	font-size: 10px;
	padding:6px 25px 5px 0px;
}

#copyright {
	float:left;
	font-size: 9px;
	padding:6px 0 5px 460px;
}


#clear {
clear:both;
}



@charset "utf-8";
/* CSS Document */

/* CSS Formulare */

.csc-mailform {	
	width: 370px; 
	padding: 0px;
	border:none;
}



.csc-mailform-field {
	display: block;
	width: 350px;
	margin: 0 0 0 0px;
}

.csc-mailform label, .csc-mailform-forum label {
	display: block;
	width: 350px;
	float: left;
	text-align: left;
	margin: 2px 0px;
	border:none;
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform-forum input, .csc-mailform-forum textarea {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	width: 350px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	border: 1px solid #ccc;
        background-color:#f5f5f5;
}

.csc-mailform input.csc-mailform-submit{

	float: left;
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	width: 362px;
	background-color:#fff;
	color: #000;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 2px;
	margin:10px 0 20px 0;
	cursor:pointer;
}

html* .csc-mailform input.csc-mailform-submit
{
	margin:10px 0 20px -15px;

}



