* { 
    margin: 0; 
    padding: 0;
    border: 0;
}

table {
    border-collapse: collapse;
	font-size: 13px;
	font-family: "Lucida Grande", arial, sans-serif;
    line-height: 1.3em;
}

table.kontakt td{
    padding:4px 0;
    width:150px;
    vertical-align:middle;
}

table.referenzentabelle td{
    padding:4px 20px 4px 0;
    width:300px;
    vertical-align:top;
}

table.fallbeispiele td{
	padding:4px 10px 4px 0;
	vertical-align:top;
}

table.referenzentabelle h3 {
    margin: 0;
}

table.fallbeispiele h2 {
	margin: 0.6em 0 0 0;
	color: #C03;
}

table.fallbeispiele h3 {
    margin: 0.6em 0 0 0;
}

html {
    height: 100%;
}

body {
    background: #d6d6d6 0% 0;
    font-size: 13px;
    font-family: "Lucida Grande", arial, sans-serif;
    color: #2b4955;
    height: 100%;
    line-height: 1.3em;
    text-align: center;
}

input, select, textarea {
    border:solid 1px #b7c6cf;
}


a {
    color: #35488b;
}

a:hover {
	color: #2b4955;
}

a.button{
    margin-left:765px;
}

a.button img{
    margin-top:15px;
}

td { 
    vertical-align:top;
}

#container {

    margin: 0 auto 0 auto;
    padding-bottom: 0px;
    width: 950px !important;
    text-align: left;
	background-color:#fff;
}


* html #container {

}



/* ******** H E A D E R ************/

.header {
	background-color:#d6d6d6;
    position: relative;
    width: 950px;
	height: 200px;
}

.start{
	background: #d6d6d6 url("bg_start.gif") no-repeat;
	background-position:0% 120px;
	height: 652px;
}

.B_sein {
	background: #d6d6d6 url("header/B_sein.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_sein_beratung {
	background: #d6d6d6 url("header/B_sein_beratung.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_sein_wibi {
	background: #d6d6d6 url("header/B_sein_wibi.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_sein_training {
	background: #d6d6d6 url("header/B_sein_training.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_sein_kdorientierung {
	background: #d6d6d6 url("header/B_sein_kdorientierung.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_sein_kdmanager {
	background: #d6d6d6 url("header/B_sein_kdmanager.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_sein_fallbeispiel {
	background: #d6d6d6 url("header/B_sein_fallbeispiel.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_sein_refwibi {
	background: #d6d6d6 url("header/B_sein_refwibi.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_ankomm {
	background: #d6d6d6 url("header/B_ankomm.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_ankomm_bonus {
	background: #d6d6d6 url("header/B_ankomm_bonus.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_ankomm_ref {
	background: #d6d6d6 url("header/B_ankomm_ref.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_uns_team {
	background: #d6d6d6 url("header/B_uns_team.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_uns_kontakt {
	background: #d6d6d6 url("header/B_uns_kontakt.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

.B_uns_impressum {
	background: #d6d6d6 url("header/B_uns_impressum.jpg") no-repeat;
	background-position:0% 120px;
	height: 318px;
}

/***********************************/

#content {
	position:relative;
    padding: 0;
    width: 900px;
}

#main {
	margin-left:230px;
	margin-right:100px;
	padding-top:20px;
	min-height:260px;
	height:auto !important;
	height:200px;
}

#main .text{
    width: 430px;
	padding-left:25px;  
}

#main img { 
    border: 0;
    vertical-align:top;
    float:left;
    margin:0 15px 15px 0;
}


#footer {
    font-weight:bold;
    font-size:12px;
	color:#636363;	
    margin-top:5px;
}

* html #footer {
    margin-top: 5px;
}

.logo {
    position:absolute;
    margin-top:25px;
}

/*
 ************* Mainmenu **********************
 */
 
 #main_navigation
{  
  position:			absolute;
  font-size: 		12px;
  font-weight:      bold;
  width: 			600px;
  top: 		        96px;
  left:             198px;
}

 #main_navigation ul
{  
  display:              inline;
  margin: 				0px;
  list-style: 			none;
  list-style-position: 	outside;
  
}
 #main_navigation li
{  
  display:              inline;
  margin-right:         2px;
  background-color:     transparent;
}

 #main_navigation li.activeblau span.menutext
{  
   background:          #35488b;
}

 #main_navigation li.activerot span.menutext
{  
   background:          #C03;
}

 #main_navigation li.activegruen span.menutext
{  
   background:          #92c33b;
}

 #main_navigation li a
{  
    text-decoration:none;
    color: #FFF;   
}
 #main_navigation li a:hover
{  
    text-decoration:underline;      
}

 
 img.image1 { width: 6px; height: 25px; margin-right: 0px; vertical-align: middle; }
 img.image2 { width: 6px; height: 25px; margin-left: 0px; vertical-align: middle;}
 span.menutext { padding: 5px 31px 6px 31px; background: #999; font-size: 13px; color: #FFF;}



/*
 ************* Submenu **********************

*/

#sub_navigation
{  
  float:			left;
  font-size: 		12px;
  color:			#2b4955;
  width: 			195px;
  margin-left: 		0px;
}

#sub_navigation a
{
  display: 			block;    
  display: 			block;
  padding: 			0px 0px 0px 7px;
  text-decoration: 	none;
  width:			195px;
}

#sub_navigation ul 
{
  padding: 				0px 0px 0px 0px;
  margin: 				0px;
  list-style: 			none;
  list-style-position: 	outside;
  background-color:     #d6d6d6;
}

#sub_navigation li a
{
  width:188px;
}

#sub_navigation li.bottom
{
  height:               15px;
  background:           url("bg_navi_bottom.gif") no-repeat;
}

#sub_navigation  a:hover, 
#sub_navigation  a:focus,
#sub_navigation  a:active,
#sub_navigation .level1 a:hover, 
#sub_navigation .level1 a:focus,
#sub_navigation .level1 a:focus,
#sub_navigation .level2 a:hover, 
#sub_navigation .level2 a:focus,
#sub_navigation .level2 a:active
#level1active a
{
    background-color: #e6e5e5;
    color: #2b4955;
}


/*********** LEVEL 1 **************************/
    
    #sub_navigation  .level1 a
    {    
      font-weight: 		normal;
      color: 			#2b4955;
      line-height: 		24px; 
	  border-bottom: 	solid 1px #fff;
    }
    
  
    #sub_navigation  .level1active a
    {
        font-weight: 		bold;
    }


/*********** LEVEL 2 **************************/

	

    #sub_navigation  .level2 a
    {    
      font-weight:			normal;
	  font-size: 			12px;
      margin-left:			10px;
      color: 				#666;
	  background-image: 	none;
	  line-height: 			12px;
	  padding-bottom: 		4px;
	  padding-top: 			4px;
      width:				200px;
	  background-color:		#f7f9fb;
	  border-width:			0px;
    }
	#main _navigation  .level2 a:hover
    {    
       background-color:	#f7f9fb;

    }

    #sub_navigation  .level2active a
    {
      	font-weight: 		bold;
		color: 				#6f8c9f;
	}
	
/*********** LEVEL 3 **************************/


	#sub_navigation  .level3 
    {    
      background-color:		#f7f9fb;
	  width: 			100%;
	
    }

    #sub_navigation  .level3 a, #sub_navigation  .level3 a:active
    {    
      font-weight:			normal;
	  font-size: 			12px;
	  margin-left:			25px;
      color: 				#666;
	  background-image: 	none;
	  line-height: 			12px;
	  padding-bottom: 		4px;
	  padding-top: 			4px;
	  border-width:			0px;
	  width:				170px;
	  background-color:		transparent;
    }
	#sub_navigation  .level3 a:hover
    {    
      background-color:	transparent;
	  color:#2b4955;
    }


    #sub_navigation  .level3active a
    {
      	color: 				#2b4955;
		background-color:	#dbe1e5;
	}
	#sub_navigation  .level3active a:hover
    {
      	background-color:	#dbe1e5;
	}
	
	
	/* Auszeichnungen */
	
	
h1 {
	font-size:16px;
	margin: 0 0 20px -1px;
	color:#35488b;
	border-bottom: 1px solid #d6d6d6;
}
h2 {
    font-size:16px;
	 margin: 0 0 20px 0;
     color:#35488b;
     line-height:1.3em;
}
h3 {
    font-size:13px;
    margin: 0 0 1.4em 0;
}

.abstand{
	height:6px;
	padding:0;
	margin:0;
	font-size:0px;
}

.absatz{
	height:2.5em;;
}

table#teaser{
	position:absolute;
	top:318px;
	left:200px;
	width:200px;
	height: 122px;
}
table#teaser td{
	background:none;
	padding:15px 10px 10px 10px;
	border:none;
	font-size: 14px;
    
}
table#teaser td h3{
    margin:0px;
}
table#teaser td.zellenabstand{
    width:4px;
    padding:0;
    background:none;
    border-width:0px;
}

.mehrlink{
    float:right;
    margin-top:5px;
}

.mehrlink a{
    font-weight:bold;
}

