/* (c) 2001 - 2007, EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* 
Hinweise: 
schwarz, sw	    :	#000000;
weiss, w		:	#ffffff;
rot, gn		    :	#dd2541;
grün, gr		: 	#;
*/


/* Aufteilung */
.page								{ width: 985px; margin: auto; }

.header								{ /*background-color: #c9cacb;*/ width: 100%; height: auto; text-align: left; background-color: #fff;}
.header .thema						{ width: 100%; }
.header .logo						{ width: auto; height: 96px; float:left; }
.header .logo img					{ margin: 30px 0 0 25px; }
.header .slogan                     { }
.header .slogan img                 { /*margin: 34px 0 28px 48px;*/}
.header .meta						{ float: left; width: 960px; height: 23px; padding: 6px 15px 0 10px; background-color: #ffcc00;/*#f1d602;*/  }

.main								{ width: 100%; text-align: left; height: auto; overflow: hidden; clear: both; float: left;}
.main .float-helper					{ float: left; width: 720px; } 

.main-error							{ width: 100%; text-align: left; height: auto; overflow: hidden; clear: both; background-color: #fff; }
.main-error .float-helper			{ float: left; width: 720px; } 
.main-error .float-helper .content  { float: left; width: 698px; padding: 0px 0px 15px 260px; margin-top: 27px; min-height: 531px; }
* html .main-error .content      	{ he\ight: 531px; }

* html .main .float-helper			{ wid\th: 720px; }

.main .navigation					{ float: left; width: 265px; padding: 0px; }
.main .content 						{ float: left; width: 483px; padding: 0px 0px 0 14px; margin-top: 27px; min-height: 546px; position: relative;  }
.main .content-container			{ float: left; width: 470px; padding: 0px; position: relative;  }
* html .main .content-container		{ wid\th: 473px;}
.main .content-breit 				{ float: left; width: 698px; padding: 0px 0px 15px 14px; margin-top: 27px; min-height: 531px; }
.main .content-angebote				{ float: left; width: 712px; padding: 0px 0px 15px 0px; margin-top: 27px; min-height: 531px; } 

* html .main .content 				{ he\ight: 546px; }
* html .main .content-breit 		{ he\ight: 531px; }
* html .main .content-angebote 		{ he\ight: 531px; } 

.main .content .box					{ overflow: hidden; clear: both; width: 100%; }
.main .related						{ float: right; width: 220px; padding: 0px; overflow: hidden; margin-top: 42px; }
* html .main .related			    { wid\th: 223px; }
.main .related-container			{ float: right; width: 208px; padding: 15px 0 0 7px; overflow: hidden;  }
* html .main .related-container		{  }

.footer								{ clear: both; width: 690px; margin: auto; text-align: center; /*font-style: italic; */ }
.footer .text 						{ /*background-color: #9d9ea0;*/ float: left; width: 100%; font-size: 10px; margin: 0; margin-top: 15px; padding: 0 0 10px 0; }

.footer .text a:link				{ text-decoration: none; font-size: 10px; }
.footer .text a:visited				{ text-decoration: none; font-size: 10px; }
.footer .text a:hover				{ text-decoration: none; font-size: 10px; }
.footer .text a:active				{ text-decoration: none; font-size: 10px; }

.main .content-imp   				{ float: left; width: 698px; padding: 0px 0px 15px 14px; margin-top: 37px; min-height: 518px; }
* html .main .content-imp   		{ padd\ing: 0px 10px 15px 4px; }
.main .content-links-imp            { width: 195px; float:left; margin-right: 45px; margin-left: 10px;}
.main .content-mitte-imp            { width: 195px; float:left; margin-right: 45px; }
.main .content-rechts-imp           { width: 195px; float:left;}


/* Basisdefinitionen */
*						{ font-family: Arial, 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; background-color: #9d9ea0; }

a:link					{ color: #d1090b; text-decoration: none; }
a:visited				{ color: #d1090b; text-decoration: none; }
a:hover					{ color: #444444; text-decoration: none; }
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; }

table					{ }
table tr				{ }
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; }

.fehler								{ margin-bottom: 15px; padding-right: 7px;  }
.fehler .fehler-titel				{ font-weight: bold; color: #ff0000;}
.fehler .fehler-zeile				{ color: #ff0000;}

.formular .fehler								{ margin-bottom: 15px; padding-left: 7px;  }
.formular .fehler .fehler-titel strong			{ font-weight: bold; color: #ff0000;}
.formular .fehler .fehler-zeile				{ color: #ff0000;} 

.backbutton             { padding-left: 8px; }

