/*
    Document       : style.css
    Created on     : 25.11.2011, 15:49:00
    Last Modified  : 25.11.2011
    Author         : stephan deglow
    Description:
        Custom Stylesheet for "Busunternehmen Wolfgang Gutzmann"
*/

/*Global typo */
body{font:12px/17px 'Arial'}
a{color:#404042;}

/*Layout*/
html, body{height: 100%}
.wrapper{width:885px;height: auto; margin:0 auto;text-align: left;}

/*menu*/
.menu{background: #C6B657;z-index: 1000;position: relative;}
  .menu ul li{list-style: none;display: inline;}
    .menu ul li a{color: #ffffff; text-align: center;height: 40px;width: 294px; display: block;float: left;background:#C6B657; line-height: 35px; text-transform: uppercase;border-left: 1px solid #fff}
      .menu ul li.active{font-weight: bold}
      .menu ul li:first-child a{border: none;width: 295px;}
.menu-decoration{background: url('../img/bg-navi-decoration-extended.png') no-repeat; display: block; width:592px; height:85px; z-index: 100; position: absolute;top:300px}
/*header*/
.header{height: 342px; position: relative;}
  .header .logo{margin:35px 111px 12px 111px}

/*content*/
.content{background: #DDE0E7;padding: 19px 13px;float: left;width: 859px; margin: 5px 0 0 0}
  .content h1{text-transform: uppercase;font-weight: bold; margin: 0 0 15px; text-decoration: underline}
  .content h2{font-weight: bold;}
  .content p{margin:0 0 10px}
  .content .center-me{text-align: center;}

/*content cols*/
.content .col{width:49%}
.content .col.left{float: left}
  .content .col.left p{text-align: justify;}
.content .col.right{float: left; margin: 0 0 0 15px}
  .content .col.right p{text-align: left; text-align: justify;}
/*content anomalies*/
.index .content .col.left{width:580px;}
.index .content .col.right{width:264px;}
h2.extra-marg-b20{margin-bottom: 15px}

/*footer*/
.footer{width:885px; height: 62px; background: url('../img/bg-footer.png') repeat-x;float: left;}
  .footer address{margin: 0 auto; font:10px/14px 'Arial';text-align: center; padding: 10px 0 0 0; }

/*
 RESET
 removes and neutralizes the inconsistancy
 of HTML element rendering in most common Browsers

 Copyright (c) 2010, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.com/yui/license.html
 version: 2.8.2r1
*/
.content strong{font-weight: bold}
ul li{list-style: disc}
ol li{list-style: decimal}
*{margin:0} a{outline:none;}html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
