/*===============================================
Stylesheet für Vielfalt tut gut

erstellt: Februar 2009
Autor: Birgit Bach
Aufbau: 1. Kalibrierung und allgemeine Styles
        2. Styles für Layoutbereiche
        3. Sonstige Styles
================================================*/

/*===============================================
   1. Kalibrierung und allgemeine Styles
 ================================================*/
    /* Kalibrierung der wichtigsten Abstände */
	@media screen {
	
	h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman";
font-weight:bold; }

h1 {font-size:200%; }
h2 {font-size:184.62%; }
h3 {font-size:153.85%; }
h4 {font-size:138.46%; }
h5 {font-size:123.08%; }
h6 {font-size:107.69%; }
 
 h2, p, ul, ol {margin-bottom: 1em; }
ul ul {margin-bottom: 0; }
li {margin-left: 1em; }


* { padding:0 ; margin:0; }




   /* allgemeine Selektoren */

html {height: 101%; }        /* erzwingt Scrollbar */
body {
         color:white;
         /*background-color:#8c8c8c;*/
		 background-color:white;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: small;
         }

address {
         text-align: center;
         font-size: 80%;
         font-style: normal;
         letter-spacing: 2px;
         line-height: 1.5em;
         }
    /* Hyperlinks allgemein */

a { text-decoration: none; }
         a:link {  color: #d90000; }
         a:visited { color: #cc6666; }
         a:hover, a:focus {
         border-bottom: 1px solid #d90000;
         }
         a:active {
         color:white;
         background-color: #d90000;
         }
    /* allgemeine Klassen und IDs */

.skiplink {
         position: absolute;
         top: -20000px;
         left: -30000px;
         width: 0px;
         height: 0px;
         overflow: hidden;
         display: inline;
         }
#logo {
         background-color: #ffe574;
         background-position: center center ;
         padding: 5px;
         border: 5px solid #d9d9d9;
         }
.hinweisbox {
         color: red;
         background-color: #ffe574;
         border: 1px solid #8c8c8c;
		 text-align:center;
		 font-size:120%;
         }
	

	


/*===============================================
   2. Styles für Layoutbereiche
 ================================================*/


#wrapper {
         color: black;
         background-color: #990000;
         width: 900px;
         margin-top: 10px;
         margin-right: auto;
         margin-bottom: 10px;
         margin-left: auto;
         }

#kopfbereich {
         color: black;
         background-color: #ffe574;
         background-image: url(images/linie2.jpg);
         background-repeat: repeat-y;
         background-position: top left;
         background-attachment: fixed;
          padding-top: 10px;
         padding-bottom: 20px;
         padding-left: 0px;
         padding-right: 20px;
		 text-align:center
         }
         #kopfbereich p {
                 padding: 5px 0px;
                 margin-bottom: 0;
                 }
#textbereich {
          padding-top: 20px;
         padding-bottom: 10px;
         padding-left: 20px;
         padding-right: 20px;
         }
         #textbereich a {
                 border-bottom: 1px dotted #cc0000;
                 }
         #textbereich a:hover,
         #textbereich a:focus {
         border-bottom: 1px solid #d90000;
         }
		 
#fixed {
	position: relative;
	top:10px;
	left:10px;
	background-color:#f3c600;
	
	width:30%;
	padding:10px;
	border:1px solid black;
	}
		 
#textbereich1 {
			margin-left: 250px;
			margin-right: 50px;
			margin-top:10px;
		/*background-color: #FFFFCC;*/
	background-color:#FF9900;
		
          padding-top: 20px;
         padding-bottom: 10px;
         padding-left: 20px;
         padding-right: 20px;
         }
         #textbereich1 a {
                 border-bottom: 1px dotted #cc0000;
                 }
         #textbereich1 a:hover,
         #textbereich1 a:focus {
         border-bottom: 1px solid #d90000;
         }

#textbereich2 {
			margin-left: 50px;
			margin-right: 50px;
			margin-top:10px;
		/*background-color: #FFFFCC;*/
	background-color:#EBE35A; 
		
          padding-top: 20px;
         padding-bottom: 10px;
         padding-left: 20px;
         padding-right: 20px;
         }
         #textbereich2 a {
                 border-bottom: 1px dotted #cc0000;
                 }
         #textbereich2 a:hover,
         #textbereich2 a:focus {
         border-bottom: 1px solid #d90000;
         }
#fussbereich {
         border-top: 1px solid #8c8c8c;
         margin-top: 20px;
          padding: 20px 20px 20px 20px;
         }

/*===============================================
   2.1. allgemeine Klassen und IDs 
 ================================================*/
  /*Elemente verstecken*/
  .versteckmich {
  position:absolute;
  left:-9999px;
  top:-9999px;
  display:inline;
  width: 0;
  height:0;
  }
/*===============================================
   3. Navigationsleiste
 ================================================*/	
 #navibereich {
        text-align: right;
        color: black;
        background: #ffe574 url(images/linie2.jpg) repeat-y top left; 
	   
         padding: 5px 10px 4px 10px;
         border-bottom: 1px solid #8c8c8c;
         }
         #navibereich ul { margin-bottom: 0;}
         #navibereich li {
                 display: inline; /* li nebeneinander erzeugen */
                 list-style-type: none; /* ohne Aufzählungspunkte */
                 margin: -0.4em;
                 }
         #navibereich a,
		 #navibereich strong {
                 color: black;
                 background-color: #ffe574;
                 padding: 4px 8px;
                 border: 1px solid #8c8c8c;
                  }
         #navibereich a:hover,
         #navibereich a:focus {
                 color: black;
                 background-color: white;
                 border-bottom-color: white;
                 }
         #navibereich a:active {
                 color: black;
                 background-color: white;
                 }
         #startseite #navi01 a,
       	#termine #navi02 a,
		#kontakt #navi03 a,
		#impressum #navi04 a,
		#schulung #navi05 a
		   {
                 color: black;
                 background-color: white;
                 border-bottom-color: white;
                 }	
/*===============================================
   4. Sonstige Styles 
 ================================================*/
 
 /* Das Kontaktformular */
 
 form {
 		background-color: #eee;
		width:370px,
		padding: 20px;
		border:1px solid #8c8c8c;
		}
label {
		display: block;
		cursor: pointer; / *Mauszeiger wird zur Hand */
		}
		
input#absender,
textarea {
	width:300px;
	border:1px solid #8c8c8c;
	margin-bottom: 1em;
	}
textarea {
	height: 7em;
	}
input#absender:focus,
textarea:focus {
	background-color: #d9d9d9;
	}
	} /*Ende Media Screen - nicht löschen */
  /*===============================================
  ENDE DES STYLESHEETS
 ================================================*/