/**********************************
 * Bereiche der Seite 
 **********************************/
body {
	background: url(../img/bg_index.gif) left top repeat-x;
	background-color:#c2cfd1;
}
/* Kopf */
#header {
	width:955px;
	height:170px;
	padding:30px 15px 0 10px;
	display:block;
	clear:both;
	overflow:hidden;
}
/* Kopf: Linke Spalte */
#hLeft {
	width:128px;
	padding-right:10px;
	overflow:hidden;
}

/* Inhalt */
#content {
	width:960px;
	padding:0 10px 0 10px;
	display:block;
	clear:both;
}

/* Absolute Hoehe des Inhaltsbereichs */
.fullsize:after, #content:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content {
	display:block; 
}

/* Inhalt: Linke Spalte */
#cLeft {
	width:128px;
	padding-right:10px;
	overflow:hidden;
}

/* Inhalt: Mittlere Spalte */
#cCenter {
	width:664px;
	padding-right:17px;
}
table.menu_top {
	margin-top:53px;
	width:auto;
}
table.menu_bottom {
	margin-top:60px;
	width:auto;
}
.abstract {
	width:135px;
	padding-left:5px;
}
table.menu_bottom td,table.menu_top td {
	width:140px;
	padding-right:20px;
	vertical-align:top;
	color:#fff;
	font-size:11px;
}
table.menu_top td {
	vertical-align:bottom;
}

table.menu_top a, table.menu_bottom a {
	color:#fff;
}
table.menu_top a:hover, table.menu_bottom a:hover,
table.menu_top td:hover a, table.menu_bottom td:hover a {
	color:#333;
	text-decoration:none;
}
table.menu_top a.menuBox, table.menu_bottom a.menuBox {
	border:1px solid #333;
	display:block;
	height:18px;
	color:#fff;
	line-height:18px;
	background-color:#9EAFB4;
	padding-left:5px;
}
table.menu_top a.menuBox:hover, table.menu_bottom a.menuBox:hover {
	text-decoration:none;
	background-color:#e1e6eb;
	color:#333;
}
#cRight {
	width:128px;
	padding-left:10px;
	overflow:hidden;
}

/* Fuss */
#footer {
	width:100%;
	margin-top:10px;
	border-top:1px solid #e1e6eb;
	display:block;
	clear:both;
}
#fCenter {
	padding:5px 0 0 148px;
}

