@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}


body,
html {
  margin:0;
  padding:0;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size:12px;
  color:#000;
  background:url('../images/background_yellow.jpg') repeat-x #fff;
}

a, a:hover, a:visited, a:active {
	color:#000000;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#top_bar {
	width:960px;
	height:20px;
	margin:0 auto;
	padding-right:40px;
	background:#000;
}

	#top_bar li {
		float:left;
	}
	
	#top_bar a {
		display:block;
		height:20px;
		text-indent:-9999em;
		background:url('../images/top_bar_btn.jpg') no-repeat;
	}
	
	#top_bar a.btn_home { width:60px; background-position:0px 0px; margin-right:20px; }
	#top_bar a.btn_home:hover { background-position:0px -20px; }
	#top_bar a.btn_home.selected { background-position:0px -40px; }
	
	#top_bar a.btn_unternehmen { width:110px; background-position:-60px 0px; margin-right:20px; }
	#top_bar a.btn_unternehmen:hover { background-position:-60px -20px; }
	#top_bar a.btn_unternehmen.selected { background-position:-60px -40px; }
	
	#top_bar a.btn_kontakt { width:80px; background-position:-170px 0px; margin-right:20px; }
	#top_bar a.btn_kontakt:hover { background-position:-170px -20px; }
	#top_bar a.btn_kontakt.selected { background-position:-170px -40px; }
	
	#top_bar a.btn_pb { width:100px; background-position:-250px 0px; margin-right:20px; }
	#top_bar a.btn_pb:hover { background-position:-250px -20px; }
	#top_bar a.btn_pb.selected { background-position:-250px -40px; }
	
	
	
	#top_bar a.btn_unternehmensberatung { width:10px; background-position:-960px 0px; }
	#top_bar a.btn_design { width:10px; background-position:-970px 0px; }
	#top_bar a.btn_it { width:10px; background-position:-980px 0px; }
	#top_bar a.btn_events { width:10px; background-position:-990px 0px;}


#tab_menu {
	width:1000px;
	margin:2em auto 0 auto;
	border:0;
}

	#tab_menu li {
		float:left;
	}
	
	#tab_menu a {
		display:block;
		width:250px;
		height:55px;
		text-indent:-999em;
		background:url('../images/menu_tab.gif') no-repeat;
	}
	
	#tab_menu a.tab_unternehmensberatung {background-position:0px 0px; }
	#tab_menu a.tab_unternehmensberatung:hover { background-position:0px -55px; }
	#tab_menu a.tab_unternehmensberatung.selected {background-position:0px -110px; }
	* html #tab_menu a.tab_unternehmensberatung_selected {background:url('../images/menu_tab.gif') no-repeat 0px -110px; }
	
	#tab_menu a.tab_design { background-position:-250px 0px; }
	#tab_menu a.tab_design:hover { background-position:-250px -55px; }
	#tab_menu a.tab_design.selected { background-position:-250px -110px; }
	* html #tab_menu a.tab_design_selected { background:url('../images/menu_tab.gif') no-repeat -250px -110px; }
	
	#tab_menu a.tab_it { background-position:-500px 0px; }
	#tab_menu a.tab_it:hover { background-position:-500px -55px; }
	#tab_menu a.tab_it.selected { background-position:-500px -110px; }
	* html #tab_menu a.tab_it_selected { background:url('../images/menu_tab.gif') no-repeat -500px -110px; }
	
	#tab_menu a.tab_events {background-position:-750px 0px; }
	#tab_menu a.tab_events:hover { background-position:-750px -55px; }
	#tab_menu a.tab_events.selected { background-position:-750px -110px; }
	* html #tab_menu a.tab_events_selected { background:url('../images/menu_tab.gif') no-repeat -750px -110px; }

#container {
	width:998px;
	margin:0 auto;
	border:1px solid #a9a9a9;
}

.cont_std {
	background:url('../images/background_content.jpg') repeat-y #fff;
}

.cont_home {
	background:url('../images/background_content_home.jpg') repeat-y #fff;
}

#header {
	width:663px;
	height:220px;
	background:no-repeat #fff;
	padding:15px 0px 15px 335px;
	border-bottom:1px solid #a9a9a9;
	background:url('../images/background_header.jpg') no-repeat #fff;
}
	
	#header p {
		float:left;
		width:300px;
		height:180px;
		padding:20px 15px 0 15px;
		font-weight:normal;
		font-size:10px;
		line-height:1.5em;
		color:#005c32;
	}
	

#menu {
	border-top:1px solid #fff;
	width:200px;
}

	#menu h2 { display:block; width:190px; height:16px; padding:3px 5px 1px 5px; font-size:1.2em; font-weight:bold; background:#636363; color:#fff; }
	
	#menu a {
		display:block;
		cursor:pointer;
		width:194px;
		height:20px;
		padding:4px 3px 6px 3px;
		background:url('../images/menu_btn_bg.jpg') repeat-x bottom;
		text-decoration:none;
	}
	
	#menu a:hover { background:url('../images/menu_btn_bg_hover.jpg') repeat-x bottom; }
	
	#menu a.selected {
		width:195px;
		background:url('../images/menu_btn_bg_selected.jpg') no-repeat bottom;
	}
	
	#menu a.selected:hover {
		background:url('../images/menu_btn_bg_selected_hover.jpg') no-repeat bottom;
	}
	
	#menu div.icon {
		display:block;
		width:30px;
		height:20px;
		background:url('../images/menu_icons.png') no-repeat;
	}
	
	#menu span.heading {
		padding:5px;
		color:#636363;
		font-size:1em;
	}
	
	#menu span.info {
		padding:5px 5px 0px 5px;
		color:#636363;
		font-size:0.8em;
	}

#content {
	width:568px;
	margin:0 15px;
}
	
	#content .body {
		font-size:1em;
		padding:10px 20px 20px 20px;
	}
		
		#content p { padding:0.5em 1.5em 1.5em 1.5em; line-height:1.8em; }
		
		#content p a[href$='.pdf'] { height:16px; padding-left:18px; background:url('../images/page_white_acrobat.png') no-repeat; }
		
		#content ul { list-style:circle; margin-left:10px; padding:0 2.5em 2em 2.5em; }
		
		#content li { padding:2px;  line-height:1.8em; }
		
		#content table { margin:0.5em 2em; }
		
		#content p.quot { font-style:italic; font-weight:bold; padding:0.5em 1.5em; line-height:1.4em; text-align:center;}
		
		#content em { display:block; padding:3px; background:#f00; color:#000; font-weight:bold; }
		
		#content a, #content .body a:visited, #content .body a:active { color:#8ac53f; }
		
		#content a:hover {color:#709d39; }
		
		#content .notice { font-size:10px; color:#ccc; }
		
		#content .firmen {list-style:none; margin:1em; padding:0; }
		
		#content .firma { position:relative; list-style:none; float:left; margin:0.5em;}
		
		#content .firmenlogo { display:block; width:150px; height:75px; background:url('../images/firmen_logos.jpg') no-repeat #fff; text-indent:-999em; }
		
		#content .firmeninfo { position:absolute; display:none; height:80px; width:140px; padding:10px; background:url('../images/background_infobox.png') no-repeat; color:#666; font-size:0.8em; font-weight:bold; z-index:99; text-align:center; line-height:1.2em;}
		
		#content .tbl-form th { font-weight:bold; vertical-align:top; }
		
		#content input[type="text"] { border:1px solid #ccc; width:200px; margin:2px 0px; }
		#content input[type="submit"] { border:1px solid #ccc; width:200px; margin:2px 0px; }
		#content select { border:1px solid #ccc; width:202px; margin:2px 0; }
		#content textarea { border:1px solid #ccc; width:200px; height:100px; margin:2px 0px; }
		
		#content .bold { font-weight:bold;}
		
		#content .colorUnternehmensberatung { color:#00aad2; }
		#content .colorDesign { color:#707173; }
		#content .colorIt { color:#f8b333; }
		#content .colorEvents { color:#bd0926; }
		
		#content .tbl-price {width:100%; font-size:10px; }
		#content .tbl-price td, #content .tbl-price th {padding:2px; }
		#content .tbl-price thead td { font-weight:bold; text-align:center; }
		#content .tbl-price tbody th { font-weight:bold; text-align:left; width:100px; border-bottom:1px dashed #ccc;}
		#content .tbl-price tbody td { width:60px; text-align:right; border-bottom:1px dashed #ccc;}
		#content .tbl-price tbody td.info { text-align:left; width:auto; }
		
		#content .tbl-honorar {width:100%; font-size:10px; }
		#content .tbl-honorar td, #content .tbl-honorar th{padding:2px; }
		#content .tbl-honorar thead td { font-weight:bold; text-align:left; }
		#content .tbl-honorar tbody th { font-weight:normal; text-align:left; border-bottom:1px dashed #ccc; }
		#content .tbl-honorar tbody td { width:60px; text-align:right;border-bottom:1px dashed #ccc; }
		
		#content .tbl-referenz {width:100%; font-size:10px; }
		#content .tbl-referenz td, #content .tbl-referenz th{padding:2px; vertical-align:bottom; }
		#content .tbl-referenz thead td { font-weight:bold; text-align:center; }
		#content .tbl-referenz tbody th { font-weight:normal; text-align:left; border-bottom:1px dashed #ccc; }
		#content .tbl-referenz tbody td { width:100px; text-align:right;border-bottom:1px dashed #ccc; }
		#content .tbl-referenz.it a { display:block; width:150px; height:75px; background:url('../images/firmen_logos.jpg') no-repeat #fff; text-indent:-999em; }
		
		#content h2.ansprechperson { padding-top:1em; }
		#content p.ansprechperson { padding-bottom:5px; padding-top:10px; }
		#content ul.ansprechperson { list-style:url('../images/minus.gif'); margin-top:0px; padding-bottom:2em;}
		
		
		#content h1 {color:#709d39; font-size:1.4em; font-weight:bold; font-style:normal; text-decoration:none; padding:1.8em 0px 0.8em 15px; }
		#content h2 {color:#709d39; font-size:1.2em; font-weight:bold; font-style:normal; text-decoration:none; padding:3px 0px 5px 15px; }
		#content h3 {color:#709d39; font-size:1.1em; font-weight:bold; font-style:italic; text-decoration:none; padding:3px 0px 5px 15px; }
		#content h4 {color:#709d39; font-size:1.0em; font-weight:normal; font-style:normal; text-decoration:underline; padding:3px 0px 5px 15px; }
		#content h5 {color:#709d39; font-size:0.9em; font-weight:normal; font-style:italic; text-decoration:none; padding:3px 0px 5px 15px; }
		#content h6 {color:#709d39; font-size:0.8em; font-weight:normal; font-style:normal; text-decoration:none; padding:3px 0px 5px 15px; }
		
		#content strong { font-weight:bold; }
		
		#content .frame43 { width:400px; height:300px; margin:0 auto; padding:10px; background:url('../images/frame_400x300.jpg') no-repeat; }
		
		
		#content .modules { list-style:none; margin:-30px 0 0px 20px; padding:0; }
		#content .modules li {float:left; }
		
		#content a.moduleIcon { display:block; width:40px; height:40px; background:url('../images/logos_modules.png') no-repeat; text-indent:-999em; margin:3px;}
		
		#content a.moduleIcon.m_Zeiterfassung { background-position:0 0; }
		#content a.moduleIcon.m_Belegwesen { background-position:-40px 0; }
		#content a.moduleIcon.m_Stammdaten { background-position:-80px 0; }
		#content a.moduleIcon.m_Personalwesen { background-position:-120px 0; }
		#content a.moduleIcon.m_Ablauf { background-position:-160px 0; }
		#content a.moduleIcon.m_Finanzen { background-position:-200px 0; }
		#content a.moduleIcon.m_Marketing { background-position:-240px 0; }
		#content a.moduleIcon.m_Dokumente { background-position:-280px 0; }
		#content a.moduleIcon.m_Intern { background-position:-320px 0; }
		#content a.moduleIcon.m_Lager { background-position:-360px 0; }
		
		#content .screenshots { list-style:none; margin:0 0 0 10px; padding:0; }
		#content .screenshots li { float:left; }
		
		#content .kosten { list-style:none; }
		#content .kosten li { display:block; padding:0 0 0 18px; background:url('../images/bullet_toggle_plus.png') no-repeat 0px 3px; }
		#content .kosten li.minus { background:url('../images/bullet_toggle_minus.png') no-repeat 0px 3px; }
		
		#content .kosten_text { padding:3px 10px; color:#999; font-size:11px;}
		#content .kosten_text .heading { font-size:12px; color:#709d39; }


#content_home {
	width:990px;
	margin:0;
}
		
		#content_home h1 { color:#709d39; font-size:1.4em; font-weight:bold; font-style:normal; text-decoration:none; padding:1em 0 0 15px; }

		#content_home .news_big { float:left; list-style:none; width:660px; }
		
		#content_home .news_big li { float:left; display:block; width:300px; height:229px; margin:15px; border-bottom:1px dotted #ccc;}
		
		#content_home .news_big img { width:300px; height:130px; border:1px solid #ccc; }
		
		#content_home .news_big p { padding:10px; font-size:0.8em;}
		
		#content_home .news_small { float:left; list-style:none; width:330px; }
		
		#content_home .news_small li { float:left; display:block; width:300px; height:99px; margin:15px; border-bottom:1px dotted #ccc;}
		
		#content_home .news_small img { float:left; width:100px; height:80px; border:1px solid #ccc; }
		
		#content_home .news_small h2 { float:left; font-size:1em; font-weight:bold; padding:0 0 5px 10px;}
		
		#content_home .news_small p { float:left; padding-left:10px; font-size:0.8em; width:180px;}
		
		#content_home .news_fields { list-style:none; width: 990px; }
		
		#content_home .news_fields li { float:left; margin:15px; border:1px solid #ccc; }
		
		#content_home .news_fields a { display:block; width:298px; height:128px; text-indent:-999em;}
		
		#content_home .news_fields p { padding:10px; font-size:0.8em;}
		
		#content_home .news_field_newsletter { background:url('../images/news_field_newsletter.jpg') no-repeat; }
		#content_home .news_field_rueckruf { background:url('../images/news_field_rueckruf.jpg') no-repeat; }
		#content_home .news_field_partnerbuero { background:url('../images/news_field_partnerbuero.jpg') no-repeat; }
		
		
#contact {
	width:200px;
}
	
	#contact h2 { display:block; width:190px; height:16px; padding:3px 5px 1px 5px; font-size:1.2em; font-weight:bold; background:#636363; color:#fff; }

	#contact a {
		display:block;
		width:198px;
		height:18px;
		text-indent:-999em;
	}
	
	#contact p { padding:5px 15px; font-size:1.1em; }
	
	#contact .contact_telefon { display:block; width:200px; height:230px; text-indent:-999em; background:url('../images/contact_telefon.jpg') no-repeat;  }
	
	#contact .contact_email { display:block; width:200px; height:30px; text-indent:-999em; background:url('../images/contact_email.jpg') no-repeat; }
	#contact .contact_email:hover { background:url('../images/contact_email_hover.jpg') no-repeat; }
	
	#contact .contact_folder { display:block; width:200px; height:30px; text-indent:-999em; background:url('../images/contact_folder.jpg') no-repeat; }
	#contact .contact_folder:hover { background:url('../images/contact_folder_hover.jpg') no-repeat; }
	
	#contact ul { margin:1em 0; }
	
	#contact a.nachricht { background:url('../images/contact_btn_nachricht.jpg') no-repeat; }
	#contact a.nachricht:hover { background:url('../images/contact_btn_nachricht_hover.jpg') no-repeat; }
	#contact a.rueckruf { background:url('../images/contact_btn_rueckruf.jpg') no-repeat; }
	#contact a.rueckruf:hover { background:url('../images/contact_btn_rueckruf_hover.jpg') no-repeat; }
	#contact a.kontakt { background:url('../images/contact_btn_kontakt.jpg') no-repeat; }
	#contact a.kontakt:hover { background:url('../images/contact_btn_kontakt_hover.jpg') no-repeat; }

#footer {
	position:relative;
	width:998px;
	margin:0 auto;
	height:230px;
	border:1px solid #a9a9a9;
	border-top:0px; border-bottom:0px;
	background:url('../images/background_footer.jpg') no-repeat #fff;
	padding-top:20px;
}
	
	#footer h1 { font-size:1.2em; font-weight:bold; padding:10px;}
	
	#footer .sitemap {
		margin-left:25px;
		list-style:disc;
		list-style-position:outside;
		font-size:10px;
	}

	#footer .sitemap a {
		display:block;
		color:#000000;
		font-weight:bold;
	}
	* html #footer .sitemap a { display:inline; }

		#footer .sitemap ul { margin-left:5px; list-style: square; }
		#footer .sitemap>li {margin-bottom:1em; }
		* html #footer .sitemap li {margin-bottom:0;}
   
		#footer .sitemap ul a {
			font-weight:normal;
			color:#000000;
		}
		#footer .copy {
			position:absolute;
			top:235px; left:10px;
			width:998px;
			color:#fff;
			font-size:10px;
		}
		
		#footer .copy a { color:#fff; font-weight:normal; }
		
		#footer .yellowvision {
			position:absolute;
			display:block;
			left:30px; top:105px;
			width:220px; height:60px;
			text-indent:-9999px;
		}
		
		#footer .silverbox {
			position:absolute;
			display:block;
			left:270px; top:105px;
			width:220px; height:60px;
			text-indent:-9999px;
		}
   
		#footer .contact {
			position:absolute;
			top:45px;
			left:500px;
			width:280px;
		}
   
			#footer .contact h3 {
				font-size:1.1em;
				font-weight:bold;
				line-height:1.3em;
			}
   
			#footer .contact p {
				line-height:1.3em;
			}
			
			#footer .contact a {
				color:#000;
			}
			
		#footer .links {
			width:200px;
			padding:72px 5px 0px 0px;
		}
   
		#footer a {
			color:#fff;
		}
		
		
		
/***  INTRO   ***/

.intro_container {
	position:absolute;
	top:50%; left:50%;
	width:1000px; height:400px;
	margin:-200px 0 0 -500px;
	background:url('../images/background_intro.jpg') no-repeat;
}

.intro_heading {
	position:absolute;
	display:block;
	top:50px; left:150px;
	width:400px; height:300px;
	background:url('../images/intro_css.jpg') no-repeat;
	text-indent:-999em;
}

.intro_Startseite {
	position:absolute;
	display:block;
	top:290px; left:30px;
	width:130px; height:90px;
	text-indent:-999em;
}

.intro_bereiche {	
	position:absolute;
	top:60px; left:550px;
}

.intro_bereiche a {
	display:block;
	width:300px; height:65px;
	text-indent:-999em;
}

.intro_Unternehmensberatung { background:url('../images/intro_unternehmensberatung.jpg') no-repeat; }
.intro_Design { background:url('../images/intro_design.jpg') no-repeat; }
.intro_It { background:url('../images/intro_it.jpg') no-repeat; }
.intro_Events { background:url('../images/intro_events.jpg') no-repeat; }



/*** *** *** *** *** *** *** *** ***/

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.ui-tabs-hide {  
	display: none;  
}

#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:90;  
}

#popupBox {  
	display:none;  
	position:absolute;  
	_position:absolute; /* hack for internet explorer 6*/  
	top:50%; left:50%;
	margin:-98px 0 0 -198px;
	height:200px;  
	width:400px;  
	background:#dcddde;
	border:2px solid #cecece;  
	z-index:91;  
	padding:10px;
}

#popupBox .heading { margin-bottom:1em; font-size:1.6em; font-weight:bold; color:#666; }
