BODY
{
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 100.01%;
	margin: 0pt;
	background-color: white;
	background:url("../sysimg/header.gif") top left repeat-x #FFFFFF;
}

IMG
{
	border-style: none;
	border-width: 0mm;
	border: thin none;
}

/* ----------------------------------------------Container-------------------------------------*/

#container
{
	position: relative;
	margin: 0 auto 0;
	width: 980px;
	min-height: 100%;
	text-align:left;
}
	

/* ----------------------------------------------Head-------------------------------------*/

#head
{
	position: relative;
	float: left;
	width: 980px;
	height: 153px;
}
	

#headleft
{
	position: relative;
	float: left;
	width: 220px;
	margin: 0px;
	margin-left: 16px;
	padding: 0px;
}

#headright
{
	position: relative;
	float: right;
	width: 660px;
	margin: 0px;
	padding: 0px;
}

#headright h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	xfont-style: italic;
	font-size: 2.7em;
	color: white;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
}

#headright h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	color: #C0C0C0;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 390px;
	margin: 0px;
}

#headright a.author:link, #headright a.author:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	color: #C0C0C0;
}

#headright a.author:hover
{
	color: white;
}

#headright p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: white;
	padding-top: 20px;
	padding-left: 20px;
	margin: 0px;
}

#headright a:link, #headright a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: #C0C0C0;
	text-decoration: none;
}

#headright a.aktiv
{
	color: white;
}

#headright a:hover
{
	color: #FFFFFF;
}

/* ----------------------------------------------Content-------------------------------------*/

#content
{
	position: relative;
	float: right;
	width: 620px;
	padding-left: 20px;
	padding-right: 20px;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.6em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	font-size: 1.7em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0 0px 0;
	padding: 0 0 0px 0;
	line-height: normal;
}

#content h1
{
	padding-top: 20px;
}


#content h1 strong
{
	font-size: 1.9em; 
	font-weight: normal;
}

#content h2
{
	font-weight: bold;
	font-size: 1em;
	line-height: 1.6em;
	padding-top: 1em;
}


#content a:link, #content a:visited, #content a:hover
{
	color: #FF6600;
	xcolor: #505A63;
	text-decoration: none;
}
	
#content a:hover
{
	text-decoration: underline;
}

span.abbr, span.abbr a{
	cursor:help;
	speak:spell-out;
	border-bottom:1px dashed #E98618;
	}

/* ----------------------------------------------Menu-------------------------------------*/

#menu
{
	position: relative;
	float: left;
	width: 300px;
	margin: 10px;
	color: #000000;
	background-color: #E4E4E0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

#menuIn
{
	border: 1px solid #BCC2AB;
	width: 290px;
	padding: 5px;
	margin: 0px;
}

#menuIn a.menuHead:link, #menuIn a.menuHead:visited
{
	text-align: center;
	color: white;
	background-color: #505A63;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 2.4em;
	
	text-decoration: none;
	display: block;
	width: 290px;
}
	
#menuIn a.menuHead:hover
{
}

/* ----- NAVIGATION -----*/

#navi
{
	display: block;
		width: 290px;
}

#navi ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
		padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #BCC2AB;
	font-weight: bold;
	line-height: 2.2em;
}

#navi a:link, #navi a:visited, #navi a:hover
{
	display: block;
	width: 275px;
		padding: 5px 10px 5px 5px;
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #BCC2AB;
	font-weight: normal;
}
	
#navi a:hover
{
	color: #FFFFFF;
	background-color: #3A403C;
}
	
#navi a.aktiv
{
	color: #FFFFFF;
	background-color: #3A403C;
}

/* LEVEL 2 (UL UL)*/

#navi li ul li a:link, #navi li ul li a:visited, #navi li ul li a:hover
{
	display: block;
	width: 260px;
	padding-left: 20px;
	background-position: 18px 8px;
	line-height: 1.2em;
}

/* LEVEL 3 (UL UL UL)*/

#navi li ul li ul li a:link, #navi li ul li ul li a:visited, #navi li ul li ul li a:hover
{
	display: block;
	width: 154px;
	padding-left: 52px;
	background-position: 33px 8px;
}
	


/* ----------------------------------------------Footer-------------------------------------*/

.clear
{
	clear: both;
}

.footer
{
	text-align: center; 
	width: 100%;
	min-height: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #C0C0C0;
	background:url("../sysimg/footer.jpg") top left repeat-x #FFFFFF;
	padding-top: 1px;
	line-height: 1.4em;
}

a.copy:link, a.copy:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #C0C0C0;
	text-decoration: none;
}

a.copy:hover
{
	color: white;
}

