html {
height: 100%;
}
body {
background-image: url(image/stripes.jpg);
background-repeat: repeat;
background-color: #f1b132;
margin-top: 0px;
margin-bottom: 0px;
height: 100%;
}
#root {
margin-left: auto;
margin-right: auto;
position: relative;
width: 950px;
min-height: 100%;
background-image: url(image/background.jpg);
background-repeat: repeat-y;
}
* html #root {
height: 100%;
}
#banner {
width: 950px;
height: 128px;
position: relative;
background-image: url(image/banner.jpg);
}
#userbox {
position: relative;
width: 808px;
float: right;
height: 15px;
background-color: #e55202;
color: #f1b132;
font-family: arial;
font-weight: bold; 
font-size: 10px;
padding-top: 2px;
padding-left: 10px;
}
#left {  
width: 132px;
height: 473px;
background-image: url(image/menue.jpg);
float: left;
}
#content {
padding-top: 0px;
padding-left: 20px;
padding-bottom: 40px;
float: right;
width: 798px;
position: relative;
background-color: #f1b132;
font-family: arial;
font-size: 12px;
font-weight: normal;
}
#menue {
text-align: left;
float: left;
left: 27px;
top: 43px;
width: 80px;
height: 260px;
position: relative;
color: #f1b132;
font-family: arial;
font-weight: bold;   
font-size: 12px;
}
#counter {
float: left;
position: relative;
width: 110px;
top: 70px;
left: 10px;
color: #f1b132;
font-family: arial;
font-weight: bold;
font-size: 12px;
}
#popup {
padding-top: 20px;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
width: 750px;
position: relative;
background-color: #f1b132;
font-family: arial;
font-size: 12px;
font-weight: normal;
}
.yellow {
color: #f1b132;
text-decoration: none;
}
.red {
color: #c30c0a;
text-decoration: none;
}
.input {
border: 1px solid #c30c0a;
background-color: #f1b132;
color: #e55202;
font-family: arial;
font-size: 12px;
font-weight: bold;
}
.button {
border: 1px solid #c30c0a;
background-color: #f1b132;
color: #e55202;
font-family: arial;
font-size: 12px;
font-weight: bold;
}
h1 {
color: #c30c0a;
margin: 0px;
padding: 0px;
font-size: 12px;
font-family: arial;
font-weight: none;
display: inline;
}
h2 {
color: #c30c0a;
margin: 0px;
padding: 0px;
font-size: 14px;
font-family: arial;
font-weight: none;
display: inline;
}

<!--link,visited,hover,active -->
