/* (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: 902px; margin: auto; }
.shadow								{ width: 912px; background-image: url(../pics/layout/shadow.png); margin: auto; height: auto; }

.header								{ background-image: url(../pics/layout/header.jpg); width: 100%; height: 200px; position: relative}
.header .thema						{ width: 100%; }
.header .logo						{ width: 200px; height: 70px; position: relative; top: 22px; left: 14px; }
.header .logo a					{ display: block; height: 90px; width: 200px; }
.header .meta						{ width: auto; height: 20px; padding: 10px; background-color: #dcdddf; }

.main								{ width: 100%; text-align: left; height: auto; overflow: hidden; clear: both; background-color: #ffffff; background-image: url(../pics/layout/content_bg.gif); background-repeat: no-repeat; height: auto; }
.main .float-helper					{ float: left; }
.main .content 						{ float: right; width: 650px; padding: 10px; padding-top: 10px; }
.main .related						{ float: left; width: 200px; padding: 10px; overflow: hidden; margin-right: 50px; }

.main .contentindex 				{ float: left; width: 500px; padding: 10px; padding-top: 10px; margin-left: 40px; }
.main .relatedindex					{ float: right; width: 290px; margin-left: 3px; padding: 57px 10px 10px 10px; overflow: hidden; }

.footer								{ margin: auto;  overflow: hidden; text-align: center; width: 912px; height: 15px; background-image: url(../pics/layout/footer.png); background-repeat: no-repeat; padding-top: 5px; }
.footer *							{ font-size: 9px; color: #666666; }
.copyrighttext						{ float: left; }
.copyright							{ width: auto; margin-left: 20px; margin-right: -20px;}

/* Elementdefinitionen */
.toprow				{ position: relative; right: 10px; top: 10px; width: 902px; }
.toprow div		{ display: inline; float: right; margin-right: 10px; }
.toprow .form-text	{ border: 1px solid #999999; width: 103px; height: 20px; }
.toprow *			{ color: #999999; font-size: 9px; }

.background-top-left			{ background-position: left top; background-repeat: no-repeat; overflow: hidden; }
.background-bottom-left			{ background-position: left bottom; background-repeat: no-repeat; overflow: hidden; }
.background-bottom-right		{ background-position: right bottom; background-repeat: no-repeat; overflow: hidden; }

.hauptnavigation						{ margin-top: 39px; }
.nav-2									{ background-image: url(../pics/layout/navi_ebene2.png); background-repeat: no-repeat; margin-top: 7px; width: 902px; height: 58px; }
.nav-2 div								{ display: inline; position: relative; top: 13px; }

/* 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; background-color: #e5e5e5; background-image: url(../pics/layout/page_bg.gif); background-repeat: repeat-x; }

a:link					{ color: #00827a; text-decoration: none; }
a:visited				{ color: #00827a; text-decoration: none; }
a:hover					{ color: #00827a; text-decoration: underline; }
a:active				{ color: #00827a; text-decoration: none; }

h1						{ font-weight: bold; font-size: 13px; margin-bottom: 10px; }
h2						{ font-weight: bold; margin-bottom: 10px; color: #576f9c; }

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 */
input.form-text								{ border: 1px solid #979797; height: 15px; }
textarea						{ border: 1px solid #979797; }
form								{ margin: 0px; margin-bottom: 50px; }
form div							{ margin-bottom: 18px; }
form .zeile							{ margin: 0; display: block; margin-bottom: 2px; }
form .zeile span					{ position: relative; bottom: 2px; }
form label							{display: block; margin-bottom: 4px; }
form .form-label-checkbox			{ width: auto; float: none; display: inline; margin-left: 5px; }
form .form-label-radio				{ width: auto; float: none; display: inline; margin-left: 5px; }
form .form-label-radio input		{ margin-left: 0px; width: 175px; }
form .form-text						{ width: 300px; }
form .form-select					{ width: 302px; }
form .form-checkbox					{ }
form .form-radio					{  }
form .form-button					{ clear: left; }
form textarea							{ width: 300px; height: 75px; }

.fehler								{ margin-bottom: 15px; }
.fehler .fehler-titel *				{ font-weight: bold; color: #e85425; }
.fehler .fehler-zeile				{ color: #e85425; font-weight: bold; }
.formular-fehler					{ color: #e85425; font-weight: bold; }