/*************************************************/
/*                   SITE DEFs                   */
/*************************************************/

*{
	margin:0;
	padding:0;
	outline:none;
	list-style:none;
}

html{
	background:#000 url(/images/background.jpg) center center no-repeat;
}

body{
	font-family:Arial,Verdana;
	font-size:12px;
	color:#fff;
}

a{ color:#fff;outline:none; }
p{ margin:10px 0; }
.pdf{
	display:block;
	padding:2px 0 2px 22px;
	background:url(/nav/pdf.gif) left center no-repeat;
	font-size:11px;
	text-decoration:none;
}
.pdf:hover{
	text-decoration:underline;
}
.img{
	padding:3px 0 3px 25px;
	background:url(/nav/imageicon.gif) left center no-repeat;
}
.right{
	float:right;
}
.left{
	float:left;
}
.info{
	padding:5px 0 5px 30px;
	background:url(/nav/info.gif) left center no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	margin-top:25px;
}
#wrapper{
	width:900px;
	height:650px;
	position:relative;
	margin:70px auto 20px auto;
	background:url(/images/content.png) 0 0 no-repeat;
}

#logo a{
	display:block;
	position:absolute;
	top:-50px;
	right:200px;
	text-indent:-19999px;
	background:url(/nav/logo.gif) 0 0 no-repeat;
	width:327px;
	height:36px;
}

/*************************************************/
/*                   CONTENT                     */
/*************************************************/

#content{
	width:520px;
	padding-right:5px;
	float:right;
	height:550px;
	margin:10px;
	overflow:auto;
}

#content h1{
	margin-bottom:20px;
	font-size:23px;
}

#contentwrapper{
	height:100px;
	overflow:hidden;
}

#readmore{
	float:right;
	display:block;
	clear:both;
	margin-bottom:10px;
}
.starter{
	display:block;
	clear:both;
	margin-top:15px;
	height:112px;
}

.presselink{
	padding:2px;
	color:#ccc;
}

ul.links li{
	float:left;
	width:260px;
	height:22px;
}
ul.links li.nolink{
	padding:1px 0 1px 20px;
	width:240px;
	height:20px;
}
ul.links li a{
	background:url(/nav/url.gif) left center no-repeat;
	padding:1px 0 1px 20px;
	text-decoration:none;
}
ul.links li a:hover{
	text-decoration:underline;
	padding-left:25px;
}

.mitwirkende th{
	text-align:left;
	padding-right:10px;
}
/*************************************************/
/*                      MENU                     */
/*************************************************/

#menu{
	position:absolute;
	top:250px;
	left:-15px;
	overflow:hidden;
	width:260px;
	height:325px;
}

#menu li{
	background:url(/nav/menu.png) -230px 0 no-repeat;
}
#menu li a{
	background:url(/nav/menu1.png) -230px 0 no-repeat;
	width:200px;
	height:36px;
	display:block;
	padding:10px 0 0 30px;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#61070a;
}
#menu li a.active{
	padding-left:45px;
	background:url(/nav/menu1.png) 0 0 no-repeat;
}

#menu li.noback{
	background:none;
}
#menu li a#links{
	background:none;
	background:url(/nav/presse.gif) 50px center no-repeat;
	width:100px;
	color:#ccc;
	padding:15px 0 0 88px;
}
#menu li a#links{
	background-image:url(/nav/links.gif);
}

#menu li a#links:hover, #menu li a#links:active, #menu li a#links.active{
	color:#fff;
}

* html #wrapper{
	behavior:url(/css/iepngfix.htc);
}
* html #menu li{
	behavior:url(/css/iepngfix.htc);
}
* html #menu li a{
	behavior:url(/css/iepngfix.htc);
}