* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family : verdana, arial, sans-serif;
	font-size : 10px;
	color : #444444;
	margin : 0;
	line-height: 15px;
  background: transparent url(../image/bg-body.gif) repeat 0 0;
}

p{
	margin-bottom: 15px;
}

h1,h2,h3,h4{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 18px;
}

h1{
	font-size:12px;
}

#left .csc-firstHeader {
	font-size:14px;
	border-bottom: 1px dotted #777777;	
	padding: 0 0 7px 8px;
}

a {
	color: #35658d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img{
	text-decoration:none;
	border:0px solid #fff;
}

ul{
	list-style-image: url(../image/list.gif);
	margin-left:14px;
	margin-bottom: 15px;
}

li{
	margin-bottom:3px;
}



/* Definitionen für Rahmen1 und Rahmen2 */
.csc-frame-frame1{
	border-bottom: 1px dotted #777777;;
	margin-bottom: 15px;
}

.csc-frame-frame2{
	background-color: #fff;
	/*border: 1px solid #A0A9B2;*/
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.csc-frame-frame3{
	border-bottom: 2px solid #fff;
	margin-bottom: 25px;
}
.csc-textpic-caption {
	color: #666;
	font-style: italic;
	font-size: 10px;
	margin-top: 5px;

}

/* Kontaktformulare */
.csc-mailform{ border:0px;}

label{
	display:block;
	width:150px;
	padding-bottom:8px;
	padding-top:5px;
}	
	

.csc-mailform input,.csc-mailform textarea{
	border:1px solid #999;
	clear:right;

}
.csc-mailform .csc-mailform-submit{
	margin-top:8px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
}

#main {
	width: 980px;
	padding: 10px;
	margin: 14px auto;
	background: #ffffff;
	-moz-box-shadow: #aaaaaa 7px 7px 14px -1px;
	-webkit-box-shadow: #aaaaaa 7px 7px 14px -1px;
	box-shadow: #aaaaaa 7px 7px 14px -1px;
}

#main_bg {
	background: #ffffff url(../image/bg-main.gif) repeat-y 0 0;
	margin-bottom: 6px;
}

#header {
	background: #ffffff;
}

#logo {
	margin-bottom: 7px;
	float: left;
}

#header_images {
	margin-bottom: 7px;
}

#header_images img.last {
	margin: 0;
}

#header_images img {
	margin-right: 8px;
}

#menutop {
	background: transparent url(../image/bg-menu.gif) repeat-x 0 0;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 8px;
}

#menutop ul {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#menutop li {
	float:left;
	margin: 0;
	padding: 0;
	position: relative;
}


#menutop .level1 {
	position: relative;
	z-index: 5;
}

#menutop .level2  {
	z-index: 100;
	position:absolute;
	visibility:hidden;
	border-top: 1px solid #ffffff;
	-moz-box-shadow: #aaaaaa 4px 4px 14px -2px;
	-webkit-box-shadow: #aaaaaa 4px 4px 14px -2px;
	box-shadow: #aaaaaa 4px 4px 14px -2px;
}

#menutop li > ul li {
	float: none;
	border-bottom: 1px dotted #ffffff;
	background: #941E12;
}
#menutop li:hover > ul {
	visibility:visible;
}

#menutop .iefix .act {
	background: transparent url(../image/bg-act.gif) no-repeat center bottom;
}

#menutop .act > a {
	background: #517da2;
}

#menutop a {
	border-right:1px solid #FFFFFF;
	background:#941E12;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:8px 7px 7px 8px;
	text-decoration:none;
	text-transform:uppercase; 
	white-space:nowrap;
}

#menutop a:hover {
	background:#A0A9B2;
}

#menutop .level2 a {
	border-right: 0 none;
}

#menutop .iefix li {
	border-right:1px solid #FFFFFF;
	font-weight:bold;
	height: 17px;
	margin-top: -16px;
	padding:0 7px 16px 8px;
	text-transform:uppercase; 
	white-space:nowrap;
	z-index: 1;
}

#left {
	width: 620px;
	padding: 25px 30px;
	float: left;
	background: #ebebeb;

	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 19px;
	font-size: 12px;
}

#right {
	float: right;
	width: 293px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 16px;
	font-size: 11px;
}

#footer{
	color:#b9cadc;
	background-color:#517DA2;
	text-align:center;
	padding-top:6px;
	padding-bottom:8px;
}

#footer a{
	color:#b9cadc;
	text-decoration:underline;
	font-weight: normal;
}

#footer a:hover{
	text-decoration:none;
}

#menuright {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;
}

#menuright ul {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 5px 0;
	padding: 0;
	background: #a0a9b2;
}

#menuright li {
	display: inline;
}

#menuright a{
	color: #ffffff;
	text-transform: uppercase;
	line-height:30px;
} 

.right_first {
	margin: 9px 10px;
	background: #ffffff;
	padding: 10px;
	font-size: 14px;
}

.right_first a {
	color: #444444;
}

.right_content {
	padding: 20px; 
}

.right_content h1 {
	font-size: 11px;
	margin-bottom: 5px;
}

.right_content a {
	font-size: 11px;
}

.right_content em {
	font-style: normal;
}

.right_content .csc-default {
	border-bottom: 1px dotted #777777;
	margin-bottom: 15px;	
}

.csc-textpic-imagewrap {
	margin-bottom: 10px !important;
}