/* Copyright (c) 2008 :: 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: #86868a url(img/body_bg.jpg) top repeat-x;
	text-align:center;
	min-height:575px; /* 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: 575px;
}
#inner {
	width: 980px;
	height: 575px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#aussen {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 575px;
	text-align: left;
	background: #fff;
}
img.logo {
	position: absolute;
	top: 56px;
	left: 655px;
}
#lang {
	position: absolute;
	top: 525px;
	left: 720px;
}
#lang a:link, #lang a:visited, #lang p {
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: 12px;
}
#lang a:hover {
	text-decoration: none;
	color: #003a77;
}
#main {
	position: absolute;
	top: 150px;
	left: 0px;
	padding: 0;
	width: 100%;
	height: 320px;
	background: #e9e9e9;
}
  #startbilder {
	position: absolute;
	left: 150px;
	top: 90px;
  }
  #startbilder a span {
	display: none;
  }
  #startbilder a:hover span {
	position: absolute;
	margin-left:-140px;
	display: inline;
  }
/*  images  */
img {
	border: 0;
}

/* text formatting */

/*** Navigation und Links ***/


a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
td.contentheading {
	padding: 3px 0px 0px 12px;
         font-size: 13px;
         font-weight: 600;
         height: 11px;
}


div.spacer { /* magic tool */
	float: none;
	clear: both;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}
