/* Copyright (c) 2015 Masterhomepage GmbH
*  
*  CSS Template
* 
*********************************************/
html {
   height: 100%;
   margin: 0px;
   padding: 0px;
}

body {
   margin: 0px;
   padding: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 13px;
   color: #666;
   line-height: 1.5;
   -webkit-text-size-adjust: none;
   height: 100%;
}

a:link,
a:visited {
   color: #005ba9;
   text-decoration: underline;
}

a:hover {
   color: #005ba9;
}

ul {
   margin: 10px 0px;
   padding: 0 0 0 20px;
}

ol {
   margin: 10px 0px;
   padding: 0 0 0 20px;
   list-style-position: inside;
}

ul li,
ol li,
ol li ul li {
   padding: 0;
   margin: 0;
}

p {
   margin: 0px;
   padding: 0px;
}

td {
   vertical-align: top;
}

hr {
   border: none;
   border-top: dotted 1px #767676;
   color: #transparent;
   background-color: #transparent;
   margin: 15px 0px;
}

a img {
   border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0px;
   padding: 0px;
   font-weight: normal;
}

h1,
h2 {
   color: #005ba9;
   line-height: normal;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 24px;
   padding-bottom: 10px;
}

h3 {
   line-height: normal;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
}

h4 {
}

h5 {
}

h6 {
}

iframe {
   border: none;
}

/* Div Container
---------------------------------------------------------------------------------*/
#all {
   text-align: left;
   background-color: #e7e8e8;
}

#wrapper {
   width: 980px;
   margin: auto;
   padding: 0px;
   background-color: #fff;
   min-height: 100%;
   position: relative;
   overflow: auto;
}

#header {
   height: 200px;
   width: 980px;
   position: relative;
}

#logo {
   top: 0px;
   left: 27px;
   width: 225px;
   height: 129px;
   background-image: url(../images/logo.png);
   position: absolute;
}

#logolink {
   display: block;
   width: 225px;
   height: 129px;
}

#logotext {
   position: absolute;
   left: 40px;
   top: 113px;
   text-indent: 60px;
}

#mainbody {
   padding: 0px 40px;
   width: 900px;
   overflow: auto;
}

#left {
   float: left;
   width: 195px;
}

#content {
   float: left;
   width: 655px;
   padding-left: 50px;
}

#footer {
   margin: auto;
   bottom: 0px;
   height: 30px;
   width: 695px;
   padding-left: 285px;
   padding-top: 10px;
   background: #fff;
}

#mhp {
   bottom: 10px;
   right: -26px;
   position: absolute;
}

/* Left Box
---------------------------------------------------------------------------------*/
.moduletable_box {
   border: 1px solid #999;
}

.custom_box {
   padding: 10px;
}

.moduletable_box h3 {
   padding: 10px;
   background-color: #999;
   color: #fff;
}

/* Override bootstrap
---------------------------------------------------------------------------------*/
.page-header {
   border-bottom: 0px solid #eeeeee;
   margin: 0px 0px 0px 0px;
   padding-bottom: 9px;
}

.nav {
   list-style: none outside none;
   margin-bottom: 0px;
   margin-left: 0;
}

/* cookie hint override
-------------------------------------------------------------------------------*/
#redim-cookiehint .cookiebuttons .btn,
#redim-cookiehint .cookiebuttons .btn:hover {
   background-image: linear-gradient(#005ba9, #005ba9);
   border: none;
   background-color: #005ba9;
}
