/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
#top							{ position:relative; z-index:2; width:980px; height:65px; border-bottom: solid 2px #ffffff; margin-left:auto; margin-right:auto; overflow:hidden; background:#3c3c3c; }
#top .logo						{ position:absolute; top: 0px; left: 0px; width: 280px; height: 47px; padding: 18px 0px 0px 20px; font-size: 30px; color: #c10e30; text-align:left; }
#top .navigation       			{ position:absolute; top: 0px; left: 300px; width: 680px; height: 65px; text-align:right; }

#middle							{ position:relative; z-index:1; width:980px; min-height:100%; height:auto !important; height:100%; margin-top:-130px; margin-left:auto; margin-right:auto; repeat-y right; text-align:left; background:#f79833 url(../pics/layout/main_hg.png); }
#middle .abstand				{ padding-top:130px; width:100%; display:block; }      
#middle .abstand .bar		    { position:relative; margin: 0px 0px 0px 0px; width: 300px; float:left; }
#middle .abstand .bar .thema    { height: 500px; background: #999999; border-bottom: solid 2px #ffffff; }
#middle .abstand .main  		{ position:relative; margin: 0px 0px 0px 320px; padding-top: 20px; width: 650px; }

#bottom							{ position:relative; z-index:2; width:980px; height:65px;  border-top: solid 2px #ffffff; background:#3c3c3c; margin-left:auto; margin-right:auto; overflow:hidden; }
#bottom .login					{ position:absolute; top: 0px; left: 0px; width: 280px; height: 65px; text-align:left; }
#bottom	.navigation				{ position:absolute; top: 0px; left: 300px; width: 680px; height: 65px; text-align:right; }

#trennung						{ clear:both; margin:0px; padding:0px; }




/* Basisdefinitionen */
*						{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #3c3c3c; padding: 0px; margin: 0px; }

html, body				{ height:100%; margin:0px; padding:0px; }
body					{ text-align:left; background:#f0f0f0; overflow-y:scroll; text-align:center; }

div						{ margin:0px; padding:0px; }

a:link					{ color: #c10e30; text-decoration: none; font-weight: bold; }
a:visited				{ color: #c10e30; text-decoration: none; font-weight: bold; }
a:hover					{ color: #000000; text-decoration: none; font-weight: bold; }
a:active				{ color: #000000; text-decoration: none; font-weight: bold; }

h1						{ font-weight: bold; font-size: 18px; margin-bottom: 10px; }
h2						{ font-weight: bold; font-size: 14px; margin-top: 10px; margin-bottom: 5px; }

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						{ border: 0px solid #000000; height: 1px; background: #000000 url(../pics/layout/trans.gif); }

/* Formulare */
textarea                            { background-color: #f4f4f4; border: 1px; }
input                               { background-color: #f4f4f4; border: 1px; }
select                              { background-color: #f4f4f4; border: 1px; }

form								{ margin: 0px;}
form .form-eingabe-zeile			{ clear: left; margin-bottom: 5px; }
form label							{ float: left; width: 250px; }
form .form-label-checkbox			{ width: auto; float: none; }
form .form-label-radio				{ width: auto; float: none; }
form .form-text						{ width: 350px; border: 1px solid #f79833; }
form .form-select					{ width: 350px; }
form .form-checkbox					{ }
form .form-radio					{ }
form .form-button					{ border: 1px solid #000000; clear: left; }

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				{ margin-top: 10px; font-weight: bold; }
.fehler .fehler-titel strong        { color:#f79833; }
.fehler .fehler-zeile				{ color:#f79833; }

/* Verstecken */
.cycon-wysiwyg						{ display: none; }


