/* Coding by www.source-factory.com	*/
/*			Allgemeine Styles				*/
/*												*/
/* 		sometime in 2009				*/
* {
margin: 0;
padding: 0;
} 

body {
	
	background-image: url(gfx/bg_hartmann_foto.jpg);
 	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: Black;
	margin:0px auto;
	height: 100%;
 
  }

 
#header{


	margin:0px auto;	
	position: relative;
	font-size: 0.9em;	
	width: 100%;	
 
} 
 

 /* Beginn der Navigation */


#navlist {
	margin:0px auto;
	position: relative;
	padding: 30px;	
	text-align: center;
}

#navlist a, #navlist a:link, #navlist a:visited
{	
	padding-left: 16px;
	padding-right: 16px;
	color: #BBBBAA;
	font-weight: bold;
	text-decoration: none;
	
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	
	color: #a7a9a7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

#navlist li
{
	
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

#navlist ul
{
	margin: 0px;
	padding: 0px;
}
 /* Ende der Navigation */ 
 /* Beginn Textfeld */
 #content {
position: relative;
	margin:0px auto;
	color: #BBBBAA;
	font-size: 0.9em;
	line-height: 1.3em;
	-ms-interpolation-mode: bicubic;	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius:4px;
	width: 420px;
	background-color: #333333;
	
	height: 100%;
	
	padding-left: 12px;
	padding-right: 5px;
	padding-top: 5px;
	
}
.active {
	
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* Links ausserhalb der Navi*/
a:link {
	color: White;
	text-decoration: none;
}
a:visited {
	color: #DCDCDC;
	text-decoration: none;
}
a:hover {
	color: #ADBFBF;
	text-decoration: none;
}

 
/* Ende Textfeld */ 
 /* Foto rechts ausgerichtet */
.gfxr {
	
	
	padding: 3px;
	float: right;
	border: 1px solid #778899;
	
}
/* Foto links ausgerichtet */
.gfxl{
	
	padding: 3px;
	border: 1px solid #778899;
}

#footer{
 
  background-color: #000; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
 h1 {
	font: bold 14px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #BBBBAA;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


