﻿html
{
	margin: 0;
	padding: 0;
	background-color: #b7c4d3;
	font: normal 12px "Verdana", "Arial", Sans-Serif;
}

/* Links */

a:link 				{ color: #335577; text-decoration: none; }
a:visited 			{ color: #557799; text-decoration: none; }
a:hover, a:active 	{ color: #993333; }

#mantel a:link 		{ font-weight: bold; border-bottom: 1px dotted #335577; } 
#mantel a:visited 	{ font-weight: bold; border-bottom: 1px dotted #557799; } 
#mantel a:hover, #mantel a:active { border-bottom: 1px solid #993333; }

/* Html Elemente */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }
h2 { font-size: 14px; padding: 10px; font-weight: bold; background-color: #cccc99; }
h3 { font-size: 14px; padding: 5px; text-decoration: underline; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

img
{
  border-width: 0px;
}


#news-box h2	{
	background-color: transparent;
	margin: 6px 0 6px 0;
	padding: 0 0 0 0;
	color: #6e6e5e;
}

/* Teaser */

.teaser-box	{
	background-color: #f0ede8;
}

.teaser-box h2	{
	background-color: #d9d4be;
	color: #444444;	
}

.teaser-box p	{
	margin: 0 0 0 0;
	padding: 6px;
}

/* Aufbau */

body
{
	width: 750px;
	margin: 0 auto;
	padding: 0 25px;
	background: #f9f9f9 url(images/bg.png) top left repeat-y;
}

#topnav
{
	width: 100%;
	float: left;
	color: #999999;
	background-color: #2c231e;
}

#header
{
	background: url('images/bg-header.jpg') no-repeat left;
	background-color: #564943;
	clear: both;
	border-top: 2px solid #000000;
	height: 150px;
	padding: 0 10px 0 10px;
	color: #cae8ff;
	text-align: right;
	vertical-align: bottom;
}

#header h1
{
  font-size: 17pt;
}

#header h4
{
  font-size: 11pt;
}

#mantel
{
	float: left;
	width: 100%;	
	color: #444444;
}

#content-box
{
	width: 550px;
	float: left;
}

#content
{
	float: left;
	padding: 20px;
}

#content p
{
  font-size: 8pt;
  text-align: justify;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
}

#menue
{
	float: left;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
}

#menue-box
{
	width: 200px;
	float: left;
}

#news-box	{
	padding: 0 10px 0 10px;
	clear: both;
}

#footer
{
	clear: both;
	color: #777777;
	padding: 20px 0 20px 0;
	text-align: center; 
	background-color: #eeeeee;
	border-top: 5px solid #e5e5e5;
	border-bottom: 15px solid #dddddd;
}

#bottom		{
	clear: both;
	height: 10px;
}



/* Top-Nav */

#topnav ul { float: right; list-style-type: none; margin: 0; padding: 0 10px 0 0; width: 95%; }
#topnav li { float: right; margin: 0; padding: 0; }
#topnav a { display: block; float: left; margin: 0px 0; padding: 0 10px; line-height: 2; font-size: 12pt; color: #988d87; }
#topnav a:link, #topnav a:visited { color: #988d87; }
#topnav a:hover, #topnav a:active { color: #ddd8d5; }
#topnav li#skip a { border-left-width: 0; }



/* Mneü */

#menue ul { 
	list-style-type: none; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	border-bottom: 1px solid #687aa4;
	line-height: 20px;

}

#menue li
{
	border-left: 5px solid #b1bad0;
	border-right: 5px solid #b1bad0;
	background-color: #e3e6ee;
}

#menue li.top
{
	border-left-color: #8d9aba;
	border-right-color: #8d9aba;
	background-color: #b3bcd1;
	border-top: 1px solid #687aa4;	
}

#menue li.header
{
	border-top: 1px solid #687aa4;	
}

#menue li a
{
	border-left: 1px solid #9ca8c3;
	border-right: 1px solid #9ca8c3;
}

#menue li.top a
{
	border-left-color: #687aa4;
	border-right-color: #687aa4;
}

#menue a:link,
#menue a:visited
{
	display: block;
	padding: 5px 20px;
	border-bottom-width: 0;
	border-top: 1px dotted #557799;
}

#menue li.top a:link,
#menue li.top a:visited,
#menue li.header a:link,
#menue li.header a:visited
{
	border-top-width: 0;
}

.inputtext 
{
	border-left: 2px solid #9ca8c3;
	border-right: 2px solid #9ca8c3;
  width: 110px;
}

form
{
  display: inline;
}

#content-box table
{
  border: 1px solid #b7c4d3;
}

#content-box thead
{
  background-color: #b7c4d3;
  line-height: 2;
}

#content-box tfoot
{
  background-color: #b7c4d3;
  line-height: 2;
}

.bold
{
  font-weight: bold;
}