/* CSS Document */
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#acacac url(../images/body_repeat.jpg) top left repeat-x;
}
* {
	outline:none;
}
a {
	color:#356e40;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:15px 0;
	line-height:1.45em;
}
form {
	margin:15px 0;
}
table {
	font-size:11px;
}
td, th {
	vertical-align:top;
}
td p {
	margin:7px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:13px;
	color:#356e40;
}
h1 {
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
}
h2 {
	font-size:12px;
}
hr {
	background:none;
	border:none;
	border-top:1px solid #e1e1e1;
	height:1px;
}

/*ul, li {
	margin:15px 0;
	padding:0;
	list-style:none;
}
li {
	margin:0;
	background:url(../images/bull.gif) 0 7px no-repeat;
	padding-left:7px;
	margin-bottom:5px;
	text-align:left;
}*/

address {
	font-style:normal;
}
input, textarea, select {
	font-size:11px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}
input[type="text"], textarea, input[type="password"] {
	border:1px solid #356e40;
	padding:2px 5px;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.size8 {font-size:8px;}
.size9 {font-size:9px;}
.size10 {font-size:10px;}
.size11 {font-size:11px;}
.size12 {font-size:12px;}
.size13 {font-size:13px;}
.size14 {font-size:14px;}

.white {color:#FFF;}
.black {color:#000;}
.noUdl {text-decoration:none;}
.udl {text-decoration:underline;}
.foat-left {float:left;}
.float-right {float:right;}
.clear {clear:both;}
.menu ul, .menu li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}

#site {
	width:990px;
	background:url(../images/site_bg.jpg) top left no-repeat;
	min-height:100%;
}
* html #site {
	height:100%;
}

#header {
	height:71px;
}

#logo {
	position:absolute;
	top:15px;
	left:33px;
}
#menu, #submenu, #termenu {
	position:absolute;
	height:21px;
	width:625px;
	width:665px;
	top:27px;
	left:328px;
	background:#efefef;
	padding-left:10px;
}
#submenu, #termenu {
	background:#4c8257;
	top:48px;
	height:16px;
}
#termenu {
	top:64px;
	background:#65826b;
}
#menu a {
	padding-right:10px;
}
#submenu a {
	padding-right:12px;
}
#menu #menu8 {
	padding:0;
}


#container {
	background:url(../images/content_top.png) top left no-repeat;
	padding:29px 0 35px;
	width:760px;
	margin-left:286px;
}
#wrapper {
	background:url(../images/content_bottom.png) bottom left no-repeat;
	padding-bottom:40px;
}
#contentWrap {
	min-height:400px;
	background:url(../images/content_repeat.png) top left repeat-y;
}
#imgHeader {
	width:672px;
	margin:0 auto;
	border-bottom:3px solid #357041;
	position:relative;
	top:-5px;
}
#content {
	padding:0 55px;
	overflow:hidden;
}
* html #content {
	height:1%;
	overflow:visible;
}
.csc-header {
	margin-bottom:25px;
}

#footer {
	position:relative;
	margin-top:-21px;
	height:20px;
	background:#e8e8e8 url(../images/logo-subau.jpg) top left no-repeat;
	line-height:20px;
	font-size:10px;
	color:#1c6d34;
	border-bottom:1px solid #176a2f;
	text-transform:uppercase;
	padding-left:200px;
}
#footer span {
	padding:0 25px;
}
#footer a {
	color:#1c6d34;
}


/* FCE col*/
.colWrap {
	overflow:hidden;
}
* html .colWrap {
	height:1%;
	overflow:visible;
}
.fce2col .colLeftWrap {
	float:left;
	width:50%;
}
.fce2col .colRightWrap {
	float:right;
	width:50%;
}
.colLeftContent {
	padding-right:10px;
}
.colRightContent {
	padding-left:10px;
}



/* typo3 mailform */


#mailform label {
	min-width:110px;
	display:block;
	float:left;
}
.csc-mailform-field {
	overflow:hidden;
	margin-bottom:3px;
}
* html .csc-mailform-field {
	height:1%;
}
#mailform fieldset {
	border:none;
	padding:0;
	margin:0;
}
#mailform legend {
	display:none;
}
#mailform .csc-mailform-label {
	padding:2px 5px;
	border-bottom:2px solid #bdd665;
	font-weight:bold;
	display:block;
	margin:10px 0 5px;
}
#mailform .csc-mailform-submit {
	margin-left:110px;
	margin-top:7px;
	background:#FFF;
	border:1px solid #356e40;
	padding:2px 5px;
	font-weight:bold;
}
#mailform .csc-mailform-radio label {
	float:none;
	display:inline;
	padding-left:7px;
}
#mailform textarea {
	width:300px;
}
#mailform input[type="text"] {
	width:300px;
}
