@charset "UTF-8";
/* CSS Document */

body{
  font-size:18px;
font-family:"Times New Roman", Times, serif;
color:#000;
background-color:#ffffff;}

h1 {
	font-size:22px;
}

div#menu{
position:fixed;
left:0;
width:200px;
margin-top:15%;
font-weight:bold;
}

div#container{margin:0 auto;
width:800px;
}

div#logo{width:800px;
margin-left:215px;
margin-top:-8px;
}

div#header {width:auto;
text-align:center;
margin-top:10px;
color:#999;
font-size:14;
font-family:"Times New Roman", Times, serif;
}



div#content{
float:left;
margin-top:80px;
width:800px;
}

div#footer{
position:fixed;
bottom:0px;
left:50%;
}



/*Konfiguration der Links */

a:link {
font-family:"Times New Roman", Times, serif;
color:#000;
text-decoration:none;}

a:hover {
font-family: "Times New Roman", Times, serif;
color:#000;
text-decoration:none;}

a:active {
font-family:"Times New Roman", Times, serif;
color:#000;
text-decoration:none;}

a:visited {
font-family:"Times New Roman", Times, serif;
color:#000;
text-decoration:none;}



/* Konfiguration Mailformular */

.csc-mailform { border:none; margin-left: -10px;}
.csc-mailform-field label {
  display: block;
  margin-top: 15px;
}