@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
/* mac hide \*/

/* BASIC STRUCTURE */

html, body {
	height:100%;
	width:100%;
	/*background-color: #CCCCCC; #F3D9BE*/
	background-color: #FFF4E4;
}
img {
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#center {
	width: 962px;
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;
	text-align: left;
	margin:auto;
}
#content {
	clear:both;
	color:#000;
}
#header {
	 text-align: right; 
	 border: 0;
	 background-repeat:no-repeat;
	 background-position: left top;
}
#titleimage {
	height: 166px;
}
#contentBackground {
	clear:both;
	margin-top: 0px;
	background-position: top left;
	background-repeat:no-repeat;
}

/* MENU */
#menu {
	margin:0;
	height: 25px;
	background-repeat:no-repeat;
	background-position: left top;
	padding-top: 5px;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
}
#menu A {
	color: #000;
	text-decoration:none;
}
#menu A:hover {
	color: #FFF;
	text-decoration:none;
}

#menu .aktiv, #menu .aktiv A {
	color: #FFFFFF;
}
#menu .eins {
	width: 95px;
	float:left;
}
#menu .eins A {
	margin-left: 1em;
}
#menu .zwei {
	width: 180px;
	float:left;
}
#menu .zwei A {
	margin-left: 1.5em;
}
#menu .drei {
	width: 97px;
	float:left;
}
#menu .drei A {
	margin-left: 0.5em;
}
#menu .vier {
	width: 228px;
	float:left;
}
#menu .vier A {
	margin-left: 1em;
}
#menu .fuenf {
	width: 130px;
	float:left;
}
#menu .fuenf A {
	margin-left: 1.2em;
}
#menu .sechs {
	width: 115px;
	float:left;
}
#menu .sechs A {
	margin-left: 1.3em;
}
#menu .sieben {
	width: 117px;
	float:left;
}
#menu .sieben A {
	margin-left: 1.3em;
}
/* CONTENT */
H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.5em;
	margin-bottom: 1em;
}
A.textlink {
	color: black;
	text-decoration: underline;
}
.small {
	font-size: 0.8em;
}
.bold {
	font-weight: bold;
}
.magentabig, .greybig {
	display: block;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.magentabig, A {
	color: #e1017b;
}
.greybig {
	color: #58595b;
}
.greybig:hover {
	color: #e1017b;
}
.left {
	float: left;
}
.right {
	float:right;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.verticaltop {
	vertical-align: top;
}
.clear {
	clear:both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; /* NEW! See http://drupal.org/node/281106#comment-1345134 */
  }
/* IE Mac/Win fixes below */
.clearfix {
  display: inline-block; /* For IE/Mac */
  }
/* Hides from IE/Mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE/Mac */
.red {
	color: #d2232a;
}
.center {
	text-align: center;
}

ul {
	margin:0;
	padding:0;
	list-style-image: url(../images/red_dot.gif);
}
li {
	margin: 0 0 6px 14px;
	padding: 0;
	font-size: 7.5pt;
}
/* FOOTER */
#footer {
	clear: both;
	background-color: #e2002a;
	color: #FFF;
	text-align: center;
	font-size: 10pt;
	padding: 0;
	line-height: 1.3em;
	text-align: center;
}
#footer P.h1 {
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12pt;
	letter-spacing: 0.1em;
	padding: 0.3em 0 0.5em 0;
}
#footer DIV h2 {
	font-size: 9pt;
	font-weight: normal;
	margin: 2px 0 4px 0;
}
#footer DIV P {
	font-size: 7pt;
}
