body {
	background-color:9c9e9f;
	margin:0;
	padding:0;
}
/* PAGE BODY */
#main {
	position:absolute;
	height: 697px;
	width: 722px;
	left:50%;
	margin-left:-362px;
	z-index: 0;
	overflow: hidden;
	background-color:#9c9e9f;
}
/* HEADLINE */
#head {
	position: relative;
	z-index:1;
	width:667px;
	height:120px;
	left:20px;
	overflow:hidden;
	background-image:url(../img/head.jpg);
}
/* Menue */
#menu {
	position:absolute;
	width:660px;
	height:20px;
	bottom:0px;
	left:0px;
	text-align:left;
	padding-left:41px;
}
#menu div {
	position:relative;
	height:20px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position:top left;
	float:left;
}

.droplist {
	position:absolute;
	border:1px solid gray;
	background-color:#FDFDFD;
	display:none;
	z-index:20;
}
#list_skills {
	width:99px;
}
.listItem {
	cursor:pointer;
	color:#005c8d;
	font-family:Arial;
	font-size:12px;
	padding: 5px 8px 5px 10px;
	border-bottom:1px dotted gray;	
}

/* BALKEN  */
#balken1 {
	position:absolute;
	bottom:0;
	left:0;
	width:12px;
	height:577px;
	background-color:c2c0c3;
}
#balken2 {
	position:absolute;
	top:120;
	right:0;
	width:35px;
	height:446px;
	background-color:c2c0c3;
}
#balken2 a {
	border:0px;
	text-decoration:none;
}
#balken2  img {
	position:relative;
	top:402px;
	left:5px;
	width:25px;
	z-index:30;
	margin-bottom:5px;
	border:0px;
}

/* VERTICAL HEADLINES */
#vhead {
	position:absolute;
	bottom:130px;
	left:20px;
	width:41px;
	height:447px;
	background-color:c2c0c3;
	background-repeat: no-repeat;
	background-position:bottom right;
}
/* BOTTOM */
div#bottom {
	position:absolute;
	bottom:0;
	right:0;
	width:702px;
	height:131px;
	background-image:url(../img/B_foot.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	background-color:f3f3f3;
}

/* HOME PICTURES */
div#M1 {
	position:absolute;
	z-index:-10;
	top:120px;
	left:61px;
	width:626px;
	height:258px;
	background-repeat: no-repeat;
	background-position:top left;
}
div#M2 {
	position:absolute;
	z-index:-10;
	top:378px;
	left:61px;
	width:626px;
	height:188px;
	background-repeat: no-repeat;
	background-position:top left;
}

/* CONTENT LAYER*/
#content {
	display:none;
	position:absolute;
	z-index:10;
	top:120px;
	left:61px;
	height:446px;
	width:626px;
	background-color:efefef;
	background-image:url(../img/B_content.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	overflow:hidden;
	font-family:Arial;
	color:#005c8d;
	overflow:auto;
	overflow-x:hidden;
}
#content #headline {
	position:absolute;
	top:40px;
	left:36px;
	width:500px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:18px;
}
#content #text {
	position:absolute;
	top:100px;
	left:36px;
	width:550px;
	overflow:hidden;
	vertical-align:top;
	text-align:left;
	line-height: 1.5;
	font-size:12px;
	font-family:Verdana;
}
#content #text img {
	text-decoration:none;
	border:0px;
}
/* Bild im CONTENT*/
#content #gebaeude {
	position:relative;
	top:13px;
	right:5px;
}
#content .pic {
	float:right;
	margin:5px;
	margin-top:0px;
	margin-right:0px;
}
#content .pic2 {
	position:relative;
	clear:both;
	left:120px;
	width:250px;
}
#content .picLogo{
	position:relative;
	left:180px;
	top:180px;
}
#content .adresse {
	font-size:14px;
}
#content a {
	color:#006eab;
	text-decoration:none;
}
#content a:hover {
	font-weight:bold;
}
#content a:visited {
	color:006eab;
}

/* E-MAIL PROTECTION */
span.disno { display:none; }
.cdir { unicode-bidi:bidi-override; direction: rtl; }

#loading {
	position:relative;
	top:30px;
	left:30px;
	color:Gray;
	font-family:Arial, Verdana;
	font-size:14px;
}
#paperlink {
	position:absolute;
	top:416px;
	left:36px;
	font-size:12px;
}
#paperlink img {
	border:0;
	height:30px;
	margin-bottom:-8px;
}
