/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol, ul { list-style : none; }


/* Removes list-style from lists */
a { text-decoration: none; }


/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ text-align : center;  }

body {
	position : relative;
	width : 950px;
	margin : 0 auto;
	text-align : left;
	background-color: #D9DFE0;
}


div#branding {
padding : 0 0px 0 0px;
background-color:#ffffff;
width: 950px;
height:120px;
}

div#branding img {
	position: absolute;
	top:45px;
	left:620px;
	z-index:10;
}

div#header {
	position: relative;
	width:950px;
	height: 110px;

}



div#content {
position : relative; 
width : 950px;
background-color:#ffffff;
 }



div#content_main {
float :left;
width : 560px; 
padding : 2em 0 0 0; 
min-height:350px;
}



dd {
width:150px;
height:350px;
float :left;
margin: 0 0 0 0; 
}



div#site_info {
	clear :left;
	width : 950px;
	height : 40px;	
    color:#666666;
	background-color: rgb(237, 238, 239);
	}


/* Navigation */

div#cont_nav {
	text-align:left;
	float :left;
	left : 0;
}

#nav {
	width :280px; 
	padding : 1em 15px;
}
 
#nav li {display:block  } 


/* ausklappen */

li:hover ul, #nav li.over ul 
	{display:block  } 

li ul {
	display:none;
	}


/* tooltip */

#leader {position:absolute;
left:394px;
top:317px;
line-height:15px;
text-align:center;
z-index:10;}

#system {position:absolute;
left:553px;
top:202px;
line-height:15px;
text-align:center;
z-index:8;}


#selbst {position:absolute;
left:690px;
top:311px;
line-height:15px;
text-align:center;}


#kontext {position:absolute;
left:637px;
top:488px;
line-height:15px;
text-align:center;}


#prozess {position:absolute;
left:452px;
top:480px;
line-height:15px;
text-align:center;}

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  color: #666; 
  }
  
a.tooltip:hover {
  color: #de533a; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 30px; 
  left: 30px; 
  width: 300px;
  color: #666;  
  background: white;
  text-align: left;
  border: 1px solid #de533a;
  }
  
a.tooltip span b {
  display: block;
  margin:5px;
font : 90%/1.3 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
}









