/*
weiss = #FFFFFF
hellrot = #EE1D25
mittelrot = #AD2853
dunkelrot = #74264A
schwarz = #000000
*/

html {
height:100%;
padding:0;
}

body {
height:100%;
margin:0;
padding:0;
text-align:center;
background-color:#74264A;
}

.fotocontainer {
margin:0px auto;
width:800px;
height:100px;
}

#header_image {
position:absolute;
top:0px;
width:800px;
height:100px;
}

.container {
position:relative;
width:800px;
margin:0px auto;
top:20px;
text-align:left;
background-color:#FFFFFF;
min-height:100%;
height:100%;
}

.streifen {
position:absolute;
top:120px;
left:669px;
width:2px;
height: 500px;
background-color:#AD2853;
z-index:3;
}

.fahne {
position:absolute;
top:0px;
left:627px;
z-index:3;
}

.contentcontainer {
position:absolute;
width:800px;
min-height:100%;
}
