/*
//  styles.css
//  geldautomatensuche.de
//
//  Created by Lukas Barth on 2005-10-18 - 19.
//  Copyright (c) 2005 CyberManagements OHG. All rights reserved.
*/

body {
  margin:0px;
  padding:0px;
  background:url(img/bg.png) repeat-x;
}

#head {
  height:270px;
}

#head #head-automat {
  float:left;
  margin: 15px 0px 0px 50px;
  border:0px;
}

  #head #adstop {
    float:right;
    margin:20px 20px 0px 0px;
    padding:0px;
    width:250px;
    height:250px;
    border:1px solid #e3f5fa; border-bottom: 10px solid #e3f5fa;
  }

  #head #searchform {
    position:absolute;
    top:0px;
    left:225px;
    margin:20px 0px 0px 0px;
    padding:0px;
    width:356px;
    height:104px;
  }
	
  #head #searchform #left, #head #searchform #right {
    width:11px;
    height:104px;
    float:left;
  }
		
  #head #searchform #center {
    padding:35px 0px 0px 0px;
    float:left;
    width:332px;
  }
		
  #head #searchform #left {
    background:url(img/bg-search-left.png) no-repeat;			
  }
		
  #head #searchform #right {
    background:url(img/bg-search-right.png) no-repeat;			
  }		
		
  #head #searchform #text {
    width:277px;
    height:22px;
    padding:3px 0px 0px 3px;
    font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
    font-size:16px;
    color:#999999;
    border:1px solid #e8e7e7;
  }
		
  #head #searchform #suchen {
    margin:0px 0px 0px 8px; 
  }
		
  #head #mirror-search {
    position:absolute;
    top:147px;
    left:225px;
    margin:0px;
  }

  #top-left {
    margin:30px 0px 0px -80px;
    padding:40px 0px 0px 0px;
    width:350px;
    height:35px;
    float:left;			
  }
		
  #adsense {
    margin:30px 0px 0px 0px;	
    width:450px;
    height:75px;
    border:1px solid green;
    float:left;
  }
		
  #content {
    clear:both;
    margin:5px 0px 0px 50px;
  }

  h1, #content h2, #content p, #content a, #content a:hover, #content th {
    font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
    color:#34afd4;
    font-weight:normal;
  }

  #content th {
    padding:2px;
    margin:3px;
    text-align:left;
    font-size:11px;
  }

  #content td {
    font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
    color:#909090;
    font-size:11px;
  }

  #content .td0 {
    background:#e3f5fa;
  }

  #content .td1 {
    background:#ffffff;
  }
		
  #content table {
    border:1px solid #e3f5fa;
    margin-bottom:40px;
  }

  h1 {
    color:#25839f;
    font-size:18px;
  }		

  #content h2 {
    color:#25839f;
    font-size:14px;
  }
		
  #content p {
    font-size:11px;
  }
		
  #content a {
    font-size:11px;
    text-decoration:none;
  }

  #content a:hover {
    text-decoration:underline;
  }
