/* Formate für die Webreferenz Turmbau Steffens und Nölle GmbH */


/* Formatierung des normalen Textes */
.Text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 16px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000000;
		text-decoration: none;
		text-align: left;
}

/* Formatierung der Links */
a{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		font-variant: normal;
}

/* Einbinden eines Rollovers */
a:hover{
		color: #666600;
}

/* Der aktive Link */
a:active {	
		color: #666600;	
}

/* Formatierung des Rahmens auf 1px breite das sonst 2px */	
#rundrum {	
		border-width:1px;
		border-style:solid;
  		border-color:#000000;
 		
}

#rundrum1 {
  		border-width:1px;
  		border-style:solid;
  		border-color:#666600;
}

#rundrum2 {
  		border-width:1px;
  		border-style:solid;
  		border-color:#CCCC99;
}

/* Style für die Textfelder */
.rahmen {
		border: #FFFFFF;
		border-style: solid;
		border-top-width: 2px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-left-width: 2px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 14px;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000000;
		text-decoration: none;
		text-align: left;
}
