/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* Aufteilung */
.seite									{ position: relative; width: 1024px; margin: 0 auto; border: 1px solid #203A5D }

.logo									{ float: left; width: 237px; height: 110px }
.logo img								{ display: block; margin: 0 0 0 24px }

.header									{ padding: 33px 0 52px 0; overflow: hidden }
.header .suche							{ float: right; width: 190px }

.inhalt									{ overflow: hidden }
.inhalt .hintergrund-bild				{ float: left; width: 306px }
.inhalt .hintergrund-bild img			{ padding: 0 0 10px 0 }
.inhalt .navigation						{ float: left; width: 209px }
.inhalt .hauptspalte					{ margin: 0 55px 16px 525px; padding: 30px 0 0 0; min-height: 306px }

.footer									{ margin: 6px 0 0 0; height: 67px; background: #203A5D; font-size: 11px; color: #FFF }

.funktionen								{ float: left; width: 300px; padding: 0 0 0 55px; line-height: 67px }
.funktionen li							{ display: inline; padding: 0 30px 0 0 }

.spalten-home							{ overflow: hidden }
.spalten-home .spalte-links				{ width: 660px; float: left }
.spalten-home .spalte-rechts			{ width: 200px; margin-left: 690px }

.spalten-home .spalte-links .diashow	{ position: relative; height: 350px; margin-bottom: 20px }

/* Basisdefinitionen */
*										{ font-family: Verdana, Arial, sans-serif; margin: 0; border: 0; padding: 0 }

html									{ } 
body									{ font-size: 12px; font-weight: normal; color: #4C4D4D; padding: 60px 0 0 0 }

a:link									{ color: #000; text-decoration: none }
a:visited								{ color: #000; text-decoration: none }
a:hover									{ color: #000; text-decoration: underline }
a:active								{ color: #000; text-decoration: none }

h1										{ margin: 0; padding: 0; font-size: 18px; font-weight: normal; color: #878686 }
h2										{ margin: 0; padding: 0; font-size: 16px; font-weight: normal; color: #4C4D4D }

b										{ font-weight: bold }
strong									{ font-weight: bold }
i										{ font-style: italic }
img										{ border: 0 }
p										{ margin: 0; padding: 0 }

ul										{ margin: 0; padding: 0 }
ol										{ margin: 0; padding: 0 }
ul li									{ list-style : none }

table									{ }
table tr								{ }
table tr th								{ font-weight: bold }
table tr td								{ }

/* Formulare */
form									{ margin: 0 }
form .form-eingabe-zeile				{ }
form label								{ display: block; font-size: 12px; font-weight: bold; color: #203A5D }
form .form-label-checkbox				{ width: auto; float: none }
form .form-label-radio					{ width: auto; float: none }
form .form-text							{ padding: 1px 0 }
form .form-select						{ }
form .form-checkbox						{ }
form .form-radio						{ }
form .form-button						{ padding: 4px 7px; font-size: 12px; border: none; color: #FFF; background-color: #C4C4C4 }

form .form-checkbox-liste				{  }
form .form-checkbox-liste .zeile		{ padding-left: 3px; margin-bottom: 2px; width: 258px; height: 20px; line-height: 20px; background-color: #FFF; border: 1px solid #BBB }
form .form-checkbox-liste .aktiv		{ background-color: #CFD6E8; border: 1px solid #737B92 }
form .form-checkbox-liste .form-checkbox { float: left }
form .form-checkbox-liste .text 		{ padding-left: 20px }

.fehler									{ margin-bottom: 15px }
.fehler .fehler-titel					{ font-weight: bold }
.fehler .fehler-zeile					{ }

/* Verstecken */
.cycon-wysiwyg							{ display: none }

