/* (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; }

/* Spezialformatierung Banner: Banner auf beiden Seiten */
/*.start_page_banner					{ width: 1486px; margin: auto; } 
*/
/* Spezialformatierung Banner: Banner auf rechter Seite */
.start_page_banner					{ width: 1239px; margin: auto; } 

/* Formtaierung ohne Banner */
/*.start_page_banner					{ width: 965px; margin: auto; }*/

.start_page							{ float: left; }

/* FOrmatierung für linken Banner auf Startseite */
/*.start_banner_link					{ float: left; width:241px; } */
.start_banner						{ float: right; width:241px; }
.start_banner .bild-rechts, 
.start_banner .bild-links,
.start_banner_link .bild-rechts		{ padding: 0; margin: 0; }
.start_banner .bild-links			{ float:left; }

.start_banner_link .link, .start_banner .link			{ margin-bottom:10px; }
.start_banner_link a,.start_banner a					{ font-weight:bold; }
.start_banner_link a:link, .start_banner a:link			{ color: #1572c2; padding-left: 2px; padding-right: 2px; }
.start_banner_link a:visited, .start_banner a:visited	{ color: #1572c2; padding-left: 2px; padding-right: 2px; }
.start_banner_link a:hover, .start_banner a:hover		{ text-decoration: none; color: #F9E3B6; padding: 0px 2px 1px 2px; background-color: #1572c2; }
.start_banner_link a:active, .start_banner a:active		{ }

.start_banner_link .container_kontaktkarte, .start_banner .container_kontaktkarte	{ left:450px; }

.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); }
