/*
  Flexibles Design mit zur Bildschirm- bzw. Schrift-auflösung variablen Größen.
  Drei Spalten, linke und rechte mit fixer Breite, die mittlere nimmt sich den restlichen Platz
*/

/* Layout von Seite, Spalten und Fuß */
.seite {
	margin: 1em;
	padding: 0;
	background-color: #FFFFFF;
}
.kopf {
	float: left;
	width: 100%;
	padding-bottom: 2em;
}
.kopftitel {
	float: right;
	width: 830px;
	height: 160px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.kopftitel h1 {
	display : block;
	position: relative;
	left: 20px;
	top: 54px;
	width : 550px;
	height : 60px;
	line-height : 40px;
	font-weight : bold;
	font-size:32px;
	color : #c0c0c0;
}
.spaltelinks {
	clear: both;
	float: left;
	width: 14em;
	padding-top: 0em;
	padding-bottom: 2em;
}
.spalterechts {
	float: right;
	width: 14em;
	margin: 0em;
	padding-top: 0em;
	border-left: 1px #666666 solid;
	padding-left: 1em;
}
.spaltemitte {
	margin-left: 16em;
	margin-right: 16em;
	padding: 1em;
	padding-top: 0em;
	text-align: left;
}
.fuss {
	clear: both;
	padding-left: 18.88em;
	font-size: 90%;
	background-color : #f1f1f1;
	color: #666666;
}

/* Fonts und Effekte für die ganze Seite*/
html, body, div, p, td, a, input, textarea, select {
	font-family : Verdana, Arial, sans-serif;
	color : #505050;
}
a:link, a:visited, a:active {
	color : #c82500;
	text-decoration : none;
}
a:hover {
	color : #c82500;
	text-decoration : underline;
}
img {
	border : 0;
}


/* Fonts und Effekte linke Spalte / im Menü */
.spaltelinks {
	font-size: 90%;
}
.spaltelinks ul {
	width : 14em;
	margin : 0;
	padding : 0;
	background-color : #f2f2f2;
	background-color : transparent;
}
.spaltelinks ul li {
	width : 13em;
	margin : 0;
	padding : 0 0 0 1em;
	list-style-type : none;
}
.spaltelinks ul li a {
	display : block;
	width : 13em;
	height : 1.4em;
	line-height : 1.4em;
	margin : 0;
	padding : 0 0 0 1em;
	color : #666;
	background-image : url(navi_pfeil_zu.gif);
	background-repeat : no-repeat;
	background-position : 13em 0.5em;
	border-bottom : 1px solid #ccc;
	text-decoration : none;
}
.spaltelinks ul li a:hover, .spaltelinks ul li.active a {
	background-color : #c82500;
	background-image : url(navi_pfeil_zu.gif);
	background-repeat : no-repeat;
	background-position : 13em 0.5em;
	color : #fff;
}
.spaltelinks a.menu_current {
	background-color : #ccc;
	background-image : url(link_pfeil.gif);
	background-repeat : no-repeat;
	background-position : 13em 0.5em;
	border-top: 1px solid #fff;
	color : #fff;
}

.search_box {
	margin : 1em 0 0 1em;
	font-size: 80%;
	background-color : transparent;
}
.search_box label {
	padding-right: 1em;
}
.search_string {
	border : 1px solid #ccc;
	width : 8em;
	height : 1.2em;
	background-image : url(bg_verlauf.gif);
	margin-right: 0.1em;
}
.search_submit input.sbxmt {
	border : 0 solid #000000;
	width : 5px;
	height : 8px;
	margin : 1em 0 0 1em;
	background-image : none;
}


/* Fonts und Effekte der mittleren Spalte (Haupt Inhalt) */ 
.spaltemitte h1 {
	color : #c82500;
	font-weight: normal;
	font-size: 125%;
	text-align: left;
	line-height : 1.3em;
	margin: 0 0 1em 0;
	padding : 0;
}
.spaltemitte h2 {
	color : #333333;
	font-weight: normal;
	font-style : italic;
	font-size : 100%;	
	margin: 0 0 1em 0;
	padding : 0;
}

/* Fonts und Effekte der rechten Spalte */
.spalterechts {
		font-size: 90%;
}
/*
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
.xyz h1 {
	font-size: 200%;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}

.search_box {
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.kopf a {
	color: #FFFFFF;
}
.menu {
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 1px dashed #999999;
}
.menu_default a:hover {
	border-bottom: 1px dashed #333333;
}

.menu_current  {
	border-bottom: 1px dashed #999999;
	font-weight:bold;
}

.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
*/