/* Main */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: none;
}
h1,h2 {
}
h1 {
}
h2 {
}
a {
}
a:hover {
}
img {
	border: 0 none;
}
/* Layout */
div#bodyframe {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
}
div#head_rt {
}
div#head_lt {
	background-image: url(../contents/head2.png);
	border-color: #5b708c;
}
div#head_rb {
	background-image: none;
}
div#head_lb {
	width: 100%;
	background-image: none;
}
div#head {
	width: 750px;
	height: 140px;
	background-image: url(../contents/head.png);
	border-right-style: dotted;
	border-right-width: 1px;
	position: relative; /* für Nav ("position: absolute; bottom: 0") */
}
div.logo {
	float: right;
	width: auto;
	padding: 30px 0;
}
div#mainillu{
	display: none;
}
div#nav {
	float: left;
	width: 100%;
	margin: 0 0 0 15px;
	position: absolute;
	bottom: 0;
}
div#nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
div#nav li {
	float: left;
	width: 7.5em;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
div#nav a:link, div#nav a:visited {
	margin-right: 2px;
	padding: 0.3em 2em;
	display: block;
	height: auto /*für IE6 */;
}
div#nav #akt {
	border-left-style: solid;
	border-left-width: 6px;
}
div#nav a:hover, div#nav a:hover#akt {
	height: auto /*für IE6 */;
}
div#navframe {
	display: none;
}
div#contents_rt {
	clear: both;
}
div#contents_lt {
}
div#contents_rb {
}
div#contents_lb {
}
div#contents {
	width: 720px;
	margin-top: 0px;
	padding: 15px 15px 0 15px;
	background-color: white;
	border-right: 1px dotted gray;
}
* html div#contents {
  width/**/: 750px; /* ie5.5 hack */
  wid\th: 720px;
}

/* Misc. Styles */
.illu-r {
	float: right;
	width: auto;
	margin: 0;
	padding: 0 0 1em 2em;
}
.illu-l {
	float: left;
	width: auto;
	margin: 0;
	padding: 0 2em 1em 0;
}
.alignleft {
}
.alignright {
}
.aligncenter {
}
.alignblock {
}
strong {
}
.small {
}
.tiny {
}
ul.nicelist li, ol.nicelist li {
	margin-top: 0.3em;
}
hr {
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	border: 0;
}
.clearfloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px; /* für IE */
}
/* Layout (c) 2007 Thomas Endfellner, seducon */