@charset "UTF-8";

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}


/* ---------- html, body, main document element ---------- */

html, body {
	background-color:#6e6b52;
	height :100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/***** Spamschutz *****/
.futsch { display: none; }

body.font-normal {
	font-size: 16px;
}
body.font-large {
	font-size: 19px;
}
body.font-xl {
	font-size: 22px;
}

/*------------------ Layout ----------------------*/
/*header*/
div#header{
	margin: 0 0 0 18px;
}

div#logo {
	position: absolute;
	top: 0px;
	right: 40px;	
}


/*footer*/
div#footer {
	font:bold 0.85em/1em Verdana, Geneva, sans-serif;
	height: auto;
	margin: 5px 28px 0 18px;
}

div#footer li {
	float: left;
	display:block;
	margin:0 10px 0 0;
	width: auto;
}

div#footer a {
	color: #ff9c42;
	margin-right: 10px;
}

/* -------------------- left-content-wrapper -------------------- */
div#content-wrapper {
	background-color: #FFF;
	margin: 0px 18px 0 18px;
	min-height: 300px;
	padding: 0 0 25px;
	/*position: relative;*/
	width: 945px;
	overflow: auto;
}

div#left-content-wrapper {
	width:160px;
	font-size:0.9em;
	line-height:1.4em;
	margin: 50px 0 0 70px;
	height:auto;
	clear: left;
	float: left;
	text-align: center;
	position: relative;
  }

div#right-content-wrapper {
	margin:0px 10px 0 322px;
	overflow:visible;
	width: auto;
	padding: 20px 0 10px 0;
	border: 1px solid #FFF;
  }
div#right-content-wrapper ul {
    color:rgb(250,165,66);

}
div#right-content-wrapper ul li{
  color:black;
  list-style-type:circle;
  margin-left:15px;
  margin-top:5px;

}
div#home {
	width: 61px;
	background-color: #4d4b4a;
	position: absolute;
	top: 236px;
	left: 28px;
	height: auto;
}

div#home a {
	display:block;
	float:left;
	color:#fff;
	height:25px;
	line-height: 15px;
	padding:5px 12px 0 12px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	}

div#home a:hover {
	color: #ff9c42;
}



/* -------------------- basic styles -------------------- */
a {
	text-decoration: none;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
}

a:hover { color: #ff9c42; }

strong, .bold {
	font-weight: bold;
}

/* -------------------- document -------------------- */
div#doc {
	margin: auto;
	z-index:0;
	text-align:left;
	margin-top: 40px;
	overflow: visible;
	background-color: #6E6B52;
	width: 980px;
	position: relative;
}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_variable3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

div.top-navigation {
	background-color: #4d4b4a;
	height: auto;
	position: absolute;
	top: 236px;
	left: 238px;
	font-size: 0.9em;
	width: 714px;
	z-index: 999;
}

ul.nav {
	padding:0; 
	margin:0; 
	list-style:none; 
	position:relative; 
	z-index:200; 
	height:13px; 
	padding: 5px 0 10px 5px;
	z-index: 200;
}
 
ul.nav ul {
	padding: 5px 0 0 10px;
	list-style:none;
	float:left;
	margin: -1px 0 0 -5px;
	border: 1px solid #4d4b4a;
	background: url(../img/menu_bg_1x1.png) repeat;
	}

ul.nav table {
	border-collapse:collapse; 
	margin:-1px; 
	height:0;
	}
	
ul.nav li {
	float:left; 
	display: block; 
	}

ul.nav li li {
	float:none; 
	display: block; 
	}
	
ul.nav li.last {}

/* a hack for  IE6 */
ul.nav li a li { float:left; display: block; }

ul.nav li a {
	display:block; 
	float:left; 
	color:#fff; 
	height:25px;  
	line-height: 15px;
	padding:0 12px 0 12px; 
	text-decoration:none; 
	white-space:nowrap; 
	font-weight:bold;
	}
	
ul.nav li a.down { background:url(down.gif) no-repeat right center; }

ul.nav li li a {
	display:block; 
	height:30px; 
	line-height:30px; 
	float:none; 
	padding:0 15px 0 5px; 
	}
	
ul.nav li li a.fly {background:url(fly.gif) no-repeat right center;}

ul.nav li:hover {
	position:relative; 
	z-index:300;
	}
	
ul.nav a:hover {
	position:relative; 
	z-index:300; 
	color: #ff9c42;
	border:0;
	}
	
ul.nav li li a:hover {
	color: #ff9c42;
	}

ul.nav :hover ul {
	left:0;
	top:25px;
	z-index:500;
	height: auto;
	}

ul.nav ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
	}
	
* html ul.nav ul {width:2px;}
/* it could have been this simple if all browsers understood */

/* show next level */
ul.nav li:hover li:hover > ul {
	left:-5px; 
	margin-left:100%; 
	top:-1px; 
	z-index:500;
	}
	
	
/* keep further levels hidden */
ul.nav li:hover > ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:auto; 
	}
	
/* show path followed */
ul.nav li:hover > a { color: #ff9c42; }

ul.nav li li:hover > a {
	color: #ff9c42;
	}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
ul.nav a:hover a:hover ul,
ul.nav a:hover a:hover a:hover ul,
ul.nav a:hover a:hover a:hover a:hover ul,
ul.nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; margin-left:-5px; top:-1px;}

/* keep further levels hidden */
ul.nav a:hover ul ul,
ul.nav a:hover a:hover ul ul,
ul.nav a:hover a:hover a:hover ul ul,
ul.nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* -------------------- Navigation -------------------- */
/*div.top-navigation {
	background-color: #4d4b4a;
	height: auto;
	position: relative;
	top: -60px;
	margin: 0 28px 0 238px;
	padding: 5px 0 10px 5px;
	z-index: 200;
}
div.top-navigation a, div#top-navigation a:visited {
	font-weight: bold;
}
div.top-navigation a:hover, div#top-navigation a:focus {
	text-decoration: none;
    color : black;
}

div.top-navigation ul {
	padding-left:0px;
	height:13px;
	position: relative;
}

div.top-navigation ul li{
	padding: 0px 12px 0px 12px;
	float: left;
	width:auto;
}

div.top-navigation ul li ul {
	visibility: hidden;	
	position: absolute;
	background-color: #4d4b4a;
	height: auto;
	margin-left: -17px;
	padding: 0 0 0 6px;
}

div.top-navigation ul li ul li {
	float: none;	
	padding: 6px 12px 6px 12px;
}

div.top-navigation ul li:hover ul, 
div.top-navigation ul a:hover ul {
    visibility: visible;
}*/
/* and some link styles */
/*div.top-navigation ul li a{
	font-size: 0.9em;
	color: #FFF;
	display: block;
	white-space: nowrap;
}
div.top-navigation ul  a:hover, ul.topMenu  a:focus, ul.topMenu  a:active{
	color:#ff9c42;
}
div.top-navigation ul li > ul a {
    color:white ;
    display: block;
    width: 100%;
    text-decoration: none;
}

div#footer a {
	margin-right: 10px;
}*/
/*div.top-navigation ul li > ul a:hover,
div.top-navigation ul > ul a.CSStoHighLink { color:#012258; }*/

/************Textformate***************/
div#right-content-wrapper p {
	margin: 10px 0 10px 0;
	line-height: 1.5em;
}

div#right-content-wrapper h2, div#left-content-wrapper h2 {
	margin: 25px 0 5px 0;
	font-size: 1.1em;
	color: #ff9c42;
}

div#left-content-wrapper h2 {
	margin: -5px 0 5px 0;
}

p.csc-linkToTop, p.csc-linkToTop a {
	color: #ff9c42;
	text-align: right;
	font-size: 0.8em;
}



