body
{
	background-color: #E2DED5;
	padding: 0;
	margin: 0;
	font: 85% arial, helvetica, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5
{
	color: #16317A;
	font-family: georgia, times, serif;
	text-align: left;
}

h1
{
	margin-top: 0;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 40px;

}

h2
{
	font-size: 125%;

}

h3
{
	font-size: 95%;
	font-weight: normal;
}

h4 { font-size: 90%; }

.clearboth
{
	clear: both;
	height: .2em;
}

.termin
{
	font-size: 95%;
	font-weight: bold;
	font-family: georgia, times, serif;
	text-align: left;
	margin-top: 60px;
	
}


#container
{
	position: relative;
	text-align: justify;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	width: 770px;
	background-color: #FFF;
	background-image: url(../img/background4.gif);
	background-repeat: repeat-y;
}

#header
{
	position: relative;
	height: 95px;
	background-image: url(../img/head2.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	color: #fff;
}

#header span {
	display: none;
}


#col1
{
	float: left;
	width: 500px;
	margin: 1.5em 0 3em 40px;
	font-size: 95%;
	line-height: 150%;
	display: inline;
}

#col2
{
	float: right;
	width: 150px;
	margin: 1.5em 0 3em 35px;
}

#navlist
{
	padding: 3px;
	width: 12em;
	background-color: #6699FF;
	font: 90% verdana,sans-serif;
}

#navlist li
{
list-style: none;
border: 1px solid #6699FF;
}

#navlist a
{
color: #eee;
text-decoration: none;
text-align: right;
display: block;
border-right: 1em solid #159;
border-bottom: 1px solid #159;
padding: 4px 8px;
}

#navlist a:hover { border-color: #124; }

#subnavlist li a
{
border: 0;
border-right: 1em solid #6699FF;
border-bottom: 1px solid #159;
padding: 2px 2px;
margin-left: -20px;
}
#current
{
	background-image: url(../img/pfeilweiss.gif);
	background-position: 0 .5em;
	font-weight: bold;
	letter-spacing: 0;
	background-repeat: no-repeat;
}

#subcurrent
{
	background-image: url(../img/pfeilweiss.gif);
	background-position: 0.5em;
	letter-spacing: 0;
	background-repeat: no-repeat;
}

a:link, a:visited {
	color: #6699ff;
	text-decoration: none;
}
a:hover, a:active {
	color: #3E00FF;
	text-decoration: underline;
}

#info_texte {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#footer
{
	width: 770px;
	height: 15px;
	clear: both;
	margin: 0 auto;
	background-image: url(../img/base.gif);
	background-repeat: no-repeat;
}

#kasten_texte {
	text-decoration: none;
	border: medium ridge #6699FF;
	padding: 10px;
	margin: 30px;
}

#previous
{
	background-image: url(../img/arrow-l.gif);
	background-position: 0 .5em;
	background-repeat: no-repeat;
	float: left;
	font-size: 95%;
	margin-bottom: 20px;
	padding-left: 10px;
}

#next
{
	background-image: url(../img/arrow.gif);
	background-position: 100% 0.5em;
	background-repeat: no-repeat;
	float: right;
	font-size: 95%;
	margin-bottom: 20px;
	padding-right: 20px;
}

#back
{
	text-align: left;
	font-size: 95%;
	text-color:#6699ff;
	text-decoration: none;
	margin-bottom: 20px;
}

/* --- image styles --- */
.imagefloatright
{
	float: right;
	text-align: right;
	margin: 10px 10px 10px 30px;
}

.imagefloatleft
{
	float: left;
	margin: 10px 30px 10px 10px;
	text-align: center;
}

.imagefloatright div { margin-bottom: 10px; }
.imagefloatright img { margin-bottom: 10px; }

dl.meImgLeft { float: left; margin-left: 1em; font-size:85%; color:#999999} 
dl.meImgLeft dt { margin-bottom: 0; } 
dl.meImgLeft dd { margin: 0; } 

dl.meImgRight { float: right; margin-left: 1em; font-size:85%; text-align:right; color:#999999} 
dl.meImgRight dt { margin-bottom: 0; } 
dl.meImgRight dd { margin: 0; } 

.copyright
{
	font-size: 85%;
	text-align: right;
	margin-top: 3em;
}

.none { display: none; }
