/* Top */
#top {
	background-color: #012023;
	height: 120;
	width: 100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/* Menu */
#top2 {
	background-color: #999999;
	height: 170;
	width: 100%;
}

#menu {
	background-color: #0500A3;
	width: 100%;
	height: 180px;
}

#menuSpacerRight {
	background-color: #999999;
	width: 15%;
	background-image: url(images/plan.jpg);
	background-repeat: no-repeat;
	height: 170;
	float: right;
}

#menuSpacerLeft {
	background-color: #999999;
	width: 15%;
	background-image: url(images/plan.jpg);
	background-repeat: no-repeat;
	height: 170;
	float: left;
}

#menuTop {
	background-color: #999999;
	/*background-color: #A294FF; */
	height: 25;
	width: 100%;
}

#menuBottom {
	background-color: #0500A3;
	height: 145px;
	width: 100%;
	color: #ffffff;
}

td.menuItem {
	padding-right: 20px;
	padding-left: 10px;
	color: #0500A3;
	font-weight: bold;
	margin: 0px;
}

td.menuItem:hover {
	background-color: #c0c0c0;
	display: box;
}

td.menuItemActive {
	padding-right: 20px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
}

#menuTable {
	padding: 0px;
	margin-top: 5px;
	border: none;
}


/* Main content */
#main {
	background-color: #c0c0c0;
	width: 100%;
}

#mainSpacerRight {
	background-color: #c0c0c0;
	height: 100%;
	width: 15%;
	float: right;
}

#mainSpacerLeft {
	background-color: #c0c0c0;
	width: 15%;
	height: 100%;
	float: left;
}

#content {
	background-color: #e9e9e9;
	width: 100%;
	padding-top: 20px;
}

#spaceForNewsPanel {
	width: 30%; 
	height: 600; 
	float: right;
}

#spaceForNewsPanel[id] {
	width: 25%; 
}

#inner_content {
	background-color: #e9e9e9;
	width: 48%;
	height: 100%;
	padding-top: 20px;
}

/* Aktuelles */

#news {
	background-color: #ffffff;
	position: absolute;
	width: 16%;
	height: 580px;
	left: 65%;
	top: 200px;
	
	border: 1px solid #000000;
}

#news_border {

}

#news_title {
	background-color: #c0c0c0;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #000000;
}

/* Body */

body {
	background-color: #e9e9e9;
}

/* Common */
div.paddingDiv {
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* Fonts */
