/* (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: 960px; margin: auto; min-height: 100%; height:auto !important; height: 100%; background: #ffffff; }

.header								{ float: left; position: relative; width: 960px; height: 272px; text-align: left; }
.header .themenbild					{ position: absolute; top: 0; left:0; z-index: 20;  width: 960px; height: 272px; }
.header .logo						{ position: absolute; top: 30px; left: 15px; z-index: 40; height: 48px; width: 333px; }
.header .topnavi                    { position: absolute; top: 25px; right: 15px; z-index: 40; width: 190px; height: 24px; } 
.header .navigation					{ position: absolute; top: 200px; left: 0; z-index: 40; width: 935px; height: 24px;  background: #fff url(../pics/layout/navi-hg-kachel.jpg); padding-left: 25px; }

.main								{ width: 960px; text-align: left; height: auto; overflow: hidden; clear: both; }
.main .float-helper					{ float: left; width: 730px; display: inline; }
.main .navigation					{ float: left; width: 170px; padding: 0px; margin: 0 0 0 25px; display: inline; }
.start .main .content 				{ float: left; width: 660px; padding: 0; margin: 20px 45px 20px 25px; display: inline;}
.main .content 						{ float: left; width: 460px; padding: 0; margin: 20px 45px 20px 30px; display: inline;}

.main .related						{ display: inline; float: right; width: 205px; overflow: hidden; font-size: 11px; color: #3f3f3f; line-height: 16px; margin: 55px 20px 0 0; }
.main .related .absatz				{ padding: 5px 3px 8px 5px; margin: 0px; }

.footer								{ /*overflow: hidden;*/ clear: both; padding: 0px; border: 0px; margin-top: 20px;}
.footer .base						{ width: 100%; margin-top: 10px;} 
.footer .base .text                 {float:left; font-size: 11px; font-weight: bold; }
.footer .base .footernavigation     {float:left;}


/* Basisdefinitionen */

*						{ font-family: Arial, Helvetica, Sans Serif; font-size: 12px; font-weight: normal; color: #000000; padding: 0px; margin: 0px; line-height: 18px; }
html					{ height: 100%; margin: 0;} 
body					{ height: 101%; margin: 0; text-align: center; position: relative; background: #ffffff url(../pics/layout/hg-kachel.gif); }

a:link					{ color: #833c29; font-weight: normal; text-decoration: underline; }
a:visited				{ color: #833c29; font-weight: normal; text-decoration: underline; }
a:hover					{ color: #1a1a1a; font-weight: normal; text-decoration: underline; }
a:active				{ color: #1a1a1a; font-weight: normal; text-decoration: underline; }

h1						{ font-weight: bold; font-size: 18px; color: #833c29; margin-bottom: 10px; margin-top: 25px; }
h2						{ font-weight: bold; font-size: 14px; color: #833c29; margin-bottom: 10px;}

.haupt h1               { font-weight: bold; font-size: 18px; color: #833c29; margin-bottom: 10px; margin-top: 0px; }
.teaser h1              { font-weight: normal; font-size: 14px; color: #1a1a1a; margin-bottom: 0px; margin-top: 0px; padding: 2px 0 0 3px; background: #e8e6d9; /*url(../pics/layout/navi-hg-kachel.jpg);*/  }

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-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; }


