@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

.align-center {
	text-align: center;
}

.csc-textpic-caption {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

#header {
	position: absolute;
	width: 100%;
	height: 155px; /* old: 163px */
	background-image: url(../images/background_header.png);
	background-repeat: repeat-x;
	z-index: 5000;
}

#header #logo {
	position: absolute;
	width: 323px;
	height: 72px;
	top: 37px;
	left: 35%;
}

#header #sublogo_header {
	position: absolute;
	right: 0px;
	top: 40px;
}

#menu {
	position: absolute;
	width: 100%;
	height: 67px;
	top: 127px;
	background-image: url(../images/background_menu.png);
	background-repeat: repeat-x;
	z-index: 4000;
}

#menu #navigation {
	float: left;
	margin-top: 22px;
	margin-left: 50px;
}

#menu #search {
	float: right;
	margin-top: 22px;
	margin-right: 50px;
}

#main_layer {
	position: relative;
	height: 100%;
	min-height: 600px;
	width: 100%;
	background-image: url(../images/background_page.jpg);
	background-repeat: repeat-x;
}

#main_layer #content {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033046;
	line-height: 18px;
	background-color: #FFFFFF;
	width: 640px;
	min-height: 600px;
	top: 170px;
	margin-left: 21%;
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	z-index: 3000;
}

#main_layer #content a{
	color: #006598;
}

#main_layer #content a:hover{
	color: #033046;
}

#main_layer #content a:active{
	color: #033046;
}

#main_layer #content a:visited{
	color: #006598;
}

#background_footer{
	position: fixed;
	width: 100%;
	height: 60px;
	left: 0px;
	bottom: 32px;
	margin-bottom: 0px;
	background-image: url(../images/background_footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: 1000;
}

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	margin-bottom: 0px;
	z-index: 4000;
}

#footer a{
	color: #999999;
	text-decoration: none;
}

#footer a:hover{
	color: #CCCCCC;
}

#footer a:active{
	color: #CCCCCC;
}

#footer a:visited{
	color: #999999;
}

#footer_menu {
	background-color: #EEEEEE;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.csc-header {
	margin-left: -30px;
	padding-left: 30px;
	margin-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

.tx-macinasearchbox-pi1 INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	float: left;
	height: 17px;
	border-style: none !important; 
	border-width: 0px;
	background-image: url(../images/input-background.jpg);
	background-repeat: repeat-x;
	margin-bottom: 4px;
	padding-top: 4px;
	outline: none;
}

.form-input {
	width: 100%;
	display: table;
}

.input-left {
	float: left;
	height: 22px;
	width: 12px;
	background-image: url(../images/input-left-background.jpg);
	background-repeat: no-repeat;
}

.input-right {
	float: left;
	height: 22px;
	width: 12px;
	background-image: url(../images/input-right-background.jpg);
	background-repeat: no-repeat;
}

#nav, #nav ul {
	font-family: Arial, Tahoma, sans-serif;
	float: left;
	list-style: none;
	margin: 0;
	margin-top: -8px;
}

#nav li li {
	width: 173px;
}
 
#nav a {
	display: block;
	/*width: 140px;*/
	color: #666666;
	text-decoration: none;
	padding-bottom: 2px;
	padding-top: 8px;
	padding-left: 5px;
}

#nav a:hover {
	display: block;
	color: #666666;
	text-decoration: none;
}
 
#nav li {
	float: left;
	padding: 0;
}

#nav li:hover {
	background-image: url(../images/background_menu_dropdown.png);
	background-repeat: repeat-y;
}
 
#nav ul li a {
	color: #666666;
	font-size:11px;
	font-weight: normal;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: 10px;
	/*width: 140px;*/
	font-weight: normal;
	margin: 0;
	/*background-image: url(../images/background_menu_dropdown_bottom.png);*/
	background-repeat: no-repeat;
	background-position: bottom left;
}

#nav li li {
	width: 140px;
	background-image: url(../images/background_menu_dropdown.png);
	background-repeat: repeat-y;
	background-position: top left;
}
 
#nav li ul a {
	display: block;
	/*width: 140px;*/
	color: #666666;
	text-decoration: none;
	padding: 0.2em 0em;
}
 
#nav li ul ul {
	margin: -1.45em 0 0 14em !important;
	margin: -1.45em 0 0 14.45em ;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;	
	color: #999999;
}
 
#nav li li:hover, #nav li li.sfhover {
	/*background: #FFFFFF;	*/
}
 
#nav li li {
	margin-left: -40px;
	padding: 10px;
	padding-left: 25px;	
	padding-top: 0px;
}
 
*+html #nav li li {margin-left: 0px;} /* nur für den IE7 */

#nav li li a {
	color: #999999;
}
 
#nav li ul  {
	/*background-image: none;*/
}
