/* vertikalen Scrollbalken erzwingen, damit Inhalt im Fenster nicht springt */
html {
	height: 100%;
}
.index{
    height: 100%;
}

.wrapper{
	width: 1150px;
	margin:auto;
	margin-top:20px;
	background-color:#FFFFFF;
	display:block;
	height:100%;
}
.header {
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#F00;
	display:block;
	height:73px;
}
.header-left {
	float:left;
	width:200px;
	height:70px;
}
.header-right {
	float:right;
	width:200px;
	height:70px;
	line-height:70px;
}
.left {
	margin-top:5px;
	float:left;
	width:250px;
	display:block;
	
}
.middle {
    margin:5px;
	width:590px;
	float:left;
}
.right {
	margin-top:5px;
	float:right;
	width:300px;
}

.main {
	display:block;
	position:relative;
	height:90%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat-y;
}

.content


.footer {
        vertical-align:bottom;
        margin: 0px;
        height:50px;
		background-image: url(/userdata/files/footer.gif);
		background-repeat: no-repeat;
        background-position:bottom;
               
}