@charset "UTF-8";
/**
*  Basis CSS für diese Seite.
*  Bildet die Grundstruktur.
*/

/*-------------------------------------------------------------------------*/
/* HTML-Tags */
/*-------------------------------------------------------------------------*/
body { background: #FFFFFF; padding: 0px 0px; }


/*-------------------------------------------------------------------------*/
/* Container */
/*-------------------------------------------------------------------------*/
#conBody {
	margin: 0 auto;
	min-width: 800px; 
	max-width: 800px;
	}

#conPage { 
	background-image: url(../media/hintergrund.gif);
	background-repeat: no-repeat;
	min-height: 600px;
	}
  
#conTop {
	position: relative; top:0px; left:0px; width:790px; height:155px;
	max-width: 790px;
	overflow: hidden; 
	}
	
#conContent { 
	position: relative; top:0px; left:0px; width:780px; height:400px; 
	margin: 10px;
	margin-top: 20px;
	}
	
#conContentLeft { 
	float: left;
	width: 190px;
	min-width: 190px;
	height: 400px;
	margin: 10px;
	}
	
#conContentRight { 
	width: auto; 
	margin: 10px;
	}
	
/*-------------------------------------------------------------------------*/
/* Navigation Top*/
/*-------------------------------------------------------------------------*/

#topNav	{ 
	position: absolute; top: 130px; left:210px; width:650px; height: 40px;
	vertical-align: top;
	margin: 0px;
	padding: 0px; 
	}
	
	
#leftNav	{ 
	position: absolute ; top:75px; left:45px; width:120px; height:100px; 
	text-align: center;
	display: block; 
	}


/*-------------------------------------------------------------------------*/  
/* Content */
/*-------------------------------------------------------------------------*/ 

/* Content - Left */
#contentLeft { 
	position: relative; top: 120px;
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
	}

/* Content - Right */
#contentRight { 
	padding: 0px 0px 0px 0px;
	margin-left: 200px;
	margin-right: 150px;
	line-height: 140%;
	text-align: justify;
	}