/* (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 */
.start_page							{ width: 997px; margin: auto; background-image: url(../pics/layout/bg_start2.jpg); background-repeat: no-repeat; background-color: #e7bc53; }

.start_header						{ width: 100%; height: auto; }
.start_header .start_thema			{ width: 100%; height: 220px; }
.start_header .start_bilderleiste	{ width: auto; height: 129px; padding: 4px 0px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; margin: 0px 67px; }

.start_main							{ width: 100%; padding-top: 83px; text-align: center; }

.start_footer						{ color: #fff; margin-top: 35px; }
.start_footer .text					{ overflow: hidden; clear: both; display: inline;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; width: 100%; height: 40px; padding: 10px 0px; }
.start_footer .link					{ display: inline; }

.start_footer .link a:link			{ color: #fff; padding-left: 2px; padding-right: 2px; }
.start_footer .link a:visited		{ color: #fff; padding-left: 2px; padding-right: 2px; }
.start_footer .link a:hover			{ text-decoration: none; color: #F9E3B6; padding: 0px 2px 1px 2px; background-color: #1572c2; }
.start_footer .link a:active		{ }

.start_footer a:link				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; padding: 0px 2px 2px 2px; }
.start_footer a:visited				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; padding: 0px 2px 2px 2px;}
.start_footer a:hover				{ text-decoration: none; background-color: #1572C2; color: #fff; }
.start_footer a:active				{ }

/* Basisdefinitionen */
*						{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #444444; padding: 0px; margin: 0px; }

html					{ background-color: #e7bc53; } 
body					{ height: 100%; text-align: center; position: relative; padding: 0px; }

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: 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; }

hr						{ border: 0px solid #000000; height: 1px; background: #000000 url(../pics/layout/trans.gif); }

