html {
margin:0;
padding:0;
}
body {
background: #fff url(../images/layout/horizontal_bg.png);
background-repeat: repeat-x;
background-position: 0px 30px;
margin:0;
padding:0;
}
div#header {
position:relative;
height: 150px;
background-image: url(../images/banner/banner_8.jpg);
background-repeat: no-repeat;
}
div#logo {
/*background-image: url(../images/layout/ninjo_logo.png);*/
border-left: 1px solid #113377;
border-right: 1px solid #113377;
height: 150px;
width: 298px;
float: left;
}
/*Serchbox*/
#searchbox {
padding: 0 1px 0 1px;
height: 29px;
width: 296px;
background-color: #3465A9;
z-index: 1;
position: absolute;
top: 150px;
left: 0px;
/*opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;*/
border-top: 1px solid #fff;
border-left: 1px solid #113377;
border-right: 1px solid #113377;
}
#searchbox form {
margin-top: 5px;
margin-left: 11px;
}
#searchbox #search-submit {
background: url(../images/arrow.gif) no-repeat 10px;
border-style: none;
color: #fff;
font-size: x-small;
padding-left: 20px;
}
* html #searchbox #search-submit {
padding-left: 12px;
}
#searchbox #search-field {
font-size: x-small;
}
/*Language Selectors*/
#language-gb {
visibility:hidden;
z-index: 2;
position: absolute;
top: 161px;
left: 220px;
}
#language-de {
visibility:hidden;
z-index: 2;
position: absolute;
top: 161px;
left: 260px;
}

/*Layout properties*/
div#container {
width:925px;
margin:0 auto;
padding-top: 0px;
text-align:left;
background-image: url(../images/layout/vertikal_bg.gif);
background-position: left;
background-repeat: repeat-y;
}
div#navigation {
background-color: #1199DD;
color: #FFF;
padding-top: 0px;
border-left: 1px solid #113377;
border-right: 1px solid #113377;
float:left;
width:298px;
}
div#content {
padding-top: 30px;
float:right;
width:624px;
border-right: 1px solid #1177BB;
background-color: #fff;
}
div#content-wrapper {
margin-left: 30px;
padding-right: 30px;
}
div#extra, div#newscontent {
border-left: 1px solid #113377;
border-right: 1px solid #113377;
float:left;
clear:left;
width:298px;
}
div#footer {
height: 30px;
background: top right repeat-y url(../images/layout/right_bg.gif);
color: #115599;
border-top: 1px solid #113377;
clear:both;
width:100%;
}
div#footer p {
padding-top: 8px;
margin-left: 10px;
}
div#footer a {
color:#FFFFFF;
}