* {
    margin: 0;
    padding: 0;
/*    border: 0 none;*/ 
}

body {
    text-align: left;
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
    background-color: white;
    color: black;
}

.header {
  width: 800px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 50px;
  
}
.topmenu {
  background-color:#e2e0e1;
  width: 800px;
  height: 65px;  
}

.standardmenu {
  background-color:#cfcfcf;
  width: 800px;
  height: 21px;  
}

.middle {
  width: 799px;
  margin: 0 auto;
	background: #fff url(../images/logo.gif) right top no-repeat;
  min-height: 200px;
}

.left {
	/*background-color:#ccffff;*/
	width:320px;
	min-height: 300px;
	margin-right: 19px;
	float:left;  
	overflow:visible;
}
.right {
	float:left;
	/*width:200px;*/
  	min-height: 300px;
	overflow:visible;
/*  background: #fff url(../images/logo.gif) right top no-repeat;*/
}

.content_narrow,
.content {
	float:left;
	margin: 0px 0px;
	min-height: 300px;
	overflow:visible;
	width:200px;

}

.content_wide {
	margin: 0px 0px 0px 0px;
	float:left;
	width:430px;
}

.clear {
	clear:both;
}

.footer {
  width: 800px;
  margin: 0 auto;
  color: #ab1e24;
  line-height: 20px;
  font-size: 9px;
}


.csc-firstHeader{
	color: #ac2e32;
	font-size:16px;
	padding-right:20px;
	background: #fff url(../images/bg_title.gif) right top no-repeat;
	display: inline;
}
.csc-header{
	padding-bottom: 15px; 
}



#mailform {
  width: 417px;
  padding-top: 5px;
}


.row {
  min-height: 33px;
  clear: left;
  
}

.row .label {
  float: left;
  width: 120px;
/*  display: inline; *//* fuer IE 6 */ 
font-weight:bold;
}

.row .formw {
  float: left;
  margin-right: 20px;
/*  display: inline; *//* fuer IE 6 */
}

.row #buttons {
  text-align: right;
  padding-right: 30px;
}

.row .label .labelNormal{
	font-weight:normal;
	font-size: 8pt;
	
}

input {
	width: 240px;
	background-color: white;
	color: #000;
	border: 1px solid #8f8882;
	padding: 3px 1px;
	font-family: Arial, Verdana, sans-serif;
        font-size:11px;
}

textarea {
  width: 242px;
  margin-bottom: 15px;
  border: 1px solid #8f8882;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}



/* Submit-Button: */
.submit {
	background: #ccc url(../images/bg_link.gif) 10px 6px no-repeat;
	border: 0 none;
	cursor: pointer;
	font-size: 8pt;
	width: 80px;
	padding: 3px 0 3px 0px;
	margin-left:165px;
}


.csc-mailform{
  border:none;
}


.bodytext a {
  color: black;
  padding-left: 11px;
  background: transparent url(../images/bg_link.gif) left 3px no-repeat;
}

.bodytext a:hover {
  color: #a9282d;
}

.content ul {
  margin: 10px 0 10px 1px;
  list-style: none;
}

.content ul li {
  padding-left: 12px;
  background: transparent url(../images/bg_li.gif) left 5px no-repeat;
}
.content ol {
  padding: 5px 0px 5px 19px;
}

.content ol li {
  padding-left: 0px;
}
