/* CSS Document */

	/*
	**	Stylesheet Formatierungen für camping-voellan.com
	**
	**	line endings: unix; encoding: utf-8; BOM: off; tabs: yes; tab width: 4
	**
	**	@copyright	(c) 2007 Profi IT KG
	**	@author		SNK 
	**	@since		17.12.2007 18:08:07
	*/

	body {
		font: 100%/100% Arial, Helvetica, sans-serif;
		color: #514943;
		background-color: #eae8e4;
	}
	
	img {
    border: none;
  }

  strong {
    font-weight: bold;
  }
  
  #wrap {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 776px;
    height: 650px;

    margin: -325px 0 0 -388px;
  }
  
    #header {
      width: 776px;
    }
      
      #header .image-wrap {
        width: 603px;
        text-align: right;
        float: left;
      }
      
      ul#menu-language {
        float: right;
        width: 173px;
        padding-top: 77px;
      }
      
        ul#menu-language li {
          text-align: right;
        }
        
          ul#menu-language li a {
            font-size: 18px;
            text-decoration: none;
            color: #514943;
            line-height: 30px;
            padding-right: 30px;
          }
          
          ul#menu-language li a.german {
            background: transparent url('../img/de.png') right center no-repeat;
          }
          
          ul#menu-language li a.italian {
            background: transparent url('../img/it.png') right center no-repeat;
          }
      
    #header-image {
      clear: both;
      width: 776px;
      height: 340px;
    }
    
      #header-image .slideshow {
        width: 776px;
        height: 340px;
      }
    
    #footer {
      width: 776px;
    }
    
      #footer div.address p.bodytext {
        text-align: center;
        line-height: 1.5em;
        font-size: 12px;
        margin-top: 25px;
      }
      
        #footer div.address p.bodytext a {
          color: #514943;
          text-decoration: none;
        }
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
