/*****************************
ALLGEMEINE FORMATIERUNGEN
*****************************/

img     {border:0;}
.right  {float:right;}
.center {text-align:center;}
.left   {float:left;}
br.clr  {clear:both;font-size:0px;height:0;line-height:0px;padding:0;margin:0;overflow:hidden}
br.clr_left  {clear:left;font-size:0px;height:0;line-height:0px;padding:0;margin:0;overflow:hidden}

.pad0 {margin:0px;padding:0px;}

/*****************************
Template
*****************************/

* 
{
    font-size:12px;
    font-family: verdana,arial,'sans serif';
    color:#5f5d60;
    margin:0px;
    padding:0px;
 
}

.red
{
color:#e72a18;
}

a, a:link , a:visited, a:focus, a:active
{
color:#e72a18;
}

a:hover
{
color:#5f5d60;
text-decoration:none;
}

h2,h3,h4 {margin-top: 15px;}

body 
{
    
    width:100%;
    height:100%;
    min-height:100%;
	position:relative;
    background:url(../images/machwerk_bg.jpg) repeat-x;
    background-color:#9f9f9f;
}

html
{
    width:100%;
    height:100%;
    min-height:100%;
    text-align:center;
}

#body_border
{
    width:100%;
    height:100%;
    min-height:100%;
    background:url(../images/machwerkarrow_bg.jpg) no-repeat;
}

#header_border
{
width:720px;
height:100px;

}




#inhalt_border
{

width:100%;
text-align:center;
}

#inhalt
{

width:720px;
margin:20px 0px 0px 0px;
margin-left:auto;
margin-right:auto;

}



#inhalt .buchhaltung
{
background:#565f62;
padding:25px 0px 0px 12px;
height:200px;
vertical-align:top;
}

#inhalt .personalwesen
{
background:#505658;
padding:25px 0px 0px 12px;
height:200px;
vertical-align:top;
}

#inhalt .management
{
background:#aeb2b4;
padding:25px 0px 0px 12px;
height:200px;
vertical-align:top;
}

#inhalt ul
{
margin:12px 0px 0px 16px;
}

#inhalt li 
{
color:#fff;
font: normal 12px arial;
line-height:19px;
list-style-image: url(../images/bulletpoint.png);
}


#inhalt .kontakt
{
padding:0px 0px 0px 20px;
}


.logoadresse
{
margin:0px 0px 14px 10px;
background:url(../images/adresse_arrow.png) no-repeat;
width:95px;
height:118px;

}


.copyright
{
margin:6px 0px 0px 0px;
text-align:left;
font: normal 11px verdana;
}

#footer
{
position:absolute;
bottom:0;
width:100%;
text-align:center;
}


#footer .logofooter
{
background:url(../images/logo_bottom.png) no-repeat;
width:493px;
height:60px;
margin-left:auto;
margin-right:auto;
}

/* CSS FÜR COOKIE HINWEIS */
#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}