/* 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;
}
#content_left {
float:left;
width:340px;
padding-right:20px;
}
#content_right {
float:right;
width:340px;
padding-left:20px;
}


.string{
width:320px;
height:50px;
}
.sub_string1{
float:left;
width:80px;
}
.sub_string2{
float:right;
width:240px;
padding-top:10px;
}
a.noborder {
text-decoration:none;
}