/*  =========================================================
Stylesheet für Toursell.de 
Datei:  toursell.css
Media:  screen 
Datum:  10. September 2008
Autor:  Yilmaz Backir 
Aufbau  1. Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* Allgemeine Selektoren */

html { height: 101%; } 
body { 
   background-image: url(../images/bg_body.jpg);
   background-repeat: repeat-x;
   background-position: center top;
   background-color:#f3f4f6;
   text-align:left;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; 
}
  h1,h2,h3,h4,h5,h6 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
  	font-weight:bold; 
  	color:#84724e;
  	margin: 0 0 1em 0; 
  }
  h1 { font-size: 170%; padding-left: 10px; color: #0659a7; border-bottom: 1px dotted #0659a7; line-height: 50px; }         /* 18px */
  h2 { font-size: 170%; color: #0659a7; border-bottom: 1px dotted #0659a7; line-height: 50px;}          /* 20px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */
address {
   text-align: center;  
   font-size: 70%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;
}

/* Hyperlinks */
a { text-decoration: none; outline: none;} 
a:link { color: #d90000; } 
a:visited { color: #cc0000; }
a:hover, 
a:focus { }
a:active { 
   color: #cc0000; 
}

/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}
.bildlinks {
   float:left; 
   padding: 3px; 
   margin-right: 10px; 
   margin-bottom: 10px; 
}
.bildrechts {
   float:right; 
   padding: 3px; 
   margin-bottom: 10px;
   margin-left: 10px; 
}
.clearing { clear: both; }
#logo { 
   color: black;
   background-color: white;
   padding: 5px;
   border: 5px solid #d9d9d9; 
}

/* ==================================== 
   2. Styles f�r die  Layoutbereiche 
   ==================================== */

#wrapper { 
   color: black; 
   background-color: #fff; 
   width: 980px;  
   margin: auto;
}

#header {
   position: relative;  
   color: black; 
   background-image: url(../Redaktion/logo/bg_header.jpg);
   height: 100px;
}
   #header p {
      position:absolute;
      top: 10px ; 
      right: 10px;  
      font-weight: bold;  
      padding: 5px 0 5px 0; 
      margin-bottom: 0; 
   }
   #header p span {
      color: #d90000;  
   }

#navi_sub { 
   float: left; 
   width: 200px; 
   padding-left: 20px; 
   padding-top: 20px; 
} 
   #navi_sub ul { 
      width: 200px;
   } 
   #navi_sub li { 
      list-style-type: none; 
      margin: 0;
   }
   #navi_sub a { 
      display: block;  
      text-decoration: none;
      color: white; 
      background: url(../images/bg_navisub.gif) no-repeat;
	  height: 25px;
      padding: 5px 0 5px 20px;
   }  
   #navi_sub a:hover,
   #navi_sub a:focus { 
      color: #fff; 
      font-weight: bold;
      background: url(../images/bg_navisub_hover.gif) no-repeat;
	  height: 25px;
   }  
   #navi_sub a:active { 
      color: #fff; 
      font-weight: bold;
      background: url(../images/bg_navisub_hover.gif) no-repeat;
	  height: 25px;
   } 
   #navi_sub li.li1act {
      color: #fff; 
      font-weight: bold;
      background: url(../images/bg_navisub_hover.gif) no-repeat;
      height: 25px;
      padding:5px 0pt 5px 20px;
   }
#navi_top { 
   width: 100%;  
   background: url(../images/bg_headernavi.gif) no-repeat;
   height: 35px;
} 
#navi_head { 
   float: left;
   text-align:left;
   margin: 13px 0px 0px 20px;
} 
   #navi_head ul { 
	 margin-bottom:0pt;
	 list-style-type: none; 
   } 
   #navi_head li { 
   	 display: inline;
	 margin: 0;
   }
   #navi_head a { 
      text-decoration: none;
      color: #fff; 
	  padding: 5px;
   }  
   #navi_head a:hover,
   #navi_head a:focus { 
      color: #003399; 
      font-weight: normal;
   }  
   #navi_head a:active { 
      color: #003399; 
	  font-weight: normal;
	  background-color: none; 
	  border-bottom: none;
   }  
#navi_lang { 
   text-align:right;
   margin-left: 765px;
   padding-top: 8px;
} 
   #navi_lang ul { 
	 margin-bottom:0pt;
	 list-style-type: none; 
   } 
   #navi_lang li { 
   	 display: inline;
	 margin: 0;
   }
   #navi_lang a { 
      text-decoration: none;
      color: #fff; 
	  padding: 5px;
   }  
   #navi_lang a:hover,
   #navi_lang a:focus { 
      color: #003399; 
      font-weight: normal;
   }  
   #navi_lang a:active { 
      color: #003399; 
	  font-weight: normal;
	  background-color: none; 
	  border-bottom: none;
   }  

   .clear {clear:left;}
   #content { 
   padding: 20px 20px 20px 20px; 
   margin-left: 220px; 
}
   #content a { 
      /* border-bottom: 1px dotted #cc0000; */ 
      color: #0a53a0;
   }
   #content a:hover,
   #content a:focus { 
      border-bottom: 1px solid #aaa; 
   }
   #contentIBE { 
   padding: 0; 
   margin: 0; 
}
   #contentIBE a { 
      border-bottom: 1px dotted #cc0000; 
   }
   #contentIBE a:hover,
   #contentIBE a:focus { 
      border-bottom: 1px solid #d90000; 
   }

#footer {
   clear: both; 
   color: black; 
   background: url(../images/bg_footer.jpg) no-repeat;
   padding-top: 10px;
   height: 80px;
}
#navi_footer { 
   text-align:center;
} 
   #navi_footer ul { 
	 margin-bottom:0pt;
	 list-style-type: none; 
   } 
   #navi_footer li { 
   	 display: inline;
	 margin: 0;
   }
   #navi_footer a { 
      text-decoration: none;
      color: #666; 
	  padding: 5px;
   }  
   #navi_footer a:hover,
   #navi_footer a:focus { 
      color: #003399; 
      font-weight: normal;
   }  
   #navi_footer a:active { 
      color: #003399; 
	  font-weight: normal;
	  background-color: none; 
	  border-bottom: none;
   }  

/* ==================================== 
   3. Sonstige Styles 
   ==================================== */

/* Das Kontaktformular */
form {
   background-color: #eee;
   width: 450px; /* Breite des Formulars */ 
   padding: 20px; 
   border: 1px solid #8c8c8c;
}
/* Beschriftung auf eigener Zeile */
label { 
   display: block; 
   cursor: pointer; 
} 
input#absender, 
textarea { 
   width: 300px;
   border: 1px solid #8c8c8c;
   margin-bottom: 1em;
}
textarea { 
   height: 7em; 
}
input#absender:focus, 
textarea:focus {
   background-color: #d9d9d9; 
}
/*Input-Buttons */input.btn {
      border: none;
      background: #84724e;
      color: #fff;
      font-size: 12px;
      cursor: pointer;
      margin-top: 0em;
      width: 100px;

} 
/* Die Fotogalerie */
div.galerie { 
   overflow: hidden; /* zum Umschlie�en der Floats */
   padding: 25px 10px 10px 0; 
   margin: 0 3px 3px 0; 
}
/* f�r IE6 */
* html div.galerie { height: 1%; }

div.galerie img { 
   float: left; 
   padding: 4px;
   border: 1px solid #ddd; 
   border-right-color: #aaa; 
   border-bottom-color: #aaa; 
   margin-right: 15px; 
   margin-bottom: 15px;  
}


/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */