body {
 margin:0;
 padding:0;
 background-color: #DBDBDB;
 color: #000000;
}


.container {
	z-index: 1;
	position: absolute;
	top: 0; left: 50%;
	width: 980px; height: 600px;
	margin-top: 0px; margin-left: -490px;
	background-image: url(images/global/bg-global.gif);
}


.header {
	z-index: 2;
	position: absolute;
	left: 0px; top: 0px;
	width:980px; height:221px;
	background-image: url(images/global/header.jpg);
}

.menu {
	z-index: 4;
	position:absolute;
	left:0px; top:221px;
	width:980px; height:221px;
}

.portraitbox {
	z-index: 11;
	position: absolute;
	left: 0px; top: 247px;
	width: 213px; height: 406px;
	background-image: url(images/global/bg-potraitfoto.jpg);
}

.contentbox {
	z-index: 10;
	position: absolute;
	left: 0px; top: 247px;
	width: 20px; height: 20px;
	background-image: url(images/global/bg-global.gif);
}

.inhalt {
	z-index: 12;
	position: static;
	width: 630px; height: 10px;
}

.footer {
	z-index:13;
	position: relative;
	left: -20px; top:10px;
	width: 180px; height:199px;
	background-color: #00FF00;
	background-image: url(images/global/bg-bottom.jpg);
}

.textebene {
	z-index:50;
	position:absolute;
	left:280px; top:0px;
	width:660px; height:100px;
}

.topic {
	z-index:60;
	position:absolute;
	left:600px;
	top:180px;
	width:269px;
	height:115px;
	visibility:visible;
	margin-bottom: 70px;
}

.text {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	left: 0px;
}

.texright {

	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: right;
}

#popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 200px;
	width: 180px;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	z-index: auto;
	left: 56px;
	top: 36px;
}

