#nav li a, #footer ul { display: none; }

#nav li { float: left; }

#nav ul { margin: 0px; padding: 0px; }

#content { clear: both; }

img { border: none; }

#nav ul {
	list-style: none;
}

#header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header, #header strong, #header strong em {
	font-weight: normal;
	font-style: italic;
}

#header strong {
	font-size: 1.6em;
	color: #FF0000;
}

#header strong em {
	color: #000000;
}

#content .left {
	float: right;
	padding-left: 2em;
	padding-bottom: 2em
}

#content .right {
	text-align: justify;
}

#footer {
	clear: both;
}

#footer p a img {
	padding: 0px 0px 0px 15px;
	vertical-align: middle;
}

/* urls */
a:link, a:visited {
	color: #520;
	background: transparent;
	font-style: italic;
	text-decoration: none;
}

/* CSS2 stellt link als text dar */
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/* CSS3 um Rooturls richtig anzuzeigen */
a[href^="/"]:after {
  content: " (http://www.sozialfonds.at" attr(href) ") ";
}
