﻿*{
	padding:0;
	margin:0;
	border:0;
}

html {
 	height: 100%; /* wichtig */
	background-color:#fde6bc;
}

body {
 	height: 100%; /* wichtig */
	font:12px "Trebuchet MS", Verdana, Arial, sans-serif;
	color:black;
}


/****  allgemeine Formatierung  ****/

p {
  	margin: 0;
  	padding: 0;
  	line-height: 1.5em;
}

h1 {
	color: #B70618;
	font-size: 1.6em;
	font-weight:normal;
	padding-bottom:20px;
}

.componentheading{
	color: #B70618;
	font-size: 1.5em;
	font-weight:normal;
	padding-top:20px;
}

td.contentheading {
	color: #B70618;
	font-size: 1.5em;
	font-weight:normal;
	padding-top:20px;
}
h2 {
	color: #000;
	font-size: 1.4em;
	font-weight:normal;
	padding-top:10px;
}

h3 {
	color: #555;
	font-size: 1.2em;
	font-weight:normal;
         font-style:italic;
         padding-bottom:5px;
}

h4 {	
	color: #000;
	font-size: 1.1em;
	font-weight:bold;
	border-left: 5pt solid #B70618;
	padding:0 0 0 3px;
         margin: 6px 0 6px 0;
}

h5 {	
	color: #555;
	font-size: 1.0em;
	font-weight:bold;
	padding:0 0 0 11px;
         margin: 6px 0 6px 0;
}
a:link, a:visited {
	color:#EC7404; 
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active {
	color:#EC7404; 
	font-weight:bold;
	text-decoration:underline;
}

ul { 
	list-style: square;
	margin: 0;
	padding: 0 0 0 20px;
}

li {
	margin: 0;
	padding: 0;
}

.thinborder {
	border: 1pt solid #000;
}

.name {
         color:#B70618;
         font-weight: bold;
         font-style: italic;
}

/****  Moduleueberschrift  ****/

table.moduletable th {	
	color: #000;
	font-size: 1.3em;
	font-weight:normal;
}

/***  e-mail im Fussbereich ****/

a.mail:link, a.mail:visited {
	color:#fff; 
	font-weight:normal;
	text-decoration:none;
}
a.mail:hover, a.mail:active {
	color:#fff; 
	background-color:transparent;
	font-weight:normal;
	text-decoration:underline;
}

/****  Kopfbereich und Breadcrumbs ****/

#header{
	padding:10px 10px 0 0;
	height:90px;
	background:#EC7404;
	background-image: url("../images/bg_oben.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	height:90px;
	background-image: url("../images/logo_eki.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

#breadcrumbs {
	height:20px;
	margin:0 230px;
	font-size:0.9em;
	border-bottom:1pt dashed #B70618;
}


/****  Inhalt:  Gesamtkontainer und 3 Spalten ****/

#box{
	width:100%;
	margin:0 auto;
	text-align:left;
  	position: relative;
  	min-height: 100%;
  	background-image: url("../images/bg.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
}

#left {
	border:1px solid #000;
	float:left;
	width:222px;
	margin:20px 3px 0 3px; 	
	padding:3px 0 10px 0;
	font-size:0.9em;
	background-image: url("../images/bg_unten.jpg");
	background-repeat: repeat-y;
	background-position: left top;
}

.sidebox_a {
	display:block;
	margin:15px 0 0 10px;
	padding:0;
	width:75%;
	min-height:300px;
}

.sidebox_b {
	display:block;
	margin:15px 0 0 10px;
	padding:0;
	width:200px;
         border:1pt solid #000000;
}

#right {
	float:right;
	width: 170px;
	height:300px;
	margin:0; 	
	padding: 10px;
	font-size:0.9em;
	font-size:0.9em;
}

.sidebox_c,
.sidebox_d {
	display:block;
	margin:15px 0 0 10px;
	padding:0;
	width:90%;
}

#middle {
	margin:0 240px;
	padding: 10px 10px 30px 10px;
	font-size:1.0em;
}

#footer {
	bottom:0;
         color:black;
	clear:both;
  	width: 100%;
  	background: #EC7404;
  	position: absolute;
  	height: 20px;
	text-align:center;
}

/****  Topnavigation  ****/

#topnavi {
	margin:0 0 0 10px;
	position:absolute;
	z-index:20;
}

.topmenu { 
	margin:0 auto;  
	padding:0; 
	width:auto; 
	text-align:right;
}

ul.topmenu { 
	padding-bottom:2px; 
	list-style: none inside; 
	text-align: left;
}

ul.topmenu
 li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 24%;
	text-decoration: none;
	padding-right: 9px;
}

ul.topmenu
 li a:link, ul.topmenu
 li a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

ul.topmenu
 li a:hover, ul.topmenu
 li a:active  {
	font-weight:normal;
	text-decoration: underline;
}

/****  Hauptnavigation  ****/

a.mainlevel {
	color:#FFF;
	font-size: 12px;
	padding-left: 4px;
	width: 145px;
	display: block;
	line-height: 18px;
	margin-bottom: 6px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #555;
	border-right: 4px solid #555;
}

a.mainlevel:hover, a.mainlevel#active_menu {
	color:#EC7404;
	border: 1px solid #555;
	border-right: 4px solid #EC7404;
	text-decoration: none;
}

a.sublevel {
	color:#FFF;	
	font-size: 11px;
	padding: 0 0 0 16px;
	margin: 0px;
	width: 131px;
	display: block;
	line-height: 13px;
	margin-bottom: 3px;
	text-decoration: none;
	font-weight: bold;
}

a.sublevel:hover, a.sublevel#active_menu {
	color:#EC7404;
	text-decoration: none;
}

/****  Eingabefelder und Buttons  ****/

.inputbox {
	border: 1px solid #ccc;
	background-color:#fff;
}

.button {
	border: 1px solid #000000;
	background-color:#CCC;
	margin-left:3px;
	font-size:9pt;color:#000000;
}