body, html {
    height: 100%;
    font-size: 12px; 
}

#blue_top {
	position: fixed;
	height: 5px;
	background-color: #234292;
	width: 100%;
	z-index: 30;
}

#blue_buttom {
	position:absolute;
  	bottom:0;
	height: 5px;
	background-color: #234292;
	width: 100%;
	z-index: 30;
}
@media screen{
  	body>div#blue_buttom{
   	position: fixed;
}
}
* html body{
  	overflow:hidden;
} 
* html div#content{
  	height:100%;
  	overflow:auto;
}

#header_wrapper {
    background-color: #eaebe7;
    text-align: center;
}

#navigation_wrapper {
    text-align: center;
    background: #fff url(../images/navigation_wrapper_hg.gif) repeat-x;
}

#header, #navigation, #container, #footer {
    width: 770px; 
    margin: 0 auto;
    text-align: left;
}

#header .logo {
    margin: 20px 0 22px 0;
    float: left;
}

#header #language, #header #imprint {
	margin-top: 23px;
	margin-right: 12px;
	border: 0px solid #333;
	float: right;
	font-size: 10px;
}

#header #imprint{
	margin-top: 35px;
	clear: right;
}

#header #language li, #header #imprint li {
	float: left;
}

#header #language li a{
	color: #414141;
	height: auto;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #414141;
}

#header #imprint li a{
	color: #414141;
	height: auto;
	padding: 5px;
}

#header #language li a:hover, #header #imprint li a:hover {
	color: #234292;
	text-decoration: underline;
}

#header #language li a.first {
	border: none;
	padding: 0px 7px 0px 10px;
}

#container {
    margin-top: 25px;
    border-top: 1px dotted #909090;
}

#main {
	width: 600px;
    border-right: 1px dotted #909090;
    padding-right: 10px;   
    margin-right:160px; 
}
#right {
	width: 160px;
}

.r_box {
    border-bottom: 1px dotted #909090;
}