@charset "utf-8";
/* CSS Document */
/***********************************************/
/* styles.css                                  */
/* Stylesheets fuer edv beratung hempel        */
/***********************************************/

/***********************************************************************/
/* http://www.colorzilla.com/gradient-editor/                          */
/* http://border-radius.com/                                           */
/* http://www.webmaster-elite.de/online-tools/boxshadow-generator.html */
/***********************************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {
    height: 1000%;

}
body{
	  font-family: Calibri; Arial,sans-serif;
	  margin     : 0px;
	  padding    : 0px;
    width      : 100%;
	overflow: hidden;

    background-repeat    : no-repeat;
    background-attachment: fixed;
    background-position  : 0px 0px;

    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #cccccc 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cccccc 0%,#999999 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cccccc 0%,#999999 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cccccc 0%,#999999 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}

h1 {
    color      : #942E0F;/*#ff6800;*/
    font-size  : 200%;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000000;/*#2a344b;*/
    margin     : 5px 0 10px 0;
}

h2 {
    color      : #942E0F;/*#ff6800;*/
    font-size  : 150%;
    font-weight: bold;
/*    text-shadow: 1px 1px 0px #000000;/*#2a344b;*/
    margin     : 5px 0 10px 0;
}

h4 {
    color      : #942E0F; /*#F08F30;*/
    font-size  : 100%;
    font-weight: bold;
/*    text-shadow: 1px 1px 0px #000000;/*#2a344b;*/
    margin     : 5px 0 10px 0;
}

/***********************************************/
/* Layout styles                               */
/***********************************************/


#page {
    text-align      : left;
    width           : 1000px;
    margin          : auto;
    margin-top      : 10px;
    border          : 1px solid #000000;
    background-color: #cccccc;

    -webkit-box-shadow: 3px 3px 6px #2a344b; /* webkit browser*/
    -moz-box-shadow   : 3px 3px 6px #2a344b; /* firefox */
    box-shadow        : 3px 3px 6px #2a344b;
    /*box-shadow: 3px 3px 9px 3px #666666;*/

    -webkit-border-radius: 5px;
    -moz-border-radius   : 5px;
    border-radius        : 5px;
}

#header {
    margin-top : 0px;
    padding-top: 0px;
    position   : relative;
    width      : 1000px;

    min-height   : 112px;
    margin-bottom: 0px;

    background-repeat    : no-repeat;
    background-attachment: fixed;
    background-position  : 0px 0px;

    background: #484745; /* Old browsers */
    background: -moz-linear-gradient(top,  #484745 0%, #232323 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484745), color-stop(100%,#232323)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #484745 0%,#232323 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #484745 0%,#232323 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #484745 0%,#232323 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #484745 0%,#232323 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484745', endColorstr='#232323',GradientType=0 ); /* IE6-9 */

}

.logo {
    position   : absolute; top: 15px; left: 20px;
    min-width  : 330px;
    height     : 60px;
    border     : 0px solid #ffffff;
    font-size  : 1.5em;
    font-weight: normal;
    color      : #FFFFFF;
/*	background-image: url(img/bbk-logo4.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;*/
}

/***********************************************/
/* hauptmenue-styles                           */
/***********************************************/

#menue {
	/*padding-right: 10px;*/
    position     : relative;
    top          : 75px;
    line-height  : 35px;
    text-align   : right;
    font-size    : 0.8em;
    padding-right: 15px;
}

#menue ul {
    float     : right;
    list-style: none outside none;
    margin    : 0px;
    padding   : 0px;
    position  : relative;
    right     : 0px;
}
#menue ul li {
    border          : 1px solid #252525;
    background-color: #DDDDDD;
    float           : left;
    text-align      : center;
    width           : 95px;
    margin          : 0px 2px 0px 0px;
    font-weight     : bold;
    color           : #454545;

    -webkit-border-radius       : 5px;
    -moz-border-top-left-radius : 5px;
    -moz-border-top-right-radius: 5px;
    border-radius               : 5px 5px 0px 0px;
}
#menue ul li:hover {     background-color: #CCCCCC; }
#menue ul li.active {
    border-bottom-color: #cccccc;
    background-color   : #cccccc;
}
#menue ul li a {
    text-decoration: none;
    color          : #942e0f;
}
#menue ul li a:hover { color: #FFFFFF;/*#FC8F30; fc4d00;*/ }

/***********************************************/
/* content-styles                              */
/***********************************************/
#content, .seite {
    margin          : 5px 5px 5px 5px;
    background-color: #EEEEEE;
    border          : 1px solid #666666;
    min-height      : 500px;
    position		: relative;
    padding         : 5px 0px 5px 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius   : 5px;
    border-radius        : 5px;
}
.seiten_menu {
    width: 180px;
}
.seiten_menu > a {
    display        : block;
    margin         : 10px 0px 0px 0px;
    padding        : 3px;
    width          : 160px;
    text-decoration: none;
    color          : #942e0f;
}
.seiten_menu > a:hover, .seiten_menu > a.akitv {
    background-color: #aaaaaa;
}
.seiten_inhalt {
    margin-left: 205px;
}
.pos_right {
    float: right;
}
.pos_left {
    float: left;
}

.umbau {
    position: relative;
    top     : 80px;
    left    : -10px;
}
.umbautext {
	position: absolute;
	top     : 102px;
	left    : 321px;
}
.interimstext {
	position: absolute;
	top     : 102px;
	left    : 612px;
	width: 351px;
}
.floatstop {
    clear: both;
}

#footer {
/*	clear: both;*/
/*	position: relative; top: 10px;*/
    text-align      : center;
    font-size       : 80%;
    background-color: #EEEEEE;
    line-height     : 25px;
    padding         : 2px 0px;
    margin-top      : 5px;
    color           : #FFFFFF;

    background-repeat    : no-repeat;
    background-attachment: fixed;
    background-position  : 0px 0px;

    background: #484745; /* Old browsers */
    background: -moz-linear-gradient(top,  #484745 0%, #232323 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484745), color-stop(100%,#232323)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #484745 0%,#232323 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #484745 0%,#232323 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #484745 0%,#232323 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #484745 0%,#232323 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484745', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
}
#footer a {
    color          : #ffffff;
    text-decoration: none;
}

/*******************************/
/*     Nummerierte Liste       */
/*     Haftung                 */
/*******************************/
ol {
    overflow-y: scroll;
    margin    : 0px 10px 0px 0px;
    height    : 437px;
    max-height: 787px;
    display   : inline-block;
}
ol li {
    margin: 0px 30px 20px 0px;
}
ol li h2 {
    font-size  : 130%;
}
