body, html {
    height: 100%;
	font-size: 14px;
	line-height: 19px;
}

.nowrap {
    white-space: nowrap;
}

#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: left;
    background: #fff url(../images/navigation_wrapper_hg.gif) repeat-x;
}

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

#header, #navigation, #container {
    border: 0px solid #000;
}

#navigation {
	width: 790px;
	padding-left: 18px;
}

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

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

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

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

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

#header #language li.first a {
	border: none;
}

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

#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;
}

#header #language li.active a, #header #imprint li.active a {
    color: #234292;
    text-decoration: underline;
    outline: none;
}

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

#main {
	width: 588px;
	min-height: 1000px;
  	border-right: 1px dotted #909090;
    padding-right: 10px;   
    margin-right: 170px; 
}

#right {
	float: right;
	width: 170px;
}

.mod_mb_sidebar_contact_standard, 
.mod_mb_sidebar_download_location, .mod_mb_sidebar_download_lawfirm, 
.mod_mb_sidebar_contact_jobs, .mod_mb_sidebar_contact_person {
    padding-bottom: 10px;
    border-bottom: 1px dotted #909090;
}
