/* reset styles */
/*--------------*/

* { margin:0; padding: 0 }

/* Fix: margin/padding reset causes too small select boxes */
option { padding-left: 0.4em }

/* Global fix of the Italics bugs in IE 5.x and IE 6 */
* html body * { overflow:visible; }

/* Forcing vertical scrollbars in Netscape, Safari */
/*ATTENTION: might cause problems with permanent horizontal scroll-bar; in this case set brder to 0px*/
html { height: 100%;  margin-bottom: 0px;}
  
body {
	/* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
	font-size: 100.01%;
	font-family: inherit;
}

/* no borders for <fieldset> and <img> */
fieldset, img { border: 0 solid; }

/* reset def lists*/


dt { font-weight: bold; }
dd { margin: 0; }



a {
	outline: none; /*Firefox mousecklick-outline ausschalten*/
}

/*------------------------------------------------------------------------------------------------------*/





/*------ basics:  page-margins, fonts -----*/

html {
	background: #fff;
}

body {
	text-align: center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.375em; /* 22px bei 1em (16px)*/
	color: #767a80;
	font-size: 100%; /* at standard browser font-size equals 16px serving as evaluation basis*/

}


/* ----------- structure -------------- */

#wrappage {

	width: 870px;
	margin: 0px auto 40px;
	text-align: left;
	background: url(../img/page_hg_left.gif) #fefefc top left repeat-y;
}

#page {

	position: relative;
	margin:0 0 0 0;
	padding: 0 9px 0 9px;
	background: url(../img/page_hg_right.gif) top right repeat-y;
}


#header {
	height:129px;
}


#mainmenu {
	position: absolute;
	top:0px; left:296px;
	width: 565px;
	height: 129px;
	margin:0; padding:0;
	overflow: hidden;
	z-index:10;
}

#mainmenubugfix {
	/*weil das imagemenu-script einen rundungsfehler-jitter f�r das rechte Bild erzeugt, wird hier ein fester weisser Rand als overlay dr�bergelegt*/
	position:absolute;
	top:0;
	right:9px;
	width:1px;
	height:129px;
	background:#fff;
	z-index:11;
	overflow:hidden; /* IE6 */
}

#submenu {
	position: absolute;
	top:186px; left:9px;
	width: 240px;
	margin:0; padding:0;
	z-index:10;
	
	text-align:right;
	line-height: 1.375em;
}

#topnav {
	position:absolute;
	top: 125px; left:9px;
	width:240px;
	text-align:right;

	font-size: 75%;
	z-index:12;
}

#content {
	min-height:450px;
	/*Die seitlichen Ränder als paddding und nicht als margin, damit auch im IE Elemnte in den Randbereich verschiebbar sind */
	padding: 0px 58px 0px 290px;
	/* Den oberen Rand als Margin, um  colapsing margings bei den Überschriften zu instrumentalisieren*/
	margin-top:53px;
}

#footer {
	background: url(../img/footer_hg.gif) #fff top left no-repeat;
	padding-top: 25px;
	margin: 0 -9px;
}

#bottomnav {
	text-align: right;
	padding:0 25px 0 0;
	font-size: 75%;
	
}


/* ----------------------------------------- */

h1#title {
	height: 129px; width:287px;
	margin:0;
	padding:0;
	background: url(../img/logo.jpg) top left no-repeat;
	text-indent: -999em;/* Phark IR*/
}



/* ------------ Navigation ---------------- */
/* ------ top und bottom nav ----- */

#topnav a, #bottomnav a {
	text-decoration:none;
	color: #767a80;
}

#topnav a:hover, #bottomnav a:hover {
	color: #456;
}

/* ----------- main menu -----------*/

#mainmenu ul {
	list-style: none;
	margin: 0px;
	padding:0;
	display: block;
	height: 129px;
	width: 1000px; /*Achtung muss so gross sein... imagemenuscript...*/
	}

#mainmenu ul li {
	float: left;
	margin: 0; padding:0;
}

#mainmenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	/*border-right: 1px solid #fff; funzt im IE6 nicht mit border....*/
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:113px;
	height: 129px;
	background-position:top left;
	background-repeat:no-repeat;
}



#mainmenu ul li.navuid3 a, li.navuid3 #wrapflact {
	background: url(../img/menu_1.jpg) top left no-repeat;
}

#mainmenu ul li.navuid4 a, li.navuid4 #wrapflact {
	background: url(../img/menu_2.jpg) bottom left no-repeat;
}

#mainmenu ul li.navuid5 a, li.navuid5 #wrapflact {
	background-image: url(../img/menu_3.jpg);
}

#mainmenu ul li.navuid6 a, li.navuid6 #wrapflact {
	background-image: url(../img/menu_4.jpg);
}

#mainmenu ul li.navuid7 a, li.navuid7 #wrapflact {
	background-image: url(../img/menu_5.jpg);
	width: 310px;
}

#mainmenu ul li.navuid3 a#flact {
	background: url(../img/menu_1_txt.png) bottom left no-repeat;
}

#mainmenu ul li.navuid4 a#flact {
	background: url(../img/menu_2_txt.png) bottom left no-repeat;
}

#mainmenu ul li.navuid5 a#flact {
	background: url(../img/menu_3_txt.png) bottom left no-repeat;
}

#mainmenu ul li.navuid6 a#flact {
	background: url(../img/menu_4_txt.png) bottom left no-repeat;
}

#mainmenu ul li.navuid7 a#flact {
	background: url(../img/menu_5_txt.png) bottom left no-repeat;
}

#mainmenu ul li div#wrapflact  {
	background-position: -232px 0px;
	/*height:129px; Achtung hier nicht die H�he setzen sonst kackt IE ab*/
}

/* ----------- submenu -----------*/
#submenu ul {
	list-style:none;
	font-size: 87.5%;
	line-height: 1.3em;
	padding:0; margin:0;
}

#submenu ul li {
	padding:0 0 8px 0;
}

#submenu ul li a {
	color: #767a80;
	text-decoration:none;
}

#submenu ul li a:hover {
	color: #567;
	/*font-weight:bold;*/
}

#submenu ul li.slact a,#submenu ul li.slact a:hover {
	/*font-size:142.86%;*/
	font-weight:bold;
}




/* ------------ Subcolumns ----------*/

.subcolumns { width: 100%; overflow:hidden; }

.subcolumns_oldgecko { width: 100%; float:left; }

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

.c25l, .c25r { width: 25%; }
.c33l, .c33r { width: 33.333%; }
.c50l, .c50r { width: 50%; }
.c66l, .c66r { width: 66.666%; }
.c75l, .c75r { width: 75%; }
.c38l, .c38r { width: 38.2%; }
.c62l, .c62r { width: 61.8%; }

.subc  { padding: 0 0.5em; }
.subcl { padding: 0 15px 0 0; }
.subcr { padding: 0 0 0 15px; }

/* -- Spezial Subcols (Erschließung der linken Randspalte) -- */

.subcolumnsrand {
	margin-left: -290px;
	overflow: hidden;
}

.crand {
	float: left;
	width: 245px;
}

.cinhalt {
	float:right;
	width:505px;
	margin-left: 0px;
}

.crand .subcl {padding: 0 0 0 30px;}
.cinhalt .subcr {padding: 0 0 0 0;}



/* subpagenavigation als content element */
/*--------------------------------------*/

.subpagenav {
	margin-bottom:30px;
}

.subpagenav ul {

	margin-left:20px;
	margin-top:20px;
}

.subpagenav ul li {
}

.subpagenav ul li.act {
	font-weight:bold;	
}

.subpagenav ul li.act ul li {
	font-weight:normal;	
}

.subpagenav ul li.act ul li.act {
	font-weight:bold;	
}
