/* SEITENKÖRPER */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

/* OBERE NAVIGATION */
div#navi {
	margin: 0 auto;
	background-color: #F4F4F4;
	height: 30px;
	width: 100%;
}
div#navi div {
	margin: 0 auto;
	width: 990px;
	height: 30px;
}
div#navi table{
	width: 990px;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
}
div#navi table td {
	width: 165px;
	background-image: url(images/navibg.gif);
}
div#navi table td.ohne {
	width: 165px;
	background-image: none;
}
div#navi p {
	margin: 0px 10px;
}
div#navi a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
div#navi a:hover {
	color: #0066CC;
	text-decoration: none;
}
div#navi a.blue {
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}

/* HEADER */
div#header {
	margin: 0 auto;
	width: 990px;
	height: 100px;
}

/* ZWISCHENLINIE */
div.inter {
	margin: 0 auto;
	width: 990px;
	height: 35px;
}
div.inter table {
	width: 340px;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
}
div.inter table td.left {
	width: 165px;
	border-bottom-style: solid; 
	border: 1px;
}
div.inter table td.left h1 {
	margin: 5px 10px;
	font-size: 12px;
}
div.inter table td.mid {
	width: 10px;
	height: 35px;
}
div.inter table td.right {
	width: 165px;
	height: 35px;
	font-size: 12px;
}
div.inter table td.right h1 {
	margin: 0px;	
	background-color: #0099CC;
	font-size: 12px;
	color: #FFFFFF;
}

/* CONTENT */
div#content {
	margin: 0 auto;
	width: 990px;
}
div#content table {
	width: 990px;
}
div#content table#nav {
	width: 165px;	
}
div#content table#nav td.left {
	width: 165px;
	height: 20px;
	border-bottom-style: solid; 
	border: 1px;
	
}
div#content table#nav td.left p {
	margin: 0px 10px;
}
div#content table#nav td.left a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
div#content table#nav td.left a:hover {
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
div#content table#nav td.left a.blue {
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
div#content table td.mid {
	width: 10px;
	height: 15px;
}
div#content table td.right {
	width: 815px;
	height: 15px;
	vertical-align: top;
}
div#content table td.right table {
	margin: 10px;
	width: 400px;
}

/* BILDER -SEKTION */
div#content table td.right table.bilder {
	margin: 0px;
	width: 815px;
}
div#content table td.right table.bilder td.links {
	width: 20px;	
	background-color: #F4F4F4;
}
div#content table td.right table.bilder td.gross {
	width: 450px;	
	background-color: #F4F4F4;
	vertical-align: top;
}
div#content table td.right table.bilder td.gross img {
	width: 400px;
	border: none;	
}
div#content table td.right table.bilder td.rechtsmitte {
	width: 50px;	
	background-color: #F4F4F4;
}
div#content table td.right table.bilder td.kleinebilder {
	width: 120px;	
	background-color: #F4F4F4;
	vertical-align: top;
}
div#content table td.right table.bilder td.kleinebilder table {
	margin: 0px;	
	width: 120px;	
}
div#content table td.right table.bilder td.kleinebilder table img {
	width: 65px;	
	height: 65px;
	margin: 0px 10px 10px 0px;
	border: none;
}
div#content table td.right table.bilder td.rechts {
	width: 20px;	
	background-color: #F4F4F4;
}
div#content table td.right table.bilder td {
	width: 135px;	
}
/* **************** */

div#content table td.right table td.left {
	margin: 10px;
	width: 120px;
}
div#content table td.zwischen {
	width: 165px;
	border-bottom-style: solid;
	height: 35px;
	border: 1px;
}
div#content table td.zwischen h1 {
	margin: 10px 10px;
	font-size: 12px;
}
div#content p {
	margin: 10px;
}
div#content img {
	border: none;
}
div#content p.vita {
	margin: 10px;
  	width: 498px;
  	text-align: justify;
}
div#content div.start {
	margin: 0 auto;
	position: absolute;
	top: 510px;
  width: 846px;
	height: 20px;
	z-index: 2;
  text-align: right;
  
}
div#content p.klein {
	margin: 10px;
  	text-align: right;
  	font-size: 10px;
}
div#content h1 {
	margin: 10px;
	font-size: 16px;
}
div#content a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
div#content a:hover {
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}
div#content img.adm {
  width: 150px;
}
div#content input.laden {
  width: 360px;
}
div#content input.neu {
	width: 300x;	
	border: solid 1px #000000;	
}
div#content textarea.laden {
	width: 360x;	
  height: 180px;
	border: solid 1px #000000;	
}

/* Formulare */
textarea {
	width: 360px;
	height: 180px;
	border: solid 1px #000000;	
}
select {
	border: solid 1px #000000;	
}
input {
	width: 200px;	
	border: solid 1px #000000;	
}
input.norm {
	width: 150px;	
}
input.rad {
	width: 15px;	
}
fieldset {
  border: solid 1px #CCCCCC; 
	width: 450px;
}
legend {
	color: #0066CC;
	
}
a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}

