
/* === Layout ================== */
#wrap
	{
	margin-top: 15px;
	width: 854px;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
	background-image: url(../pic/bg_wrap.gif);
	background-repeat: repeat-y;
	}
#oben_links
	{
	float: left;
	background-color: #ffbf00;
	width: 200px; /* Gesamt 220 */
	height: 25px; /* Gesamt 100 */
	padding: 75px 0px 0px 20px;
	color: #555;
	}

#oben_rechts
	{
	float: right;
	background-color: #5a5a5a;
	background-image: url(../banner_rubrik/banner_rubrik_0.jpg);
	background-repeat: no-repeat;
	width: 630px;
	height: 100px;
	margin-left: 4px;
	}

#sprachnavi
	{
	float: left;
	background-color: #5a5a5a;
	width: 200px; /* Gesamt 220 */
	padding-left: 20px;
	line-height: 29px;
	height: 29px;
	margin-top: 4px;
	}	

#hauptnavi
	{
	float: right;
	background-color: #5a5a5a;
	width: 630px;
	height: 29px;
	margin-top: 4px;
	margin-left: 4px;
	}

#links
	{
	float: left;
	background-color: #5a5a5a;
	width: 220px;
	}
	
#content
	{
	float: right;
	width: 570px;  /* Gesamt 630 */
	margin: 40px 30px;
	line-height: 18px;
	}

#weisheit
	{
	background-color: #8c8c8c;
	width: 200px;
	height: 150px;
	padding: 10px;
	}
		
#subnavi
	{
	background-color: #8c8c8c;
	width: 220px;
	padding: 10px 0px;
	}

address
	{
	font-size: 12px;
	font-style: normal;
	padding: 20px 0px 20px 20px;
	line-height: 18px;
	}

img.logo
	{
	float: right;
	margin: 15px;
	}