/* =================================================
Stylesheet für lafontanella.ch - drei Spalten
Stand: Fertig 
Datei: bildschirm.css
Datum: 14.09.12
Autor: Ives Ebneter 
Aufbau: 1. Kalibrierung und Restauration
        2. Allgemeine Styles 
        3. Styles für Layoutbereiche    
        4. Sonstige Styles 
================================================== */

/* ====================================== 
  1. Kalibrierung und Restauration
  ====================================== */
 
* {padding: 0; margin: 0;}
html {overflow-y: scroll;}

/* ====================================== 
  2. Allgemeine Styles 
  ====================================== */

body{
  background-size: 100% auto;
  background-attachment: fixed;
  background-color: #000;
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Verdana, Arial;
  font-size: 11px;
}

p{
  margin-bottom: 10px;
}

h1{
  font-size: 15px;
  margin-bottom: 18px;
}

h1 a{
  color: #000;
  text-decoration: none;
}

h2{
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
}

#wrapper{
  width: 960px;
  margin: 0 auto;
}

a{
  color: #CC2B37;
  text-decoration: underline;
}

a:hover,
a:focus,
a:active
{
  color: #CC2B37;
  text-decoration: underline;
}
 
/* ====================================== 
  3.  Styles für die Layoutbereiche 
  ====================================== */
/*--- Logo ---*/
#logo{
  width: 263px;
  height: 85px;
  float: left;
}

#logo img{
  border: 0;
}

/*--- Navi ---*/
#navi{
  font-size: 16px;
  font-weight: bold;
  padding: 39px 0 23px 0;
  float: left;
}

#navi ul{
  list-style-type: none;
}

#navi ul li{
  display: inline;
  padding: 0 50px 0 0;
}

.menuactive{
  color: #FFF;
  text-decoration: underline;
}

.menuinactive{
  color: #FFF;
  text-decoration: none;
}

/*--- Head ---*/
#head{
  background-image: url('../images/banner.png');
  width: 940px;
  height: 260px;
  padding: 10px;
  clear: both;
}

#head img{
  border: 0;
}

/*--- Content ---*/
#content{
  background-image: url('../images/box3.png');
  background-repeat: repeat-y;
  width: 960px;
  margin: 20px 0 0 0;
}

#content-left{
  width: 640px;
  float: left;
}

#content-left-left{
  width: 268px;
  padding: 15px 20px 15px 20px;
  margin: 0 12px 0 0;
  float: left;
}

#content-left-right{
  width: 268px;
  padding: 15px 20px;
  margin: 0 6px;
  float: right;
}

#content-right{
  width: 268px;
  padding: 15px 20px 15px 20px;
  margin: 0 0 0 12px;
  float: right;
}

#footer address{
  background-image: url('../images/footer.png');
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  clear: both;
}

/* ====================================== 
  4. Sonstige Styles 
  ====================================== */
/* --- Clearfix --- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*Shadow*/
.shadow {
  -webkit-box-shadow: 0px 1px 10px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 10px 0px #4a4a4a;
  box-shadow: 0px 1px 10px 0px #4a4a4a;
}

/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */
