﻿/* standardkonforme Browser */

body 
{
	margin:0;
	padding:0;
}

body, html
{
	width: 100%;
	height: 100%;
}

#header_container 
{
	position:fixed;
	height: 64px;
	width: 100%;
	padding: 0px;
	z-index: 1;
}

#header
{ 
	position:fixed;
	top:0px; left:0px; right:0px;
	text-align:center;
	height: 64px;
	width: 800px;
	color: #552266;
	margin-left:auto;
 margin-right:auto;
}

#footer_container 
{
	position:fixed;
	bottom:0px;
	height: 50px;
 width: 100%;
 color: #000000;
	text-align:center;
 z-index: 2;
}

#footer
{ 
	height: 50px;
	width: 800px;
	color: #552266;
 margin-left:auto;
 margin-right:auto;
}

#crHolder
{
  position:relative;
  bottom:-30px;
  left:208px;
  text-align:left;
}

#footer a ,#footer span
{ 
  color: #849098;
  text-decoration:none;
  font-size:10px;
  font-family:"tahoma";
}  

#footer a:hover
{ 
  text-decoration:underline;
} 

#content_container 
{
	padding-top:64px;
	padding-bottom:50px;
	padding-left:0;
	width: 100%;
	color: #000000;
}

#content
{
	width: 650px;
	color: #552266;
	margin-left:auto;
	margin-right:auto;
}

#tabs
{
	width: 650px;
 height: 30px;
 margin-top: 5px;
	color: #552266;
 margin-left:auto;
 margin-right:auto;
}

DIV #tabs
{
  position: relative;
  left: 0px;
  top:-11px;
}

DIV .tab
 {
  list-style: none;
  position: relative;
  height: 30px;
  width: 128px;
  margin: 0px;
  float:left
}
  
#list
{
  position: relative;
  left: -40px;
}

/* Formatierung des Seiteninhaltes */

#menu {
	border: 3px dotted #5E1600;
	margin:0;
	margin-left:0.5em;
	padding:0.5em;
	float:left;
	width:9em;
}

#menu li {
	list-style: none;
	margin:0;
	padding:0.3em;
}

#menu li#active {
	padding:0.5em;
	text-decoration:underline;
}

#menu a:link, #menu a:visited {
	display:block;
	color:#5E1600;
	text-decoration:none;
	margin:0;
	padding:0.2em;;
}

#menu a:hover {
	color:#DA9F43;
	text-decoration:underline;
}