/* CSS Document */

/* Standard CSS für allgemeine Seiten www.lattoflex.de */

/* wichtige Farben

Hintergrund = #E2CBC2	alz: #F8F6EA 

Text normal = #000

Text Titel = #7F1823

Link = #E56808

Link visited = #B79C6B

Link hover = #7F1823

Link active = #D8B67D
*/

/* Navigation */
a.menu { display:block; width: 140px;height:26px; border: solid 1px;border-color:transparent; }

a.menu:link    { border-color:#E2CBC2;}
a.menu:visited { border-color:#E2CBC2; }
a.menu:hover   { border-color:#FFFFFF;}
a.menu:active  { border-color:#000000;}

/* allgemeine Formatierung */


html, body {
  background:#FFFFFF;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:101%;
  margin:0;
  padding:0;
  border:0;
	scrollbar-face-color: rgb(171,104,92);
	scrollbar-highlight-color: rgb(127,24,32);
	scrollbar-shadow-color: rgb(255,255,255);
	scrollbar-3dlight-color: rgb(255,255,255);
	scrollbar-arrow-color: rgb(255,255,255);
	scrollbar-track-color: rgb(229,206,199);
	scrollbar-darkshadow-color: rgb(127,24,32);
  
}


img {
   border:0;margin:0;padding:0;z-index:5;
}


b {
  font-weight: bold;
}


h1 {
  font-size: 20px;
  line-height: 14px;
  color: #7F1823;
  font-weight: bold;
}
#kontakt-formular {
	margin-left:48px;
}
.kontakt-bez {
	margin-top:10px;
	width:340px;
}  

h2 {
  font-size: 16px;
  color: #7F1823;
  font-weight: bold;
}




.text-small {
  font-size: xx-small;
  line-height: normal;
  color: #000;
  margin: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: x-small;
}




.nummer {
  font-size: 24px;
  line-height: normal;
  color: #7F1823;
  font-weight: bold;
}

.text-big {
  font-size: small;
  font-weight: normal;
  line-height: normal;
  color: #000;
  margin: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
}

.text-headline {
  font-size: small;
  font-weight: bold;
  line-height: normal;
  color: #000;
  margin: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: medium;  
}

.text-brown {
  font-size: small;
  line-height: normal;
  color: #7F1823;
  margin: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
  font-weight: bold;
}



.infofeld-brown-rand {
  border: 2px solid #7F1823;
  background-color: #E2CBC2;
  padding: 4px;
}


.infofeld-brown {
  background-color: #E2CBC2;
}
a.small-link {
  font-size: xx-small;
  color: #E56808;
  text-decoration: underline; 
}


a.linktext:link {
  color: #7F1820;
  text-decoration: underline; 
}

a.linktext:visited {
   color: #EF7D00;
   text-decoration: underline;
}

a.linktext:hover {
  /*color: #7F1823;*/
  color:#FAC074;
  text-decoration: underline;
}

a.linktext:active {
   color: #FAC074;
   text-decoration: underline;
}

input, select, textarea, button {
  background-color: #E2CBC2;/* #D6E5B7;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #7F1823;
  font-weight: bold;
}


.formular-auswahl {
  background-color: #F8F6EA;  
}



.ul-big {
  list-style-image: url(images/layout/listenpunkt-brown-b6.gif);
  list-style-type: disc;
  font-size: x-small;
  line-height: normal;
  color: #000;
  margin: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}


.ul-small {
  list-style-image: url(images/layout/listenpunkt-brown-b6.gif);
  list-style-type: disc;
  font-size: xx-small;
  line-height: normal;
  color: #000;
  margin: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: x-small;
}


.ol-big {
  list-style-image: none;
  list-style-type: decimal;
  font-size: x-small;
  line-height: normal;
  color: #000;
  margin: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}


.ol-small {
  list-style-image: none;
  list-style-type: decimal;
  font-size: xx-small;
  line-height: normal;
  color: #000;
  margin: 0px;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: x-small;
}

.radiobtn INPUT {
	background-color: #FFFFFF;
}
