﻿@charset "utf-8";

/* it-networx - Mike Proft - 08.10.2008 */

/* GENERELLE ANWEISUNGEN */

*{ margin: 0; padding: 0; }

html {
height: 100%;
margin: 0px;
padding: 0px;
}

img {
border: 0 none;
}

/* LAYOUTANWEISUNGEN */

body {
background: url(files/images/page/site_bg.jpg) repeat-x; /*Kachelbild des Bodyhintergrundes */
height: 100%;
text-transform: none;
text-decoration: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-align: center; /*zentrieren für IE 5.5 */
color: #666;
}

/*1ter container */

#page-base {
width: 1100px;
margin: 0 auto;
padding: 0px;
border-width: 0px;
border-style: none;
background: url(files/images/page/site_2.jpg) no-repeat left top; /* zentriertes bild des 1ten container */
overflow: auto;
visibility: visible;
z-index: -2;
height: auto;
clear: both;
/*	min-height: auto;*/
}

/*2ter container */

#bcss-container {
width:860px;
margin:0 auto;
text-align: left;
border-width: 0px;
border-style: none;
height: auto;
overflow: visible;
z-index: -1;
visibility: visible;
/*	z-index: 1; */
}

.text {
text-align:left;
font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
line-height: 1.6em;
text-align:justify;
}

.text a {
color:#96BF25;
}

/*bereich ganz oben, wo auch das login steht */

#bcss_header_1 {
width:860px;
background: url(files/images/page/logo_mike_2008_01.png) left top;
height: 19px;
clear:both;
}

/*bereich, background pic, wo der blickfang liegt und die unternavi */

#bcss_header_2 {
width:860px;
background: url(files/images/page/head2_bg.png) no-repeat left top;
clear:both;
height: 271px;
float: left;
}

/* bild ggf löschen nach tests  */

.blickfang-image {
text-align: right;
width: 688px;
padding: 0px;
margin: 0px;
background: url(files/images/page/blickfang_bg_intro.png) no-repeat left top; 
float: left;
clear: left;
height: 223px;
}

/* subnavigation und deren überschrift */

.blickfang-focus {
text-align: center;
padding: 0px;
margin: 0px;
float: left;
height: 220px;
width: 172px;
overflow: hidden;
vertical-align: top;
}

.blickfang-focus, a{
padding: 0px;
margin:  0px;
color: #A8A8A8;
text-decoration:none;
font-weight:bold;
}

.blickfang-focus, a:hover{
color: #009900;
text-decoration: none;
font-weight:bold;
}

/* verlauf und breadcrumb */

#logo_2 {
width:688px;
float:left;
background: #FFFFFF url(files/images/page/logo_mike_2008_03.png) left top;
height: 19px;
}

#logo_2 a {
text-decoration: none;
color: #666666;
}

/* pic neben breadcrumb und über subnavi */

#menu_2 {
width:172px;
float:right;
background: url(files/images/page/logo_mike_2008_04.png) right top no-repeat;
height: 19px;
}

#block {
width: 290px;
float: left;
font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
line-height: 1.6em;
text-align:justify;
padding: 0 0 0 5px;
}

#bcss-sidebar {
width:142px;
float:left;
padding-left: 10px;
padding-right: 10px;
color: #666666;
}

#bcss-sidebar p {
vertical-align:top;
}

#bcss-sidebar a {
text-decoration: none;
color:#666;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

.bcss-table {
width: 167px;
float: left;
line-height: 1.8em;
font: normal 0.9em Geneva, Arial, Helvetica, sans-serif;
}

/*für die index 2 spalten*/

.bcss-table2 {
width: 310px;
float: left;
padding-right: 10px; 
padding-left: 10px; 
line-height: 1.6em;
font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
text-align:justify;
}

.bcss-table3 {
width: 320px;
float: left;
padding-right: 5px; 
padding-left: 5px; 
line-height: 1.6em;
font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
text-align:justify;
}

.bcss-table a {
color: #666666;
text-decoration: none;
}

#bcss-content {
width:668px;
float:left;
background:#ffffff;
padding-left: 10px;
padding-right: 10px;
margin: 0px;
background: #FFFFFF url(files/images/page/page_background.png) repeat-y left top;
display: inline;
}

#bcss-content h1 {
color:#666;
font: normal 15px Geneva, Arial, Helvetica, sans-serif;
border-top: 1px none #CCCCCC;
border-right: 1px none #CCCCCC;
border-bottom: 0px solid #CCCCCC;
border-left: 1px none #CCCCCC;
margin: 0px 0px 10px;
padding: 0px;
font-weight: bold;
}

#bcss-content h2 {
color:#666;
font: normal 15px Geneva, Arial, Helvetica, sans-serif;
border-top: 1px none #CCCCCC;
border-right: 1px none #CCCCCC;
border-bottom: 0px solid #CCCCCC;
border-left: 1px none #CCCCCC;
margin: 0px 0px 10px;
padding: 0px;
font-weight: bold;
line-height: 1.2em;
}

#bcss-content h1.content {
color:#666;
font: normal 1.5em Geneva, Arial, Helvetica, sans-serif;
line-height: 1.5em;
word-spacing:0.2em;
font-weight: bold;
padding: 0px 0px 0px 50px;
}

#bcss-content p {
color:#333;
font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
line-height: 1.3em;
}

#bcss-content p.italic {
color:#333;
font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
line-height: 1.3em;
font-style: italic;
padding: 0px 0px 0px 50px;
}

/* footer */

#bcss-footer {
width:860px;
clear:both;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
color: #FF0000;
font-size: 0.7em;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#bcss-footer a {
color: #666;
text-decoration:none;
text-align: left;
}

#bcss-footer h1 {
color: #666;
text-decoration:none;
font: normal 1.0em Geneva, Arial, Helvetica, sans-serif;
}

/* feet */

.feet {
color: #666;
background-color: #EAEAEA; 
width: 205px;
float: left;
font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
line-height: 1.0em;
text-align:justify;
padding:5px;
height: 156px;
}

.feet1 {
color: #666;
background-color: #D2D2D2; 
width: 205px;
float: left;
font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
line-height: 1.0em;
text-align:justify;
padding:5px;
height: 193px;
}

.feet2 {
color: #666;
background-color: #A8A8A8; 
width: 205px;
float: left;
font: normal 0.8em Geneva, Arial, Helvetica, sans-serif;
line-height: 1.0em;
text-align:justify;
padding:5px;
height: 178px;
}

.feet h3, .feet1 h3, .feet2 h3 {
font: normal 0.9em Geneva, Arial, Helvetica, sans-serif;
text-align: left;
line-height: 1.0em;
}

.feet a, #feet1 a, #feet2 a {
color:#666666;
text-decoration:none;
}

.feet a:hover, #feet1 a:hover, #feet2 a:hover  {
color: #FF9900;
text-decoration: underline;
}

