/*****************************/
/*** Core html setup stuff ***/
/*****************************/
/* NICHT ANFASSEN */
/*! normalize.min.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}audio,canvas,progress,video{display:inline-block}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/* NICHT ANFASSEN */


*,
*:before,
*:after {
   box-sizing: border-box;
}

html {
  height: 101%;
}

form {
  margin: 0;
  padding: 0;
}

body {
    font-family: Arial,sans-serif;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    background:url(../images/bg.gif) repeat-x top left;
    background-color:#E8E8E8;
    width: 100%;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0A58AB;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

input.button { cursor: pointer; }

p { 
  margin-top: 0; 
  margin-bottom: 12px;
  text-align: left; 
}

img { border: 0 none; }

.search label {
    display: none;
}

.protectedby, .accordion-toggle, .muted {
    display: none;
}

.page-header,
.pagination,
.modal-header,
.btn-secondary,
.pg-top-icons {
    display: none;
}

h1 {
	font-family: Arial,sans-serif;
	font-size: 18px;
    line-height: 20px;
	color: #666;
    margin: 0 0 12px 0;
    padding: 0;
}

.bild {
    width: 100%;
    height: auto;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/ 
.main {
    position: relative;
    margin: 40px auto 0 auto;;
    width: 1010px;
    height: auto;
    min-height: 600px;
    overflow: hidden;
}

.header {
    position: relative;
    width: 800px;
    float: left;
    height: auto;
    margin: 0;
}   

.logo {
    position: relative;
    width: 200px;
    float: right;
    height: auto;
    margin: 8px 0 0 0;
} 

.left {
    position: relative;
    width: 800px;
    float: left;
    height: auto;
    margin: 0;
}   

.right {
    position: relative;
    width: 200px;
    float: right;
    height: auto;
    margin: 0;
}     

/*************** hauptnavi **************************/
.nav {
   position: relative;
   width: 800px;
   height: 38px;
   background-color: #006EA5;
   margin: 2px 0 0 0;
   text-align: left;
   padding: 0;
   z-index:2;
}

.inhalt {
    position: relative;
    width: 800px;
    height: auto;
    min-height: 400px;
    background-color: #fff;
    margin: 10px 0 0 0;
    padding: 20px;
} 

.box_left {
    position: relative;
    float: left;
    width: 40%; 
    height: auto;
}  

.box_right {
    position: relative;
    float: right;
    width: 58%; 
    height: auto;
} 

.aktuell {
   width: 200px;
   height: auto;
   background-color: #006EA5;
   color: #fff;
   text-align: center;
   padding: 8px 0 11px 0;
   font-size: 17px;
   margin: 2px 0 0 0;
}  

.news {
   float: left;
   width: 200px;
   height: auto;
   margin: 10px 0 0 0;
   padding: 20px 10px; 
   background-color: #E6F1F6;  
   font-size: 13px;
   line-height: 16px;
}

.news p {
   text-align: left;
}
       
/*************************************************************/

.footer {
   height: 80px;
   padding: 0;
   color: #fff;
   width: 99%;
   margin: -15px 0 0 0;
   padding: 25px 0 15px 0;
   background-color: #A4A4A4;
   border-bottom: 20px solid #006EA5;
   font-size: 12px;
   line-height: 15px;
}

.footer_in {
   width: 900px;
   height: 70px;
   margin: 0 auto;
}

.footer a {
	color: #fff;
}

.footer a:hover{
	color: #000;
}


/* --------------------------------------------------------------------------- */

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
  text-decoration:    none;
  color: #666;
}

@media only screen and (max-device-width: 480px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    text-decoration:    underline;
    color: blue;
     }
}
 