* {
	padding:0;
	margin:0;
}

body {
	font-size:10pt;
	font-family:Helvetica, Arial, sans-serif;
	color:black;
	background-color:white;
}

.clear {
	clear:both;
}





#fixiert {
	position:absolute;
	top:173px;
	left:20px;
	width:200px;
	background-color:white;
	border:1px solid silver;
}

#fixiert p {
	text-align:justify;
	font-size:7pt;
	margin:10px;
}

#fixiert a {
	color:black;
}

html>body #fixiert {  /* nur fuer moderne Browser! */
	position:fixed;
}







#container {
	width:858px;
	margin:15px;
}

#header a {
	display:block;
	height:138px;
	background-image:url(img/header.png);
	margin-bottom:20px;
}

#header span {
	display:none;
}







#Navigation {
	margin-bottom:20px;
}

#Navigation li {
	list-style:none;
	padding:5px;
}

ul#Navigation a {
	text-align:center;
	text-decoration:none;
	display:block;
	font-size:8pt;
	padding:3px;
	font-weight:bold;
}

ul#Navigation a:link {
	color:black;
	background-color:#eef;
}

ul#Navigation a:visited {
	color:#666;
	background-color:#eee;
}

ul#Navigation a:hover {
	color:black;
	background-color:white;
}

ul#Navigation a:active {
	color:white;
	background-color:gray;
}

ul#Navigation a.intranet:link {
	color:black;
	background-color:#eef;
}

ul#Navigation a.intranet:hover {
	color:white;
	background-color:#ff7600;
}




ul#Navigation ul li {
	text-align:left;
	list-style-image:url(img/list_image.gif);
	margin-left:80px;
	padding:3px 0;
}

ul#Navigation a.active_link {
	color:black;
}

ul#Navigation ul a, ul#Navigation ul a:link, ul#Navigation ul a:visited, ul#Navigation ul a:hover, ul#Navigation ul a:active {
	display:inline;
	font-weight:normal;
	text-decoration:none;
	background-color:white;
}






#Inhalt {
	width:590px;
	margin-left:228px;
	padding:1px 20px 20px;
	background-color:#ffffe0;
	min-height:500px;
	text-align:justify;

	/* IE 6 fix */
	height:auto !important;
	height:500px;
}

#Inhalt h2 {
	font-size:11pt;
	margin:20px 0 15px;
	color:maroon;
	border-bottom:1px solid silver;
}

#Inhalt p, ul, table {
	margin:10px 0;
}





#Inhalt a {
	text-decoration:none;
}

#Inhalt a:hover {
	text-decoration:underline;
}






#footer {
	height:20px;
	margin:30px 0 20px;
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
}







/* Links */

#Inhalt.links ul.nav {
	margin-left:30px;
}

#Inhalt.links ul.nav li {
	list-style-image:url(img/list_image.gif);
}





/* About CATS */

#Inhalt.about .left {
	padding-top:25px;
	float:left;
	clear:left;
	width:190px;
	font-style:italic;
}

#Inhalt.about .right {
	padding-top:25px;
	margin-left:200px;
}

#Inhalt.about .right .left {
	width:70px;
	font-weight:normal;
	text-align:right;
}

#Inhalt.about .right .right {
	margin-left:75px;
}

/* IE 5 - fix \*/
* html #Inhalt.about .right {
	height:1%;
}
/* end: IE 5 - fix */





/*
 * CONSORTIUM
 */

#Inhalt.consortium ul li {
	list-style:none;
}

#Inhalt.consortium img {
	float:left;
	margin:0 10px 10px 0;
	border:0;
}

#Inhalt.consortium .block {
	margin:50px 0;
}





/*
 * PUBLIC DOCUMENTS
 */

#Inhalt.pub_docs .nr {
	float:left;
	clear:left;
	width:25px;
	text-align:right;
}

#Inhalt.pub_docs .cont {
	margin-left:35px;
}

#Inhalt.pub_deliverables td, #Inhalt.pub_deliverables th {
	text-align:left;
	padding:2px 5px;
	background:#ffffe0;
}

#Inhalt.pub_deliverables table {
	background:black;
}

/* IE 5 - fix \*/
* html #Inhalt.pub_docs .cont {
	height:1%;
}
/* end: IE 5 - fix */





/*
 * EVENTS
 */

#Inhalt.events p {
	clear:both;
}

#Inhalt.events .date {
	float:left;
}

#Inhalt.events .title {
	text-align:right;
}

#Inhalt.events .headline {
	border-bottom: 1px dashed #6a6a6a;
	padding:7px 0;
	font-weight: bold;
	margin:20px 0 5px;
}

#Inhalt.events li {
	list-style:none;
}