/* CSS Document */
body {
	background: #ffff99;
	font-size: 75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-x;
	background-position-x: 800px;
	background-position-y: 0px;
	}
	
/* ----- */
/* Layer */
/* ----- */
#container {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	width: 800px;

}
#header {
	height:81px;
	background-image: url(images/header.gif);
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 140px;
	margin: 0px;
	background-repeat: no-repeat;
	overflow: hidden;
		}

#footer {
	height:20px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 130px;
	margin: 0px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
/*	overflow: hidden;*/
	background-position: bottom;
		}
		
#navigation {
	float:left;
	width: 147px;
	height: 416px;
	background-image: url(images/navigation.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
		}
		
#content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 20px;
	overflow: auto;
	height: 366px;
	
	scrollbar-base-color:#ffffff;
  	scrollbar-3dlight-color:#ffffff;
  	scrollbar-arrow-color:#ffcc00;
  	scrollbar-darkshadow-color:#ffff99;
  	scrollbar-face-color:#ffff99;
  	scrollbar-highlight-color:#FFFF99;
  	scrollbar-shadow-color:#ffff99;
  	scrollbar-track-color:#ffffff;
		}

/* ----- */
/* Header */
/* ----- */

#header p {
	text-align: right;
	margin: 0em;
	padding: 0em;
}

#header img {
	float: right;
	margin: 0em;
	padding: 0em;
}

#header .z1 {
	text-align: right;
	font-size: 0.8em;
	padding-right: 6em;
}
#header .z2 {
	text-align: right;
	font-size: 1.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#header .z3 {
	text-align: right;
	font-size: 0.8em;}

#content .z1 {
	text-align: right;
	font-size: 1em;
	padding-right: 6em;
}
#content .z2 {
	text-align: right;
	font-size: 1.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#content .z3 {
	text-align: right;
	font-size: 1em;}

/* ----- */
/* Navigation */
/* ----- */

#navlist
{
padding: 0px 0px 0px 0px;
margin: 0px;
width: 128px;
}

/* ----- */
/* Navigation - Ebene 1 */
/* ----- */
#navlist ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}

#navlist li
{
padding: 5px 0px 5px 0px;
margin: 0px;
text-align: left;
}

#navlist li a
{
	display: block;
	padding: 2px 10px 2px 6px;
	text-decoration: none;
	border-bottom: 3px solid #ffffff;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	font-weight: bold;
	font-size: 0.9em;
}

#navlist li a:link { color: #000066; }
#navlist li a:visited { color: #000066; }

#navlist li a:hover
{
	color: #000066;
	background: #ffffff;
	border-bottom: 3px solid #ffcc00;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
/* ----- */
/* Navigation - Ebene 2 */
/* ----- */
#navlist li li
{
list-style: none;
padding: 2px 0px 2px 15px;
margin: 0px;
text-align: left;
}

#navlist li li a
{
	display: block;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	font-weight: normal;
	font-size: 0.9em;
}

#navlist li li a:link { color: #000066; }
#navlist li a:visited { color: #000066; }

#navlist li li a:hover
{
	color: #000066;
	background: #ffffff;
	border-bottom: 2px solid #ffcc00;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

.navhighlight {
	color: #000066;
	background: #ffffff;
	border-bottom: 2px solid #ffcc00;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

/* ----- */
/* Footer */
/* ----- */

#footer p
{
	margin: 0;
	padding: 0px;
	font-size: 0.8em;
	text-align: right;
	}
	
/* ----- */
/* Content */
/* ----- */

#content p 
{
	/*text-align:justify;*/
	font-size:1.0em;
	margin: 0px 0px 5px 0px;
	}

#content p a{
	color: #000000;
	text-decoration: underline;
}

#content p a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content h1
{
	font-size:1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
#content h2
{
	font-size:1.0em;
	padding: 0px;
	margin: 20px 0px 7px 0px;
}

#content h2 a{
	color: #000000;
	text-decoration: underline;
}

#content h2 a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content h3
{
	font-size:1.0em;
	padding: 0px;
	margin: 10px 0px 7px 0px;
	font-weight:normal;
	font-style:italic;
}

#content strong {
		font-weight:bold;
}

#content em {
		font-style:italic;
		}
		
#content ul {
	font-size:1.0em;
	margin: 0px 20px 12px 20px;
	padding:0px;
	list-style-type: none;
}

#content ul li {
	margin: 0 0 5px 0;
	padding: 0px 0px 0px 13px;
	text-align: left;
	background: url(images/bullet1.gif) no-repeat 3px 0.4em;
	
}

#content ul li a {
	color: #000000;
	text-decoration: underline;
}

#content ul li a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content .box-sep2 {
		padding: 0.2em 0 0.1em 0;
		margin: 10px 100px 10px 20px;
		background-color:#FFFFCC;
		border-top: 1px solid #FFBD06;
		border-bottom: 1px solid #FFBD06;
		font-style:italic;
}

#content p.link
{
	text-align:right;
	background-color:#FFFFCC;
	width:570px;
	font-size:1.0em;
	margin: 0px 0px 5px 0px;
	}

#content .homelist {
	line-height: 1em;
	list-style: none;
	margin: 10px 100px 40px 10px;
	padding: 0px;
	font-size: 1.0em;
}

#content .homelist li {
	margin: 0px 0px 10px 0px;
	padding: 5px 3px 5px 3px;
	background-color: #FFFFCC;
	border-top:2px solid #ffffff;
	border-bottom:1px solid #FFD600;
	background-image:none;
}

/*#content .homelist li a:link {
	color: #373535;
	text-decoration: underline;
}

#content .homelist li a:visited {
	color: #373535;
	text-decoration: underline;
}

#content .homelist li a:hover {
	color: #373535;
	text-decoration: underline;
}

#content .homelist li a:active {
	color: #373535;
	text-decoration: underline;
}*/

/* ----- */
/* Table */
/* ----- */
table
{
width: 499px;
border: 0px;
padding: 5px;
margin: 0px;
text-align:left;
}

table td {
	vertical-align:text-top;
	}

table caption {
	text-align:center;
	font-style:italic;
	font-size:0.9em;
	border-bottom:1px solid #000000;
	}
	
/* ------ */
/* Images */
/* ------ */

.img-left {
	float:left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	position: static;
}

.img-right {
	float:right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	position: static;
}