  /****************************/
 /* Allgemeine Einstellungen */
/****************************/
*
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
html 
	{
	min-height: 100%;
	margin-bottom: 1px;
	}

body
	{
	text-decoration: none;
	color: #474747;
	font: 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #d2dde6 url(../gfx/hintergrund.jpg) repeat-x;
	}
	
img
	{
	border: none;
	}
	
  /***************************/
 /* HP-Rahmen Einstellungen */
/***************************/
#hp_rahmen
	{
	margin: 0 auto;
	height: 600px;
	width: 778px;
	}
	
  /*********************************/
 /* HeaderContainer Einstellungen */
/*********************************/
#header
	{
	height: 141px;
	width: 778px;
	background: url(../gfx/header_zipcon_denkwerk.jpg);
	}
	
  /**************************************/
 /* NavigationsConatiner Einstellungen */
/**************************************/
#navi
	{
	height: 62px;
	width: 758px;
	background: url(../gfx/header_denkfabrik_navi.jpg);
	padding-left: 20px;
	}	

div#navi ul li
	{
	padding: 20px 8px 0 0;
	float: left;
	}
	
div#navi li a:link, div#navi li a:visited
	{
	color: #e87307;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	}
	
div#navi li a:hover, div#navi li a:active, div#navi li a:focus
	{
	color: #525252;
	font-weight: bold;
	text-decoration: none;
	}
	
#navi li li
	{
	display: none;
	}
	
  /**********************************/
 /* ContentConatiner Einstellungen */
/**********************************/
#content
	{
	/*height: 295px;*/
	min-height:295px;
	height:auto;
	width: 738px;
	background: #FFF;
	padding: 0 20px 0 20px;
	overflow: auto;
	}
	
#content a:link, #content a:visited, #content a:active, #content a:focus {
  color: #e87307; 
  text-decoration: none;
}

#content a:hover {
  color: #68a8e9; 
  text-decoration: none;
}


#content h1 {
  color: #68a8e9;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 24px;
}

h1 {margin-top: 2em}
h2 {margin-top: 1em}
	
  /*********************************/
 /* FooterConatiner Einstellungen */
/*********************************/	
#footer
	{
	margin: 0 auto;
	height: 102px;
	width: 778px;
	background: url(../gfx/footer.jpg);
	}
