/*<![CDATA[*/
/**
 * CSS Hilfsklassen
 *
 * Copyright (c) 2008    die.interaktiven GmbH & Co. KG
 *                       Agentur fuer digitale Medien
 *                       Eisenmarkt 1
 *                       35578 Wetzlar
 *                       Germany
 *
 *                       Fon: +49 (0)64 41 / 39 86 19 - 0
 *                       Fax: +49 (0)64 41 / 39 86 19 - 9
 *                       Web: www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */


.invisible
{
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 1px;
	height: 1px;
}

.clear
{
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
	display: block;
}

html>body .clear
{
	font-size: 0.1em;
}

 /**
 * allgemeine Helper
 */
 
.left
{
	float: left;
}

.right
{
	float: right;
}

.printonly
{
	display: none;
}

/**
 * allgemeine Links
 */
 
a.dia
{
	color: #7fc41c;
	text-decoration: none;
}

a.dia:hover
{
	text-decoration: underline;
}

/**
 * Farben
 */
 
.rot
{
	color: #a8132b;
}


/**
 * Icon Check 13x13
 */

img.icon
{
	margin: 0 7px -2px 0;
}
 
img.icon.check
{
	margin: 5px 0 -3px 0;
}


/**
 * Formular
 */

form.form
{
	margin: 0;
	padding: 0;
}

form.form span.label
{
	display: block;
	float: left;
	width: 150px;
	line-height: 1.5em;
	font-weight: normal;
}

form.form span.label.req
{
	color: #a8132b;
}

form.form div.comment span.label
{
	width: auto;
	margin: 0 15px 0 0;
}

form.form input.input.text,
form.form input.input.password,
form.form select.input.select,
form.form textarea.input.textarea
{
	display: block;
	float: left;
	width: 285px;
	border: 1px solid #c0c6ca;
	margin: 0 0 10px 0;
	padding: 2px;
	color: #71777c;
}

form.form textarea.input.textarea
{
	height: 100px;
}

form.form input.input.checkbox
{
	float: left;
	margin: 0 5px 15px 0;
}

form.form div.comment,
form.form div.check
{
	display: block;
	margin: 0 10px 25px 150px;
	padding: 5px 0 0 0;
	line-height: 1.5em;
	font-size: 0.9em;
}

form.form div.group
{
	margin: 0 0 10px 0;
}

form.form div.group.radio
{
	float: left;
}

form.form div.group.checkbox,
form.form div.group.input
{
	margin-left: 150px;
}

form.form div.group.checkbox
{
	margin-top: 15px;
}

form.form div.group.checkbox span.label
{
	width: 330px;
	margin: 0 0 10px 0;
}

form.form span.required
{
	display: block;
	float: left;
	width: 150px;
	margin: 23px 0 0 0;
	color: #a8132b;
}

form.form span.password
{
	display: block;
	float: left;
	margin: 12px 0 0 0;
}

input.input.button
{
	float: right;
	margin: 21px 14px 0 0;
}

form.form br
{
	float: none;
	clear: both;
}

/**
 * Statusmsg
 */

div.statusmsg
{
	margin: 0 0 30px 0;
	padding: 10px;
}

div.statusmsg img.image
{
	float: left;
	margin: 0 10px 0 0;
}

div.statusmsg div.text
{
	float: left;
	width: 90%;
	line-height: 1.5em;
}

div.statusmsg.error
{
	background: #f8b6a1;
	border: 2px solid #c0442a;
	color: #c0442a;
}

div.statusmsg.error a
{
	color: #c0442a;
}

div.statusmsg.confirm
{
	background: #b7e1af;
	border: 2px solid #257821;
	color: #257821;
}

div.statusmsg.confirm a
{
	color: #257821;
}


/**
 * Promobox
 */
 
ul.promo
{
	padding: 15px 35px 15px 35px;
	margin: 25px 0 15px 0;
	border: 4px solid #CDD1D5;
	background: #f6f6f6;
	list-style-image: url(/media/pfeil.gif);
	text-align: left;
	line-height: 1.5em;
}

ul.promo li
{
	margin: 0 0 8px 0;
	padding: 0;
}

/**
 * jQuery - Lightbox
 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


/**
 * jQuery - Carousel
 */



/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container
{
	position: relative;
}

.jcarousel-clip
{
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list
{
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-list li,
.jcarousel-item
{
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 90px;
	height: 60px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next
{
	z-index: 3;
	display: none;
}

.jcarousel-prev
{
	z-index: 3;
	display: none;
}





.jcarousel-skin-steinbach .jcarousel-container
{

}

.jcarousel-skin-steinbach .jcarousel-container-horizontal
{
	width: 450px;
	padding: 0 25px;
}

html>body .jcarousel-skin-steinbach .jcarousel-container-horizontal
{
	width: 400px;
}

.jcarousel-skin-steinbach .jcarousel-clip-horizontal
{
    width:  400px;
    height: 60px;
}

.jcarousel-skin-steinbach .jcarousel-item
{
	width: 90px;
	height: 60px;
	text-align: center;
	background: #dee0e1;
}

.jcarousel-skin-steinbach .jcarousel-item-horizontal
{
    margin-right: 10px;
}

.jcarousel-skin-steinbach .jcarousel-item-placeholder
{
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-steinbach .jcarousel-next-horizontal
{
    position: absolute;
    top: 22px;
    right: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../images/carousel-next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-steinbach .jcarousel-next-horizontal:hover
{
    background-position: -15px 0;
}

.jcarousel-skin-steinbach .jcarousel-next-horizontal:active
{
    background-position: -30px 0;
}

.jcarousel-skin-steinbach .jcarousel-next-disabled-horizontal,
.jcarousel-skin-steinbach .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-steinbach .jcarousel-next-disabled-horizontal:active
{
    cursor: default;
    background-position: -45px 0;
}

.jcarousel-skin-steinbach .jcarousel-prev-horizontal
{
    position: absolute;
    top: 22px;
    left: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../images/carousel-prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-steinbach .jcarousel-prev-horizontal:hover
{
    background-position: -15px 0;
}

.jcarousel-skin-steinbach .jcarousel-prev-horizontal:active
{
    background-position: -30px 0;
}

.jcarousel-skin-steinbach .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-steinbach .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-steinbach .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background-position: -45px 0;
}
/*]]>*/
