/* CSS Document */



#center {
    float:left;
	position:relative;
	padding-left:18px;
	_padding-top:10px;
	width:730px;
	background-image:url(images/kegelhintergrund.png);
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:scroll;
	min-height:400px;
	_height:400px;
}
* html #center {
    float:left;
	position:relative;
	padding-left:18px;
	_padding-top:10px;
	width:730px;
	background-image:url(images/kegelhintergrund.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:scroll;
	min-height:400px;
	_height:400px;
}
.wichtig {
font-weight:bold;
}
.textbox {
width:560px;
}
.spalte1 {
float:left;
width:100px;
height:30px;
font-weight:bold;
}
.spalte2 {
float:right;
width:460px;
height:30px;
}
.spalte3 {
float:left;
width:100px;
height:100px;
font-weight:bold;
}
.spalte4 {
float:right;
width:460px;
height:100px;
}
a {
text-decoration:underline;
}