/* (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: 100%; margin: 5px auto 15px auto; background-image: url(../pics/layout/kachel-hg.jpg); background-repeat: repeat-y; text-align:left; }

.header								{ width: 960px; height: 11px; background-image: url(../pics/layout/elops_blau.gif); float:left; }
.header .thema						{ display:none;}
.header .logo						{ display:none; }
.header .meta						{ display:none; }
.header .titelbild			        { display:none;}
.header .titelbild-unten	        { width: 960px; height: 11px; background-image: url(../pics/layout/elops_blau.gif); float:left;}

.main								{ width: 100%; text-align: left; height: auto; overflow: hidden; clear: both; height: 100%; min-height: 450px !important;}
.main-unten			                { float: right; width: 100%; height: 25px; background-image: url(../pics/layout/kachel-unten.jpg); overflow: hidden; margin:0; padding:0; }

.main .float-helper					{ float: left; width: 100%; }
.main .navigation					{ display:none;}
.main .content 						{ float: left; width: 100%; padding: 12px 12px 0 12px; background-color: #fff;  }
.main .content .box					{ }
.main .related						{ display:none;}

.container                          {margin-top: 10px;}
.spalten .start-rechts              {width: 50%; float:right;}

.footer								{ overflow: hidden; clear: both; width: 880px; height: 15px; padding: 10px; background-color: #ff6766; }
.footer .base						{ width: 100%; }

.print-adresse                      { display: table; display: block; width: 95%; margin: 5px auto 15px auto; text-align: center; padding: 10px; border: 2px solid #444;  }

/* Basisdefinitionen */
*						{ font-family: Verdana, Arial, Helvetica, Sans Serif; font-size: 12px; line-height: 16px; 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				{ font-weight: bold;}
.fehler .fehler-zeile				{ }

.modul-news .datum-titel                                { font-size: 14px; border:0; background-color: #fff; padding: 2px; color: #000; font-weight: bold; }
.modul-news .news-eintrag                               { border: 0; margin-bottom: 15px; padding: 3px; }

.modul-news .detail .datum-titel                        {font-weight: bold; margin-bottom: 10px; font-size: 17px; color: #000; border: 0; border-bottom:0; background-color: #fff; padding:0; }


