/* (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: 955px; margin: auto; margin-top: 8px; }

.header								{ background-color: #fff; width: 100%; height: auto; text-align: left; }
.header .thema						{ width: 100%; }
.header .logo						{ float: left; width: 357px; height: 135px; background-color: #fff; padding-left: 25px; }
.header .logo img			        { margin: 20px 0 0 8px; }
* html .header .logo img			{ mar\gin-left: 35px; }
.header .titelbild					{ float: left; width: 573px; height: 135px; background-color: #fff; }
.header .meta						{ width: auto; height: 20px; background-color: #333333; }

.navigation					        { float: left; width: 100%; background-color: #fff; }
.hauptnavigation-2			        { float: left; width: 100%; background: url(../pics/Naivleiste-HG.jpg); margin-top: 1px; height: 18px; padding-top: 2px;}

.main								{ width: 100%; text-align: left; height: auto; overflow: hidden; clear: both; background-color: #fff; }
.main .float-helper					{ float: left; width: 760px; background-color: #fff;  }
.main .content 						{ float: left; width: 640px; padding: 35px 0 35px 0; background-color: #fff; margin-left: 35px; line-height: 18px;}
.main .content .box					{ overflow: hidden; clear: both; width: 100%; }
.main .related						{ float: left; width: 195px; padding: 65px 0px 0px 0px; /*overflow: hidden;*/ }

.footer								{ overflow: hidden; clear: both; width: 880px; height: 15px; padding: 10px; background-color: #ff6766; }
.footer .base						{ width: 100%; }


/* Basisdefinitionen */
*						{ font-family: Arial, Helvetica, Sans Serif; font-size: 13px; font-weight: normal; color: #444444; padding: 0px; margin: 0px;  }

html					{ height: 101%;} 
body					{ height: 100%; text-align: center; position: relative; background-color: #333333; }

a:link					{ color: #b5152b; text-decoration: underline; font-weight: bold; }
a:visited				{ color: #b5152b; text-decoration: underline; font-weight: bold; }
a:hover					{ color: #000; text-decoration: underline; font-weight: bold; }
a:active				{ color: #000; text-decoration: underline; font-weight: bold; }

h1						{ font-family: Times New Roman, Times, serif; font-weight: bold; font-size: 18px; margin-bottom: 14px; text-transform: uppercase; color: #000;}
h2						{ font-weight: bold; margin-bottom: 5px; font-size: 16px; }

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/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				{ }

