/*
 *	ZEN WIREFRAME v2.4 -- 'Extended' by Pascal Hertleif for BrightLight
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2005-2009 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/3.0/
 */

@import url("fff.css");

/*******************/
/* Template Layout */
/*******************/

body {
	background:#f2f2f2;
}

#container {
	top:8px;
	position:relative;	/* needed for css left,right,top,bottom property */
	width:766px;
	text-align:left;
	margin:0 auto;
}

#theheader {
	height: 160px;
	overflow: hidden;
}

#masthead {
	border-top: #BA0101 solid 1px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
}

#masthead.startseite {
	margin-bottom: 0 !important;
}

#masthead h1 {
	background: url(../../../logo/logo.png) no-repeat;
	margin: 5px;
}

#masthead h1 a {
	width: 400px;
	height: 138px;
	display: block;
}

#masthead h1 a span {
	display: none;
	visibility: hidden;
}

#masthead h2 {
	float: right;
	font-family: Georgia, "Times", "Times New Roman", serif;
	font-style: italic;
	font-weight: 100;
	color: #666;
	display: inline;
	position: relative;
	bottom: 1.5em;
	padding: 10px;
}

/******************************/
/* Left, Right Border Columns */
/******************************/

#left-content {
	float:left;
	position:relative;	/* needed for css left,right,top,bottom property */
	left:0px;	/* increase value to add more white space */
	width:175px;
	margin-bottom:10px;
	border-left: #BA0101 solid 1px;
	border-right: #BA0101 solid 1px;
	margin-right: 0;
}

#right-content { /* shared by 2 Column Style 1 and 2 */
float:right;
width:175px;
margin-bottom:10px;
margin-top: 20px;
background: #fff;
}

#border-content {
clear:both;
width:auto;
background-color:#fff;
border:0px solid red;	/* turn on for visual spacing aid or style */
}

/***************************************************************/
/* Content navigation bar (Breadcrumb, Print and Tip-A-Friend) */
/***************************************************************/

.content-navigation {
text-align:right;
width:auto;
height:18px;
vertical-align:bottom;
padding-bottom:8px;
font-weight:normal;
}

.content-navigation img {
margin:0;
padding-left:4px;
padding-top:2px;
vertical-align:top;
}

.content-navigation a {
padding-right:4px;
text-decoration:none;
font-weight:normal;
color: #BA0101;
}

/*******************/
/* 1 Column Styles */
/*******************/

#main-content1col {
position:relative;	/* needed for css left,right,top,bottom property */
left:2px;
width:auto;
padding:0px;
margin-bottom:2px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
background: #fff;
}


/*******************/
/* 2 Column Style 1 */
/*******************/

#main-2column-style1 {
float:right;
width:562px;
padding:0px;
margin-bottom:4px;
background: #fff;
}


/*******************/
/* 2 Column Style 2 */
/*******************/

#main-2column-style2 {
float:left;
width:562px;
padding:0px;
margin-bottom:4px;
background: #fff;
}


/********************/
/* 2 Column Style 3 */
/********************/

#main-2column-style3 {
float:left;
width:435px;
padding:0px 12px 0px 0px;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
border-right:1px dashed #ccc;
background: #fff;
}

#right-content-style3 {
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:300px;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

/*******************/
/* Content         */
/*******************/ 

#main-content {
	width: 90%;
	margin: 0 auto;
	line-height: 130%;
	padding-top: 10px;
}

#main-content a {
	color: #BA0101;
	text-decoration: none;
}

#main-content a:hover {
	text-decoration: underline;
}

#main-content.main-content-slideshow {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

#main-content.main-content-slideshow h1 {
	font-size: 16px;
	width: 90%;
	margin: 5px auto;
}

#main-content.main-content-slideshow  p {
	width: 90%;
	margin: 5px auto;
}

#main-2column-style2.produktseite {
	width: 400px !important;
	float: right;
}

/*******************/
/* 3 Column Styles */
/*******************/ 

#wrapper {
float:right;
position:relative;	/* needed for css left,right,top,bottom property */
right:0px;	/* increase value to add more white space */
width:583px;
margin-bottom:4px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#main-content3col {
float:left;
width:386px;
padding:0px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}


/*****************/
/* Footer Styles */
/*****************/

#footer {
	clear:both;
	color: #999;
	border-top: #BA0101 solid 1px;
	padding: 5px 30px;
	margin-top: 10px;
}

#footer p {
margin: 8px 0px 0px 6px;
font-size:10px;
font-weight:bold;
color:#555;
}

#footer a {
font-size:10px;
font-weight:bold;
color:#555;
}

#footer a:hover {
color:#333;
}

#footer2 {
clear:both;
position:relative;
width:766px; height:60px;
margin: 0 auto;
margin-top: 22px;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

#footer2 ul li {
list-style:none;
display:inline;
}

#footertext2, #footertext2 a {
margin: -2px 0px 0px 0px;
font-size:10px;
font-weight:normal;
}

/***************************/
/* Form Elements and Links */
/***************************/

#search {
z-index:1000;
float:left;
width:182px;
display:block;
border:0px solid red;
}

#search input {
vertical-align:middle;
}

#search input.searchfield {
width:136px;
color:#555;
font-size:11px;
padding:2px;
margin-left:4px;
border:1px solid #ccc;
}

#search input.searchimage {
border:0;
margin-left:-2px;
}

#advsearch-link {
margin-left:4px;
letter-spacing:-0.1px;
}

#advsearch-link a {
font-weight:normal;
text-decoration:none;
}

#member-welcome {
font-weight:bold;
}

#member-links {
z-index:1000;
float:right;
position:absolute;
top:50px;
right:12px;
border:0px solid red;
}

#member-links ul li {
list-style:none;
display:inline;
}

#member-links li {
float:left;
}

#member-links a {
}

#member-links input {
color:#008BCE;
background-color:transparent; 
border:0px solid transparent;
margin:0px;
}

#member-links input:hover {
background-color:transparent;
color:#ff8700;
}

.pipe {
background:url(../images/pipe.gif) center right;
background-repeat: no-repeat;
padding: 0px 8px 2px 8px;
}

.pipe-l {
background:url(../images/pipe.gif) center left;
background-repeat: no-repeat;
padding: 0px 8px 2px 8px;
}

.no-pipe {
padding: 0px 8px 0px 8px;
}

#breadcrumb {
float:left;
}

/************************************/
/* Place Holder Divs for TemplaVoila */
/************************************/

.content-navigation {
	background: #f2f2f2 !important;
	width: 100%;
	margin: 0; padding: 0;
}

#print {
	padding: 6px;
	line-height: 150%;
	margin-bottom: 5px;
	float:right;
	display: inline;
}

#breadcrumb {
	background: #fff;
	padding: 6px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 10px;
	float: left;
	display: inline;
}

#print, #tipafriend, #pdf {
float:right;
}

#login-box {
}

#vertnav-title {
}

#vertnav-menu {
margin-bottom:12px;
}

#content-left {
}

#login-box {
}


/****************************/
/* Vertical navigation menu */
/****************************/

.vertnav-header,
.vertnav-header a {
padding:6px;
font-size:16px;
font-weight:bold;
color:#444;	/*dark grey*/
/*background:url(../images/frame1.jpg) 0 0 no-repeat;*/   /* uncomment this if you want to use a background image*/
background:#fff;
border-top:2px solid #f5f5f5;  /*silver*/
border-bottom:2px solid #fff;  /*white*/
text-align: center;
}

.vertnav1, .vertnav1-act {
	background: #fff;
}

.vertnav1 a {
margin:0px;
width:165px;
display:block;
padding:5px;
font-size:12px;
text-decoration:none;
background:url(../images/menu_dot.gif) repeat-x bottom;
color:#777;	/*grey*/
}
.vertnav1 a:hover {
background:url(../images/menu_dot.gif) repeat-x bottom;
color:#444;	/*dark grey*/
text-decoration:none;
}

.vertnav1-act a,
.vertnav1-act a:hover  {
margin:0px;
width:165px;
display:block;
padding:5px;
font-size:12px;
font-weight:bold;
text-decoration:none;
background:url(../images/menu_dot.gif) repeat-x bottom;
color:#444;	/*dark grey*/
}

.vertnav2 a {
margin:0px;
width:152px;
display:block;
padding:5px 5px 5px 18px;
font-size:12px;
text-decoration:none;
background:url(../images/nav-arrow.gif) 10px 8px no-repeat;
color:#777;	/*grey*/
}
.vertnav2 a:hover {
background:url(../images/nav-arrow.gif) 10px 8px no-repeat;
color:#444;	/*dark grey*/
text-decoration:none;
}

.vertnav2-act a,
.vertnav2-act a:hover  {
margin:0px;
width:152px;
display:block;
padding:5px 5px 5px 18px;
font-size:12px;
font-weight:bold;
text-decoration:none;
background:url(../images/nav-arrow-act.gif) 10px 8px no-repeat;
color:#444;	/*dark grey*/
}

.vertnav3 a {
margin:0px;
width:137px;
display:block;
padding:5px 5px 5px 30px;
font-size:12px;
text-decoration:none;
background:url(../images/vbullet.gif) 20px 9px no-repeat;
color:#777;	/*grey*/
}
.vertnav3 a:hover {
background:url(../images/vbullet-act.gif) 20px 9px no-repeat;
color:#333;	/*dark grey*/
text-decoration:none;
}

.vertnav3-act a,
.vertnav3-act a:hover  {
margin:0px;
width:137px;
display:block;
padding:5px 5px 5px 30px;
font-size:12px;
font-weight:bold;
text-decoration:none;
background:url(../images/vbullet-act.gif) 20px 9px no-repeat;
color:#333;	/*dark grey*/
}

.vertnav4 a {
margin:0px;
display:block;
padding:5px 5px 5px 45px;
font-size:12px;
text-decoration:none;
width:125px;
color:#777;	/*grey*/
}
.vertnav4 a:hover {
background-color:#f5f5f5;  /*silver*/
color:#333;	/*dark grey*/
text-decoration:none;
}

.vertnav4-act a,
.vertnav4-act a:hover {
margin:0px;
display:block;
padding:5px 5px 5px 45px;
font-size:12px;
text-decoration:none;
width:125px;
background-color:#f5f5f5;  /*silver*/
color:#333;	/*dark grey*/
}

/***********************/
/* Page Content Frames */
/***********************/

/* Frame 1 */

DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { clear:both; height:1%;  background-color:#f5f5f5; color:#008BCE; padding:2px 6px;}

DIV.csc-frame-frame1 { background-color:#fff; border:0px solid #ccc; padding:2px; margin:0px 0px 12px 0px; }

DIV.csc-frame-frame1 p { color:#000; padding:0px 6px; }

/* Frame 2 */
DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { clear:both; height:1%;  background-color:#fff; color:#333; padding:2px 6px;}

DIV.csc-frame-frame2 { padding:0px 0px 10px 0px; background:url(../images/menu_dot.gif) repeat-x bottom; margin-bottom:10px; font-size:12px; }
DIV.contentframe3 p { color:#000; padding:0px 6px; }


/* Frame 3 */

/* See root (pid=1) Typoscript template and page TS to add new styles */

DIV.contentframe3 H1, DIV.contentframe3 H2, DIV.contentframe3 H3, DIV.contentframe3 H4, DIV.contentframe3 H5 { clear:both; height:1%;  background-color:#008BCE; clear:left; color:#fff; padding:2px 6px;}

DIV.contentframe3 { background-color:#fff; border:0px solid #ccc; padding:0px; margin:0px 0px 18px 0px; }

DIV.contentframe3 p { color:#000; padding:0px 6px; }


/* Center Mini Calendar */

DIV.center-mini-calendar { margin:0 auto;text-align:center; width:200px;}


/*************************/
/* Extension Styles */
/*************************/

.tx-felogin-pi1 .submit, .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit  {
padding:4px;
width:130px;
margin-top:8px;
font-weight:bold;
}


/*************************/
/* KB Content Containers */
/*************************/

.kb-container {
float:left;
width:100%;
border:0px solid red;	/* use 1px to turn on as a visual spacing aid or style */
}

.kb-clearer {
clear:both;
height:2px;
width:auto;
}


/***********************/
/* 1column.html Styles */
/***********************/


/* 1column.html 2 Column Content Containers */

.kb2column-1col-l {
width:364px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column-1col-r {
width:364px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 3 Column Content Containers */

.kb-3colwrapper-1col-r {
width:500px;
float:right;
}

.kb3column-1col-l {
width:230px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-1col-r {
width:230px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 1column.html 4 Column Content Containers */

.kb-4colwrapper-1col-l {
width:360px;
float:left;
}
.kb-4colwrapper-1col-r {
width:360px;
float:right;
}

.kb4column-1col-l {
width:160px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-1col-r {
width:160px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/********************************/
/* 2column-style1/2.html Styles */
/********************************/


/* 2column-style1/2.html 2 Column Content Containers */

.kb2column-2col-l {
width:268px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb2column-2col-r {
width:268px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/* 2column-style1/2.html 3 Column Content Containers */

.kb-3colwrapper-2col-r {
width:367px;
float:right;
}

.kb3column-2col-l {
width:170px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb3column-2col-r {
width:170px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}


/*2column-2col.html 4 Column Content Containers */

.kb-4colwrapper-2col-l {
width:270px;
float:left;
}
.kb-4colwrapper-2col-r {
width:270px;
float:right;
}

.kb4column-2col-l {
width:120px; float:left; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

.kb4column-2col-r {
width:120px; float:right; background:#fff; margin-bottom:4px; padding:0px; border-width: 0px 0px 0px 0px; border-color: red; border-style: solid;
}

/* grey box */
.b-grey-box {position:relative;margin:0px auto;min-width:100px;max-width:760px;color:#fff;z-index:10;margin-left:0px;margin-bottom:12px;}
.grey-box .content-grey, .grey-box .t-grey, .grey-box .b-grey, .grey-box .b-grey div {background:transparent url(../images/grey-box.gif) no-repeat top right;}
.grey-box .content-grey {position:relative;padding:20px 20px 0px 20px;}
.grey-box .t-grey {position:absolute;left:0px;top:0px;width:16px;height:100%;background-position:top left;}
.grey-box .b-grey {position:relative;width:100%;}
.grey-box .b-grey, .grey-box .b-grey div {height:30px;font-size:1px;}
.grey-box .b-grey {background-position:bottom right;}
.grey-box .b-grey div {position:relative;width:16px;background-position:bottom left;}
.grey-box .hd,.grey-box .bd,.grey-box .ft { position:relative;}
.grey-box .wrapper {position:static;max-height:1000px;overflow:auto;}
.b-grey h1 {margin:0px;padding:0.5em 0px 0.5em 0px;}
.b-grey h1 {padding-bottom:0px}
.content-grey p {margin:0px;padding-bottom:8px;}

/***************************/
/* General element styles:*/
/***************************/

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:arial, helvetica; color:#333; }
INPUT, TEXTAREA { background-color:#fff; }
INPUT:hover, TEXTAREA:hover { background-color:#f5f5f5; }
INPUT:focus, TEXTAREA:focus { background-color:#fff; }
IMG {border-width:0px}

A { color:#41a508; text-decoration:none; }
A:hover { color:#003399; text-decoration:underline; }

FORM { margin:0px; }
P, TD, UL, OL { font-size:12px; line-height:1.4em; color:#333; margin:0px; }
P, UL { padding-bottom:12px; }
input, textarea, select, textarea { font-family:arial, helvetica, sans-serif; color:#000; border:#ccc 1px solid; font-size:12px; margin:2px; }
ul { margin-left:0px;padding-left:0px;list-style-position:inside; }
label { margin:0px; }
fieldset { border:0px solid #fff }
legend { border:0px solid #fff; font-size:16px; color:#000 ; font-weight:bold; margin-left:-4px; }
img {border:0;}

/******************/
/* Headers, plain */
/******************/

h1 {margin-top: 10px;}
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }

/* Headers, with link */
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A { color: #41a508; text-decoration:none; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover { color:#003399; text-decoration:underline; }
H6 A { letter-spacing:-1px; }

/**********/
/* Images */
/**********/

/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { font-size:9px; color:#000; letter-spacing:1px; }

/* Header date */ 
P.csc-header-date { font-size:10px; color:#555; }

/****************************/
/* Alignment of text in RTE */
/****************************/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; }

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }
TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
TABLE.typo3-editPanel TD { border: 0px; }

/* PRODUKTE */

#bar {
	width: 766px;
}

/*
#bar .csc-textpic {
	float: left;
	display: block;
	width:28%; margin:0 2%;
	overflow: hidden;
	padding: 0;
}

#bar .csc-textpic img {
	width: 110px;
	height: 110px;
	display: block;
	float: left;
}

#bar .csc-textpic-imagewrap {
	display: block;
	margin: 2px;
}
*/

#bar .csc-textpic .csc-textpic-text {
	font-weight: bold;
	color: #333;
}

#bar h1 {
	font-size: 14px;
	margin: 0; padding: 0;
}

#bar .csc-textpic-clear {
	clear: none !important;
}

/* SLIDESHOW */

#slideshowstuff {
	width: 100%;
	/* margin: 10px auto; */
}

#s3slider {
	margin: 0 !important;
	margin-left: -30px !important;
}

#s3sliderContent {
	padding-right: 30px;
}

/* NEWS */

#produktseite .news-single-item h3 {
	line-height: 140%;
	margin-top: 20px;
}

#main-content.main-content-slideshow .news-list-container {
	width: 95%;
	margin: 5px auto;
	margin-top: 15px;
}

#main-content.main-content-slideshow .news-list-item {
	width: 44%;
	margin:0 2%;
	float: left;
}

/* GOD DAMN IT EVEN MORE CSS!!! */

.content-navigation.startseite {
	background: #fff !important;
	margin: 0;
}

#nav {
	margin-left: 10px;
}
