/* Stylesheet f&uuml;r Joes Seite */

 * { padding: 0; margin: 0; }
html { height: 101%; }

body {
  color: white;
  background-color: #b5b5b5;
  font-family: Futura, Arial, sans-serif;
  font-size: small;
  }
#wrapper {
  color: black;
  background-image: url(Website_Untergrund_Zeichenbrett_startseite.jpg) ;  
    width: 940px;
    height: 689px;
  margin-top: 50px;
  margin-right: auto; /* Abstand rechts automatisch */
  margin-bottom: 0px;
  margin-left: auto; /* Abstand links automatisch */
  }
  
#kopfbereich {
  position: relative; /* positioniert, bleibt aber im Fluss */
  color: black;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  }
  
  #kopfbereich p {
    position: absolute;
    top: 10px;
    padding: 5px 0 5px 0;
    margin-bottom: 0;
    }
  
#navibereich {
  margin: 0;
  text-align: left; 
  font-weight: bold;
  color: black;
  padding: 108px 30px 10px 130px;
  }

  
  #navibereich li {
    float: left;
    width: relative;
    position: relative;
    list-style-type: none;   
  }
  
  #navibereich a {
    color: black;
    padding: 4px 8px 4px 8px;
    }
  
  #navibereich a:link { color: #6A6319; }
  #navibereich a:visited { color: #969450; }
  #navibereich a:hover, a:focus {
  color: #F13303;
  }
  
 #navibereich ul li ul li a {
    
    list-style-type: none;
    padding: 0;
    margin: 0;
    }
 
      
  #navibereich ul li ul li {
    left: -9999px;
    position: absolute;
    }
    
   #navibereich ul li:hover li {
    left: auto;
    margin-left: 10px;
    width: relative;
    position: relative;
    float: left;       
    } 

    
#fussbereich {
  color: black;
  padding-top: 0; /* unterhalb Rahmenlinie */
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  /*  border-top: 1px solid #66CCFF; /* Rahmenlinie oben */
  margin-top: 0; /* Au&szlig;enabstand oben, oberhalb Linie */
  
  }
h1, h2 { font-family: Futura, Arial, sans-serif; }
  h1 { font-size: 150%; }
  h2 { font-size: 130%; }
address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 3px;
  line-height: 1.5em;
  }
a { text-decoration: none; }
a:link { color: #6A6319; }
a:visited { color: #FF9933; }
a:hover, a:focus {
  color: red;
  }
a:active {
  color: black;
  }  
  
a { text-decoration: none; }
a:link { color: #6A6319; }
a:visited { color: #6A6319; }
a:hover, a:focus {
  color: red;
  }


  
.skiplink {
  position: absolute;
  top: -2000px;
  left: -3000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
}

#textbereich {
  
  font-weight: normal;
  color: #6A6319;
  vertical-align: text-bottom;
  position: absolute;
  float: left;  
  width: 320px;
  margin-top: 74px;
  margin-left: 130px;
  padding: 20px 10px 50px 20px;
  
  }
  
td       { height:330px; width: 320px;  }
.oben    { vertical-align:top; background-color:#CCCCCC; }
.mittig  { vertical-align:middle; background-color:#DDDDDD; }
.unten   {
	vertical-align:bottom;
	background-color: none;
	text-align: left;
}
.unten b { font-weight: normal; line-height: 1,1em; }


#bildbereich {
  position: absolute;
  float: right;
  width: 400px;
  margin-left: 490px;
  padding-top: 20px;
  padding-right: 80px;
  padding-bottom: 50px;
  padding-left: 20px;
  }

#bildbereich a {
  text-align: center;
  border-bottom: 1px dotted #cc0000;
  }
    
#bildbereich a:hover,
#bildbereich a:focus {
  border-bottom: 1px solid red;
  }
  
.bildrechts {
  float: left;
  padding: 1px;
  border: none;
  }


ol li { list-style-type: lower-alpha; }
.hinweisbox {
  text-align: center;
  width: auto;
  height: auto;
  color: black;
  background-color: #B0AA9B;
  padding: 5px;
  border-top: 3px solid #B9B3A7;
  border-right: 3px solid #7D7563;
  border-bottom: 3px solid #7D7563;
  border-left: 3px solid #B9B3A7;
  }

/* Abstand nach unten */
h2, p, ul, ol {
	margin-bottom: 1em;
	text-align: center;
}
/* Verschachtelte Listen ohne Abstand */
ul ul { margin-bottom: 0; }
/* Abstand von links */
li { margin-left: 1em; }


/*==========================================
  Sonstige Styles
  ==========================================*/
  
/* Kontaktformular */

form {
/* background-color: blue;*/
  width: 150px; /*Formularbreite*/
  padding: 0;
/*border: 1px solid yellow;*/
  }
label { /*Beschriftung auf eigener Zeile*/
  font-family: Comic Sans MS, Arial, sans-serif;
  font-weight: normal;
  color: #6a6319;
  display: block;
  cursor: pointer; /* Maus zu Hand */
  }
input#absender, textarea {
  background-color: #fefdf8;
  width: 280px;
  border: none;
  margin-bottom: 1em;
  }
textarea {
  
  height: 7em;
  }
input#absender:focus, textarea:focus {
  background-color: #fefdf8;
  }


    
#fussbereich {
	color: #CCC;
}
#startseite #fussbereich p {
	color: #FFF;
}
#startseite #wrapper #textbereich table tr .unten p strong {
	font-weight: bold;
	text-align: left;
}
#startseite #wrapper #textbereich table {
	text-align: left;
}
table tr .unten {
	text-align: left;
}

  #startseite #fussbereich p a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	word-spacing: normal;
	white-space: normal;
	display: inline;
	letter-spacing: normal;
}

#startseite #fussbereich p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	letter-spacing: normal;
	text-align: center;
	word-spacing: 1.5em;
	position: relative;
	visibility: visible;
	height: auto;
	width: auto;
}