/* BASIC LAYOUT */
* {
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
}

html {
	font-size: 100%; /* don't edit */
}


html, body {
background-color: #FFFFFF;
  min-height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  min-width: 1015px;
}


a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#wrap {
	width: auto;
	min-height: 100%;
}


#header {
	
	height: 11em;
	background-image: url("../images/header.png");

}
div#header_left {
	width: 13em;
	float: left;
	height: 11em;
	
}
div#banner {
	background-image: url("../images/logorechts.jpg");
	height: 11em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 13em;
   
}
div#header_right {
	height: 11em;
	float: right;
    width: 13em;
	
}
#divider {
	
	height: 10px;
	background-image: url("../images/bannermitte.png");
}
#divider_left {
    width: 13em;
	height: 10px;
	background-image: url("../images/bannerlinks.jpg");

}
#maincontent {
	width: 100%;
	float: left;
    background-color: #0073D0;
}
#body_content_box{
	  border-left: 13em solid #0073D0;
  border-right: 13em solid white;
  padding-left: .4em;
  padding-right: .1em;
  padding-top: .3em;
  width: auto;
  background-color: white;
  

}
#box_left{
  float: left;
  width: 12.8em;
  background-color: #314793;
  font-size: 1em;
 }

 
div#content{
  padding-bottom: .3em;
  padding-left:0.3em;
  min-height: 20em;
}
div#content div{
overflow:auto;
}


#box_right {
	width: 12.5em;	
	float: right;
	padding-left: 2px;
	color: black;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*** start mainnavi ***/
ul#mainnavi {
	margin:0;
	padding:0;
	width: 13em;
	float: left;
	overflow: hidden;
}
ul#mainnavi li {
	list-style-type: none;
	margin-left:1px;
	height: 27px;
	padding: 2px 0px;
	
/*	background-image: url(../img/line_navi.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
ul#mainnavi li a {
	color: white;
	
	text-decoration: none;
	display: block;
	/*margin: 2px 0px;*/
	padding: 6px 10px 2px 5px;
	margin-left:10px;
	border-bottom: 2px dotted #88C6F1;
}
ul#mainnavi li a:hover,
ul#mainnavi li a.active {
	/*background-color: #B5B5B5;*/
	padding: 6px 10px 2px 10px;
	margin-left:10px;
	font-size: 1em;
	background-image: url(../images/menupkt.png);
	background-repeat: no-repeat;
	background-position: left;
}
/*** end mainnavi ***/

/*** start servicenavi ***/

#servicemenu {
	width:350px;
	padding: 11em 0px 0px 0px;
	float: right;
	text-align: right;
	font-size: 0.85em;
}
#servicemenu ul {
	list-style-type: none;
	margin: 0 0 0 10px;
}

#servicemenu li {
	float: left;
}

#servicemenu li a {
	text-decoration: none;
	padding: 0 9px 0 7px;
	display: block;
	float: left;
	color: white;
}

#servicemenu li a:hover {
	text-decoration: underline;
}

#servicemenu li.act a {
	font-weight: bold;
	text-decoration: underline;
}

#servicemenu li.act a:hover {
	text-decoration: underline;
}


/*** end servicenavi ***/

.contentblock p {
	line-height: 1.3em;
	font-size: 1.2em;
}
.contentblock p a {
	color: #314793;
}


#content .contentblock {
	margin: 22px 20px 0px 20px;
}
#content .contentblock h1 {
	font-size: 1.8em;
	padding-bottom: 15px;
	color: #314793;
}
#content .contentblock h2,
#content .contentblock h3,
#content .contentblock h4,
#content .contentblock h5,
#content .contentblock h6 {
	font-size: 1.1em;
}




#box_right  p {
	margin-left: 8px;
	margin-right: 8px;
}
#box_right  h1,
#box_right  h2,
#box_right  h3,
#box_right  h4,
#box_right  h5,
#box_right  h6 {
	font-size: 1.1em;
	margin-left: 8px;
	margin-right: 8px;
}
#box_right DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 0;
	margin-right: 0;
	width: 12em;
}
#box_right  DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	padding-left: 10px;
}
#box_right  DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	padding-right: 10px;
}
#box_right  img {
	margin-left: auto;
	margin-right: auto;
	padding-left: auto;
	padding-right: auto;
}

/*** start rte elements ***/
p.align-center {
	text-align: center;
}
p.align-right {
	text-align: right;
}
/*** end rte elements ***/

.contentblock ul {
	margin-left: 40px;
}
.contentblock ul li {
	padding: 5px 0px;
}
.contentblock #mailform fieldset {
	border: none;
}
.contentblock #mailform label {
	width: 100%;
	float: left;

}
.contentblock #mailform input, 
.contentblock #mailform textarea {
	width: 300px;
	margin-bottom: 10px;
}
.contentblock #mailform input.csc-mailform-submit {
	width: auto;
}
#maincontent:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

div#footer{
  clear: both;
  padding-top: .2em;
  padding-bottom: .2em;
  color: black;
  font-size: 90%;
  border-top: 1px solid #88C6F1;
  text-align: center;
  height: 1.5em; 
font-style:italic;
}
div#footer span.footspan{
  color: black;
}


/***** end Layout *****/





