BODY {
   background-image: url(images05/bkgd.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
	margin-top:0px;
	height: 100%;
}

LI {
	list-style-image: url(images05/listbutton.gif);
}

/* Äusserster Rahmen, der zentriert ist */
#outer {
	width: 738px;
	w\idth: 738px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid red;
	text-align:left;
	position: absolute;
	left: 50%;
	margin-left:-369px; /* für Firefox */
}



/* Container, der Arianes Photo darstellt */		
#ariane {
	position: absolute; 
	top:48px; 
	left:540px;
	z-index:3; 
	width: 114px;
	height: 164px;
}


#in-head {
	background-color: rgb(213, 219, 225);
}
	
/* Container, der die grüne Navigationsleiste darstellt */	
#in-nav {
	background-image: url(images05/bkgd-nav.gif);
	background-repeat: repeat-x;
	height: 32px;
	vertical-align: middle;
}

/* Container, der den Navigationstext enthält */
#navtext {
	position:relative; 
	top:153px; 
	left:15px;
	width:500px; 
	text-align:left;
}


/* Container, der die weiße Contentfläche darstellt */
#content {
	top:180px;
	padding: 0px;
	margin-right: 215px;
	position: absolute;
	width: 540px; /* für Firefox */
		}
	
/* Container, der den Textcontainer enthält */
#contenttextcontainer {
	top:0px;
	margin-right: 215px;
	background-color: #fff;
	position: relative;
	width: 540px; /* für Firefox */
	border-right:1px solid #8E855C;
	min-height: 400px;
	float: left;
		}

/* Container, der den Fließtext des Contentcontainers enthält */
.fliesstext {
	margin-left: 20px;
	line-height: 175%;
	margin-right: 10px;
}	

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

h1 {
	position: relative;
	top:0px;
	background-color: #fff;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F7C704;
	margin: 20px 0 0 0;
	letter-spacing: 0px;
}

h3 {
	/* background-image: url(images05/bkgd-textheadline.jpg); */
	margin-left: -10px;
	margin-right: 10px;
	margin-top: 20px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #b75d55;
	letter-spacing: 1px;
	border-bottom: 1px dotted gray;
}

h3:target:before
{
content: "\25ba\2009";
color: red;
}

#foot {
	position: relative; 
	bottom: 0px; 
	width: 540px;
	z-index: 4;
	float: left;
	top:0px;

}
		
/* Container, der die rechte Navigationsleiste darstellt - neben dem Contentcontainer */
#in-navr {
	top:180px;
	left: 548px;
	position: absolute;
	width: 190px;
	background-color: #E9FFE9;
}



/* Start Navigation rechts */
 #navcontainer { width: 190px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
list-style-image: none; 
}

#navcontainer li
{
list-style-image: none; 
}

#navcontainer a
{
display: block;
padding: 3px 3px 3px 10px;
width: 176px;
background-color: #CEFFCF;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #AEFFB0;
color: #000;
}
/* End Navigation rechts */

A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.navvert { 
  color: #FFFFFF; 
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}

A.navvert:hover {
  color: #F7C704;
  text-decoration: none;
}

A.navactive {
	color: #F7C704; 
	font-weight: bold;  
	font-size: 12px; 
	text-decoration: none;
}

A.bottomlink{
	color: #FFFFFF; 
   font-weight: bold;
   text-decoration: none;
   font-size: 9px;
}

hr {
	height: 1px; 
	border-width: 1px 0 0 0; 
	border-style: dotted; 
	border-color: gray;
}

.picture {
	border: 1px solid gray;
	margin: 0 10px 10px 0;
}

.clearboth { 
	clear: both; 
}

.bkindexcontainer {
	color: White;
}

.cadre {
	margin-left: 20px;
	margin-right: 20px;
	border:1px solid black;
	background-color: #EADDC3;
	padding: 2px 2px 2px 5px;
}

