body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* zentriert */
#body_all {
	width: 990px;
	/* höhe für hintergrund */
	min-height: 800px;
	margin: 0 auto;
}

* html #body_all {
	width: 990px;
}

/* meta */
#meta {
	width: 290px;
	height: 15px;
	text-align: left;
	padding: 5px 0px 0px 700px;
	font-size: 12px;
	color: #612882;
}

* html #meta {
	width: 990px;
	height: 20px;
	
}

#meta a {
	color: #fff;
}

/* header */
#header {
	width: 990px;
	height: 111px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -21px;
}

* html #header {
	width: 990px;
	height: 111px;
}

#spacer {
	height: 20px;
	background-color: #e3ebe0;
}

.clear {
	clear: both;
}

#keyvisual, #keyvisual_rnd {
	width: 924px;
	height: 120px;
	margin-top: 5px;
	margin-left: 27px;
}

#mainmenu {
	width: 775px;
	height: 41px;
	background-image: url(../images/mainmenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 215px
}

*html #mainmenu {
	width: 990px;
}

#content_box {
	width: 990px;
	min-height: 700px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}

*html #content_box {
	height: 700px;
}

/* menue mitte*/

#menu {
	width: 160px;
	min-height: 300px;
	float: left;	
	margin: 15px 10px 30px 20px;
	padding: 15px;
	font-size: 14px;	
}	

* html #menu {
	height: 310px;
}	


/* level 1 */
.menu-level1-no {
	color: #333;
	line-height: 18px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}

.menu-level1-act {
	color: #007ab5;
	line-height: 18px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;	
}

.menu-level1-no a:link {
	color: #333;
	text-decoration: none;
}

.menu-level1-no a:visited {
	color: #333;
	text-decoration: none;
}

.menu-level1-no a:hover {
	color: #333;
	text-decoration: underline;
}

.menu-level1-act a:link {
	color: #007ab5;
	text-decoration: underline;
}

.menu-level1-act a:visited {
	color: #007ab5;
	text-decoration: underline;
}

.menu-level1-act a:hover {
	color: #333;
	text-decoration: none;
}



/* jetzt submenu */
.menu-level2-no {
	color: #007ab5;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 5px 20px;
}

.menu-level2-no a:link {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.menu-level2-no a:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level2-no a:hover {
	color: #007ab5;
	text-decoration: none;
}

.menu-level2-act {
	color: #007ab5;
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 5px 20px;
	font-weight: bold;
}

.menu-level2-act a:link {
	color: #007ab5;
	text-decoration: none;
	font-weight: bold;	
}

.menu-level2-act a:visited {
	color: #007ab5;
	text-decoration: none;
	font-weight: bold;		
}

.menu-level2-act a:hover {
	color: #666;
	text-decoration: none;
	font-weight: bold;	
}

/* jetzt submenu */
.menu-level3-no {
	color: #007ab5;
	font-size: 12px;
	line-height: 13px;
	padding: 0px 0px 5px 30px;
}

.menu-level3-no a:link {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.menu-level3-no a:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;		
}

.menu-level3-no a:hover {
	color: #007ab5;
	text-decoration: none;
}

.menu-level3-act {
	color: #007ab5;
	font-size: 12px;
	line-height: 13px;
	padding: 0px 0px 5px 30px;
	font-weight: bold;
}

.menu-level3-act a:link {
	color: #007ab5;
	text-decoration: none;
	font-weight: bold;	
}

.menu-level3-act a:visited {
	color: #007ab5;
	text-decoration: none;
	font-weight: bold;		
}

.menu-level3-act a:hover {
	color: #666;
	text-decoration: none;
	font-weight: bold;	
}



/* search/login - not in use */
/*
#searchbox {
	height: 40px;
	background-color: #D1CFCF;
}

* html #searchbox {

}

#searchbox form {
	padding-top: 8px;
}

.searchbox {
	color: #333;
	font-size: 19px;
	font-weight: bold;
	padding: 0px 5px 0px 12px;
	float: left;
} 

#login {
	width: 180px;
	height: 60px;
	padding: 15px 0px 0px 12px;	
	background-color: #fff;
}

* html #login {
	width: 168px;
}

.login {
	
}

#login a:link {
	color: #B03723;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#login a:visited{
	color: #B03723;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#login a:hover {
	color: #B03723;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
} */



/* content */
#content_left {
	width: 160px;
	min-height: 300px;
	float: left;	
	margin: 15px 10px 30px 25px;
	padding: 15px;	
	text-align: left;
}	

* html #content_left {
	height: 300px;
}	

#content {
	width: 500px;
	min-height: 300px;
	float: left;
	margin: 15px 15px 30px 0px;
	padding: 15px;			
}	

* html #content {
	height: 300px;
}	

#content_right {
	width: 160px;
	min-height: 300px;
	float: left;	
	margin: 15px 0px 30px 0px;		
	padding: 15px;		
}	

* html #content_right {
	height: 300px;
}	

/* footer */
#footer {
	width: 755px;
	height: 30px;
	clear: both;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	margin-left: 235px; 
}	

#footer a {
	color: #333;
	font-size: 10px;
}

* html footer {

}

.csc-mailform-radio {
	float: left;
	border: none;
}

.csc-mailform-radio input, .csc-mailform-radio fieldset{ border: none;}
.csc-mailform-radio legend {display: none;}


#align
p.align-right {
	text-align: right;
}


p.align-center {
	text-align: center;
}



