/* (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: 971px; margin: 5px auto 15px auto; background-image: url(../pics/layout/kachel-hg.jpg); background-repeat: repeat-y; text-align:left; }

.header								{ background-color: #5C8AE6; width: 960px; height: 200px; text-align: left; }
.header .thema						{ width: 100%;}
.header .logo						{ width: 299px; height: 64px; float:left; }
.header .meta						{ float: right; width: 450px;}
.header .titelbild			        { width: 960px; height: 125px; float:left;}
.header .titelbild-unten	        { width: 960px; height: 11px; background-image: url(../pics/layout/elops_blau.gif); float:left;}

.main								{ width: 960px; text-align: left; height: auto; overflow: hidden; clear: both; height: 100%; min-height: 450px !important;}
.main-unten			                { float: right; width: 971px; height: 25px; background-image: url(../pics/layout/kachel-unten.jpg); overflow: hidden; margin:0; padding:0; }

.main .float-helper					{ float: left; width: 810px; }
.main .navigation					{ float: left; width: 200px; margin-top: 33px;}
.main .content 						{ float: left; width: 586px; padding: 12px 12px 0 12px; background-color: #fff;  }
.main .content .box					{ }
.main .related						{ float: left; width: 150px; overflow: hidden; margin-top: 28px;}

.container                          {margin-top: 10px;}
.spalten .start-rechts              {width: 285px; float:right;}

.footer								{ overflow: hidden; clear: both; width: 880px; height: 15px; padding: 10px; background-color: #ff6766; }
.footer .base						{ width: 100%; }

.print-adresse                      { display: none; }


/* Basisdefinitionen */
*						{ font-family: Verdana, Arial, Helvetica, Sans Serif; font-size: 11px; font-weight: normal; color: #444444; padding: 0px; margin: 0px; }

html					{ } 
body					{ height: 100%; text-align: center; position: relative;  }

a:link					{ color: #003399; text-decoration: underline; font-weight: bold; }
a:visited				{ color: #003399; text-decoration: underline; font-weight: bold;}
a:hover					{ color: #000000; text-decoration: none; font-weight: bold;}
a:active				{ color: #444444; text-decoration: underline; font-weight: bold;}

h1						{ font-weight: bold; font-size: 17px; color: #003399; border-bottom: 1px solid #003399; margin-bottom: 10px; }
h2						{ font-weight: bold; font-size: 14px; color: #003399; border-bottom: 1px solid #003399; 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 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; }

.fehler								{ margin-bottom: 15px; }
.fehler .fehler-titel strong		{ font-weight: bold; color: #f00; font-size: 13px; }
.fehler .fehler-zeile				{ color: #f00; }

