body {
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
}

img {
	border: none;
}

#skip, #search, #subnav, #helpernav, #pager, #related, #leftbar, #footer, #rightbar .box , #rightbar .partner { display: none; }

#header {
    background: #fff;
	height: 100px;
}
#intro{
    color: #000;
	width: auto;
}
#sitelogo{
    margin: 0;
	height:96px;
    width:176px;
	overflow: hidden;
}

#wrap, #content{
    width: 100%;
	margin: 0;
	padding: 0;
}

#pageList h1, #pageList p, #pageList .first h1, #pageList .first p {
    width:auto;
	float: none;
}

#content .eventList p.eventdate, p.eventdate {
    overflow: hidden;
}

/* urls */
a:link, a:visited {
	color: #ED252A;
	background: transparent;
	font-style: italic;
	text-decoration: none;
	/*
	font-weight: bold;
	text-decoration: underline;
	*/
}

/* CSS2 stellt link als text dar */
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
}

/* CSS3 um Rooturls richtig anzuzeigen */
a[href^="/"]:after {
  content: ' (http://www.spwn.at' attr(href) ') ';
}