@CHARSET "UTF-8";


/**
 * bitExpert stylesheet. More or less documented with CSSDoc[1]
 *
 * [1] http://cssdoc.net
 *
 * @media   screen
 * @site    bitExpert.de
 * @version	$Revision: 224 $
 * @date	$Date: 2008-04-02 15:02:29 +0200 (Mi, 02 Apr 2008) $
 * @author  bitExpert AG <info@bitExpert.de>
 */


/**
 * global reset of margin / padding
 * 
 * @section reset
 */
* {
	margin: 0;
	padding: 0;
}


/**
 * Common CSS definitions
 *
 * @section common formats
 */
.clear {
	clear: both;
}

a {
	outline: none;
}

span.error {
	font-weight:bold;
	color:red;
}

img {
	border: none;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	color: #000;
	margin: 10px 17px 24px 17px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #000;
	margin: -1.5px 17px 13.5px 17px;
}

/**
 * News formatting
 *
 * @section news content
 */
h3.news_head_right {
	margin-top: 10px;
}

p.news_content {
	margin-bottom: 34px; 
}

p.news_right {
	margin-top: 0;
	margin-bottom: 30px;
}

p.news_right_last {
	margin-bottom: 17px;
}


/**
 * Definitions for contact form
 *
 * @section contact form content
 */
table#contact {
	margin-left: 17px;
	margin-right: 5px;
	border-collapse: collapse;
	border: 0;
}

table#contact td.headingsleft {
	padding-bottom: 3px; 
	padding-left: 4px;
}

table#contact td.headingsright {
	padding-bottom: 3px; 
	padding-left: 39px;
	
}

table#contact td.fields{
   padding:0 0 5px 0;
}


table#contact input{
   color:#EE7F00;
   font-size:11px;
}

table#contact select, textarea{
   border:none;
   border-left:1px solid #CACAC8;
   border-right: 1px solid #CACAC8;
   color:#EE7F00;
   font-size:11px;
   margin-left:35px;	
}

table#contact td #agbcheck {
	float:left;
	margin-left: 35px;
}

table#contact textarea{
	width:400px; 
	height:198px;
	padding-left:4px;
    padding-right:4px;
}
                      

table#contact tr#last{
   height:15px;
}

input[type=text]{
	height:17px;
	width:234px;
	border:none;
    border-left:1px solid #CACAC8;
    border-right: 1px solid #CACAC8;
    padding-left:4px;
}

input[type=select]{
	height:17px;
	width:160px;
}

input[type=submit]#contact{
	width:62px;
	height:17px;
	background-color:#FFFFFF;
	border:none;
	float:right;
}

div#sendImageWrapper {
	width: 100%;
	text-align: center;
}


/**
 * Definitions for search form
 *
 * @section search form content
 */
input[type=text]#sSearch{
	height:17px;
	width:234px;
	border:none;
    border-left:1px solid #CACAC8;
    border-right: 1px solid #CACAC8;
    padding-left: 4px;
    margin-left: 5px;
    
}

input[type=submit]#search:hover{
	background-image:url("../images/send_hover.jpg");
}

input[type=submit]#search{
	background-image:url("../images/send.jpg");
	background-repeat:no-repeat;
	padding-bottom:6px;
	width:62px;
	height:17px;
	background-color:#FFFFFF;
	border:none;
	margin: 10px 0 0 5px;
	
}


/**
 * Definitions for sitemap
 *
 * @section sitemap content
 */
.content .sitemap {
	position: relative;
	float: left;
	height: 200px;
	width: 200px;
	margin-left: 5px;
	color: #445052;
	text-align: left;
}

.content .sitemap ul {
	list-style: none;
	margin-left: 10px;
}

.content .sitemap ul li a,
.content .sitemap ul li a:visited,
.content .sitemap ul li a:active {
	color: #445052;
	font-weight: bold;
}

.content .sitemap ul li a:hover{
        color:#EE7F00;
}

.content .sitemap ul li ul li {
	margin-left: 5px;
}

.content .sitemap ul li ul li a,
.content .sitemap ul li ul li a:visited,
.content .sitemap ul li ul li a:active {
	color: #445052;
	font-weight: normal;
}

.content .sitemap h3 {
	margin:10px 0 20px 10px;
	
}

.content .sitemap h3 a,
.content .sitemap h3 a:visited,
.content .sitemap h3 a:active,
.content .sitemap h3 a:hover {
	color: #445052;
	text-align: left;
}


/** 
 * Basic layout structure
 *
 * @section layout structure
 */
html {
	overflow: scroll;
	overflow-x: hidden;
}


html, body {
	height: 100%;
}


body {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #445052;
	font-stretch: narrower;
}


#wrapper {
	height: 100%;
}





#container, #inner {
	min-height: 100%;
	height: auto;
}

#container {
	position: relative;
	text-align: center;
	width: 1003px;
	margin: 0 auto 0 auto;
	background-image: url("../images/bg_web.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	/*background-color: #F4F0EF;*/
        background-color: #FFFFFF;
}

#inner {
	width: 951px;
	margin: 0 26px;
	background-color: #FFFFFF;
}

#content {
	position: relative;
	text-align: left;
	margin: 0 33px 0 33px;
	width: 884px;
	min-height: 100%;
	height: auto;
}

#content .content ul li {
	line-height: 16.5px;
}

#top {
	position: relative;
	width: 884px;
	font-size: 11px;
	height: 57px;
	top: 0;
	left: 0;		
}

#logo {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 167px;
	height: 57px;
	cursor:pointer;
}

#logo img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#logo img.sub {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 1;
}

#logo #subtext {
	position: absolute;
	bottom: 14px;
	left: 0;
	color: #EE7F00;
	font-weight: normal;
	display: none;
}

#logo #subtext a,
#logo #subtext a:hover,
#logo #subtext a:active,
#logo #subtext a:visited,
#logo #subtext a:focus,
#logo #subtext a:link {
	text-decoration: none;
	color: #EE7F00;
}

span.highlight {
	font-size: 16px;
}

/** 
 * Definitions of main menu
 *
 * @section mainmenu
 */
#mainmenu {
	position: relative;
	top: 0;
	right: 0;
	float: right;
	height: 57px;
	width: 717px;
	text-align: left;
}

#mainmenu ul {
	position: absolute;
	bottom: -2px;
	left: 0;
	list-style: none;
	margin-left: 17px;
}

#mainmenu ul li {
	display: inline;
	margin-left: 18px;
}

#mainmenu ul li.first {
	margin-left: 0;
}

#mainmenu ul li a,
#mainmenu ul li a:visited,
#mainmenu ul li a:active {
	color: 	#445052;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	color: #EE7F00;
	text-decoration: none;
}

#mainmenu ul li a.current {
	color: #EE7F00;
	text-decoration: none;
}


/** 
 * Definitions of bitExpert playground area including submenu
 *
 * @section playground
 */
#playground {
	position: relative;
	top: 0;
	left: 0;
	width: 884px;
	height: 161px;
	margin-top: 14px;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url("../images/playground.gif");
	background-position: top;
	background-repeat: no-repeat;
}

#playground #background, #playground #menucontainer, #playground #flashreplace {
	position: absolute;
	top: 0;
	left: 0;
	width: 884px;
	height: 161px;
	overflow: hidden;
	z-index: 5;
}

#playground #background {
	z-index: 10;
}

#playground #overlay {
	position: absolute;
	width: 884px;
	height: 161px;
	z-index: 20;
	display: none;
}

#playground #menuwrapper {
	position: relative;
	width: 881px;
	height: 161px;
	left: 1px;
	z-index: 20;
	overflow: hidden;
}

#playground #menucontainer {
	position: absolute;
	top: 10px;
	left: 0;
	width: auto;
	height: 27px;
	z-index: 20;
}

#playground #menucontainer #submenu {
	height: 27px;
	min-width: 5px;
	width: auto;
	background-image:url("../images/bg_submenu.png");
	background-repeat: repeat-x;
	margin-right: 10px;
	float: left;
}

#playground #menucontainer #clickarea {
	width: 20px;
	height: 27px;
	position: absolute;
	right: 0px;
	float:right;
	background-image: url('../images/subNavi_right.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#playground #menucontainer #clickarea img {
	position: absolute;
	top: 0px;
	left: 5px;
	height: 27px;
	width: 	9px;
        display: none;
}

#playground #menucontainer #submenu ul {
	position: relative;
	top: 7px;
	left: 10px;
}

#playground #menucontainer #submenu ul li {
	list-style: none;
	display: inline;
	margin-right: 16px;
	font-size:11px;
	color: #FFFFFF;
}

#playground #menucontainer #submenu ul li a:link,
#playground #menucontainer #submenu ul li a:visited {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-stretch: narrower;
	color: #FFFFFF;	
	text-decoration: none;
	opacity: 1.0;
}

#playground #menucontainer #submenu ul li a:hover {
	color: #343D3F;	
}

#playground #menucontainer #submenu ul li a.current {
	color: #343D3F;
}

#dummy ul li {
	list-style: none;
	display: inline;
	margin-right: 16px;
	font-size:11px;
	color: #FFFFFF;
}


/** 
 * Some global rules for the content templates defined below
 *
 * @section global template rules
 */
.top {
	width: 884px;
	height: 7px;
	margin-top: 14px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.content {
	position: relative;
	background-position: left top;
	background-repeat: repeat-y;
	width: 884px;
}

.content a,
.content a:active,
.content a:visited{
	color:#ec7405;
	text-decoration:none;
}
.content a:hover{
	color:#445052;
}

.content p.news a,
.content p.news a,
.content p.news a:visited,
.content p.news a:active{
	text-decoration:none;
	color:#445052;
}

.content p.news a:hover {
	color: #ec7405;
}

span#more {
	color: #ec7405;
}

.content table {
	border-collapse: collapse;
}

.content table td h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.gradient {
	width: 884px;
	min-height: 299px;
	height: auto;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.left, .right, .inner_content, .one_column_text {
	position: relative;
	top: 0;
}

.left, .one_column_text {
	float: left;
	left: 0;
}

.right {
	float: right;
	right: 0;
}

.left p, .middle p, .right p, .one_column_text p, .content p.news {
	margin: -2.25px 17px 17.75px 17px;
	line-height: 1.5em;
}

.content ul {
	list-style-type: square;
	margin-left: 45px;
	margin-bottom: 17px;
	margin-right: 17px;
}

.content ol {
	margin-left: 45px;
	margin-bottom: 17px;
}

/** 
 * The definitions for the _half content template
 *
 * @section template half_half
 */
#half_half {
	min-height: 100%;
	height: auto;
}

#half_half .design_image {
	margin-top: -7px;	
}

#half_half #banner {
	text-align: center;
}

#half_half img {
	border: none;
}

#half_half p a {
	color: #445052;
}

#half_half a.orange {
	color: #ec7405;
}

#half_half a:hover {
	color: #ec7405;
}

#half_half .top {
	background-image: url("../images/halbhalb_rund_oben.jpg");
}

#half_half .content {
	background-image: url("../images/halbhalb_farbe.jpg");
}

#half_half .gradient {
	background-image: url("../images/halbhalb_verlauf.jpg");
}

#half_half .description {
	float: left;
	width: 261px;
}

#half_half .image {
	float: left;
	width: 174px;
}

#half_half .left, #half_half .right {
	width: 435px;
}

#half_half div#flash {
	margin-top: -7px;
	width: 435px;
}
/** 
 * The definitions for the one column content template
 *
 * @section template one_column
 */

#one_column a {
	color: #ec7405;
}

#one_column a.orange {
	color: #ec7405;
}
#one_column a.black {
	color: #445052;
}

#one_column a:hover {
	color: #445052;
}

#one_column .top {
	background-image: url("../images/1er_rund_oben.jpg");
}

#one_column .content {
	background-image: url("../images/1er_farbe.jpg");
}

#one_column .gradient {
	background-image: url("../images/1er_verlauf.jpg");
}

#one_column .one_column_text {
	width: 884px;
}
#one_column .upperRow {
	float: left;
	width: 294.6px;
}

#one_column .lowerRow {
	float: left;
	width: 294.6px;
	text-align: center;
	border: none;
}

#one_column .lowerRow img {
	border: none;
}


/*The definitions for the tooltip images*/

a.tooltip
{
position:relative;
z-index:1;
text-decoration:none;
}

a.tooltip:hover
{
z-index:2;
}

a.tooltip span
{
display: none;
}

a.tooltip:hover span
{
display:block;
position:absolute;
top:-54px;
left:0px;
text-align: center;
-moz-opacity:.90;
opacity:.90;
} 


/** 
 * The definitions for the tow column content template (20 - 80)
 *
 * @section template tow_columns
 */
#two_columns .top {
	background-image: url("../images/2er_rund_oben.jpg");
}

#two_columns .content {
	background-image: url("../images/2er_farbe.jpg");
}

#two_columns .gradient {
	background-image: url("../images/2er_verlauf.jpg");
}

#two_columns .left {
	width: 156px;
}

#two_columns .left img {
	margin-top: -7px;	
}

#two_columns .left ul {
	margin-left: 17px;
}

#two_columns .left ul li {
	margin-top: 10px;
	list-style: none;
}

#two_columns .left ul li a,
#two_columns .left ul li a:active,
#two_columns .left ul li a:visited {
	color: #445052;
}

#two_columns .left ul li a:hover,
#two_columns .left ul li a.current {
	color: #EE7F00;
}

#two_columns .right {
	width: 681px;
	margin-right:30px;
}

#two_columns .menschen {
	width: 100%;
}

#two_columns .menschen h4 {
	margin-bottom: 1px;
}

#two_columns .menschen td {
	width: 50%;
}

#two_columns .menschen #about {
	padding-top: 5px;
	padding-right: 30px;
	vertical-align: top;
}

#two_columns .menschen #second_row {
	padding-top: 30px;
}

#two_columns div#anschrift_ma {
	float: left;
	width: 35%;
}

#two_columns div#anschrift_zw {
	float: left;
	width: 60%;
}

/** 
 * The definitions for the three column content template
 *
 * @section template three_columns
 */
#three_columns .top {
	background-image: url("../images/3er_rund_oben.jpg");
}

#three_columns .content {
	background-image: url("../images/3er_farbe.jpg");
}

#three_columns .gradient {
	background-image: url("../images/3er_verlauf.jpg");
}

#three_columns .left {
	width: 159px;
	margin-right: 14px;	
}

#three_columns .left a,
#three_columns .left a:active,
#three_columns .left a:visited {
	color: #445052;
}

#three_columns .left a:hover,
#three_columns .left a.current {
	color: #EE7F00;
}

#three_columns .left ul {
	margin-left: 17px;
}

#three_columns .left ul li {
	margin-left: 17px;
	margin-top: 10px;
	list-style: none;
}

#three_columns .left ul li a,
#three_columns .left ul li a:active,
#three_columns .left ul li a:visited {
	color: #445052;
}

#three_columns .left ul li a:hover,
#three_columns .left ul li a.current {
	color: #EE7F00;
}

#three_columns .left h4.current{
	color: #EE7F00;
}

#three_columns .left div.news_archive_months {
	margin-left: 5px;
}

#three_columns .middle {
	float: left;
	left: 173px;
	width: 262px;	
}

#three_columns .middle h4.current {
	color: #EE7F00;
}

#three_columns .right {
	width: 435px;
}

#three_columns .right .right_image {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

#three_columns .left .left_image {
	margin-top: -7px;
	width:159px;
}

#three_columns .right .textLink a,
#three_columns .right .textLink a:visited,
#three_columns .right .textLink a:active{
	text-decoration:none;
	color: #445052;
}

#three_columns .right .textLink a:hover {
	color:#ec7405;
}

/** 
 * The definitions for the 30-70 content template
 *
 * @section template two_columns_30_70
 */
#two_columns_30_70 .top {
	background-image: url("../images/30_70_rund_oben.jpg");
}

#two_columns_30_70 .content {
	background-image: url("../images/30_70_farbe.jpg");
}

#two_columns_30_70 .gradient {
	background-image: url("../images/30_70_verlauf.jpg");
}

#two_columns_30_70 .left {
	width: 262px;
}

#two_columns_30_70 .left h4.current {
	color: #ec7405;
}

#two_columns_30_70 div.stripline {
	width: 223px;
	height: 0px;
	border-top: 1px solid #445052;
	margin-left: 18px;
	margin-bottom: 15px;
}

#two_columns_30_70 .left .current_project .imagelink {
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#two_columns_30_70 .left .current_project a {
	border: none;
	color: #445052;
}

#two_columns_30_70 .left .current_project a:hover {
	color: #ec7405;
}


#two_columns_30_70 .left .design_image {
	margin-top: -7px;	
}

#two_columns_30_70 .left ul {
	margin-left: 17px;
}

#two_columns_30_70 .left ul li {
	margin-top: 10px;
	list-style: none;
}

#two_columns_30_70 .left ul li a,
#two_columns_30_70 .left ul li a:active,
#two_columns_30_70 .left ul li a:visited {
	color: #445052;
}

#two_columns_30_70 .left ul li a:hover,
#two_columns_30_70 .left ul li a.current {
	color: #EE7F00;
}

#two_columns_30_70 .right {
	width: 607px;
}

#two_columns_30_70 .rightTextLink a {
	color: #ec7405;
}

#two_columns_30_70 .rightTextLink a:hover {
	color: #445052;
}


#two_columns_30_70 img {
	border: none;
}

#two_columns_30_70 .right .description {
	float: left;
	width: 364.2px;
}

#two_columns_30_70 .right .image {
	float: left;
	width: 242.8px;
	text-align: center;
}

#two_columns_30_70 .right .overview {
	width: 100%;
}

#two_columns_30_70 .right .overview #first_column {
	width: 60%;
}

#two_columns_30_70 .right .overview #second_column {
	width: 40%;
	vertical-align: top;
}

#two_columns_30_70 .right a {
	color: #445052;
}

#two_columns_30_70 .right a:hover {
	color: #ec7405;
}

/** 
 * The definitions for the 70-30 content template
 *
 * @section template two_columns_70_30
 */
#two_columns_70_30 .top {
	background-image: url("../images/70_30_rund_oben.jpg");
}

#two_columns_70_30 .content {
	background-image: url("../images/70_30_farbe.jpg");
}

#two_columns_70_30 .gradient {
	background-image: url("../images/70_30_verlauf.jpg");
}

#two_columns_70_30 .left {
	width: 607px;
}

#two_columns_70_30 .right {
	width: 262px;
}

#two_columns_70_30 .right #flash {
	border: 1px solid black;
	width: 259px;
	height: 300px;
}

#two_columns_70_30 .right .design_image {
	margin-top: -7px;	
}


#two_columns_70_30 .right ul {
	margin-left: 17px;
}

#two_columns_70_30 .right ul li {
	margin-top: 10px;
	list-style: none;
}

#two_columns_70_30 .right ul li a,
#two_columns_70_30 .right ul li a:active,
#two_columns_70_30 .right ul li a:visited {
	color: #445052;
}

#two_columns_70_30 .right ul li a:hover,
#two_columns_70_30 .right ul li a.current {
	color: #EE7F00;
}

#two_columns_70_30 .right .stripline {
	margin-left: 18px;
	margin-bottom: 15px;
	width: 223px;
	height: 0px;
	border-top: 1px solid #445052;
}

#two_columns_70_30 .right .current_project .imagelink {
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#two_columns_70_30 .right .current_project a {
	border: none;
	color: #445052;
}

#two_columns_70_30 .right .current_project a:hover {
	color: #ec7405;
}

#two_columns_70_30 .textLink a {
	color: #445052;
}

#two_columns_70_30 .textLink a:hover {
	color: #ec7405;
}

/** 
 * Styling of the page footer
 *
 * @section footer
 */
#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 884px;
	height: 25px;
	margin-top: 14px;
	font-size: 9px;
}

#footer ul {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	margin-left: 8px;
}

#footer ul li.first {
	margin-left: 0;
}

#footer ul li a,
#footer ul li a:visited,
#footer ul li a:active {
	color: #445052;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #EE7F00;
	text-decoration: none;
}
