/* (c) 2001 - 2007, EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
.page								{ width: 941px; margin: 10px auto 0 auto; height: 100%; }

.header								{ width: 100%; height: auto; text-align: left; margin-bottom: 0;}
.header .thema						{ margin-bottom: 2px; width: 718px; height: 143px; background-color: #e5c2cf; float:right; border: 3px solid #ffffff; position:relative;}
.header .themenbild					{ width: 718px; height: 143px; background-color: #e5c2cf; position: absolute; z-index: 10; }
.header .logo						{ margin-bottom: 2px; width: 209px; height: 143px; background-color: #e5c2cf; border: 3px solid #ffffff; float:left; }
.header .logo img					{ margin-top: 15px; }
.header .thema .meta				{ width: 242px;  height: 23px; padding: 0px; margin: 0px; position:absolute; z-index: 40; right:0; bottom: 25px; border-collapse:collapse; }

.main								{ width: 100%; height: 100%; background: url(../pics/layout/hg-navi.gif); text-align: left; height: auto; overflow: hidden; clear: both;}
.main .linke-spalte					{ float: left; height: 100%; width: 215px; padding: 0; margin: 0 2px 2px 0; }
.main .navigation					{ float: left; width: 215px; padding: 0; background-color: #f0eeed; margin: 0 2px 0 0; border-bottom: 2px solid #8c8279; }
.main .links-unten					{ float: left; width: 215px; padding: 0; background-color: #f0eeed; margin: 2px 2px 2px 0; }
.main .float-helper					{ float: right; width: 724px; background-color: #ffffff; margin-top: 0; }
.main .content 						{ float: left; width: 475px; background-color: #fff; padding: 25px 20px 0px 10px; }
.main .content-border               { border: 1px solid #a49d97; padding: 0px; margin-bottom: 10px;}
.main .content .box					{ overflow: hidden; clear: both; width: 100%;}
.main .content .magazin .box		{ border: 1px solid #a49d97; border-bottom: 0; width: 100%; background-color: #ebe4d7; overflow: hidden; float: left; padding: 0px; margin:0;}
.main .related						{ float: right; width: 219px; background-color: #ffffff; overflow: hidden; margin-top: -3px;}
.main .related-content              { width: 219px; background-color: #f0eeed; padding: 0px; margin-top: 25px; display:table;}

.footer								{ }
.footer .base				        { width: 205px; height: 40px; float:left; background-color: #f0eeed; padding:5px; margin-right:2px;  }
.footer .base .text 		        { font-size: 11px; height: 100%; line-height: 12px; }
.footer .base-rechts		        { width: 714px; height: 40px; float:left; background-color: #ffffff; padding: 5px;}


/* Basisdefinitionen */
*						{ font-family: Verdana, Helvetica, Sans Serif; font-size: 12px; line-height: 16px; font-weight: normal; color: #000000; padding: 0px; margin: 0px; }

html					{ padding-bottom: 10px;} 
body					{ height: 100%; text-align: center; position: relative; background: url(../pics/layout/hg-kachel.jpg);  }

a:link					{ font-weight: bold; color: #911325; text-decoration: none; }
a:visited				{ font-weight: bold; color: #911325; text-decoration: none; }
a:hover					{ color: #000000; text-decoration: none; }
a:active				{ color: #000000; text-decoration: none; }

h1						{ font-weight: bold; font-size: 15px; margin-bottom: 10px; color: #000000; }
h2						{ font-weight: bold; font-size: 13px; 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						{ }
ol						{  }
ul li					{ list-style : none; }

table					{ }
table tr				{ }
table tr td				{ }

hr						{ border: 0px solid #000000; height: 1px; background: #000000 url(../pics/layout/trans.gif); }

/* Formulare */
form								{ margin: 0px; background-color: #f5eaee; padding: 10px 0 10px 0; margin: 5px 0 10px 0;}
form .form-eingabe-zeile			{ clear: left; margin-bottom: 5px; }
form label							{ float: left; width: 140px; margin: 0 2px 0 8px; font-size: 11px; text-align: right; }
form .form-label-checkbox			{ width: auto; float: none; }
form .form-label-radio				{ width: auto; float: none; }
form .form-text						{ width: 260px; }
form .form-select					{ width: 260px; }
form .form-checkbox					{ }
form .form-radio					{ }
form .form-button					{ clear: left; margin-left: 148px; }

.fehler								{ margin-bottom: 15px; margin-left: 8px; }
.fehler .fehler-titel strong		{ font-weight: bold; color: #ff0000; }
.fehler .fehler-zeile				{ color: #ff0000;}
