/* stylesheet for componeo websites */
body 
{
	color: #666;
	background-color: #FFF;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
	
#gesamtrahmen
{
  width: 880px;
  margin: 0 auto;
  position: relative;
}

#header
{
  margin: 0;
}
	
#links
{
  float: left;
  width: 185px;
  height: 100%;
  /* margin: 20px 62px 0 0; */
	margin: 20px 32px 0 0;
	text-align: left;
}
	
#rechts
{
  float: right;
  /* width: 573px; */
  width: 643px;
  height: 100%;
  /* padding: 0 60px 0 0; */
  padding: 0 20px 0 0;
  margin: 20px 0 0 0;
	line-height: 14pt;
	text-align: left;
}
	

* html #rechts
{
  position: absolute;
  /* left: 248px; */
  left: 218px;
}

#rechts td
{
	line-height: 14pt;
	font-size: 12px;
	padding: 0 10px 0 0;
	text-align: left;
}
	

	
	
h1 
{
	font-family: Georgia, Times;
	font-size: 170%;
	font-weight: bold;
	color: #333;
	font-style: italic;
	margin: 0 0 20px 0;
}

h2 
{
	font-family: Georgia, Times;
	font-size: 140%;
	font-weight: normal;
	color: #333;
}

h3 
{
	font-family: Georgia, Times;
	font-size: 120%;
	font-weight: normal;
	color: #333;
}


address 
{
	font-size: 85%;
	font-weight: normal;
	font-style : normal;
}

li 
{
	padding-bottom: 6px;
}

.content 
{
	background-color: #FFF;
	text-align: left;
	/* border: 1px solid #F00; */
}

/* links */
a:link			
{
	text-decoration: none;	
	color: #3E80B3;
}

a:visited		
{
	text-decoration: none;
	color: #3E80B3;
}

a:hover		
{
	text-decoration: underline;
	color: #3E80B3;
}

a:active 		
{
	text-decoration: underline;
	color: #3E80B3;
}

/* misc */

.hochgestellt 
{
	font-size : 70%;
	vertical-align:text-top;
}

.footer		
{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	font-size: 10px;
	color: #999999;
}


ul
{
  margin: 10px 0 10px 0;
  padding: 0 0 0 15px;
}


li 
{
	padding-bottom: 3px;
}

/* positioning the navigation items in all 4 levels (#0-#3, any level below #3 will be set on level #3) */
.nav0			{
	font-size:13px;
	margin-left:0px;	
	padding-top:10px; /* distance between als level #0 headlines */ 
}
.nav1			{
	font-size:12px;
	margin-left:8px;
}
.nav2			{
	font-size:11px;
	margin-left:16px;
}
.nav3			{
	font-size:10px;
	margin-left:24px;
}


/* ------------------ add individual styles below ----------------- */
/* navigation */

#navigation
{
	border-bottom: 1px solid #D9D9C5;
}

#navigation div
{
	display:block; 
}

/* */

.level_0 
{
	border-top: 1px solid #D9D9C5;
	height: 30px;
	width: 185px;
	display:block; 
  overflow: hidden;
}

.level_0 span
{
  width: 100%;
  height: 30px;
	display:block; 
}

.level_0 span.closed
{
}


.level_0 span.closed:hover
{
  background-color: #224662;
}


.level_0 span.closed a
{
	color: #224662;
  padding: 8px 0 0 20px;
  width: 165px;
  height: 22px;
	display:block; 
  background-image: url(../media/menue_icon_beige.gif);
  background-repeat: no-repeat;
  background-position: 10px 11px;
}


.level_0 span.closed a:hover
{
  background-color: #EEE;
  color: #333;
  background-image: url(../media/menue_icon_beige.gif);
  background-repeat: no-repeat;
  background-position: 10px 11px;
  width: 165px;
  height: 22px;
	display:block; 
}

* html .level_0 span.closed a:hover
{
  width: 100%;
  height: 30px;
}


/* *** */

.level_0 span.open, .level_0 span.open:hover
{
  background-color: #224662;
}


.level_0 span.open a, .level_0 span.open a:hover
{
  background-color: #224662;
	color: #FFF;
  font-weight: bold;
  padding: 8px 0 0 20px;
  width: 165px;
  height: 22px;
	display:block; 
  background-image: url(../media/menue_icon_weiss.gif);
  background-repeat: no-repeat;
  background-position: 10px 11px;
}

.level_0 span.active 
{
  background-color: #224662;
	color: #FFF;
  font-weight: bold;
  padding: 8px 0 0 20px;
  width: 165px;
  height: 22px;
	display:block; 
  background-image: url(../media/menue_icon_weiss.gif);
  background-repeat: no-repeat;
  background-position: 10px 11px;
}

* html .level_0 span.active 
{
  width: 100%;
  height: 30px;
}

/* *** */
/* *** */

.level_1 
{
	border-top: 1px solid #D9D9C5;
	height: 20px;
	width: 168px;
	display:block; 
	margin: 0 0 0 17px;
  overflow: hidden;
}

.level_1 span
{
  width: 165px;
  height: 20px;
	display:block; 
}

.level_1 span.closed:hover
{
  background-color: #3A77A6;
}


.level_1 span.closed a
{
	color: #3E3E37;
  padding: 4px 0 0 10px;
  width: 158px;
  height: 16px;
	display:block; 
}


.level_1 span.closed a:hover
{
  background-color: #EEE;
  color: #333;
  width: 158px;
  height: 16px;
	display:block; 
}

* html .level_1 span.closed a:hover
{
  width: 168px;
  height: 16px;
}




/* *** */


.level_1 span.open, .level_1 span.open:hover
{
  color: #FFF;
  background-color: #3A77A6;
  font-weight: bold;
}


.level_1 span.open a, .level_1 span.open a:hover
{
  color: #FFF;
  background-color: #3A77A6;
  padding: 4px 0 0 10px;
  width: 158px;
  height: 16px;
	display:block; 
	font-weight: bold;
}


* html .level_1 span.open a
{
  width: 168px;
}

* html .level_1 span.open a:hover
{
  width: 168px;
}


.level_1 span.active
{
  color: #FFF;
  background-color: #3A77A6;
  padding: 4px 0 0 10px;
  width: 158px;
  height: 16px;
	display:block; 
	font-weight: bold;
}


* html .level_1 span.active
{
  width: 100%;
}





/* *** */
/* *** */

.level_2 
{
	border-top: 1px solid #D9D9C5;
	height: 20px;
	width: 145px;
	display:block; 
	margin: 0 0 0 40px;
  overflow: hidden;
}

.level_2 span
{
  width: 145px;
  height: 20px;
	display:block; 
}

.level_2 span.closed:hover
{
  background-color: #3A77A6;
}


.level_2 span.closed a
{
	color: #3E3E37;
  padding: 4px 0 0 0px;
  width: 145px;
  height: 20px;
	display:block; 
}


.level_2 span.closed a:hover
{
  background-color: #FFF;
  color: #3E80B3;
}

/* *** */


.level_2 span.open, .level_2 span.open:hover
{
  color: #31658C;
  font-weight: bold;
}


.level_2 span.open a, .level_2 span.open a:hover, .level_2 span.active
{
	color: #31658C;
  padding: 4px 0 0 0px;
  width: 115px;
  height: 20px;
	display:block; 
	font-weight: bold;
}




/* *** */
/* *** */

.level_3 
{
	height: 20px;
	width: 125px;
	display: block; 
	margin: 0 0 0 60px;
  overflow: hidden;
}

.level_3 span
{
  width: 125px;
  height: 20px;
	display:block; 
}

.level_3 span.closed:hover
{
  background-color: #3A77A6;
}


.level_3 span.closed a
{
	color: #3E3E37;
  padding: 4px 0 0 0px;
  width: 125px;
  height: 16px;
	display:block; 
}


.level_3 span.closed a:hover
{
  background-color: #FFF;
  color: #3E80B3;
}

/* *** */


.level_3 span.open, .level_3 span.open:hover
{
  color: #31658C;
  font-style: italic;
}


.level_3 span.open a, .level_3 span.open a:hover, .level_3 span.active
{
	color: #3A77A6;
  padding: 4px 0 0 0px;
  width: 115px;
  height: 16px;
	display:block; 
}


/* *** */
/* *** */


input, textarea, select 
{
	background-color : transparent;
	color: #333;
	border : 1px solid grey;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

td { 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.sitemap	{
	border : 1px solid #CCC;
	padding: 3px
}




/* links */
.sitelink a:link			
{
	text-decoration: none;	
	color: #3E80B3;
}

.sitelink a:visited		
{
	text-decoration: none;
	color: #3E80B3;
}

.sitelink a:hover		
{
	text-decoration: underline;
	color: #3E80B3;
}

.sitelink a:active 		
{
	text-decoration: underline;
	color: #3E80B3;
}


hr
{
  border: none;
  border-top: 1px dashed #D9D9C5;
}