/*
	grau: #333
	grau hell: #DDD
	blau: #09C
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 0.8em;
/*
	background-color: #DDD;
*/
	text-align: center; /* IE */

	background-image: url(img/hintergrund.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

div#seite {
	display: block;
	width: 776px;
/*
	margin: 1em auto;
*/
	margin: 0.5em auto;
	padding: 0;
	background-color: #FFF;
/*
	border: 1px solid #00F;
*/
}

div#seite div#kopf {
	display: block;
	height: 145px;

	background-image: url(img/titel.jpg);
	background-repeat: no-repeat;
/*
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 0;
*/

	border-bottom: 1px solid #CCC;
}

div#seite div#mitte {
	display: block;
}

div#seite div#rand {
	display: block;
	margin: 0;
	width: 12em;
	height: 100%;
	float: left;
	text-align: left; /* IE */
}

div#seite ul#navigation {
	display: block;
	margin: 0;
	padding: 1em 0;
	list-style: none inside;
}
div#seite ul#navigation ul {
	margin: 0.2em 0;
	padding: 0 0 0 2em;
	font-size: 0.9em;
	list-style: none inside;
	color: #F00;
}
div#seite ul#navigation ul ul {
	margin: 0.3em 0;
	padding: 0 0 0 1em;
	font-size: 0.8em;
	list-style: none inside;
}
/*
div#seite ul#navigation ul ul a {
	background-color: #F0F0F0;
}
*/
div#seite ul#navigation li {
	margin: 0;
	padding: 0;
	border: 1px solid #FFF; /* IE */
}
div#seite ul#navigation a {
	margin: 0;
	padding: 0.2em 0.4em;
	display: block;
	text-decoration: none;
	color: #333;
/*
	border: 1px solid #000;
*/
}
div#seite ul#navigation a:hover {
	text-decoration: underline;
}
div#seite ul#navigation b {
	margin: 0;
	padding: 0.2em 0.4em;
	display: block;
	font-weight: bold;
	color: #000;
}

div#seite div#inhalt {
	margin-left: 12em;
	padding: 1em 0.8em;
/*
	text-align: left;
*/
	text-align: justify;
/*
	font-size: 0.85em;
*/
	border-left: 1px solid #CCC;
/*
	border: 1px solid #F00;
*/
}

div#seite div#fuss {
	display: block;
	clear: both;
	padding: 0.2em 0.4em;
	text-align: right;
	color: #333;
	border-top: 1px solid #DDD;
/*
	border: 1px solid #0FF;
*/
}
div#seite div#fuss a {
	font-size: 0.85em;
	text-decoration: none;
	color: #333;
}

h1 {
	font-family: Arial, Verdana;
	font-size: 1.5em;
	color: #07C;
}
h2 {
	font-family: Arial, Verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
h3 {
	font-family: Arial, Verdana;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
}
/*
p + h1 {
	border-top: 1px solid red;
}
*/
p {
	line-height: 1.4em;
}

/*
a {
	text-decoration: none;
	color: #07A;
}
a:hover {
	text-decoration: underline;
}
*/
a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	color: #07B;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
	color: #000;
}

img {
	margin: 0.6em;
	border-style: none;
}
img.links {
	float: left;
	margin: 0.8em 0.8em 0.8em 0;
}
img.rechts {
	float: right;
	margin: 0.8em 0 0.8em 0.8em;
}

table {
	font-size: 1em; /* IE */
}

ul {
	list-style-type: square;
}

ul li {
	text-align: left;
	line-height: 1.4em;
	margin: 0.4em;
}

dl dt {
	font-weight: bold;
}
dl dd {
	margin: 0.2em;
}

p.hinweis {
	font-size: 0.8em;
	color: #333;
	text-align: center;
}

span.info {
	cursor: help;
}

ul.vorteile {
	font-style: italic;
/*
	padding-top: 24px;
	background-image: url(img/vorteile.gif);
	background-repeat: no-repeat;
	background-position: left top;
*/
}

ul.leistungsmerkmale {
	font-size: 0.85em;
	padding-top: 24px;
/*
	background-image: url(img/leistungsmerkmale.gif);
	background-repeat: no-repeat;
	background-position: left top;
*/
}

strong.ueberblick {
	font-family: Arial, Verdana;
}

span.produktname {
	font-style: italic;
}

ol#haftungsausschuss {
}

ul#sitemap, ul#sitemap ul {
	list-style: none inside;
/*
	border: 1px solid #09C;
*/
	margin: 0 0 1em 0;
}
ul#sitemap p {
	font-size: 0.8em;
	margin: 0.4em 0;
}
ul#sitemap a {
	text-decoration: none;
}

object#prinzip {
	display: block;
	margin: 0 auto;
	text-align: center; /* IE */
}

table#terminals {
	margin: 0 auto;
	text-align: center;
	table-layout: fixed;
	width: 90%;
}

div#aktuelles {
	border-top: 1px solid #CCC;
}

form.per_formular dl dt {
	float: left;
	width: 10em;
}
form.per_formular dl dd input, form.per_formular dl dd textarea {
	width: 75%;
}
form.per_formular dl dd textarea {
	height: 8em;
}
ul.per_email {
	padding: 0;
	list-style-position: inside;
}
form.per_formular, ul.per_email, p.per_telefon {
	margin-left: 2em;
}

table.aufbau {
	margin: 0.4em auto;
	width: /*80%*/580px; /* IE */
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #CCC;
	text-align: center;
	font-size: 0.9em;
}

span.todo {
	font-size: 16px;
	font-weight: bold;
	color: red;
}
