body {
 	margin:0px;
 	padding:0px;
	background-color:#fff;
}

body, td, div, p, span {
	font-size:12px;
	color:#000;
	font-family:arial, helvetica, verdana;
}

/* HEADER ========================================== */
#header_logo {
	height:110px;
	border-bottom:1px solid #fff;
}

td.header_bar_darkblue {
	height:40px;
	background-color:#15387F;
}

td.header_bar_middleblue {
	height:12px;
	background-color:#D4DDEE;
}

td.header_bar_lightblue {
	height:10px;
	background-color:#EEF1F8;
}

/* CONTENT - TABLE ================================= */

td#main_left {
	width:180px;
	min-height:85px;
	background-color:#EEF1F8;
	background-image:url(images/header_round_bottom.png);
	background-repeat:no-repeat;
	padding-left:20px;
}
td#main_center {
	background-color:#fff; 
	width:550px;
}
td#main_right {
	width:190px;
	background-color:#EEF1F8;
}

/* MENÜ ============================================ */

div.menuItem {
 	margin-left:20px;
 	margin-right:20px;
	float:left;
}

div.menuItemActive {
 	color:#fff;
}

div.menuItem a {
	font-weight:normal;
	font-size:14px;
	color:#fff;
	text-decoration:none;
}

/* SUBMENÜ ========================================= */

div#leftBarHead {
	margin-top:60px;
	margin-bottom:20px;
	font-weight:bold;
	color:#1B4389;
}

tr.subMenuItem td {
	height:24px;
	padding:2px;
}
tr.subMenuItem a {
 	color:#15387F;
	text-decoration:none;
}
tr.subMenuItemActive a {
 	color:#15387F;
	text-decoration:none;
}

/* CONTENT - LEFT ================================== */

div#leftBarContent {
	margin-top:20px;
	margin-bottom:20px;
	color:#000;
}

/* CONTENT - CENTRAL =============================== */

div#centralContentWrapper {
	padding:10px;
}

div.content-wrapper h1 {
 	font-size:16px;
	color:#CD0001;
}
div.content-wrapper p.bodytext {
	line-height:19px;
}
div.content-wrapper a {
 	color:#15387F;
}

/* CONTENT - RIGHT ================================= */

div#rightContentWrapper {
	padding:10px;
}

div.content-wrapper h1 {
 	font-size:16px;
	color:#CD0001;
}
div.content-wrapper p.bodytext {
	line-height:19px;
}
div.content-wrapper a {
 	color:#15387F;
}

/* FOOTER =========================================== */


div#footerWrapper {
 	margin:10px;
 	margin-left:210px;
	border-top:1px solid #eee;
	width:700px;
}

div#footerWrapper h1 {
	display:none;
}

div#footerWrapper p.bodytext {
	color:#777;
	margin:1px;
	padding:2px;
}

/* FORMULAR ========================================= */

fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	border:0px solid #eee;
	padding:4px;
}
div.csc-mailform-field input, textarea { 	
	border-top:   1px solid #555;
	border-left:  1px solid #555;
	border-right: 1px solid #bbb;
	border-bottom:1px solid #bbb;
}
div.csc-mailform-field label {
 	width:150px; 	
 	float:left;
	border:0px;
}
