/* (c) 2001 - 2008, EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
.page								{ width: 900px; margin: auto; }

.header								{ background-color: #ff6766; width: 100%; height: auto; text-align: left; }
.header .thema						{ width: 100%; }
.header .logo						{ width: auto; height: 70px; }
.header .meta						{ width: auto; height: 20px; padding: 10px; background-color: #dcdddf; }

.main								{ width: 100%; text-align: left; height: auto; overflow: hidden; clear: both; background: url(../pics/layout/drei_spalten_hintergrund.png); background-repeat: repeat-y; }
.main .float-helper					{ float: left; width: 680px; }
.main .navigation					{ float: left; width: 200px; padding: 10px; background-color: #ececec; }
.main .content 						{ float: left; width: 440px; padding: 10px; background-color: #f7f7f7; }
.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: 880px; height: 15px; padding: 10px; background-color: #ff6766; }
.footer .base						{ width: 100%; }

.trennung							{ clear:both; margin:0px; padding:0px; }

/* Basisdefinitionen */
*						{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #444444; margin: 0px; }

.tabelle-start .element-text-zeile	{ color: #444444;}
.tabelle-start .verweis-news a		{ color: #444444; padding:0px; }

html					{ } 
body					{ height: 100%; text-align: center; position: relative; }

a:link					{ color: #444444; text-decoration: none; }
a:visited				{ color: #444444; text-decoration: none; }
a:hover					{ color: #444444; text-decoration: underline; }
a:active				{ color: #444444; text-decoration: none; }

h1						{ font-weight: bold; font-size: 13px; margin-bottom: 10px; }
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: 10px 0px 0px 0px; padding: 0px 0px 0px 0px; }
ol						{ margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
ul li					{ margin-left: 30px; }

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							{  }
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				{ }
