/* Basic-CSS - VERL.DE  | Anzeige */
/* Generelle-Formatierungen */
html, body, div, span, a, table, td, form, img {
	margin: 0; 
	padding: 0; 
	font-family:arial,verdana,sans-serif;
}
html, body {
	background:#fff;
	font-size:0.9em;
}
strong {
	font-weight: bold;
}
img {
	border: 0;
}
/* Schnell-Formatierungen */
.c {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
p.block {
	text-align:justify;
	margin-right:50px;
}
/* Formularelemente */
.subbuttons {
	font-size:8pt;
	border:1px solid #AAAAAA;
	background: url('../../images/bgtext.png') bottom repeat-x;
}
.textfield {
 	border:1px solid #AAAAAA;
 	padding-left:3px;
 	background: url('../../images/bgtext.png') bottom repeat-x;
 }
.textfield2 {
 	border:1px solid #AAAAAA;
 	padding-left:3px;
 	background: #FFFFFF url(../../images/bgtext2.jpg) bottom repeat-x;
 }
.selectfield {
 	border:1px solid #AAAAAA;
 	padding-left:3px;
 }
.fields{
	width:400px; 
	border:1px solid #AAAAAA; 
	background: #FFFFFF url(../../images/bgfield.png) bottom right no-repeat;
}
/* Formatierungen */
.balken {
	float:left;
        margin:10px;
        width:45px;
	padding-top:5px;
	background-color:#AAAAAA;
        border:1px solid #FFFFFF;
        color:#000000;
        font-weight:bold;
        text-align:center;
}
.lh40 {
	line-height:40px;
}
.lh10 {
	line-height:10pt;
}

