/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #ffffff;
	text-align: center;
	height: 100%;
    width: 100%;
    margin: 0px;
	
}

/* links */

A:link    {text-decoration: none; color:#888888; }
A:visited {text-decoration: none; color:#888888; }
A:hover   {text-decoration: none; color:#000000; }
A:active  {text-decoration: none; color:#888888; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#888888
}

/* images */
img {
   border: 0px solid #ffffff;
}

p {
	padding: 0px;		
	margin: 0;
}


/********************************************
   LAYOUT
********************************************/ 
#container {
	width: 900px;
	background: #ffffff ;
	margin: 0 auto;
	border: 0px solid #red;
	height:1100px;	
}
#wrap {
	width: 900px;
	background: #ffffff url(../pix/folie.gif) repeat-y center top;
	margin: 0 auto;
	padding:0;
	border: 0px solid #blue;	
}
#content-wrap {
	width: 900px;
	padding: 0; 
	margin: auto;
	height: 550px;
	border: 0px solid #black;
}
#header {
	width: 900px;
	position: relative;
	height: 102px;
	margin: 0 auto;
	padding:0;
	border: 0px solid #green;
}
/********************************************
   HEAD-Images
********************************************/ 

#head-1 {
	width: 900px;
	background: url(../pix/image1.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: left;
}

#head-2 {
	width: 900px;
	background: url(../pix/image2.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: left;
}
#head-3 {
	width: 900px;
	background: url(../pix/image3.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: left;
}

/* header links */
#header-links {
	position: absolute;
	top: 30px; left: 565px;
	width:250px;
	height:30px;
	border: 0px solid #green;
	font: 10px;
	letter-spacing: 0px;
	text-align:right;
	color:#999999;
}
#header-links a {
	color: #888;
	font-size:9px;
	font-weight:bold;
}

/* Menu */
#menu {
	position: absolute;
	top: 230px;
	letter-spacing: 0px;
	line-height:20px;
	width: 267px;
	text-align:right;
	border: 0px solid #green;
}
#menu a {
	font-size:9px;
	font-weight:bold;
	
}

/* Main Column */
#main {
	float: left;
	width: 380px;
	padding: 42px 303px;
	min-height:525px;
	margin: 0px;
	display: inline;
	border: 0px solid #red;
	line-height:12px;
}
#main h1 {
	font-size: 15px;
	color: #000000;
	letter-spacing: 0px; 
	padding: 0; 		
}
#main h2 {
	font-size: 12px;
	color: #000000;		
}
.h3 {
	font-weight:bold;
	color: #000000;		
}
.zitat {
	font-size: 11px;
	color: #888888;
	line-height: 20px;	
}
#main p {
	font: 11px/18px Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0 0px 0px; 		
}
#main a {
	text-decoration: none;
	color: #888;
}


/* Footer */	
#footer {
	color: #999;
	background: #ffffff url(../pix/bottom.gif) no-repeat center top;
	clear: both;
	width: 900px;
	height: 120px;
	text-align: center;
	padding-top: 60px;	
	font: 10px Arial, Helvetica, sans-serif;
	border: 0px solid #green;
}
#footer a { 
	color: #CCC;
	text-decoration: none;
    font: 10px;
}


