/** CSS by Gestaltungen plus, www.gestaltungenplus.ch **/
/** CSS fuer www.boesiger-hackbrett.ch **/
/* Formatvorlagen fuer den Formular Stil der Website */

/* 
Farbangaben:
Farbe1, rot: (204,0,51) cc0033;
Farbe2, gelb: (247,171,36) f7ab24;
Farbe3, orange: (243,151,10) f3970a;
Farbe9, grau: (153,153,153) 999999;
Farbe10, mittelgrau: (102,102,102) 666666;
Farbe11, dunkelgrau: (51,51,51) 333333;
Farbe0, schwarz: rgb(0,0,0) 000000;
Farbe00, weiss: rgb(255,255,255) FFFFFF; 

*/

/* Formular */ 

fieldset
{
	padding: 0;
	line-height: 16px;
	font-size: 11px;
	text-align: left;
	color: #000;
	border-color: #fff;
	border-width: 0px;
	border-style: solid;
	margin: 2px 0px 0px 20px;
}


fieldset div {
	margin-top: 1px;
}



legend
{
	font-style: normal;
	font-weight: bold;
}


label.name {

   width: 90px;
   border: solid 0px;
   display: block;
   float: left;
}

input.kontakt
{
	width: 240px;
	font-size: 9px;
	color: #666;
	font-weight: normal;
}

input.cedes
{
	width: 34px;
	font-size: 9px;
	color: #666;
	font-weight: normal;
}

select.kontakt
{
	width: 240px;
	color: #666;
	font-weight: normal;
	font-size: 90%;
}

textarea.kontakt
{
	width: 240px;
	height: 50px;
	font-family: tahoma,arial,helvetica,sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 9px;
}

input.eintrag
{
	width: 5px;
	font-size: 9px;
	color: #000;
	font-weight: normal;
}

input.button
{
	background-color: #ccc;
	color: #000;
	border: solid 1px #999;
	font-size: 10px;
	font-weight: bold;
}

p.button { margin: 2px 0 0 110px; }



