* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}
html{
	height: 100%;
	font-size: 62.5%;
}
body{
    text-align: center;
	background-color: #cfcfcf;
	height: 101%;
}
p{
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}
#submenu ul, #headermenu ul{
	list-style: none;
	float: left;
	margin-left: 5px;
}
#submenu li, #headermenu li{
	float: left;
}
#all_over{
    margin: 0 auto 0 auto;
    width: 989px;
	margin-top: 30px;
	background: url(../media/graphics/background_shadow.png) repeat-y ;
	background-position: 0px 0px;
	padding-top: 2px;
}
#head{
	background: url(../media/graphics/header.png) no-repeat;
	background-position: center;
    position: relative;
	right: 0px;
    height: 98px;
    text-align: left;
	width: 989px;
	margin-top: -6px;
}
#head .logo{
	position: relative;
	left: 40px;
	top: 25px;
}
#mainmenu div{
	float: right;
}
#mainmenu .right-end{
	background: url(../media/graphics/nav_begin_left.gif) no-repeat;
	width: 5px;
	height: 29px;
	float: right;
}
#mainmenu{
    position: absolute;
    bottom: 0px;
    right: 4px;
    padding: 0px;
    float: left;
	height: 29px;
	width: 750px;
}
#mainmenu a {
	height: 29px;
}
#content{
    min-height: 300px;
    text-align: left;
    /*padding-bottom: 100px;*/
    float: right;
    margin-bottom: 20px;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 1.1em;
    text-transform: none;
	width: 100%;
}
#content_column{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 97%;
}
#fce_two_cols{
	float: left;
	width: 100%;
}
#fce_two_cols h1{
	margin-left: 10px;
}
#content_column_left{
	float: left;
	width: 48.5%;
	margin: 0px 1.5% 10px 0px!important;
}
#content_column_right{
	float: left;
	width: 48.5%;
	margin: 0 0 0 1.5%!important;
}

#content_left{
    min-height: 200px;
    float: left;
    width: 235px;
}
#content_left .csc-textpic img{
	margin-left: 25px;
	margin-right: 25px;
}
#content_right{
    width: 754px;
    min-height: 640px;
    float: right;
	background: url(../media/graphics/content_right_border_left.gif) no-repeat;
	margin-bottom: 30px;
}
#footer{
    text-align: right;
    font-family: Sans-Serif;
	background: url(../media/graphics/footer_bg.gif) no-repeat;
	background-position: 5px bottom;
}
#footer a{
    text-decoration: none;
}
#mailform{
    border: 0px solid;
    color: #4A4A4A;
    width: 100%;
    text-align: left;
}
.mailform_textbox{
    border: 0px solid;
    font-family: Arial, Sans-serif;
    font-size: 1em;
    width: 600px;
}
.mailform_row{
    font-size: 1em;
    width: 100%;      
}
.mailform_row_number{
    font-size: 1em;
    width: 70px;      
}
.mailform_row_street{
    font-size: 1em;
    width: 200px;      
}
.mailform_row_city{
    font-size: 1em;
    width: 204px;      
}
.mailform_row_plz{
	width: 40px;
	font-size: 1em;
}
.smalltext{
    margin: 0px 0px 0px 0px;
    font-family: Airal, Sans-serif;
    font-size: 0.9em;
    text-align: left;
}
.mailform_text{
    float: left;
}
.mailform_text_right{
    float: left;
    margin-left: 10px;
}
.mailform_textarea{
    border: 1px solid #CFCFCF;
    margin-top: 5px;
    width: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 1.1em;
}
table.mailform{
    color: #4A4A4A;
    font-family: Arial, Sans-serif;
    font-size: 1em;
	cellpadding: 10px;
	width: 500px;
}
table.mailform tr td{
	margin-top: 3px;
}
/* IE 6 BEGIN */
* html td.plz{
    width: 40px;
}
/* IE 6 END */
td.label{
    text-align: left;
    width: 85px;
}
/* IE 6 BEGIN */
* html td.label{
    width: 70px;
}
/* IE 6 END */
td.label_place{
    width: 40px;
}
td.label_number{
    width: 50px;
}
.label_number{
    width: 50px;
}
td.plz{
    width: 20px;
}
.backtolist{
    text-align: right;
}
.error{
    margin-top: 10px;
    color: red;
}
.text_left{
    text-align: left;
}
#clear{
    clear: both;
    margin: 0px;
    padding: 0px;
}
#content p.align-center { 
	text-align: center; 
}
#content p.align-right{
	text-align: right;
}
#content p.align-right b{
	text-align: right!important;
}
#map div{
	margin-left: 0px!important;
}