.logobox {
background-repeat:no-repeat;
float:left;
display:inline;
border:0px solid black;
margin-right:10px;
margin-bottom:10px;
background-position:center center;
overflow:hidden;
}
			
a.redborder:link { color:#D70F29; text-decoration:none; }
a.redborder:visited { color:#D70F29; text-decoration:none; }
a.redborder:hover { color:white; text-decoration:none; background-color:#D70F29; }
a.redborder:active { color:#D70F29; text-decoration:none; }
			
a.redborder { 
width:100%; 
display:block; 
text-align:center; 
background-color:#F3B7BE; 
border:1px solid #D70F29; 
padding-top:5px; 
padding-bottom:5px;
}

p#thickboxtext {
font-size:12px;
}

input#linkhref { 
width:97%;		/* Eingabefeld Loginformular */
margin-bottom:4px;
padding:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
}
					   
.button { 
width:100px;		/* Button Loginformular */
padding-top:0px;
padding-left:0px;
padding-right:2px;
padding-bottom:0px; 
margin-bottom:4px;
border-top:1px solid white;
border-left:1px solid white;
border-right:1px solid white;
border-bottom:1px solid #333333;
background-color:#CCCCCC; 
}
