* {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #c1ccdf;
	font-family: Arial;
	font-size: 12px;

	background-image: url(../images/left_blank.gif);
	background-repeat: repeat-x;
	
}

.right_blank {
	width: 50%;
	height: 134px;
	float: right;
	background-image: url(../images/right_blank.png);
}


.border {
	width: 100%;
	position:absolute;
	top: 0px;
	left: 0px;

	
	#left:50%;
	#margin-left: -500px;
}

.center {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
}

.left {
	width: 219px;
	float: left;
}

.content {
	width: 561px;
	float: left;
	background-color: #ffffff;
}

.content_text {
	width: 555px;
	margin: 0px 3px 0px 3px;
	background-color: #d3dbe8;
}


.abstand {
	width: 100%;
	height: 80px;
}

.right {
	width: 219px;
	margin-left: 780px;
}


.left ul {
	padding: 3px 0px 3px 0px;
	margin: 0px;
	list-style-type: none;
}

.left li {
	padding: 4px 5px 4px 15px;
}

.left li.aktive {
	background-color: #ff0000;
}

.left a {
	 text-decoration: none;
	 color: #005ea1;
}

.navi1 a {
	font-weight: bold;
	font-size: 13px;
}

.navi {
	background-color: #ffffff;
}

.navi img {
	padding: 0px 0px 0px 15px;
}

body > .footer-wrapper {
	position: fixed;
}

.footer-wrapper {
	bottom: 0;
	height: 59px;
	left: 0;
	width:100%;
}

.footer {
	height: 59px;
	margin: auto;
	width: 980px;
}

