/* Copyright (c) 2006 :: Benedikt Burhorst for FACT-Werbeagentur.de  */

* {margin:0;padding:0}

/* mac hide \*/
html,body {height:100%;width:100%;}
/* end hide */

body {
         color: #333;
         font-family: arial, helvetica, sans-serif;
         background: #ccc;
	text-align:center;
	min-height:600px; /* for good browsers*/
	min-width:980px;  /* for good browsers*/
}
#outer{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#container {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 600px;
}
#inner {
	width: 980px;
	height: 600px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
         background: #fff;
         border: 1px solid #333;
}
#aussen {
	position: relative;
         top: 0px;
         left: 0px;
	width: 980px;
         height: 600px;
         text-align: left;
}
#top {
	position: absolute;
         top: 0px;
         left: 0px;
         width: 100%;
         height: 100px;
         background: url(../images/bg_top.jpg) repeat-x;
}
  #top img {
	position: absolute;
         left: 705px;
         top: 0px;
  }
  #top h2 {
	font-size: 20px;
	font-family: arial, helvetica, sans-serif;
         color: white;
         margin: 70px 0 0 200px;
  }
  #top h2 em {
	color: #e3007f;
         font-style: normal;
  }
#main {
	position: absolute;
         top: 100px;
         left: 150px;
         width: 830px;
         height: 500px;
	padding: 0px;
         margin: 0;
}
  #startbild {
	position: absolute;
         top: 0px;
         left: 0px;
  }
  #starttext {
	position: absolute;
         left: 300px;
         top: 25px;
         width: 425px;
         margin: 20px 10px 0 10px;
  }
  #text {
	position: relative;
         float: left;
         width: 375px;
         margin: 20px 10px 0 10px;
  }
  #bild {
	position: relative;
         float: right;
         width: 433px;
  }
  #bild_blau {
	position: relative;
         float: right;
         width: 433px;
         text-align: center;
         background: #0493cf;
  }
  #bildunten {
	position: absolute;
         bottom: 0px;
         left: 0px;
  }
  h3 {
   	font-size: 16px;
         color: #666;
         margin: 0 0 5px 0;
  }
  h4 {
   	font-size: 14px;
         font-weight: 600;
         color: #666;
         margin: 2px 0 5px 0;
  }
  p, td, th {
  	color: #333;
         font-size: 14px;
         margin: 3px 0 3px 0;
  }
#Text p {
         font-size: 12px;
}
.Stil3 {
	color: #0493CF;
         font-weight: bold;
}
.Stil5 {
	color: #E7E7E5;
         font-weight: bold;
}
/*  images  */
img {
	border: 0;
}
/* text formatting */

/*** Navigation und Links ***/
ul, li {
	margin: 0;
         padding: 0;
         list-style: none;
}
a, a:link, a:visited {
	color: #00f;
	text-decoration: none;
	font-size: 12px;
}
a:hover, .pagenav {
	color: #00f;
	text-decoration: underline;
	font-size: 12px;
}

#navi {
 	position: absolute;
         top: 100px;
         left: 0px;
         width: 150px;
         height: 500px;
         background: #0493cf;
}
#navi ul {
	font-size: 14px;
         color: #fff;
         border-top: 1px solid #fff;
}
#navi li { /* linke Navigation */
         text-align: right;
         margin: 0;
         padding: 7px 5px 7px 0;
         border-bottom: 1px solid #fff;
         list-style: none;
}
#navi a {
	display: block;
         color: #fff;
	font-size: 14px;
         text-decoration: none;
}
#navi li ul {  /* 2nd level */
	position: relative;
         display: none;
         margin-top: 8px;
         font-size: 12px;
         border-top: 0px none;
}
#navi li li {
	width: 145px;
         background: #5cb9e5;
}
#navi li li a {
	display: block;
         color: #fff;
         font-size: 12px;
	margin: 0;
         padding: 0;
         background: transparent;
}
#navi a:hover, #navi a.active { /* 2nd level, links hovered */
         color: #00f;
}
#navi li:hover ul, #navi li.over ul, #navi li.active ul { /* lists nested under hovered list items */
	display: block;
	width: 145px;
}
div.spacer { /* magic tool */
	float: none;
	clear: both;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}
