/******************************************/
/* Standard-CSS for Classic Template    */
/******************************************/

/******************************************/
/* Important colors                       */
/* xxx = #xxxxxx                          */
/******************************************/

/******************************************/
/* General definitions                    */
/******************************************/

html, body, p, h1, h2, h3, ul, ol, span, a, table, td, form, hr, div {
	margin: 0px;
	padding: 0px;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #6C6C6C;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background: #FDEDDE; /*url(screen_FILES/main_back.jpg) repeat-x top left;*/
}
a:link, a:visited {
	color: #6C6C6C;
	text-decoration: underline;
}
a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}
img {
     border: 0px;
}
.clear {
	clear: both;
}
/******************************************/
/* END General definitions                */
/******************************************/

/* beginn navigation */
div#head_box ul#nav_service {
	position:absolute;
	right:auto;
	width: 900px;
	top:-4px;
	height: 15px;
	padding:0px 0px 0px 0px;
	border: 0px solid black;
	text-align:right;
}

div#head_box ul#nav_service li {
	display: inline;
	list-style-type: none;
	background:#FDEBDD;	
}

div#head_box ul#nav_service a  {
	/*background: url(screen_FILES/nav_service_back.gif) no-repeat 0px 3px;*/
	padding: 0px 10px 0px 13px;
	font: 12px/23px Arial, Helvetica, sans-serif;
	color: #A0BFDE;
	text-decoration: none;
}
div#head_box ul#nav_service a:active, div#head_box ul#nav_service a:hover {
	background: url(screen_FILES/nav_service_back_h.gif) no-repeat 0px 3px;
	font: 12px/23px Arial, Helvetica, sans-serif;
	color: #BB6072;	
}
div#head_box ul#nav_service a.active:link, div#head_box ul#nav_service a.active:visited, div#head_box ul#nav_service a.active:hover, div#head_box ul#nav_service a.active:active {
	background: url(screen_FILES/nav_service_back_h.gif) no-repeat 0px 3px;
	font: 12px/23px Arial, Helvetica, sans-serif;
	color: #BB6072;	
}

div#leftNav{
	border: 1px solid black;
	background:#F5D3AE;
}

ul#nav_level_one {
	position:relative;
	width: 170px;
	height: 400px;
	border: 0px solid black;
	background:#F5D3AE;
}

ul#nav_level_one li {
	display: block;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}

ul#nav_level_one a {
	display:block;
	border-bottom: 1px solid #BB6072;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 13px;
	text-decoration: none;
	/*background: #7CA3C4 url(screen_FILES/nav_level_one_back.gif) no-repeat top left;*/
	background: url(screen_FILES/nav_service_back_h.gif) no-repeat 0px 3px;	
	color: #427CAD;
}
ul#nav_level_one a:hover, ul#nav_level_one a:active {
	/*background: #7CA3C4 url(screen_FILES/nav_level_one_back.gif) no-repeat top left;*/
	/*color: #fff;*/
	color: #BB6072;
}
ul#nav_level_one a.active:link, ul#nav_level_one a.active:visited, ul#nav_level_one a.active:hover, ul#nav_level_one a.active:active {
	/*background: #7CA3C4 url(screen_FILES/nav_level_one_back_h.gif) no-repeat top left;*/
	/*color: #fff;*/
	color: #BB6072;	
}


ul#nav_level_two {
	position:relative;
	width: 170px;
	/*height: 400px;*/
	border: 0px solid black;
	background:#F5D3AE;
}

ul#nav_level_two li {
	display: block;
	list-style-type: none;
}

ul#nav_level_two a {
	display:block;
	border-bottom: 0px solid #BB6072;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 0px 13px 0px 25px;
	text-decoration: none;
	/*background: #EAF1F6 url(screen_FILES/nav_level_two_back.gif) no-repeat top left;
	background: url(screen_FILES/nav_service_back_h.gif) no-repeat 0px 3px;*/		
	color: #6499C5;
}
ul#nav_level_two a:hover, ul#nav_level_two a:active {
	/*background: #7CA3C4 url(screen_FILES/nav_level_two_back.gif) no-repeat top left;*/
	/*color: #fff;*/
	color: #BB6072;
}
ul#nav_level_two a.active:link, ul#nav_level_two a.active:visited, ul#nav_level_two a.active:hover, ul#nav_level_two a.active:active {
	/*background: #7CA3C4 url(screen_FILES/nav_level_two_back_h.gif) no-repeat top left;*/
	/*color: #fff;*/
	color: #BB6072;	
}




/* ende navigation */


/* beginn content table */
.contentTable{
	width:860px;
	height:100%;
	background:#fff;
	margin-left:auto;
	margin-right:auto;	
	padding: 0px  0px  0px  0px;
	border-collapse:collapse;
	border:0px solid black;	
}

.leftContent{
	width:170px;
	background:#F9DFC4;
	border:0px solid black;
	text-align:left;
}

.mainContent{
	width:170px;
	padding: 0px 5px 0px 5px;
}

#midColContent{
	padding: 5px  5px 5px 5px;
}

.rightContent{
	padding:0px  0px 0px 0px;
	background:#D1E3F5;
}

#rightColContent{
	padding: 0px  15px 15px 15px;
}


/* ende content table */


div#wrapper_box {
	background: #FDEDDE;
	width: 940px;
	margin: 0px auto;
/*	padding: 0px 15px 0px 15px;*/
	margin-left:auto;
	margin-right:auto;
	border:0px solid black;
}

div#head_box {
	width:940px;
	height:170px;
	border:0px solid black;
}

div#sub_head_box {
	float:left;
	margin: 0px 0px 0px 0px;
	width: 380px;	
	height:180px;
	border: 0px solid black;	
}

div#content_box {
	/*background: #fff url(screen_FILES/content_back.gif) top right;*/
	width: 940px;
	top:-10px;
	border:0px solid black;
	margin-left:auto;
	margin-right:auto;	
}

div#content_box div#content {
	float: left;
	margin: 0px 0px 0px 0px;
	border:0px solid black;
	width: 935px;
	background:#F9B874;
	background: #fff url(screen_FILES/content_back.gif)  top right;	
}
div#content_box div#content h1 {
	font: 15px/23px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #427CAD;
	margin: 0px 0px 15px 0px;
}
div#content_box div#content h2 {
	font-weight: bold;
	margin: 0px 0px 15px 0px;
}
div#content_box div#content p {
	margin: 0px 0px 10px 0px;
}
div#content_box div#content ul {
	list-style-type: square;
	/*margin: 0px 0px 0px 20px;*/
}
div#content_box div#content table, div#content_box div#content tr, div#content_box div#content td {
	vertical-align: top;
}
div#foot_box {
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #ccc;
}
div#foot_box div#copyright {
	padding: 10px 0px 10px 0px;
	float: left;
	width: 815px;
}
div#foot_box ul#nav_foot {
	padding: 10px 0px 0px 0px;
}
div#foot_box ul#nav_foot li {
	display: inline;
	list-style-type: none;
}
div#foot_box ul#nav_foot a {
	text-decoration: none;
	background: url(screen_FILES/nav_footer_back.gif) no-repeat 0px 3px;
	padding: 0px 10px 0px 13px;
}
div#foot_box ul#nav_foot a:active, div#foot_box ul#nav_foot a:hover {
	background: url(screen_FILES/nav_footer_back_h.gif) no-repeat 0px 3px;
	padding: 0px 10px 0px 13px;
}
div#foot_box ul#nav_foot a.active:link, div#foot_box ul#nav_foot a.active:visited, div#foot_box ul#nav_foot a.active:hover, div#foot_box ul#nav_foot a.active:active {
	background: url(screen_FILES/nav_footer_back_h.gif) no-repeat 0px 3px;
	padding: 0px 10px 0px 13px;
	color: #B3003C;
}

fieldset.csc-mailform {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.csc-mailform-field {
	clear: both;
	margin: 0px 0px 10px 0px;
}
div.csc-mailform-field label {
	float: left;
	width: 200px;
	display: block;
}
div.csc-mailform-field input {
	width: 250px;
}
div.csc-mailform-field select {
}
div.csc-mailform-field textarea {
	width: 250px;
}
div.csc-mailform-field input.csc-mailform-submit {
	margin: 0px 0px 0px 200px;
	width: 125px;
}
div.csc-mailform-field span.csc-mailform-label {
	font-weight: bold;
}