﻿/* Allgemein */
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: white;
	min-width:800px;
	font-family:Tahoma, Arial, Helvetica, sans-serif, verdana;
}

a {
	text-decoration: none;
	color: #6D3949;
}

a.selected {
	font-weight:bold;
	color: #BD8587;
}

a.nonselected {
	font-weight:bold;
	color: #6D3949;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #6D3949;
}

/* Bereich OBEN */
div#oben {
	background-image: url('pics/background_oben.gif');
	background-repeat: repeat-x;
	height: 77px;
}

/* Bereich LOGO */
div#logo {
	background-color: #CCCBCA;
	text-align:right;
}

/* Bereich MITTEUNTEN */
div#mitteunten {
	background-image: url('pics/background_mitte.gif');
	background-repeat:repeat-x;
	height: 42px;
}

/* Bereich NAVIGATIOIN */
ul#toc {
	float: left;
	color: #6D3949;
	margin-top:60px;
	text-decoration:none;
}

li {
	margin-top: 10px;
	text-decoration: none;
	list-style-type: none;
}

/* Bereich CONTENT */
div#content {
	margin-top: 20px;
	margin-left: 200px;
	font-size: 12px;
}

iframe {
	width:700px;
	height:250px;
	border:0px;
	padding-top: 20px;
}

/* Bereich CONTENT (IFRAME)*/
div#contentiframe {
	margin-left: 10px;
	font-size: 12px;
	width:670px;
}

/* Bereich UNTEN */
div#unten {
	clear: both;
	margin-top: 40px;
	padding-top: 0.3em;
	background-image: url('pics/background_unten.gif');
	background-repeat:repeat-x;
	height:30px;
	font-size: 11px;
	text-align: center;
}