/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
font-family: 'Microsoft Sans Serif', sans-serif;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {
color: #666666;
line-height: 1.5em;
background: #ccc url(img/bg.png) repeat-x;
height: 100%;
}

h1,
h2,
h3 {
font-family: 'Microsoft Sans Serif', sans-serif;
font-weight: bold;
}

h1 {
font-size: 2.0em;
padding-bottom: 20px;
}

h2 {
font-size: 1.6em;
padding-top: 20px;
padding-bottom: 20px;
}

h3 {
font-size: 1.1em;
padding-top: 20px;
padding-bottom: 20px;
}

h4 {
font-size: 1.2em;
margin-left: 10px;
padding-top: 20px;
padding-bottom: 20px;
}

p {
padding-bottom: 10px;
padding-top: 10px;
}

p_footer_links {
position: absolute;
left: 25px;
}

p_footer_rechts {
position: absolute;
right: 25px;
}

p_sub_betr1 {
font-size: 1.8em;
font-variant: small-caps;
color: #e67817;
margin-left: 10px;
margin-bottom: 20px;
}

p_sub_manag1 {
font-size: 1.8em;
font-variant: small-caps;
color: #788991;
margin-left: 10px;
margin-bottom: 20px;
}

p_sub_serv1 {
font-size: 1.8em;
font-variant: small-caps;
color: #85c226;
margin-left: 10px;
margin-bottom: 20px;
}

p_sub_techn1 {
font-size: 1.8em;
font-variant: small-caps;
color: #0093dd;
margin-left: 10px;
margin-bottom: 20px;
}

p_sub2 {
font-size: 1.5em;
font-variant: small-caps;
color: #000;
margin-left: 10px;
margin-bottom: 20px;
}

p_sub3 {
font-size: 1.5em;
font-variant: small-caps;
color: #000;
margin-bottom: 10px;
}

a:link,
a:visited {
color: #000;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #c0c0c0;
text-decoration: none;
}



/*------------------- LAYOUT ---------------------
---------------------------------------------------*/

#container {
width: 1100px;
margin: 20px auto;
padding: 0px 25px;
position: relative;
background: #fff;
}

#header {
width: 1050px;
padding: 25px 25px 20px 25px;
}

#header_betreuung {
width: 1100px;
height: 163px;
padding-top: 25px;
padding-left: 25px;
background: transparent;
}

#header_management {
width: 1100px;
height: 163px;
padding-top: 25px;
padding-left: 25px;
background: transparent;
}

#header_service {
width: 1100px;
height: 163px;
padding-top: 25px;
padding-left: 25px;
background: transparent;
}

#header_technik {
width: 1100px;
height: 163px;
padding-top: 25px;
padding-left: 25px;
background: transparent;
}

#header_allgemein {
width: 1100px;
height: 163px;
background: transparent url(img/header_allgemein.jpg) repeat-x;
}

#strichoben {
width: 1100px;
height: 3px;
background: transparent url(img/strich.gif) repeat-x;
}

#strichoben_sub {
width: 1100px;
height: 23px;
background: transparent url(img/strichobenunten_sub.jpg);
}

#content {
width: 1100px;
margin-left: 220px;
margin-top: 50px;
margin-bottom: 20px;
}

#content_start {
width: 1100px;
height: 220px;
margin-left: 540px;
margin-top: 50px;
margin-bottom: 20px;
}

#flash {
position: absolute;
background: #000;
left: 20px;
top: 200px;
}

#content_betreuung {
float: right;
width: 840px;
min-height: 500px;
}

#strichmitte {
width: 1100px;
height: 3px;
background: transparent url(img/strich.gif) repeat-x;
}

#navbilder {
width: 1100px;
padding: 25px 0px 20px 0px;
}

#navi_betreuung {
float: left;
width: 220px;
height: 500px;
background: transparent url(img/navi_betreuung.jpg) no-repeat;
}

#navi_management {
float: left;
width: 220px;
min-height: 500px;
background: transparent url(img/navi_management.jpg) no-repeat;
}

#navi_service {
float: left;
width: 220px;
height: 500px;
background: transparent url(img/navi_service.jpg) no-repeat;
}

#navi_technik {
float: left;
width: 220px;
height: 500px;
background: transparent url(img/navi_technik.jpg) no-repeat;
}

#navi_allgemein {
float: left;
width: 220px;
height: 500px;
background: transparent url(img/navi_allgemein.jpg) no-repeat;
}

#strichsenkrecht {
float: left;
width: 20px;
border-right: 1px solid #ccc;
height: 500px;
}

#strichunten {
width: 1100px;
height: 3px;
background: transparent url(img/strich.gif) repeat-x;
}

#back {
position: absolute;
right: 25px;
bottom: 25px;
font-size: 0.7em;
font-style: smallcaps;
}

#footer {
width: 1100px;
height: 20px;
line-height: 1.6em;
font-size: 0.7em;
}

#footer_sub {
width: 1100px;
height: 10px;
line-height: 0.1em;
font-size: 0.7em;
}

/*---------------- ALLGEMEINE KLASSEN----------------
---------------------------------------------------*/
.fl {
float: left;
padding-right: 1em;
}

.fr {
float: right;
padding-left: 1em;
}

.clearfloat {
clear: both;
}

.zentriert {
text-align: center;
}

.rechts {
text-align: right;
}

.links {
text-align: left;
}

.allelogos {
position: relative;
left: 15px;
}

.mehrbutton {
padding-right: 0px;
}

.fade {
   opacity: 0.7;
   transition: opacity .50s ease-in-out;
   -moz-transition: opacity .50s ease-in-out;
   -webkit-transition: opacity .50s ease-in-out;
   }

.fade:hover {
   opacity: 1;
   }
      
/*------------------NAVIGATION----------------------------------
----------------------------------------------------------------*/

#nav_betreuung li {
position: relative;
top: 33px;
left: 5px;
color: #666;
padding-bottom: 6px;
}

#nav_betreuung li a {
text-decoration: none;
color: #666;
}

#nav_betreuung li a:hover {
color: #e67817;
padding-left: 5px;
}

#nav_management li {
position: relative;
top: 33px;
left: 5px;
color: #666;
padding-bottom: 6px;
}

#nav_management li a {
text-decoration: none;
color: #666;
}

#nav_management li a:hover {
color: #788991;
padding-left: 5px;
}

#nav_service li {
position: relative;
top: 33px;
left: 5px;
color: #666;
padding-bottom: 6px;
}

#nav_service li a {
text-decoration: none;
color: #666;
}

#nav_service li a:hover {
color: #85c226;
padding-left: 5px;
}

#nav_technik li {
position: relative;
top: 33px;
left: 5px;
color: #666;
padding-bottom: 6px;
}

#nav_technik li a {
text-decoration: none;
color: #666;
}

#nav_technik li a:hover {
color: #0093dd;
padding-left: 5px;
}

#nav_allgemein li {
position: relative;
top: 33px;
left: 5px;
color: #666;
padding-bottom: 6px;
}



/*------------------BILDER--------------------------------------
----------------------------------------------------------------*/



/*-----------------TABELLEN-------------------------------------
----------------------------------------------------------------*/

.kontakt {
padding-top: 100px;
padding-left: 100px;
}

.ul1 {
list-style-type: circle;
padding: 10px 0px 20px 30px;
}

