@charset 'utf-8';
/*------------------------------------------------
	*
	*	Copyright 2007, Curt Georgi
	*	www.curtgeorgi.de
	*	Author: Oliver Hook
	*	Function: document style + ribbons
	*
--------------------------------------------------*/
/*------------------------------------------------
	*	document
--------------------------------------------------*/
#dcCont { /* gesamtumschließender container */
	padding:0 10px;
	width:867px;
	font-size:1.2em;
	background:url(images/bgDcShadow.gif) repeat-y;
}
/*------------------------------------------------
	*	header
--------------------------------------------------*/
#hdCont { /* umschließender container header */
	height:116px;
	/*border-bottom:1px solid #DBDBDB;*/
}
#hdCont img { /* curt georgi logo */
	float:left;
}
/*------------------------------------------------
	*	navigation
--------------------------------------------------*/
#nvCont {
	float:left;
	padding:0 9px 0 8px;
	width:165px;
	min-height:285px;
	background:#E7E9EA url(images/bgNavRap.gif) repeat-x;
	font-size:0.9em;
}
#nvCont ul a, #nvCont ul span {
	display:block;
	padding:5px 0 5px 2px;
	color:#707070;
	font-weight:bold;
	background:url(images/bgNavTrenner.gif) left bottom repeat-x;
}
#nvCont ul a:hover, #nvCont ul ul a.path:hover, #nvCont ul span {
	background-color:#DEE3ED;
	color:#335576;
	text-decoration:none;
}
#nvCont ul ul a.path {
	background-color:#F2F3F5;
	color:#335576;
}
#nvCont ul ul ul a, #nvCont ul ul ul span {
	padding-left:20px;
	background-color:#F2F3F5;
}
 #nvCont ul ul ul span {
 	background-color:#DEE3ED;
 }
/*------------------------------------------------
	*	content
--------------------------------------------------*/
#ctMainCont {
	float:left;
	padding:0 15px 0 5px;
	width:460px;
	min-height:400px;
	background:#fff;
}
#ctBc {
	padding:0 10px;
	border-bottom:1px solid #d4d4d5;
	height:22px;
	font-size:0.9em;
}
#ctBc li {
	float:left;
}
#ctBc li a,#ctBc li span {
	display:block;
	padding:5px 10px;
	color:#818182;
	background:url(images/bgIconBreadCrumb.gif) 0 10px no-repeat;
}
#ctBc li span {
	display:block;
	color:#335576;
	font-weight:bold;
}
#ctMain {
	clear:left;
	padding:20px 10px 0 30px;
	margin-bottom:30px;
	/*border-bottom:1px solid #d4d4d5;*/
}
.boxVerteilerSrd {
	min-height:110px;
}
.boxVerteilerSrd img {
	float:left;
	margin:0 25px 0 0;
	border:1px solid #e4e3df;
}
.boxVerteilerTxt {
	float:left;
	width:313px;
}
.boxVerteilerTxt h2, .boxVerteilerTxt p {
	padding:0;
	margin-bottom:5px;
}
.boxVerteilerTxt a {
	margin:0;
}
.imgTxtContent {
	float:left;
	margin:0 10px 20px 0;
	border:1px solid #e4e3df;
}
.ctColLeft, .ctColRight {
	float:left;
	width:190px;
}
.ctColRight {
	float:right;
}
/*------------------------------------------------
	*	slot
--------------------------------------------------*/
#slCont {
	position:relative;
	float:left;
	margin:22px 0 0 0;
	padding:5px 10px 0 0;
	width:195px;
	background:#fff;
	border-top:1px solid #d4d4d5;
	font-size:0.92em;
}
#slCont .divider {
	margin-right:-10px;
}
#slCont #ctLang {
	position:absolute;
	top:-18px;
	left:0;
	width:195px;
	text-align:right;
}
#slCont #ctLang li {
	list-style-type:none;
	padding-left:12px;
	float:right;
}
#slCont #ctLang li.Deutsch a, #slCont #ctLang li.English a, #slCont #ctLang li.Espagñol a {
	display:block;
	padding-left:19px;
	background:url(images/de.gif) 0 2px no-repeat;
}
#slCont #ctLang li.English a {
	background-image:url(images/en.gif);
}
#slCont #ctLang li.Espagñol a {
	background-image:url(images/es.gif);
}
#slCont .lnIntern {
	margin-bottom:5px;
}
#slCont dl {
	background:url(images/bgPixel.gif) 15px 0 repeat-y;
	line-height:1.4em;
	margin:0;
}
#slCont dl dt {
	clear:both;
	float:left;
	position:relative;
	z-index:10;
	width:30px;
	text-align:center;
	font-weight:bold;
	border:1px solid #d4d4d5;
	background:#fff;
}
#slCont dl dd {
	float:right;
	width:152px;
	margin-bottom:10px;
}
#slCont dl dd.last {
	position:relative;
	z-index:1;
	margin-left:-40px;
	padding-left:30px;
	margin-bottom:0;
	background-color:#fff;
}
#slCont dl dd img {
	display:block;
	border:1px solid #d4d4d5;
}
/*------------------------------------------------
	*	footer
--------------------------------------------------*/
#ftCont {
	clear:left;
	height:18px;
	background:#E7E9EA url(images/bgFooterShadow.gif) left bottom repeat-x;
}
#ftCont #cr {
	float:left;
	padding-left:12px;
	width:171px;
	background:url(images/bgFtTrenner.gif) right top no-repeat;
	height:18px;
	font-size:0.9em;
	color:#707070;
}
#ftCont .ftLinks {
	float:right;
	padding-right:12px;
	font-size:0.9em;
	color:#707070;
}
/*------------------------------------------------
	*	forms
--------------------------------------------------*/
label {
	display:block;
	font-weight:bold;
	margin-bottom:10px;
}
label input, select, textarea {
	display:block;
	margin-top:1px;
	padding:2px 0 2px 3px;
	font:1em Arial, Helvetica, sans-serif;
	width:98.1%;
	border:1px solid #a5abc2;
}
input:focus, select:focus, textarea:focus {
	background:#E7E9EA;
	border-color:#335576;
}
label.error, #ctMain h3.error {
	color:#f30;
}
#ctMain h3.error {
	padding-top:0;
}
label input.required {
	background:#E7E9EA;
	border-color:#f30;
}
select {
	width:120px;
	padding:0;
}
textarea {
	height:65px;
	overflow:auto;
}
label.sizeM {
	float:left;
	width:205px;
	margin-right:10px;
}
label.sizeM input {
	width:96%;
}
label.sizeLast {
	margin-right:0;
}
.btnSubmit {
	float:right;
	width:auto;
	margin:15px 0 15px 0;
	font:1em Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*------------------------------------------------
	*	Startseite
--------------------------------------------------*/
#ctMainContStart {
	padding:0;
	background:url(images/bgImgStart.jpg) 0 0 no-repeat;
}
#ctMainStart {
	padding:210px 0 0 270px;
	height:430px;
	width:330px;
}
#ctMainStart img {
	display:block;
	margin:0 auto 20px auto;
}
#ctMainStart h1 {
	font-size:1.0em;
	font-weight:normal;
	text-align:center;
	margin-bottom:5px;
}
#ctMainStart ul {
	margin:20px auto 0 auto;
	width:205px;
}
#ctMainStart ul li {
	float:left;
}
#ctMainStart ul li a {
	display:block;
	padding:0 10px;
	font-weight:bold;
	text-decoration:underline;
}
/*------------------------------------------------
	*	sifr styles
--------------------------------------------------*/
/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-active hl {
    visibility: hidden;
	line-height: 1em;
}
