/* -- Allgemeines -- */
body {
	color: #003366;
	margin: 0;
	 
	min-width: 800px; 
	font-size: 100.01%;
	font-family: verdana, arial, sans-serif;
	background-attachment: fixed;
	background-color: #9999cc;
	background-image: url(../img/bac-wappen_blau.gif);
	background-repeat: repeat-y;
	background-position: right;
}


 a:link { text-decoration:none; color:#6699CC;font-size: 1.1em; }
 a:visited { text-decoration:none; color:#6699CC; font-size: 1.1em;}
 a:hover { text-decoration:none; font-weight:bold; color:#6699CC;font-size: 1.1em; }
 a:active { text-decoration:none; color:#6699CC;font-size: 1.1em;}
	
.skip { 
  position: absolute;
  margin-left: -999px;
  width: 990px;
}
h1 { 
  font-size: 2.4em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #6699CC;
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { 
  color: #6699CC;
  font-family: Georgia, "Times New Roman", Times, serif;
}


.fleft { 
  float: left;
  margin: 0 1em 0.2em 0;  
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}

.tabelle {
	float: left;
	font-weight: normal;
	border: thin solid #666699;
	font-size: 1.2em;
}


/* -- Layout -- */
#container {
	font-size: 0.8em;
	max-width: 70em;
	margin: auto;
	background: white;
	border-top-width: 1;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99CCFF;
	border-bottom-color: #333333;
	border-left: 1px solid red;
	border-right: 1px solid red;
	top: 0px;
}


#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #666699;
	border-left-color: red;
	height: 30px;
	background-position: center center;
	padding: 1px;
	font-size: 0.9em;
}
#footer li {
	
	letter-spacing: -1px;
	display: inline; 
	list-style-type: none; 
	border-left: 1px solid red;
	padding-right: 4px;
	padding-left: 5px;
}
#footer li a {
  color: white; /*  Linkfarbe  */
  text-decoration: none;
}

#footer li a:visited {
	text-decoration:none;
	color:#99ccff;
}
#footer li a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#99ff99;
	
}
#footer li a:active {
	text-decoration:none;
	color:#red;
}	



/* -  Kopf - */
#logo {
	height: 90px;
	text-align: right;
	overflow: hidden;
	margin: 0;
	background-color: #FFFFFF;
	background-position: 0 bottom;
	align: middle;
	background-image: url(../img/header-elm.jpg);
	background-repeat: no-repeat;
}



/* - Menü - */
#menu {
	position: absolute;
	margin: 0;
	top:0px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #666699;
	font-size: 1em;
	height: 40px;
	width: 77.8em;
	font-size: 0.9em;
	border-bottom: 2px solid #9999cc;
	border-top: 2px solid #99CCFF;
	
  }
  html>body #menu {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
#menu li {
	letter-spacing: -1px;
	display: inline; 
	list-style-type: none; 
	border-left: 1px solid red;
	font-weight: normal;
	padding-right: 3px;
	padding-left: 7px;
	
	
}
#menu li a {
  color: white; /*  Linkfarbe  */
  text-decoration: none;
}

#menu li a:visited {
	text-decoration:none;
	color:#99ccff;
}
#menu li a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#99ff99;
	
}
#menu li a:active {
	text-decoration:none;
	color:#red;
}	



/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 20%; 
  min-width: 10em; 
  float: right; 
  padding: 70px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaa; 
  font-size: 0.8em; 
 color: #333366;
}
#subnav dt { /* Die einzelnen Überschriften in der Subnavigation */
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0.5em;
	margin-top: 1em;
	border-top: 1px dotted #aaa; 
}
#subnav dd { /* Die Unterpunkte der Subnavigation. */
  padding: 0;
  margin: 0.2em 0;
}

/* - Der Hauptinhaltsteil - */
#main {
	padding: 0 25% 0 20px; 
	line-height: 1.5em; 
	color: #333366;
	background-color: white;
	background-position: 100% 0;
}
.rahmen {
	border: thin double red;
}
.fett {
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0.1em;
}
#container #main .tabelle td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
}

