/*
Style Sheet für die Little Boxes Übungsseiten
10_01 2-spaltiges Layout mit float 
*/

* { padding: 0; margin: 0; }

body {
	color: black;
/*  background-color: #8c8c8c; */
	background-image: url(../bilder/basic/hintergrund.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;

}
#wrapper {
	width: 776px;
/*  color: black;
  background-image: url(navi_bg_verlauf.jpg);
background-image: url(navi_bg_solid.jpg);
  background-repeat: repeat-y;
  background-position: top left; */
  margin-top: 0px;
	margin-right: auto; 
	margin-left: auto; 
}

/* KOPFBEREICH */
#kopfbereich {
	position: relative;
	color: white;
	background-color: #ffffff; 
	padding: 0;
}

/* NAVIGATIONSBEREICH */
#navibereich { 
  width: 776px;
  padding:0; 
  background-image: url(../bilder/basic/elements_16.gif);
  background-repeat: repeat-x;
} 

/* INHALTSBEREICH */    
#inhaltsbereich{ 
	padding: 0;
	margin: 0;
	background-color: white;
}
    .bildlinks {
	    float:left; 
	    padding: 3px; 
	    border: 5px solid #ccc; 
	    margin-right: 10px; 
       margin-bottom: 10px; 
	  }
	  .bildrechts {
	    float:right; 
	    padding: 3px; 
	    border: 5px solid #ccc; 
      margin-bottom: 10px;
	    margin-left: 10px; 
	  }

/* FUSSBEREICH */
#fussbereich {
  clear: both;
  background-color: none;
  background: url(../bilder/basic/blaetter_rechts.gif) no-repeat;
  background-position:right;
  padding: 0px;
  padding-top: 0px; 
  border: 0;
  margin-top: 0px; 
}

h1 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 5px;
	color: #11576D;
}
h2 { 
  font-size: 130%;  
  margin-bottom: 1em; 
}
strong {
  color: #4e9b88;
}
address {
  text-align: center; 
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5em; 
}
a { text-decoration: underline; }
a:link { color: #416b6b; }
a:visited { color: #416b6b; }
a:hover, a:focus {
	text-decoration: none;
	background-color: #CD9444;
	color: #FFFFFF;
}
.skiplink { display: none; }

p, ul { 
  margin-top: 0 ;
  margin-right: 0 ;
  margin-bottom: 1em ; 
  margin-left: 0; }  
ul ul { 
  margin: 0; 
} 
li { 
  margin-top: 0 ; 
  margin-right: 0; 
  margin-bottom: 0; 
  margin-left: 1em; 
} 

/* Pressebilder */

#presse {
font-size:10px;
color:#666666;
letter-spacing:1px;
}

.pressbild {
padding:3px;
border: 1px solid #CCCCCC;
}

/* ============================
   	Das Kontaktformular
	============================ */
/* formulare */
input, textarea, .pulldown  {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-color: #666666;
border: 1px #FFFFFF solid;
background-color: #D1D8D8;
width: 200px;
padding: 2px;
margin-bottom: 3px;
}

input:focus, textarea:focus, .pulldown:focus {
background-color:white;
border: 1px #CD9545 solid;
}

.auswahl
{
background-color: #fff;
border: 0px;
width: auto;
}
.btn
{
width: auto;
cursor:pointer;
}

