﻿/******************/
/* GLOBAL LAYOUT  */
/******************/

* {
 margin : 0;
 padding : 0;
}

 body {
	font-size: 62.5%;
	background-color: #FFFFFF;
	font-family: verdana,arial,sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/


	.header {
	width: 958px;
	height: 145px;
	border-left: solid 10px #b0c4de;
	border-right: solid 10px #b0c4de;
	font-size: 1em;
	clear: both;
}

	.header-top {
	padding: 5px;
	clear: both;
	width: 948px;
	height: 105px;
	background: transparent url(../img/bg_header_top.jpg) repeat-x;
}

	.header-bottom {
	margin: 0px;
	clear: both;
	width: 958px;
	height: 30px;
	background: transparent url(../img/bg_header_bottom.jpg) repeat-x;
}
	
	.navbar {
	width: 958px;
	border-left: solid 10px #b0c4de;
	border-right: solid 10px #b0c4de;
	background-color: transparent;
	clear: both;
} /*Color navigation bar normal mode*/

	.main {
		clear: both;
		width: 958px;
		padding: 0 0 0 0;
		border-left: solid 10px #b0c4de;
		border-right: solid 10px #b0c4de;
		background-color: transparent;
		font-size: 1.0em;
	}

	.footer {
		clear: both;
		width: 958px;
		height: 28px;
		background: url(../img/bg_footer.jpg);
		padding: 1.0em 0 1.0em 0;
		border-left: solid 10px #b0c4de;
		border-right: solid 10px #b0c4de;
	}

/****************/
/*  HEADER-TOP  */
/****************/

/* SITENAME AND SLOGAN */
.sitename1 {
	width: 480px;
	position: relative;
	left: 230px;
	top: 20px;
	float: left;
}

.sitename2 {
	width: 900px;
	position: relative;
	left: 20px;
	top: 23px;
	float: left;
	text-align: center;
}

.sitename1 h1 {
	font-weight: bold;
	font-size: 280%;
	color: #FFFFFF;
	text-align: center;
}
.sitename2 h2 {
	color: rgb(51, 51, 51);
	font-weight: bold;
	font-size: 150%;
}
.sitename1 a{
	text-decoration: none;
	color: rgb(75, 75, 75);
	font-weight: bold;
}

/* BUTTON NAVIGATION */
.navbutton {
	float: none;
	height: auto;
	position: relative;
	width: auto;
}
.navbutton ul {float:right;}
.navbutton li {display:inline;
				list-style:none;
				padding-right: 10px;
				}
.navbutton a:hover {text-decoration:none;}
.navbutton a img {height:32px;}

/* GLOBAL NAVIGATION */
.navglobal {
	margin: 32px 7px 7px 7px;
	float: right;
	right: 10px;
	font-weight: bold;
	text-align: right;
}
.navglobal ul {
	margin: 0;
	font-weight: normal;
	width: 350px;
	height: auto;
}	
.navglobal li {display:inline; list-style:none;}
.navglobal li a {
	display: block;
	float: right;
	padding: 2px 5px 2px 5px;
	color: rgb(0,0,100);
	text-decoration: none;
	font-size: 130%;
}
.navglobal a:hover {text-decoration:none; color:rgb(255,255,255);}


/* MenuSub */
.menuSub{
	height: auto;
	float: inherit;
	margin-bottom: 8px;
}

.menuSub a{
	background: url('../img/menue_dunkel.jpg');
	min-width: 130px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #FFFFFF;
}

.menuSub a:hover{
	background: url('../img/menue_gelb.jpg');
	margin-left:1px;
}

.menuSub a:visited{
	color: #F0F0F0;
}

.menuSub a.level1-no {
	padding-left: 10px;
	color: #FFFFFF;
}


.menuSub a.level1-act {
	padding-left: 10px;
	color: rgb(255, 255, 204);
}

.menuSub a.level2-no {
  padding-left:20px;
	color: #FFFFFF;
}

.menuSub a.level2-act {
  padding-left:20px;
  color: rgb(255, 255, 204);
}

.menuSub a.level3-no {
  padding-left:30px;
	color: #FFFFFF;
}

.menuSub a.level3-act {
  padding-left:30px;
  color: rgb(255, 255, 204);
}

.menuSub a.level4-no {
  padding-left:40px;
	color: #FFFFFF;
}

.menuSub a.level4-act {
  padding-left:40px;
  color: rgb(255, 255, 204);
}

/*******************/
/*  HEADER BOTTOM  */
/*******************/

/* BREADCRUMB */


.header-bottom .rootline {
	margin: 7px;
	padding-left: 5px;
	width: 600px;
	height: 18px;
	float: left;
	font-style: normal;
}

.header-bottom .rootline ul {
	float: left;
	list-style: none;
	font-size: 120%;
}
.header-bottom .rootline ul li {
	display: inline;
}
.header-bottom .rootline ul a {
	color: rgb(0,0,100);
	text-decoration: none;
	padding-left: 8px;
	background: transparent url(../img/pfeil.gif) no-repeat 0 50%;
}
.header-bottom .rootline ul a:hover {color:rgb(255,255,255);}


/* SEARCH FORM */
.header-bottom .tx-macinasearchbox-pi1{
	position: relative;
	height: 18px;
	width: 340px;
	margin: 5px;
	right: 10px;
}

.header-bottom .tx-macinasearchbox-pi1 form {
	margin: 0;
}

.header-bottom .tx-macinasearchbox-pi1 fieldset {
	border: none;
	text-align: right;
}
.header-bottom .tx-macinasearchbox-pi1 input.field {
	width: inherit;
	border: solid 1px rgb(200,200,200);
	background-color: rgb(255,255,255);
	font-size: 110%;
	float: left;
}
.header-bottom .tx-macinasearchbox-pi1 input.button {
	width: 5.5em;
	height: 1.6em;
	background-color: rgb(240,240,240);
	border: solid 1px rgb(150,150,150);
	text-align: center;
	color: rgb(100,100,100);
	font-size: 110%;
	float: left;
}
.header-bottom .tx-macinasearchbox-pi1 input.button:hover {
	cursor:pointer; border:solid 1px rgb(80,80,80); 
	background-color:rgb(220,220,220); color:rgb(80,80,80);}

/********************/
/*  NAVIGATION BAR  */
/********************/

/* MAIN MENU */
.navbar ul {
	list-style-type: none;
}
.navbar ul li {
	float: left;
	background-color: transparent;
}
.navbar ul li a {
	float: none !important /*Non-IE6*/;
	float: left /*IE-6*/;
	display: block;
	height: 2.8em;
	line-height: 2.8em;
	padding: 0 16px 0 16px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(100,100,100);
	border-right: 1px rgb(215,215,215) solid;
	border-left-color: #FFFFCC;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 130%;
}
.navbar ul li ul {display:none; border:none;}

/* SUBMENU (Non-IE6 hovering) */
.navbar ul li:hover {position:relative;} /*Sylvain IE hack*/
.navbar ul li:hover a {
	background-color: rgb(255, 255, 204);
	text-decoration: none;
} /*Color main cells hovering mode*/
.navbar ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.0em; margin-top:0.1em; left:0; padding:0px 16px 0px 16px; border-top:solid 1px rgb(215,215,215);}
.navbar ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-17px; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(255, 255, 204); font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.navbar ul li:hover ul li a:hover {background-color:rgb(255, 255, 204); text-decoration:none;} /*Color subcells hovering mode*/

/* SUBMENU (IE6 hovering) */
.navbar ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:rgb(255, 255, 204); text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.1em; top:3.0em; left:0px; margin-top:0.1em; border-top:solid 1px rgb(215,215,215); }
.navbar ul li a:hover ul li a {white-space:normal; display:block; width:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(255, 255, 204); font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.navbar ul li a:hover ul li a:hover {background-color:rgb(255, 255, 204); text-decoration:none;} /*Color subcells hovering mode*/


/********************/
/*  Querlinien  */
/********************/
.corner-page-top {
	width: 978px;
	height: 6px;
	background: transparent url(../img/rahmen_oben.gif) no-repeat;
	clear: both;
}
.corner-page-bottom {
	width: 978px;
	height: 6px;
	background: url(../img/rahmen_unten.gif) no-repeat;
}

.csc-textpic-imagewrap {
	margin:16px;
}


/************/
/*  FOOTER  */
/************/
.footer p {clear:both; line-height:1.3em; text-align:center; color:rgb(125,125,125); font-weight:bold; font-size:110%;}
.footer p.credits {clear:both; font-weight:normal;}
.footer a, .footer a:visited {text-decoration:underline; color:rgb(125,125,125);}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}
.tx-cscounter-pi1 {
	width: 200px;
	height: 20px;
	position: relative;
	float: left;
	overflow: auto;
	left: 20px;
	top: -45px;
	text-align: left;
}


