/* (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: 767px; margin: auto; border: 1px solid #687168; margin-top: 24px;}

.header								{ background-color: #e5e9e1; width: 100%; height: 230px; text-align: left; }
.header .thema						{ width: 100%; }
.header .logo						{ float: right; width: 132px; height: 158px; margin-right: 8px; margin-top: 8px;  }
.header .meta						{ float: right; width: auto; padding: 0px 10px 0 10px; margin-top: 40px;  } 
.header-left                        { float: left; width: 407px; height: 230px; background: url(../pics/layout/hg-oben-links.gif); border-right: 1px solid #fff; position: relative; }
.header-right                       { float: right; width: 359px; height: 230px; position: relative; } 
.header .sprachen                   { float: right; height: 17px; border-top: 1px solid #fff; width: 359px; background-color: #abbaaa;}

.header-left .titel-bild img        { position: absolute; bottom:0; border-top: 1px solid #fff;}
.header-right .titel-banner img     { position: absolute; bottom:0; right: 1px; border-top: 1px solid #fff;}
* html .header-right .titel-banner img     {ri\ght: 0px; wi\dth:359px;}

.leiste                             { float: left; background: url(../pics/layout/leiste.gif); height: 19px; width: 767px; padding:0px; }

.main								{ width: 100%; text-align: left; height: auto; overflow: hidden; clear: both; }
.main .float-helper					{ float: left; width: 767px; min-height: 452px; background: url(../pics/layout/hg-helper.gif); } 
* html .main .float-helper      	{ he\ight: 452px; }

.main .navigation					{ float: left; width: 189px; }
.main .content 						{ float: left; width: 558px; padding: 12px 10px 10px 2px; background-color: #e5e9e1; }
.main .content .box					{ overflow: hidden; clear: both; width: 100%; }
.main .related						{ float: left; width: 200px; padding: 10px; background-color: #ececec; overflow: hidden; }

.footer								{ overflow: hidden; clear: both; width: 767px; height: 19px; background: url(../pics/layout/unten.gif) no-repeat; }
.footer .base						{ width: 98%; }
.footer .base .text                 { font-family: Times New Roman; font-size: 10px; font-weight: normal; text-transform: uppercase; color: #aaaaaa; letter-spacing: 0.2em; margin-left: 136px; margin-top: 4px;}

/* Basisdefinitionen */
*						{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000; padding: 0px; margin: 0px; }

html					{ } 
body					{ height: 100%; text-align: center; position: relative; }

a:link					{ color: #1E4122; text-decoration: underline; }
a:visited				{ color: #1E4122; text-decoration: underline; }
a:hover					{ color: #999999; text-decoration: underline; }
a:active				{ color: #1E4122; text-decoration: underline; }

h1						{ font-weight: bold; font-size: 12pt; margin-bottom: 10px; color: #254D2A; line-height: 30px; }
h2						{ font-weight: bold; margin-bottom: 10px; font-size: 13px; color: #254D2A; }

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 */
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					{ 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				{ font-weight: bold;}
.fehler .fehler-zeile				{ }
