/* Main Layout Styles */

html { 
	padding:0px;
	margin:0px;
}

body {
	padding:0px;
	margin:0px;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;  
}

.clear {
	clear: both;
	height: 1px;
	overflow:hidden;
}

#fontsize {
	text-align: right;
	margin-right:10px;
}

#header_wrap {
	height: 130px;
	background: url(images/header_bg.gif) repeat-y;
	background-color: #FDDEA9;
	overflow: hidden;
}
#header_image_wrap {
	height: 90px;
	overflow: hidden;
}
#logo {
	width: 478px;
	height: 90px;
	float: left;
}
#head_image {
	height: 90px;
	padding-left: 20px;
	float: left;
}
#mainnav_wrap {
	height: 20px;
	/*background-color:#FFFFFF; */
	overflow: hidden;
}
#mainnav {
	padding-left: 70px;
}
#subnav_wrap {
	height: 20px;
	/*background-color:#999999;*/
	overflow: hidden;
}
#subnav {
	padding-left: 70px;
}
#contentarea_wrap {
	width: 980px;
	margin: 0px;
	padding: 0px;
}
#colnormal_wrap {
	width: 780px;
	float: left;
	overflow: hidden;
}
#colright_wrap {
	width: 200px;
	float: left;
	overflow: hidden;
}
#breadcrumb_wrap {
	height: 15px;

}
#breadcrumb {
	padding: 0px 0px 0px 75px;
}
#colnormal {
	/* width: 478px; */
	padding: 10px 10px 10px 75px;
}
#colright {
	padding: 10px;
	border-left: #cccccc 1px solid;
}
#footer_wrap {
	margin-top: 15px;
	height: 25px;
	background-color: #FDDEA9;
}
#print_wrap {
	padding-left: 70px;
}
#footer {
	padding-left: 70px;
}


/* typo3 mailform */

fieldset.csc-mailform {
	border: 0px;
}

.csc-mailform .csc-mailform-field {
	margin-top: 5px;
}

.csc-mailform .csc-mailform-field label {
	float: left;
	width: 120px;
	font-weight: bold;
}

.csc-mailform .csc-mailform-field .csc-mailform-radio {
	border: inherit;
	margin: 0px;
	padding: 0px;
}

.csc-mailform .csc-mailform-field .csc-mailform-radio {
	width: 12px;
	height: 12px;
}

.csc-mailform .csc-mailform-field .csc-mailform-radio label {
	float: none;
	width: 100%;
	height: 100%;		
	font-weight:normal;
}

.csc-mailform .csc-mailform-field input, textarea{
	width: 180px;
	margin-bottom: 5px;
}

.csc-mailform .csc-mailform-field #mailformformtype_mail{
	margin-left: 120px;
	margin-top: 5px;
}


/* typo3 styles */

.csc-uploads-icon img {
	border:none;
}
