/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#;
grün, gr		: 	#;
*/


/* Aufteilung */
.page								{ width: 962px; margin: auto;  }

.header								{ position: relative; background-color: #ebf5ec; text-align: left; width: 962px; }
.header .thema						{ width: 100%; background-color: #000; background: url(../pics/layout/titel-puschendorf.jpg) no-repeat; width: 962px; height: 306px; }
.header .logo						{ position: absolute; width: 91px; height: 91px; margin: 56px 0 0 106px; }
.header .slogan                     { position: absolute; width: 310px; height: 51px; margin: 280px 0 0 20px; }
.header .meta						{ width: auto; height: 20px; padding: 10px 5px 10px 10px; background-color: #ebf5ec; border-left: 1px solid #218839; border-right: 1px solid #218839; }

.main								{ width: 100%; text-align: left; height: auto; overflow: hidden; clear: both; background: url(../pics/layout/hg-main-2.jpg); background-repeat: repeat-y; }
.main .float-helper					{ float: left; width: 756px; }
.main .profil .float-helper			{ float: left; width: 961px; }
.main .navigation					{ float: left; width: 199px; padding: 0px; border-left: 1px solid #218839; }
.main .content 						{ float: left; width: 525px; padding: 5px 15px 30px 15px; line-height: 18px; min-height: 330px; }
.main .profil .content 				{ width: 512px; padding-left: 3px; } 
* html .main .profil .content 		{ wid\th: 522px; }

* html .main .content 				{ he\ight: 330px; }
.main .content .box					{ overflow: hidden; clear: both; width: 100%; }
.main .related						{ float: left; width: 204px; padding: 0px; overflow: hidden; margin-left: 1px; }
.main .profil .related				{ width: 198px; padding: 0px; }

.ie-helper                          { float: right; width: 740px; margin-right: 3px;}

.footer								{ overflow: hidden; clear: both; width: 942px; height: 15px; padding: 5px 10px 5px 10px; background-color: #218839; }
.footer .base						{ width: 100%; }
.footer .base .text					{ width: 100%; color: #fff; font-size: 11px; }
.footer a:link					    { color: #fff; text-decoration: none; font-size: 11px; }
.footer a:visited				    { color: #fff; text-decoration: none; font-size: 11px; }
.footer a:hover					    { color: #fff; text-decoration: underline; font-size: 11px; }
.footer a:active				    { color: #fff; text-decoration: none; font-size: 11px; }

/* Basisdefinitionen */
*						{ font-family: Verdana, Helvetica, Sans Serif; font-size: 12px; font-weight: normal; color: #444444; padding: 0px; margin: 0px; }

html					{ height: 101%; } 
body					{ height: 100%; text-align: center; position: relative; }

a:link					{ color: #218839; text-decoration: underline; }
a:visited				{ color: #218839; text-decoration: underline; }
a:hover					{ color: #444444; text-decoration: underline; }
a:active				{ color: #444444; text-decoration: underline; }

h1						{ font-weight: bold; font-size: 16px; margin-bottom: 10px; /*border-bottom: 1px solid;*/  }
h2						{ font-weight: bold; margin-bottom: 10px; font-size: 14px; }

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 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							{ 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; }

form .form-checkbox-liste			{ width: 282px; height:100px; overflow:auto; border: 1px solid #bbbbbb; }
form .form-checkbox-liste .zeile	{ padding-left: 3px; margin-bottom: 2px; width: 258px;	height: 20px; line-height: 20px; background-color: #ffffff; border: 1px solid #bbbbbb; }
form .form-checkbox-liste .aktiv	{ background-color: #CFD6E8; border: 1px solid #737B92; }
form .form-checkbox-liste .form-checkbox { float: left; }
form .form-checkbox-liste .text 	{ padding-left: 20px; }

.fehler								{ margin-bottom: 15px; }
.fehler .fehler-titel				{ font-weight: bold;}
.fehler .fehler-zeile				{ }
