/*Style-CSS für NEUEHOMEPAGE */

/*Allgemein gültige Formatiertungen*/
html, body, div, p, h1, h2, h3, span, a, table, td, form, img  {
	    margin: 0;        
		padding: 0;         
		border: 0;
        font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        text-transform: none;
        text-decoration: none;
}
img {	border: 0;   }
hr{     noshade;
        color: #CCCCCC;
        background-color: #CCCCCC;
        height: 1px;
        border: #663300;
}
table{ 	font-family: Verdana, Arial, Helvetica, sans-serif;   
		font-size: 10px;    
		line-height: 12px; 
  		border-collapse: collapse;
}
.tabhead {
		font-weight: bold;
		background-color: #CCCCCC;
		line-height: 20px;
		padding: 10px;
}


/* LINKS */
a {     color: #000000; 
		font-weight: bold;
        text-decoration: none; 
}
.a_nav_on{
		text-decoration: none;
		color: #000000;	
		font-size: 10px;	
		font-weight: bold;
		text-transform: uppercase;		
}
.a_nav_off{
		text-decoration: none;
		color: #7f8082;
		font-size: 10px;
		font-weight: bold;	
		text-transform: uppercase;		
}


/* FORMULAR ELEMENTE */
form {	margin: 0px;
		padding: 0px;
}
input, textarea, select {
        font-size: 10px;
        color: 000000;
        background-color: #ffffff;
}
.button {
        font-size: 12px;
        font-weight: normal;
        background-color: #ffffff;
        border: 1px solid #000000;
        color: #000000;
}
.text-fld {
        border: 1px dashed #d5d5d5;
}
.text-feld {
        border: 1px dashed #d5d5d5;
        width: 250px;
}
.text-feld100 {
        border: 1px dashed #d5d5d5;
        width: 100%;
}
	

/* ÜBERSCHRIFTEN UND LABELS */
}h1, h2, h3 {
		color:#444;	
		text-transform: uppercase;		
}
h1 {
		font-size: 12px;
		line-height:16px;
}
h2 {
		font-size: 10px;
		line-height:14px;
}
h3 {
		font-size: 9px;
		line-height:12px;
}
label{	margin:0px 0px 5px 0px }


/*Spezial Formatiertungen*/
.rahmen{
        color: 000000;
        border: 1px solid;
}
