@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/border/bg.png);
	background-repeat:repeat-x;
	background-color:#f0dac2;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

h2 {
	color:#8c8c8c;
}

a {
	text-decoration:none;
	color:#89a840;
}

a:hover {
	text-decoration:underline;
}

#center {
	width:900px;
	height:auto;
	
	margin-left:auto;
	margin-right:auto;
	
	margin-top:20px;
	
	border:2px solid #fddef0;
}

#center_main {
	width:860px;
	height:497px;;
	
	margin-left:auto;
	margin-right:auto;
	
	margin-top:10px;
	padding:20px;
	
	
	background-image:url(../img/border/bg-middle.png);
	background-position:center;
	background-repeat:no-repeat;
}
#description_bg {
	position:absolute;
	left:0px;
	top:0px;
	
	width:100%;
	height:100%;
	
	z-index:100;
	visibility:hidden;
	
}

#description_handle {

	background-color:#89a840;
	height:20px;
	width:630px;
	margin-left:-15px;
	margin-top:-15px;
	
	z-index:200;
	visibility:hidden;
}

#description {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	
	padding:15px;
	
	width:600px;
	height:600px;
	
	border:3px solid #89a840;
	background-color:#fff;
	
	z-index:1000;
	visibility:hidden;
}

#description_handle:hover {
	cursor:move;	
}

#description_text {
	overflow:auto;
	height:580px;
}

#foot {
	margin-top:20px;
	
	width:900px;
	height:auto;
	
	margin-left:auto;
	margin-right:auto;
}

#profile {
	position:absolute;
	margin-left:400px;
	width:200px;
	height:50px;
	border:1px solid #333;
	background-color:#fff;
	z-index:1100;
	padding:10px;
	visibility:hidden;
}

#menubar {
	margin-left:auto;
	margin-right:auto;
	
	width:900px;
	height:50px;
}

#topmenu {
	list-style-type:none;
}

.grey_border {
	float:left;
	margin-right:55px;
	background-image:url(../img/border/box_border.png);
	background-repeat:no-repeat;

	padding-left:20px;
	padding-right:20px;
	padding-top:5px;

	width:223px;
	height:208px;
}

.grey_border2 {
	float:left;
	margin-right:55px;
	background-image:url(../img/fenster1.png);
	background-repeat:no-repeat;

	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	
	cursor:pointer;

	width:223px;
	height:208px;
}

.topmenu_link {
	background-image:url(../img/border/link_border.png);
	background-repeat:no-repeat;
	width:127px;
	height:31px;
	float:left;
	
	color:#8c8c8c;	
	
	padding-top:14px;
}

.topmenu_link a{
	text-decoration:none;
	color:#8c8c8c;
}

.topmenu_link:hover {
	background-image:url(../img/border/link_border_active.png);
	background-repeat:no-repeat;
}

.white_border {
	float:left;
	background-image:url(../img/fenster2.png);
	background-repeat:no-repeat;

	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	
	cursor:pointer;

	width:223px;
	height:208px;
}
