html
{
	overflow: scroll;
	height: 100%;
	width: 100%;
}

body
{
	background: url(images/body_background.jpg) repeat-x #244942;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Tahoma,sans-serif;
	font-size: 100.1%;
	color:#FFFFFF;
	font-style:normal;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	position: relative;
}

p, h1, h2, h3, ul, li, div, table, td, tr, th
{
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:active
{
	color: #e3d786;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}
	
p
{
	font-size: 0.8em;
}

h1
{
	font-size: 1em;
	color:#ffffff;
	font-weight: normal;
	margin-bottom: 1em;
}

h2
{
	font-size: 1em;
	color:#ffffff;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 2em;
}

h3
{
	font-size: 0.8em;
	font-weight:bold; 
}

hr
{
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;	
	border-bottom: 1px solid #999999;
	border-left: 0px solid #999999;
	margin: 0px;
	padding: 0px;
}

/* -------------------------------- */
/* Auszeichnungen */
/* -------------------------------- */
/* -------------------------------- */

.borderbottom
{
	border-bottom: 1px solid #CCCCCC;
	padding: 0em 0em 0.2em 0em;
} 

.italic
{
	font-style: italic;
}

.print
{
	visibility: hidden;
}

.notice
{
	font-size: 0.6em;
	background: #3a5c55;
	border: 1px solid #506d68;
	padding: 10px;
}


/* -------------------------------- */
/* Root */
/* -------------------------------- */
/* -------------------------------- */

#root
{
	width:800px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: relative;
	background: url(images/body_background.jpg) repeat-x #244942;
} 


/* -------------------------------- */
/* Top */
/* -------------------------------- */
/* -------------------------------- */

#top
{
	position:relative;
	top:0px;
	left:0px;
	background: url(images/lewicki_head.gif) no-repeat;
	width: 800px;
	height:140px;
	padding: 0px 0px 0px 0px;
	margin:0px;
	overflow: hidden;
}

#top h1
{
	font-size: 1.6em;
	line-height: 1.8em;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
}

#top h2
{
	font-size: 1.3em;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}


/* -------------------------------- */
/* Mainnavigation */
/* -------------------------------- */
/* -------------------------------- */

#mainnavigation
{
	margin: 0px 0px 0px 130px;
	height: 40px;
	width: 670px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#mainnavigation ul
{
	margin: 0px 0px 0px 0px;
	list-style: none;
	position: relative;
	height: 40px;
}

#mainnavigation .light
{
	width: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: url(images/menu_back.jpg) no-repeat #d1ceb1;
}

#mainnavigation ul li
{
	float: left;
	position: relative;
	white-space: nowrap;
}

#mainnavigation a
{
	background: url(images/menue_normalbackground.jpg) repeat-x; 
	text-decoration: none;
	color: #56463B;
	font-weight: normal;
	font-size: 0.75em;
	display: block;
	margin: 0px 0em 0px 0em;
	height: 40px;
	position: relative;
}

#mainnavigation a:hover
{
	text-decoration: none;
	background: url(images/menu_backshadow.jpg) no-repeat top right;
}

#mainnavigation span
{
	display: block;
	background: url(images/menu_line.gif) no-repeat top right;
	cursor: pointer;
	padding: 8px 30px 0px 10px;
	height: 32px;
	overflow: hidden;
}

/* -------------------------------- */
/* Leftcol */
/* -------------------------------- */
/* -------------------------------- */

#links
{
	float:left;
	width:140px;
	padding:0;
	margin:0;
	margin-left:0px;
	background-color: #FFFFFF;
}

/* -------------------------------- */
/* Rightcol */
/* -------------------------------- */
/* -------------------------------- */

#rechts
{
	float:right;
	width: 190px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	margin-right:0px;	
}

#rechts .greybox
{
	background: url(images/right_back.jpg) repeat-y;
}	 

#rechts .topbox
{
	background: url(images/right_top.jpg) no-repeat;
	height: 15px;
	width: 190px;
}

#rechts .txt
{	
	padding: 0px 15px 0px 15px;
}

#rechts .bottombox
{
	background: url(images/right_bottom.jpg) no-repeat;
	height: 15px;
	width: 190px;
}

/* -------------------------------- */
/* Midcol */
/* -------------------------------- */
/* -------------------------------- */

#midcol
{ 
	vertical-align:top;
	padding:0;
	margin-top: 20px;
	margin-left:140px;
	margin-bottom:0px;
	margin-right:220px;
}

#midcol div
{
	background: #FFFFFF;
}

#midcol p
{
	margin-bottom: 1em;
}

#midcol a:hover
{
	text-decoration: underline;
}

#midcol .betterprint
{
	list-style: none;	
}

#midcol p.list
{
	background: url(images/list_back.gif) no-repeat left 0.7em;
	display: block;
	padding: 0px 0px 0px 0.7em;
	margin: 0px 1em 0px 0em;
	color: #e3d786;
}


#midcol p.list a
{
}


#midcol p.sublist
{
	padding: 0px 0px 0px 0.7em;
}

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

#footer
{
	clear:both;
	vertical-align:top;
	padding: 20px 0px 5px 140px;
	margin: 0px 0px 0px 0px;
	line-height: 1em;
}

#footer p
{
	font-size: 0.6em;
	color: #ccd9d7;
}

#footer a
{
	color: #ccd9d7;
	padding: 0px;
	margin: 0px;
}

