/**
* © 07/2006 i-D internet & Design GmbH & Co. KG
* Erfurter Str. 35
* 99423 Weimar
* Deutschland
* Fon:     03643 7785 0
* Fax:     03643 7785 29
* E-Mail:  office@i-d.de
* Web:     http://www.i.d.de/
*
* @author Niels Bobogk <niels@i-d.de>
*/

/* Tags allgemein
----------------------------------------------------------------------------- */
* {
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
html, body {
   height: 100%;
}
body {
   font-size: 69%;
   color: #000;
   background: #fff url(../bilder/system/bg_left.gif) repeat-y left top;
}
a {
   color: #b81b21;
}
a:link {
   text-decoration: none;
}
a:visited {
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
a:active {
   text-decoration: underline;
}
a:focus {
   text-decoration: underline;
}
strong {
   font-weight: bold;
}
img {
   border: 0;
}
h1 {
   display: block;
   font-size: 1.4em;
   margin: 0 0 1.4em 0;
   width: 100%;
	color: #B81A21;
}
h2 {
   font-size: 1.2em;
   margin: 0 0 1.2em 0;
   color: #000;
   font-weight: bold;
}
h3 {
   font-size: 1.1em;
   margin: 0 0 1em 0;
   color: #000;
   font-weight: normal;
	font-style: italic;
}
h4, h5, h6 {
   font-size: 1em;
   margin: 0 0 1em 0;
   color: #000;
	font-weight: normal;
}
p, ul, ol, dl, form {
   margin: 0 0 1em 0;
}
ul, ol {
	margin-left: 1.6em;
	list-style-image: url(../bilder/system/bullet.gif);
}
ul ul, ol ol {
   margin-bottom: 0;
}
address, address a {
   font-style: normal;
}
td, th {
   vertical-align: top;
   text-align: left;
}
* html table, * html table td, * html table th {
   font-size: 1em;  /* IE... */
}
hr {
	height: 1px;
	color: #ccc;
	background: #ccc;
}

/* allg. Klassen
----------------------------------------------------------------------------- */
.noDisplay {
   display: none;
}
.noFloat {
   float: none;
}
.clearBoth {
   clear: both !important;
}
.small {
   font-size: 0.9em;
}


/* Layout
----------------------------------------------------------------------------- */
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
	background: url(../bilder/system/bg_header.gif) repeat-x left top;
}
#header div.claim {
	position: absolute;
	top: 0;
	right: 0;
	height: 150px;
	width: 100%;
	background: url(../bilder/system/bg_header_claim.gif) no-repeat right top;
}
#header div.claim p {
	position: absolute;
	right: 20px;
	bottom: 35px;
	padding-left: 380px;
	text-align: right;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}
#wrap {
	background: url(../bilder/system/line_F39800_vertical.gif) repeat-y right top;
	min-height: 100%;
}
#outer {
	background: url(../bilder/system/bg_right2.gif) top right no-repeat;
	padding: 0px 264px 0px 220px;
	min-height: 100%;
}
#inner {
	padding: 160px 0 0 0;
}
#col1 {
	float: left;
	width: 220px;
	margin: 0 0 0 -220px;
}
#col2 {
	float: left;
	width: 100%;
}
#col2 div.inner {
	margin: 0 15px 0 15px;
}
#col3 {
 	float: left;
	width: 200px;
	margin: 0 -220px 0 0;
}


/* Navigation
----------------------------------------------------------------------------- */
#navi {
	width: 220px;
	font-weight: bold;
	line-height: 1.5em;
	list-style: none;
	margin: 0 0 3em 0;
	border-bottom: 1px solid #fff;
}
#navi li {
	border-top: 1px solid #fff;
	padding: 2px 10px 2px 10px;
}
#navi ul li {
	border: none;
	padding: 0;
}
#navi li a {
	color: #000;
}
#navi ul, #navi ul li a {
	font-weight: normal;
	color: #b81b23;
}
#navi li ul {
	margin-left: 17px;
	list-style-image: url(../bilder/system/bullet.gif);
}
#navi .current {
	font-weight: bold;
	color: #b81b23;
}


/* Formulare
----------------------------------------------------------------------------- */
form {
	font-size: 1em !important;
}
fieldset {
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 10px;
}
legend {
	font-size: 0.9em;
	color: #333;
}
label {
	float: left;
	width: 11em;
}
input.text, textarea {
	border: 1px solid #999;
	width: 16em;
}
textarea {
	overflow: auto;
}
select {
	border: 1px solid #999;
}
input.text:focus, textarea:focus, select:focus {
	border: 1px solid red;
}
input.btn {
	border: 1px solid #333;
	background: #B81B23;
	color: #fff;
	font-size: 1em;
	padding: 1px 10px 1px 10px;
}


/* spezielle Klassen
----------------------------------------------------------------------------- */
.RoterRahmenLinks {
	border-left: 10px solid #b81b21;
	padding: 0 0 0 8px;
}
.RoterText {
	color: #B81A21;
}
img.BildRechts {
	float: right;
	margin: 0 0 3px 10px;
}
img.BildLinks {
	float: right;
	 margin: 0 10px 3px 0;
}
.RosaHintergrund {
	background: #fdc;
	padding: 10px;
}
.KleinerText {
	font-size: 0.9em;
}

div.illuBlock {
	float: right;
	margin: 0 -210px 10px 10px;
	width: 179px;
}
div.illuBlock dl.pic {
	width: 179px;
}
div.illuBlock dl.pic dt {
	padding: 3px 0px 3px 0px;
	font-style: italic;
}
div.wysiwyg {
	float: left;
}



/* Altlasten; kommt im cms vor */
font {
	border: none !important;
	font-weight: inherit !important;
	font-size: 1em !important;
	color: inherit !important;
	line-height: inherit !important;
	width: inherit !important;
	height: auto !important;
	background: none !important;
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}

