body {
	margin: 0;
	padding: 0;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	text-align:center;
	background: fff;
	background-image:url(BG_body2.jpg);
	background-repeat:repeat-x;
	color: #222;
	line-height: 140%;
	
}
a {
	outline: 0;
	color: #0f4c84;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}

p a {
	font-weight: bold;
}

a img { border:0;}

h1, h2, h3, h4, h5, h6 {
	font-size: 15px;
}


#pageCon {
	width: 900px;
	text-align:left;
	margin: 0 auto;
}

#header {
	height:113px;
	background-image:url(BG_header2.png);
	background-repeat:no-repeat;
	text-align:right;
	clear:both;
	border-top: 1px solid #0f4c84;
}

#content {
	margin:0 85px;
}

#pageCon #header #topNavi {
	height:76px;
}
#pageCon #header #mainNavi {
	height:27px;
}


/* top Menü  */
#topNavi {
	color: #bedcf8;
	margin-top: 10px;
	font-size:12px;
}
#topNavi a {
	color: #bedcf8;
	text-decoration: none;
	margin: 0 15px;
}
#topNavi a:hover {
	color: #fff;
}





/* main menü */
#mainNavi {
	text-align: right;
	font-size:13px;
}

.menuItem {
	background:#0f4c84;
	padding: 5px 15px;
	margin: 0;
	float:inherit;
	border-right: 1px solid #fff;
}

a:hover .menuItem {
	background:#fff;
	color: #0f4c84; 
	padding: 5px 15px;
	margin: 0;
	float:inherit;
	border-right: 1px solid #fff;
}
.menuItemACT {
	background:#fff;
	padding: 5px 15px;
	margin: 0;
	float:inherit;
	border-right: 1px solid #fff;
}
#last{
	border-right: 0px solid #fff;
}

#mainNavi a {
	color: #fff;
	line-height: 27px;
	text-decoration:none;
	padding: 0;
	margin: 0;
}
a span.menuItemACT {
	color: #0f4c84;
	background:#FFFFFF;
}

/* sub Menü */

#SubNavi {
	padding: 5px 30px 5px 0;
	margin: 0;
	text-align: right;
}
#SubNavi a {
	color: #0f4c84;
	text-decoration: none;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
}
#SubNavi a.ACT {
	color: #222;
	text-decoration:underline;
}
#SubNavi a:hover {
	text-decoration:underline;
}


/* fOOTER */

#footer {
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	color: #ccc;
	padding: 0;
	margin: 10px 85px ;
}



/* tt_content anpassungen */

.csc-textpic-imagewrap {
	margin-top: 5px;
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
    height: auto;
}

/* Mail Form */

.csc-mailform {
  width: 500px;
  border: 0;
  
}

.csc-mailform-field {
  display: block;
  float: none;
  margin: 3px 0;	
}

.csc-mailform label {
  float: left;
  width: 200px;
  text-align: right;
  margin-right: 20px;
}

input, select, textarea {
   width:240px;
   border: 1px solid #0F4C84;
   background-color: #fff;
   color: #333333;
}

.csc-mailform-submit {
  margin-left: 220px;
  border: 1px solid #555;
  background-color: white;
  color: black;
  font-weigth: bold;
}
