body {
	background-image: url(../../images/background.gif);
	background-repeat: repeat-x;
	background-attachment: initial;
	background-position-x: initial;
	background-position-y: initial;
	-webkit-background-clip: initial;
	-webkit-background-origin: initial;

	font-family: Arial;
	font-size: 12px;
	background-color: #aaa;
	color: #000;
}

#homepage {
	width: 73em;
	background: #fff;
	margin: 0 auto;
}

#inhalt{
	float: left;
  width: 44em;
  min-height: 350px;
  padding: 1.5em;
  background: transparent;
}

#hauptteil{
	width: 44em;
  margin-left: 13em;
  margin-right: 13em; 
  position: relative;
}

#sidebar {
	top: 0;
	right: -16em;
	float: right;
  width: 13em;
  position: absolute; 
  min-height: 300px;
  color: #000;
  background: #eee;
  border-left: 1px dotted #000;
}

#navigation {
	top: 0;
  float: left;
  width: 13em;
  left: -13em;
  /*margin-right: 1px;  /*Clear wirkung sicherstellen*/
  position: absolute;
  min-height: 300px;
  color: #ccc;
  background: #9f0000;
}


#header {
	display: block;
	height: 117px;
	border-bottom: 2px solid #9f0000;
	position: relative;
}

#serviceNav {
	position: absolute;
	top: .25em;
	right: 60px;
}

#loewe{
	float: right;
	position: absolute;
  top: 0px;
  right: 0px;
}


#headline{
	float: left;
  position: absolute;
  top: 5px;
  left: 25px;
}

#headline h1{
	font-family: Tahoma;
	font-size: 300%;
	color: #9f0000;
}

#headline>h2{
  font-family: Tahoma;
  font-size: 150%;
  color: #000;
}

#topnav {
	position: absolute;
	height: 25px;
	margin-top: 92px;
	margin-left: 13em;
}


#topnav {
	background: #999;
	color: #fff;
}

/* 
  versteckte Elemente 
*/
#header>h2 {
	position: absolute;
	left: -9999px;
}

#footer {
	clear: both;
	border-top: 2px solid #9f0000;
	padding: .75em 0;
}

#footer address {
	font-size: 80%;
	font-style: normal;
	float: left;
	text-align: left;
	padding-left: 1.25em;
}

#footer p {
	font-size: 80%;
	text-align: right;
	margin: 0 1.25em;
}

/*
* Formatierung der Navigationsliste links:
*/
#navigation ul {
	margin-top: .5em;
	list-style: none;
}

#navigation ul ul {
	margin-top: 0;
  list-style: square;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navigation li {
	padding: .25em 1em;
}

#navigation li li {
	padding: 0;
	margin-left: 1.5em;
	text-transform: none;
}

#navigation h2{
	color: #fff;
	list-style: circle;
  padding: .5em 0em 0em .5em;
  text-decoration: underline;
}


#navigation a {
	text-decoration: none;
	color: #fff;
}

#navigation a:hover {
	color: #9f0000;
	background: #fff;
}

#navigation strong {
	font-weight: normal;
	color: #000;
}

/*
* Formatierung der Navigationsliste oben:
*/
#topnav ul {
	list-style: none;
}

#topnav li {
	float: left;
	padding: 4px 1em;
	display: inline-block;
	border-left: 2px solid #ccc;
	white-space: nowrap;
}

* html #topnav li{
	width: 1px;
	}

#topnav li:first-child {
	border-left: none
}

#topnav a {
	text-decoration: none;
	color: #fff;
}

#topnav a:hover {
	text-decoration: underline;
}

#topnav strong {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}

/**
* Formatierung der Service Navigation
*/
#serviceNav li {
	float: left;
	display: inline-block;
	padding-left: 5px;
	
}

#serviceNav li:first-child {
	border-left: none;
}

#userActions{
	border-top: 1px solid #ccc;
  margin-top: 3em;
}

