/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
.background							{ margin: auto; width:912px; background-image: url(../pics/layout/page_background.png); }

.page								{ width: 904px; margin-left: 4px; background-color: #ffffff; }

.header								{ width: 902px; height: auto; text-align: left; border-left: 1px solid #4d4d4d; border-right: 1px solid #363742; }
.header .sponsor					{ width: 100%; padding-top: 9px; height: 61px; text-align: center; background-image: url(../pics/layout/sponsor_background.png); }
.header .thema						{ width: 100%; }
.header .meta						{ width: auto; height: 150px; }
.header .meta .ticker				{ width: 882px; padding: 6px 10px 0px 10px; height: 19px; }
.header .meta .ticker .text			{ font-size: 9px; }
.header .meta .logo					{ padding-left: 27px; padding-top: 24px; }

.main								{ width: 902px; text-align: left; height: auto; overflow: hidden; clear: both; border-left: 1px solid #4d4d4d; border-right: 1px solid #363742; background-image: url(../pics/layout/content_background.png); background-repeat: no-repeat; padding-bottom: 30px; }
.main .float-helper					{ float: left; width: 351px; }
.sprachumschaltung					{ height: 30px; }
.main .related						{ float: left; margin-top: 60px; width: 140px; border-right: 1px solid #e5e5e5; overflow: hidden; }
.main .navigation					{ float: right; width: 210px; }
.main .content 						{ float: left; width: 551px; padding-top: 15px; }
.main .mainbanner 					{ height: 60px; }

.footer								{ overflow: hidden; clear: both; height: 15px; padding: 10px; border-left: 1px solid #4d4d4d; border-right: 1px solid #363742; background-image: url(../pics/layout/footer_background.png); background-repeat: no-repeat; }
.footer .base						{ width: 100%; }


/* Basisdefinitionen */

*						{ font-family: Verdana,Helvetica,sans-serif; font-size: 10px; font-weight: normal; color: #000000; padding: 0px; margin: 0px; }

html					{ } 
body					{ height: 100%; margin: 0px; padding: 0px; text-align: center; background-image: url(../pics/layout/background.png); } 
a:link					{ color: #4c89be; text-decoration: none; }
a:visited				{ color: #4c89be; text-decoration: none; }
a:hover					{ color: #4c89be; text-decoration: underline; }
a:active				{ color: #4c89be; text-decoration: none; }

.kalender a:link		{ color: #2A4B75; font-weight: bold; text-decoration: none; }
.kalender a:visited		{ color: #2A4B75; font-weight: bold; text-decoration: none; }
.kalender a:hover		{ color: #2A4B75; font-weight: bold; text-decoration: underline; }
.kalender a:active		{ color: #2A4B75; font-weight: bold; text-decoration: none; }

h1						{ font-size: 19px; margin-bottom: 10px; color: #2a4b75; }
h2						{ font-weight: bold; margin-bottom: 10px; }

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				{ }

