/* schnittmuster main */


body {
  margin:0;
  padding:0;
  font-family:Arial, sans-serif;
  font-size:12px;
  background-color:#fff;
  scrollbar-base-color:#eee;
  scrollbar-3dlight-color:#fff;
  scrollbar-arrow-color:#333;
  scrollbar-darkshadow-color:333;
  scrollbar-face-color:#fff;
  scrollbar-highlight-color:#fff;
  scrollbar-shadow-color:#666;
  scrollbar-track-color:#ddd;
 }

#page {
  margin:0;
  padding:0;
  height:auto;  
  width:auto;
  background-color:#fff;
  border-width:0px;
  border-color:#EA700C;
  border-style:solid;
}


/* Header */

#header {
  margin:0px;
  padding:0px;
  border:0px;
  overflow:hidden;
 }


/* Menue */


#topmenue {

  height:auto;
  padding-top:6px;
  font-size:12px;
  font-weight:bold;
  background-color:#fff;
}

#menue {
  position:relative;
  top:12px;
  left:0px; 
  float:left;
  width:250px;
    min-height:888px;
  margin:0px;
  padding-top:8px;
  padding-left:8px;
  padding-right:0px;
  padding-bottom:16px;  
  background-image:url(../img/bg_menue.jpg);
  background-repeat:no-repeat;
  font-size:12px;
  font-weight:bold;
  color:#fff;  
  line-height:1.9em;
}


#img {
  position:relative;
  float:right;
  left:0px; 
  margin:6px;
  padding:0px;
  width:auto;
  background-color:#333;
  border-width:1px;
  border-color:#333;
  border-style:solid;
  font-size:10px;
  color:#000;
  text-align:left;
}


/* Hauptfenster */

#main {
  position:relative
  top:0px;
  left:0px; 
  width:auto;
  min-height:800px;
  margin-top:12px;
  margin-left:280px;
  margin-right:0px;
  margin-bottom:24px;      
  padding:12px;
  padding-right:48px;
  background-color:#fff;

}

/* Footer */

#footer {

  position:relative;
  bottom:0px;
  left:0; 
  height:16px;
  margin:0px;
  padding:3px;
  font-family: Arial, sans-serif;
  color:white;
  font-size:11px;
  background-color:#75048C;
}

table {
  text-align:justify;
  font-family: Arial, sans-serif;
  font-size:13px;
}

img {
  border:0px;
}

a {
  text-decoration:underline;
  color:#000;
  position:relative;

}

a:hover {
  text-decoration:none;
  color:#fff;
  background-color:#000;
}

a.menue {
  font-family: Arial, sans-serif;
  color:#fff;
  text-decoration:none;
}

a:hover.menue {
  font-family: Arial, sans-serif;
  color:#75048C;
  padding:3px;
  background-color:#fff;  
  text-decoration:none;
}

a.topmenue {
  font-family: Arial, sans-serif;
  color:#000;
  letter-spacing:0.1em;
  text-decoration:none;
}

a:hover.topmenue {

  font-family: Arial, sans-serif;
  color:#fff;
  letter-spacing:0.1em;
  text-decoration:none;
  background-color:#75048C;  
}

a span {
  display: none;
  z-index:1;
  }

a:hover span {
  position: absolute;
  width:150px;
  top:20px;
  left:40px;
  padding:3px;
  display: block;
  background:#eee;
  color:#000;
  line-height:1.2em;
  border: 1px dashed #75048C;
  z-index:2;
  } 

h1 {
  font-family: Arial, sans-serif;
  font-size:22px;
  color:#000;
}

h1.header {
  font-family: Arial, sans-serif;
  font-size:20px;
  color:#000;
}

h2 {
  font-family: Arial, sans-serif;
  font-size:18px;
  color:#660099;
}

h3 {
  font-family: Arial, sans-serif;
  font-size:15px;
  color:#000;

}

h3.menue {
  font-family: Arial, sans-serif;
  font-size:15px;
  color:#fff;
  text-decoration:underline;
}

p {
  text-align:justify;
  font-size:13px;
}

.top {
  vertical-align: top;
}

.narrow {
  font-size:13px;
  letter-spacing:-0.1em;
}

.subtext {
  font-family: Arial, sans-serif;
  font-size:10px;
  letter-spacing:0.1em;
  text-decoration:none;
  color:#333;
}

.small_white {
  font-family: Arial, sans-serif;
  font-size:10px;
  letter-spacing:0.1em;
  text-decoration:none;
  color:#fff;
}

a.small_grey {
  font-family: Arial, sans-serif;
  font-size:10px;
  letter-spacing:0.1em;
  text-decoration:none;
  color:#444;
}

.website-go {
  font-family: Arial, sans-serif;
  font-size:10px;
  letter-spacing:0.1em;
  color:#444;
}

a.website-go {
  text-decoration:none;
}

a:hover.website-go {
  text-decoration:underline;
  background-color:#fff;
  color:#444;
}

a:hover.small_grey {
  font-family: Arial, sans-serif;
  font-size:10px;
  letter-spacing:0.1em;
  text-decoration:none;
  color:#444;
  background-color:#444; 
}

.description {
  font-family: Arial, sans-serif;
  font-size:10px;
  letter-spacing:0.1em;
  text-decoration:none;
  color:#666;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}


