/**
 * CSS
 * __________________________________________________________________
 *
 * @date		14.09.2005
 * @modified		02.11.2007
 * @version		1.2
 * @author		Roland Schaer, 3w-publishing.ch
 * @author		Raphael Fink, 3w-publishing.ch
 */


html {
	/*height: 100%;*/
}

body {
	margin: 0px;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: arial,Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}

/*
Resetting
*/
img {
	border: 0px;
	vertical-align:bottom;
}

form, input, object {
	margin: 0px;
	padding: 0px;
}

input, select {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

h1 {
	font-family: Arial;
	font-size: 17px;
	font-weight:bold;
	line-height: 26px;
	color: #666;
}

p {
	margin: 5px 0px 5px 0px;	
}

div ul {
	margin: 15px;
	padding: 0px;
	list-style-type: square;
}

div ul ul, div ul ul ul, div ul ul ul ul {
	margin: 5px 0px 0px 20px;
	list-style-type: disc;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
a {
	color: #97233f;
	text-decoration:none;
}

a:hover {
	color: #8e908f;
}



#maincontainer {
	width: 987px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background:url(../img/bg.png) repeat-y 0 0;
}

/*
Header
_________________________________________________
*/


#printheader {
	display: none;
}

#header {
	width: 987px;
	text-align: left;
	height:110px;
}
fieldset {border:none;}
/*
 Navigation
 ------------------------------------------------
*/

#navigationBox {
	float:left;
	width:270px;
	background:url(/img/05_header_illu.jpg) no-repeat 0 0;
	}
	#navigation {width: 200px;float:left;margin-left:70px;margin-top:10px;}

#navigation ul {
	margin: 0px 0 0 0;
	padding: 0px;
	list-style-type: none;
	width: 200px;
}

/* Erste Stufe */ 
#navigation ul li a, #navigation ul li a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	width: 183px;
	/*line-height:15px;*/
	border-bottom: 1px solid #FFFFFF;
	padding: 3px 0 3px 17px;
	color: #566979;
	font-size:11px;
}
#navigation ul li a:hover, #navigation ul li.Current a { color: #999; background:url(../img/button.gif) no-repeat 4px 6px; }


/* Zweite Stufe */ 
#navigation li ul {display: none;}
#navigation li.Current ul {display: block;margin:0;padding:0;}
#navigation li.Current ul li a, #navigation li.Current ul li a:visited {
	font-weight: normal;
	width: 183px;
	border-bottom: 1px solid #fff;
	padding: 3px 0 3px 17px;
	color: #576979;
	background: none;
}
#navigation ul li.Current li a:hover, #navigation ul li.Current li.Current a { background:none; color: #E01F4B;}
#navigation ul li.Current ul li.last { border-bottom: 0px}

/* Dritte Stufe */ 
#navigation ul li ul li ul li {display: none;}
#navigation ul li.Current li.Current ul li {display: block;}
#navigation li.Current ul li.Current ul li a, #navigation li.Current ul li.Current ul li a:visited {
	font-weight: normal;
	width: 170px;
	border-bottom: 1px solid #fff;
	padding: 3px 0 3px 30px;
	color: #576979;
	background: none;
}
#navigation ul li.Current ul li.Current ul li a:hover, #navigation ul li.Current ul li.Current ul li.Current a {color: #E01F4B;}


a.inactive {
	background: #C1DEF7 !important;
	cursor: default;
}
a.inactive:hover { background: #C1DEF7 !important; cursor: default; }




#schalter {
	float: right;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 185px;
	height: 100px;
	margin:15px 0 0 0;
	}
	#schalter h2 {
		border-bottom: 1px solid #fff;
		padding: 4px;
		background: rgb(232, 233, 234);
		font-size:16px;
		color: rgb(87, 105, 121);
		margin:0;
		line-height:20px;
	}
	#schalter a {font-size:12px;}

/*
 Content
 ---------------------------------
*/
#content {
	float:left;
	width:707px;
	margin: 10px 0 10px 10px;
}

#footer {
	margin: 0 0 0 270px;
	width:717px;
	text-align:center;
	}
	#footer, #footer a {
		font: normal 10px arial;
		color:#000;
	}
