#wrapper {
width: 780px;
}

#head {
margin: 0px;
padding: 0px;
background-image: url(../images/layout/logo.jpg);
background-color: #5261a5;
height: 120px;
}

#navi {
background-image: url(../images/layout/navi.jpg);
background-color: #5261a5;
background-repeat: no-repeat;
height: 25px;
padding-right: 15px;
padding-left: 15px;
}

#navi li {
text-transform: uppercase;
list-style-type:none;
font-size: 8;
color: white;
margin-left:0px;
padding-left: 0px;
margin-top: 1px;
}

#navi ul {
margin: 0px;
padding: 0px;
margin-left: 0px;
padding-left: 0px;
}

#hauptnavi a{
color: white;
}

#hauptnavi a:hover {
color: yellow;
}

#homenavi a {
color: white;
}

#homenavi a:hover {
color: yellow;
}

#content {
background-color: white;
text-align: left;
clear: both;
padding: 10px;
padding-left: 40px;
padding-right: 20px;
min-height: 300px;
height: auto !important;
height: 310px;
}

#bottom {
	clear: left;
background-image: url("../images/layout/bottomline.jpg");
background-color: #5261a5;
background-repeat: no-repeat;
height: 32px;
padding-right: 15px;
}

#bottom li {
text-transform: uppercase;
list-style-type: none;
font-size: 8px;
color: white;
margin-top: 9px;
}

#bottom ul {
padding: 0px;
margin: 0px;
}

#hauptnavi li {
float: left;
margin-left: 15px;
}

#homenavi li {
float: right;
margin-left:15px;
}

#loginnavi li {
float: right;
}
