/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
.page								{ width: 908px; margin: 0px auto; padding: 0px 0px 10px 0px; }

.header								{ width: 100%; height: 256px; margin: 0px; position: relative; }
.header .thema						{ width: 100%; }
.header .logo						{ width: 100%; height: 70px;  padding-top: 8px; }
.header .logo img					{ display: block; }
.header .meta						{ overflow: hidden; margin-top: 14px; }
.header .navigation					{ margin: 45px 0px 0px 0px; }

.main								{ width: 100%; overflow: hidden; }
.main .float-helper					{ float: left; width: 681px; }
.main .content						{ float: left; width: 653px; padding: 10px; background-color: transparent; }
.main .related						{ float: left; width: 200px; padding: 10px; background-color: transparent; overflow: hidden; }

/* Template 3-1 Spalten */
.main .float-helper-spalten-1-3		{ float: left; width: 681px; }
.main .content-spalten-1-3			{ float: left; width: 676px; background-color: transparent; }
.main .content-spalte-4				{ float: right; width: 219px; background-color: transparent; overflow: hidden; padding: 0px 8px 0px 0px; margin: 0px;}

/* Template 2-2 Spalten */
.main .float-helper-spalten-1-2		{ float: left; width: 454px; }
.main .content-spalten-1-2			{ float: left; width: 446px; background-color: tansparent; }
.main .content-spalten-3-4			{ float: right; width: 454px; background-color: tansparent; overflow: hidden; }

/* Template 4 Spalten */
.main .content-spalten-1-4			{ float: left; width: 900px; background-color: transparent; overflow: hidden;  }

/* Template 1-2-1 Spalten */
.main .float-helper-spalte-1		{ float: left; width: 227px; }
.main .content-spalte-1				{ float: left; width: 219px; background-color: transparent; }
.main .float-helper-spalten-2-3		{ float: left; width: 454px; }
.main .content-spalten-2-3			{ float: right; width: 454px; background-color: transparent; }

.footer								{ width: 880px; margin: 31px 0px 40px 0px; color: #CDCDCD;}
.footer img							{ display: block; }


/* Basisdefinitionen */
*						{ padding: 0px; margin: 0px; }

html					{ } 
body					{ position: relative; background-color: #020202; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #CDCDCD; }

a:link					{ color: #CDCDCD; text-decoration: none; }
a:visited				{ color: #CDCDCD; text-decoration: none; }
a:hover					{ color: #CDCDCD; text-decoration: underline; }
a:active				{ color: #CDCDCD; text-decoration: none; }

h1						{ overflow: hidden; padding: 1px 0px 2px 10px; border-color: #CDCDCD; border-bottom: 3px solid; border-top: 1px solid; background-color: #3C3C3C; }
h1 img					{ display: block; }
h2						{ font-weight: bold; margin-bottom: 5px; margin-top: 20px; color: #939393;}

b						{ font-weight: bold; }
strong					{ font-weight: bold; }
i						{ font-style: italic; }
img						{ border: 0px; }
p						{ padding: 0px 0px 0px 0px; }

ul						{ margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
ol						{ margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
ul li					{ list-style : none; }

table					{ }
table tr				{ }
table tr th				{ font-weight: bold; }
table tr td				{ background-color: #3C3C3C; }

hr						{ border: 0px solid #000000; height: 1px; background: #000000 url(../pics/layout/trans.gif); }

/* Formulare */
form								{ margin: 0px;}
form .form-eingabe-zeile			{ margin-bottom: 5px; }

form label							{ display: block; width: 120px; }
form .form-label-checkbox			{ width: auto; float: none; }
form .form-label-radio				{ width: auto; float: none; }
form .form-text						{ font-size: 11px; padding: 2px 0px 2px 0px; background-color: #D8D8D8; border: 1px solid #C2C6CB; border-top: 1px solid #95969B; }
form .form-select					{ font-size: 11px; padding: 1px 0px; background-color: #D8D8D8; border: 1px solid #C2C6CB; border-top: 1px solid #95969B; }
form .form-checkbox					{ }
form .form-radio					{ }
form .form-button					{ }

form .form-checkbox-liste			{ width: 282px; height:100px; overflow:auto; border: 1px solid #bbbbbb; }
form .form-checkbox-liste .zeile	{ padding-left: 3px; margin-bottom: 2px; width: 258px; height: 20px; line-height: 20px; background-color: #ffffff; border: 1px solid #bbbbbb; }
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								{ }
.fehler .fehler-titel				{ font-weight: bold; }
.fehler .fehler-zeile				{ }

form .fehler .form-eingabe-zeile .form-text		{ background-color: #D84B4B; }
form .fehler .form-eingabe-zeile .form-select	{ background-color: #D84B4B; }

.hr-elem-trenner					{ clear:both; width: 1px; height: 1px; margin-bottom: 10px; background-color: transparent; }

/* Verstecken */
.cycon-wysiwyg						{ display: none; }

