/* -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg    
   http://www.gebharduhl.de   Copyright (c) 2008 GEBHARD|UHL
   -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
*/
/*----------------General Rules-------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.alt {
	display: none;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
/*----------------General Rules-------------*/
/*----------------General Layout-------------*/
html {
	height:100%;
	width:100%;
}
body {
	color:#000000;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	background-color: #f0f0f0;
	height:100%;
	width:100%;
}
#wrapper {
	position: relative;
	width:927px;
	margin: 0 auto;
	color:#000000;
	text-align: left;
	height:100%;
}
/*
#wrapper {
  position: absolute; 
  top: 50%;  
  left: 50%; 
  width: 928px;
  height: 690px;
  margin-top: -345px;
  margin-left: -464px;
}
*/
#contentWrap {
	display: table;
	/*height:100%;*/
}
#wrap {
	display: table-row;
	height:100%;
}
#middle {
	display: table-cell;
	height:100%;
	vertical-align: middle;
}
*+html #wrap {
	overflow: hidden;
}
* html #middle {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}
*+html #middle {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
}
/*----------------General Layout-------------*/
/*----------------Header-------------*/
#header h1 {
	width: 0;
	height: 0;
}
/*----------------Header-------------*/
/*----------------Content-------------*/
#contentContainer {
	margin-top:20px;
	background-color: #FFF;
	height: 534px;
	background:transparent url(../images/content.png) no-repeat scroll left top;
	overflow: visible;
	z-index: 99;
}
/*----------------Content-------------*/
#footer {
	width:928px;
	height:38px;
	padding-top:138px;
	background: transparent url(../images/footer.png) no-repeat scroll left top;
	margin-top:-130px;
}
.footerLink a{
	position:relative;
	left:793px;
	top:0px;
	display: block;
	width:170px;
	height:120px;
}

.footerLink img{
	margin-left: 10px;
	margin-top: 10px;
}


.contentPlain50
{
	float:left;
    padding-left:10px;
    width:285px;
}

#contentMain
{
    padding: 10px;
}

#contactForm .formField
{
	background-color:#FFFFFF;
	border:1px solid #B8B8B8;
	font-size:11px;
	overflow:hidden;
	padding:0pt;
	vertical-align:middle;
	width:210px;
}

#contactForm .formLabel
{
    float:left;
    width:84px;
}

#contactForm .formFieldSet
{
    clear:both;
    margin:0pt 0pt 8px;
}

#contactForm .textField
{
	height:16px;
    width:207px;
}

#contactForm .textArea
{
    height:107px;
    width:207px;
}

#contactForm .errorField
{
	background-color:#E3E3E3;
}

.contentInfo
{
	background:#FFFFFF none repeat scroll 0%;
	float:left;
	padding-left:10px;
	width:437px;
}

.infoBoxGrey
{
	background-color:#BFBFBF;
	border:1px solid #BFBFBF;
	margin-top:10px;
	padding-left:7px;
	padding-right:7px;
	padding-top:6px;
}

.infoMain
{
	float:left;
	margin:0pt 0pt 0pt 10px;
	padding-bottom:30px;
	width:140px;
}

.infoBoxBorder
{
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	margin-bottom:10px;
	padding-left:8px;
	padding-right:7px;
	padding-top:7px;
}

.infoBoxHeader
{
	font-weight:bold;
	padding-bottom:5px;
}

h1
{
    font-size:16px;
	font-weight:bold;
	margin:0px;
	padding-bottom:10px;
	text-decoration:none;	
}

.left
{
    float:left;
}

.right
{
    float:right;
 		padding-right: 8px;
}