/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Print layout: */

html {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #FFFFF;
}

#kopf {
	display: none;
}

#links {
	display: none;
}

#inhalt {
	padding: 10px;
	margin: 0;
	float: left;
	width: 100%;
}

#rechts {
	display: none;
}

#fuss {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
}

img {
  border: 0;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #A51431;
}

a:hover {
	text-decoration: underline;
}

a.v_link {
	display: none;
}

h1, .h1, h1 a, .h1 a, .h1 a:link, .h1 a:active, .h1 a:visited, h1 a:link, h1 a:active, h1 a:visited {
	font-size: 1.30em;
	font-weight:bold;
	text-decoration: none;
	color:#A51431;
}

h2, .h2, h2 a, .h2 a, .h2 a:link, .h2 a:active, .h2 a:visited, h2 a:link, h2 a:active, h2 a:visited {
	font-size: 1.20em;
	font-weight:bold;
	text-decoration: none;
}

h3, .h3, h3 a, .h3 a, .h3 a:link, .h3 a:active, .h3 a:visited, h3 a:link, h3 a:active, h3 a:visited {
	font-size: 1.1em;
	font-weight:bold;
	text-decoration: none;
}

h4, .h4, h4 a, .h4 a, .h4 a:link, .h4 a:active, .h4 a:visited, h4 a:link, h4 a:active, h4 a:visited {
	font-size: 1.0em;
	font-weight:normal;
	text-decoration: none;
	font-style:italic;
}

#breadcrumb {
	display: none;
}

#rechts ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#rechts li {
	margin: 10px 0 0 0;
}

#rechts .head  {
	display: block;
	padding: 3px 5px;
	background-color: #A51431;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
#rechts .head:hover {
	text-decoration: none;
}
#rechts .sdiv  {
	display: block;
	padding: 2px 5px;
}