 /********************************/
 /*                              */
 /*         Zenga Media          */
 /*         22.10.2007           */
 /*                              */
 /********************************/
  
  @import url(nav_main.css);
  @import url(nav_agb_impressum.css);
  @import url(page_type_one.css);
  @import url(page_type_two.css);
  @import url(page_type_three.css);
  
  
  html,body{
    padding : 0px;
	margin  : 0px;
  }

  img {
    border  : 0;
  }
 
  body { 
	background-color : #9E9E9E; 
	margin-top       : 120px; 
	margin-left      : 0px; 
	margin-right     : 0px; 
	width            : 100%;
  }

  div#contact {
    position  : absolute;
    top       : 492px;
    left      : 69px;
  
    font-family      : Arial,Verdana,Tahoma; 
    font-size        : 12px; 
  }
  
  div#contact a:hover {
    color            : #ffffff;
  }
  
  div.logo {
    position         : absolute;
	
	width            : 257px;
    height           : 69px;
    
	top              : 0px;
	
    background-image : url(../images/logo.jpg);	
  }
  
  div.menuePic {
    position         : absolute;
	
    width            : 584px;
	height           : 52px;
	
	border-top       : 1px solid #9E9E9E;
	background-color : #0C0001;
	
	left             : 70px;
	top              : 434px;
  }
  
  div.main {
    position         : absolute;
	top              : 50%;
	left             : 50%;
	width            : 654px;
	height           : 515px;
	margin-top       : -255px;
	margin-left      : -327px;
  }
  
  div.leftSpacer {
    width            : 70px;
	height           : 100%;
	
	float            : left;
	
	background-color : #9E9E9E;
  }
  
  h6#messen {
    font-family      : Arial,Verdana,Tahoma; 
	font-size        : 12px; 
	color            : #747171;
	
	margin           : 0px;
	padding          : 0px;
	
	font-weight      : normal;
	
	position         : absolute;
	top              : 17px;
	left             : 14px;
  }
  
  img#logoLT {
    border           : none;
	
	margin           : 0px;
	padding          : 0px;
	
	position         : absolute;
	top              : 14px;
	left             : 164px;
  }
  
  img#logoBL {
    border           : none;
	
	margin           : 0px;
	padding          : 0px;
	
	position         : absolute;
	top              : 15px;
	left             : 365px;
  }
  
  #gmapmarker {
    font-family      : Verdana, Tahoma, Arial;
	font-size        : 12px;
    color            : #353535;
  }
  
  #gmapDirTo{
    font-family      : Verdana, Tahoma, Arial;
	font-size        : 12px;
    color            : #353535;
  }  
  
  #gmapDirTo a:link, a:active, a:visited {
    color            : #5a5a5a;
  }
  
  #gmapDirTo a:hover {
    color            : #353535;
	text-decoration  : underline;
  }
  
  #gmapDirFrom {
    font-family      : Verdana, Tahoma, Arial;
	font-size        : 12px;
    color            : #353535;
  }  
  
  #gmapDirFrom a:link, a:active, a:visited {
    color            : #5a5a5a;
  }
  
  #gmapDirFrom a:hover {
    color            : #353535;
	text-decoration  : underline;
  }
  
  #gmapDirHead {
    font-family      : Verdana, Tahoma, Arial;
	font-size        : 12px;
    color            : #353535;
  } 
  
  #gmapDirHead a:link, a:active, a:visited {
    color            : #5a5a5a;
  }
  
  #gmapDirHead a:hover {
    color            : #353535;
	text-decoration  : underline;
  }  

  /*div.content {
    text-align       : justify;
  }*/
  
  div.main div.print_back {
    position         : absolute;
	
    width            : 584px;
	height           : 15px;
	
	left             : 70px;
	top              : 486px;
  }
  
  div.main div.print_back ul {
    font-family      : Arial,Verdana,Tahoma; 
	font-size        : 12px; 
	color            : #050000;
	text-transform   : lowercase;
	text-align       : right;
	
    display          : inline;
    margin           : 0 auto;
    padding          : 0;
  }
  
  div.main div.print_back li {
    list-style-type  : none;
	float            : right;
    display          : inline;
	
	padding-top      : 6px;
	padding-left     : 15px;
  }  
  
  div.main div.print_back li a, a:link, a:active, a:visited {
	color            : #050000;
    text-decoration  : none;
  }
  
  div.main div.print_back li a:hover {
    color            : #F6F3F3;
  }
