/* =====================================
Stylesheet 
Dieser Stylesheet wurde von mir erstellt
Bitte nicht kopieren und oder weitergeben
ohne vorherige Nachfrage unter:
post@redmoon7.de
Danke

Aufbau: 1. Kalibrierung
		2. Allgemeine Styles
		3. Styles für Layoutbereiche
		4. Sonstige Styles

===================================== */


/*======================================
 1. Kalibrierung
======================================*/
* { padding: 0; margin: 0; }
ol ul {margin-bottom: 0; }
a img { border:none; }
/*======================================
 2. Allgemeine Styles
======================================*/
  html {height: 101%; }
  
  body {
  padding:0px;
  margin:0px;
  background-color:#9955ba;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:100%;
  color:#000000;
  min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

 h1 {
font-size:120%;
margin:0px ;
}
h2 {
font-size:110%;
margin:0px;
}

h3 {
font-size:105%;
font-weight: normal;
margin:0px;
}

img.download {vertical-align:middle;}
 
/*===========================
Hyperlinks
===========================*/

a {color: #ff0000;
   text-decoration: none; 
    outline: none;}
a:visited {color:#ff0000;}
a:hover {color: #fff;}
a:active { color:#ff00ff ;}

/*===========================
Klassen und ID´s
===========================*/
.skiplink {
  position: absolute;
  top: -5000px;
  left: -5000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/*======================================
 3. Styles für Layoutbereiche
======================================*/
/* ----------container to center the layout---------- */
#container {
width: 1000px;
min-height: 550px;
padding: 2px 0px 0px 2px;
margin: 10px 0px 0px 0px;
margin-left: auto;
margin-right: auto;
border:2px solid #e399f8;
background-image:url(-pics/verlauf.jpg);
background-position:top;
background-repeat:repeat;
} 
/* ---------------navi-------------------- */

#navi{
color:#000000;
font-size:110%;
background-image:url(-pics/menu_hintergrund.jpg);
background-repeat:repeat-x;
}  
#navi ul{
border-bottom: 1px solid #c8c8c8;
padding: 8px;
 }  
#navi li{
margin-left: 25px;
display:inline;
 } 
  #navi a,
  #navi span {
  color:#8c8c8c;
  }
  #navi a:hover,
  #navi a:focus {
  color: #000000;
  }
  
  #navi01 span,
  #navi02 span,
  #navi03 span,
  #navi04 span,
  #navi05 span, 
  #navi06 span {
  color: #982125;
  border-bottom-color: #dfce02;
  }
/* ----------------kopf-------------- */
#kopp {
  height:122px;
  margin:0px;
  font-size:16px;
  color:#FFF;
  text-align:center;
  border-bottom:2px solid #e399f8;
}

/* ----------mitte----------------- */
#mitte {
  position:relative;
  width:100%;
  min-height:400px;
}
/* --------------inhalt------------- */
#inhalt {
  min-width:120px;
  padding:20px;
  margin:0px 220px;
  font-size:14px;
  line-height:19px;
}
#inhalt ul{
	list-style:url(-pics/punkt.png);
padding: 0px;
 }  

/* -----------------links--------------------- */
#links {
  position:absolute;
  top:10px;
  left:10px;
  width:200px;
  text-align:center;
}
  #links ul{
padding: 2px;
list-style-type:none;
 }  
#links li{
margin: 26px 0px 20px 0px;
display:block;
 } 
/* -------------------rechts---------------------- */
#rechts {
  position:absolute;
  top:10px;
  right:10px;
  width:200px;
  text-align:left;
}
 #rechts ul{
padding: 2px;
list-style-type:none;
 }  
#rechts li{
margin: 26px 0px 20px 0px;
display:block;
 } 
/* -----------------back---------------- */
#back {
  padding:15px;
  text-align:center;
}
#back a {
  color:white;
  font-size:0.8em;
  font-weight:600;
}
/*  ----------------footer---------------------- */ 
#fuss {
  height:40px;
  margin:12px;
  padding: 2px 0px 2px 0px;
  color:#9955ba;
  font-size:16px;
  line-height:20px;
  text-align:center;
  background-color:#e399f8;
  border:2px solid #9955ba;
}

/*======================================
 4. Sonstige Styles
======================================*/

p {
  font-size:85%;
  padding:10px 15px;
}
pre {
  font-size:12px;
  padding:10px 15px;
}



/*==================================================
===============================Das Kontaktformular*/



/*======================================
 Ende des Styles
======================================*/

