/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
grau            :   #c9cbc8;
blau            :   #0071bc;
*/


/* Aufteilung */
.page								{ width: 1151px; margin: auto; /*min-height: 100%;*/ height:auto !important; height: 100%; background: #fff; margin-top: 10px;}

.header								{ width: 1151px; height: 95px; text-align: left; float:left; margin-bottom: 8px; }
.header .thema						{ width: 1151px; height: 95px; background: url(../pics/layout/hg-header.gif); float:left;  }
.header .logo						{ padding: 0px; height: 95px; width: 205px; float:left; }
.header .cluster-logo               { padding: 0px; height: 95px; width: 359px; float:right; }


.main								{ width: 1151px; text-align: left; height: 100%; overflow: hidden; clear: both; background: url(../pics/layout/hg-main.gif); }
.main .float-helper					{ float: left; width: 968px; }
.main .navigation					{ float: left; width: 186px; padding: 0px; margin-left: 5px; margin-top: 3px; }
* html .main .navigation            { mar\gin-left: 2px;}
.main .content 						{ float: left; width: 709px; border: 1px solid #e7e7e7; border-bottom: 0; padding: 20px 30px 10px 30px; min-height: 502px; margin-top: 22px; line-height: 16px;  }
* html .main .content               { he\ight: 490px; wid\th: 710px; }

.main .related						{ float: right; width: 172px; margin-left: 10px; overflow: hidden; font-size: 11px; color: #3f3f3f; line-height: 16px; }

.bezeichner                         { font-weight: bold; padding-bottom: 5px; color: #444; background-color: #fff; }

.main .footer, 
.main .footer-fl                    { clear:both; width: 1152px; height:100%; margin: 0; padding: 0; position: relative;}

.main .footer                       { background: #fff url(../pics/layout/bottom.gif) no-repeat; }
.main .footer-fl                    { background: #fff url(../pics/layout/bottom-fl.gif) no-repeat; }
/* Basisdefinitionen */

*						{ font-family: Arial, Helvetica, Sans Serif; font-size: 12px; font-weight: normal; color: #777; padding: 0px; margin: 0px; }
html					{ height: 100%; margin: 0; } 
body					{ height: 100%; margin: 0; text-align: center; position: relative;  }

a:active, a:focus       {outline: none}

a:link					{ color: #0071bc; font-weight: normal; text-decoration: underline; }
a:visited				{ color: #0071bc; font-weight: normal; text-decoration: underline; }
a:hover					{ color: #ccc; font-weight: normal; text-decoration: underline; }
a:active				{ color: #0071bc; font-weight: normal; text-decoration: underline; }

h1						{ font-weight: normal; font-size: 16px; color: #0071bc; font-style: italic; margin-bottom: 10px; margin-top: 0px; /*border-bottom: 1px solid #0071bc;*/ }
h2						{ font-weight: normal; font-size: 14px; color: #0071bc; font-style: italic; margin-bottom: 10px; /*border-bottom: 1px solid #0071bc;*/}

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				{ }

hr						{ height: 1px; border-top: 1px solid thin; border-bottom: none; border-left: none; border-right: none; color: #c1c1c1; }

/* Formulare */
form								{ margin: 0px;}
form .form-eingabe-zeile			{ /*clear: left; margin-bottom: 5px;*/ }
form label							{ float: left; width: 120px; }
form .form-label-checkbox			{ width: auto; float: none; }
form .form-label-radio				{ width: auto; float: none; }
form .form-text						{ width: 280px; }
form .form-select					{ width: 280px; }
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								{ margin-bottom: 15px; }
.fehler .fehler-titel				{ font-weight: bold;}
.fehler .fehler-zeile				{ }

/* Verstecken */
.cycon-wysiwyg						{ display: none; }


