body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #000;
	background: #FFF !important;
	background-image: none !important;
	margin: 0; padding: 0;
}
* {
	float: none;
}
#header {
	border-bottom: 0.5pt solid #666;
	text-align: right;
}
#header h1 {
	font-size: 14pt;
}
#topnav {
	display: none;
}
a,
a:active,
a:hover,
a:visited {
	text-decoration: none;
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	color: #666;
}
a:link:after,
a:visited:after {
   	content: " ("attr(href)")";
   	font-size: 90%;
}
a[href^="/"]:after {
   content: "(http://www.kommunikarriere.de" attr(href)")";
}
#header a:after {
	content: '';
}
#footer {
	border-top: 0.5pt solid #666;
}
#footer * {
	display: none;
	text-align: right;
	font-size: 8pt;
}
#footer:after {
	content: "(c) 2008 GWA";
}