/* Allgemein ********************************************************************/
/* Joh. Sprinz  *****************************************************************/
/* 24.07.2008 ta ****************************************************************/
/* (c) brain at work GmbH . D-88299 Leutkirch . www.brain-at-work.de ************/


body /* gilt nur fuer Frontend! da im Backoffice die Container-Styles in den body geladen werden */
{
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 140%;
	background-color: #FFF;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

tbody
{
	font-size: 75%;
}
.febody tbody
{
	font-size: 100%;
}

form, 
input,
select,
textarea
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-size: 100%;
}

h1, 
h2, 
h3, 
h4, 
h5,
h6,
p
{
	margin-top: 0px;
	padding-top: 0px;
}
td p /* innerhalb von Tabellen kein Abstand */
{
	margin: 0px;
	padding: 0px;
}

h1
{
	text-transform: uppercase;
    color: #000; 
    font-size: 130%; 
	font-weight: normal;
	border-bottom: 1px solid #000000;	
	padding-bottom: 3px;
	margin-bottom: 3px;
}

h1.listentrenner  /* fuer Zwischenueberschriften in Artikellisten */
{
	width: 550px;
}

h2
{
    color: #000; 
    font-size: 120%; 
}
h3
{
    color: #000; 
    font-size: 130%; 
}
h4
{
    color: #000; 
    font-size: 120%; 
}
h5
{
    color: #000; 
    font-size: 110%; 
}

h6
{
	background-color: #C7C7C7;
	color: #000;
	font-size: 100%;
	padding: 2px 10px 2px 10px;
}

h6 a
{}

a
{
	color: #000;
	cursor: hand;
	cursor: pointer;
}

a:hover
{
	color: #BA2325;
	text-decoration: none;
}

div.all
{
	margin: auto;
	width: 17cm;
}

/* Bilder mit Links, Links fuer versch. Typen ********************************/

img
{
	border-color: #F0F0F0;
}

img.thumb_image,
img.zoomimagefe,
img.dlimagefe
{
	cursor: pointer;
	border: 1px solid #FFF;
}

img.thumb_image:hover,
img.zoomimagefe:hover,
img.dlimagefe:hover
{
	border: 1px solid #BA2325;
}

.pic
{
	line-height: 0;
}

.pic label
{
	line-height: 130%;
	font-size: 90%;
	margin-top: 0;
	padding-top: 0;
	border: none;
	color: #000000;
}

.pic label.zoomimagefe
{
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	text-indent: 45px;
	background: url(image/icon_popup_zoom_1.gif) no-repeat;
}
.pic label.zoomimagefe:hover
{
	background: url(image/icon_popup_zoom_2.gif) no-repeat;
}

.pic label.hyperlinkfe
{
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	text-indent: 45px;
	background: url(image/icon_hyperlink_1.gif) no-repeat;
}
.pic label.hyperlinkfe:hover
{
	background: url(image/icon_hyperlink_2.gif) no-repeat;
}

.pic label.doclinkfe
{
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	text-indent: 15px;
	background: url(image/icon_download_1.gif) no-repeat;
}
.pic label.doclinkfe
{
	background: url(image/icon_download_1.gif) no-repeat;
}

/* Print-Header: nur sichtbar fuer media=print ************************************/

.febody .printheader
{
	margin-bottom: 10px;
	position: relative;
}

.febody .printbuttons
{
	width: 130px;
	height: 100px;
	position: absolute;
	left: -180px;
	top: 0px;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
}

.printbuttons #stylesheetlblprint,	/* Link "Druckansicht" */
.printbuttons #stylesheetlblnormal	/* Link "Zurueck zur Web-Ansicht " */
{
/*	display: block;
	width: 90px;
	padding: 5px;
	background-color: #f2f2f2;
	border: 1px solid #CCCCCC; */
	cursor: pointer;
}

#stylesheetlblprint:hover,
#stylesheetlblnormal:hover
{
	text-decoration: underline;
}

/* Kopfbereich ************************************************************************/

div.headcontainer
{
	display: none;
}
	
div.logo
{
	display: none;
}

div.topline
{
	display: none;
}

/* Suche ************************************************************************************/

div.search
{
	position: absolute;
	left: 250px;
	top: 0px;
	width: 500px; 
	font-size: 90%;
	color: #000;
	text-align: right;
}

div.search form p
{
	text-align: right;
}
div.search p
{	
	margin: 0; 
}

.search .searchinput
{
	border: none;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	background: url(image/w_searchinput.gif) no-repeat;
	background-attachment: scroll !important;
	background-attachment: fixed;
	width: 120px;
	height: 20px; 
	vertical-align: middle;
	color: #999999;
	font-size: 11px;
}
.search .searchsubmit
{
	border: none;
	margin: 0px;
	padding: 0px;
	background: url(image/w_searchsubmit.gif) no-repeat 0px 3px;
	color: #000;
	height: 20px;
	width: 35px;
	font-size: 11px;
	line-height: 10px;
	cursor: pointer;
}

.search .searchlastsubmit
{
	color: #999;
	border: none;
	background: transparent;
	text-decoration: none;
	text-align: right;
	padding: 2px 0px 0px 0px;	
	cursor: pointer;
}

input.searchinput:focus,
input.searchinput:active
{
	color: #000000;
	background-color: #FFFFFF;
}

/** NEUE SUCHE LAYOUT ****************************************************/

div.searchinputdiv
{
	position: relative;
}

div.searchinfofield
{
	color: #BA2325;
	font-weight: bold;
	border: 1px solid #BA2325;
	padding: 10px 10px 10px 50px;
	background: url(image/waiting.gif) no-repeat 10px 5px;
}

div.searchoutput ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	border-top: 1px dotted #999999;
}
div.searchoutput p
{
	margin: 0;
}

li.searchresultitem
{
	padding: 1%;
	border-bottom: 1px dotted #999999;
}

li.searchresultitem div.searchresultpic
{
	width: 18%;
	margin-right: 2%;
	float: right;
	text-align: center;
	overflow: hidden;
}

li.searchresultitem div.searchresulttext
{
}

li.searchresultitem img
{
	width: auto !important;
	height: auto !important;
	max-height: 80px !important;
	max-width: 80px !important;
	margin: 0 !important; 
}

li.searchresultitem a
{
	text-decoration: none;
}

li.searchresultitem h3 a
{
	text-decoration: underline;
}

li.searchresultitem h3
{
	border:none;
	margin: 0;
	font-size: 12px;
}

li.searchresultitem .breadcrumbpath a.hyperlinkfe
{
	font-size: 80%;
	color: #999999;
}

div.divproposallist
{
	position: relative;
	z-index: 10000;
	text-align: left;
}

div.divproposallist ul
{
	width: 180px;
	position: absolute;
	right: 50px;
	top: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	margin: 0;
	z-index: 10000;
}

div.divproposallist ul,
div.divproposallist li
{
	list-style-type: none;
}

/** Blaettern Links ****************************************************************/

.listpagediv
{
	height: 20px;
	padding-top: 5px;
	line-height: 125%;
	font-size: 11px;
	clear: both;
}

.blaettern
{
	margin-top: 20px;
	line-height: 125%;
	font-size: 12px;
	clear: both;
}

a.blaetterlink,
a.listpagenext,
a.listpageprevious
{
	padding: 1px 5px 1px 5px;
	margin-right: 5px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	text-decoration: none;
}
a.blaetterlink:hover,
a.listpagenext:hover,
a.listpageprevious:hover
{
	border: 1px solid #999999;
}

.listpagediv a.active
{
	background-color: #666666;
	color: #FFFFFF;
}
/* ------------------------------------- */

div.topnav
{
	display: none;
}


div.illu
{
	display: none;
}


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

.maincontainer
{
}

/* Menue *****************************************************************************/

div.menucontainer
{
	display: none;
}


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

.febody .startblock
{
}
.startblock
{
}

.startblock h1,
.startblock h2,
.starblock h3,
.startblock p
{
	padding-left: 30px;
}



.centercontainer
{
}

/* Artikelliste 1-spaltig ***************************************************************************/

.contentcontainer 
{
	padding-top: 30px;
}

.febody .contentcontainer
{
}

.contentcontainer .mainarticle
{
}

.articlelist .normarticle,
.articlelist .nextcatarticleitem
{
}

.articlelistcontain2 .normarticle,
.articlelistcontain2 .nextcatarticleitem
{
	width: 280px;
	padding-right: 20px; /* wegen IE fester Pixelwert statt Prozent */
	float: left;
}

.articlelistcontain5 .normarticle,
.articlelistcontain5 .nextcatarticleitem
{
	padding-right: 20px; /* wegen IE fester Pixelwert statt Prozent */
	float: left;
}

.mainarticle,
.articledetail /*,
.normarticle,
.nextcatarticleitem */
{
	position: relative;  /* fuer die absolute Positionierung innerhalb der Artikel notwendig */
}

.contentcontainer ul
{
	margin-left: 0px;
	padding-left: 16px;
}

.contentcontainer .normarticle,
.contentcontainer .nextcatarticleitem
{
	margin-bottom: 20px;
}

.contentcontainer .articlelistcontain5 .normarticle,
.contentcontainer .articlelistcontain5 .nextcatarticleitem
{
	margin-bottom: 5px;
}

.contentcontainer .articlelist .normarticle a, 
.contentcontainer .articlelist .nextcatarticleitem a,
.contentcontainer .articlelistcontain2 .normarticle a, 
.contentcontainer .articlelistcontain2 .nextcatarticleitem a,
.contentcontainer .articlelistcontain5 .normarticle a, 
.contentcontainer .articlelistcontain5 .nextcatarticleitem a
{
	text-decoration: none;
	cursor: pointer;
}

.nextcatarticle
{
}

.morelink
{
	display: block; 
	text-decoration: none;
	color: #000;
	font-size: 12px;
	text-align: right;
	border-bottom: 1px solid #DFDFDF;
	clear: both;
	position: relative;
	top: -20px;
}



/* Block rechts ***************************************************************************/

.infoblock
{
}

.infoblock h1 
{ 
    color: #FD6F10; 
    font-size: 120%; 
    margin-bottom: 2%;
}

.infoblock h2 
{ 
    color: #FD6F10; 
    font-size: 100%; 
    margin-bottom: 2%;
}

.infoblock h3 
{ 
    color: #FD6F10; 
    font-size: 90%; 
    margin-bottom: 2%;
}

.infoblock h4 
{ 
    color: #FD6F10; 
    font-size: 80%; 
    margin-bottom: 2%;
}

.infoblock h5 
{ 
    color: #FD6F10; 
    font-size: 70%; 
    margin-bottom: 2%;
}

.infoblock h6 
{ 
    color: #FD6F10; 
    font-size: 65%; 
    margin-bottom: 2%;
}

.infoblock img
{
	border: none;
}

div.infoblock .normarticle a
{
	display: block;
	text-decoration: none;
}

div.infoblockportal
{
	display: none;
}

.doclinkfe,
.hyperlinkfe,
.articlelinkfe
{
	cursor: pointer;
	text-decoration: underline;
}

.doclinkfe:hover,
.hyperlinkfe:hover,
.articlelinkfe:hover
{
	cursor: pointer;
	color: #BA2325;
	text-decoration: none;
}

a.hyperlinkfe img,
a.hyperlinkfe:hover img
{
	border: none;
}

a.doclinkfe
{
	background: url(image/icon_download_1.gif) no-repeat;
	padding-left: 20px;
}

/* Footer *********************************************************************************/

.footercontainer
{
	display: none;
}

.footercontainer h1, 
.footercontainer h2, 
.footercontainer h3, 
.footercontainer h4, 
.footercontainer h5, 
.footercontainer h6,
.footercontainer a
{
	color: #999;
}
.footercontainer a
{
	text-decoration: none;
}
.footercontainer a:hover
{
	color: #BA2325;
	text-decoration: underline;
}

/* Formulare *********************************************************************************/

.formstylekontakt input,
.formstylekontakt textarea,
.formstylekontakt select
{
	border-width: 1px;
	border-color: #DDDDDD;
	background-color: #FFFFFF;
	padding: 2px;
}

.formerror /* Klasse des Input bei fehlenden Eingaben */
{
	border: 2px solid #BA2325;
}

/* Layoutvorlagen **************************************************************************/

.headbutton
{
	display: block;
	text-transform: uppercase;
	padding: 3px 3px 3px 14px;
	background-image: url(image/transparent.png) !important;
	background-image: url(image/transparent.gif);
	border-width: 1px 1px 1px 10px;
	border-style: solid;
	border-color: #EBEBEB;
	text-decoration: none;
}

table.dreispalter,
table.zweispalter
{
	width: 100%;
	clear: both;
}

table.dreispalter td,
table.zweispalter td
{
	vertical-align: top;
}

table td.spacer
{
	width: 20px;
}

table.dreispalter td.column
{
	width: 180px;
}

table.zweispalter td.column
{
	width: 280px;
}

.catlistheading
{
	width: 150px;
	float: left;
}

.catlistpic
{
	width: 170px;
	float: left;
}

.catlisttext
{
	width: 270px;
	float: left;
}

div.standardpicdetail,
div.productpic,
div.newspicdetail
{
	width: 300px;
	margin-right: 0px;
	text-align: justify;
	float: left;
	border: transparent;
}
div.productpic img
{
/*	margin-bottom: 5px; */
}

div.standardtext,
div.producttext
{
	width: 280px;
	float: left;
	line-height: 140%;
}

div.newsshorttext,
div.standardshorttext
{
	width: 380px;
	float: left;
	line-height: 140%;
}

div.standardtext h1,
div.producttext h1,  /* ueberschriften der Produkte generell in Versalien */
div.newstext h1
{
	font-size: 125%;
	text-transform: uppercase;
}

div.newspic,
div.standardshortpic
{
	width: 180px;
	margin-right: 0px;
	padding-right: 20px;
	float: left;
}
div.newspic img,
div.standardshortpic img
{}

div.newsshorttext h1,
div.standardshorttext h1
{
	font-size: 125%;
	margin-bottom: 0px;
	text-transform: uppercase;
}

div.newspicdetail
{
	display: block;
	width: 297px;
	margin-right: 0px;
	padding-right: 20px;
	float: left;
}

div.newstext
{
	width: 280px;
	float: left;
}

/** Downloadseiten 1-spaltig **/

div.downloadshorthead h1
{
	font-size: 110%;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.articlelist div.downloadshorthead,
.mainarticle div.downloadshorthead
{
	width: 155px;
	float: left;
}

.articlelist div.downloadshortpic,
.mainarticle div.downloadshortpic
{
	width: 165px;
	float: left;
}

.articlelistcontain2 div.downloadshorttext,
.mainarticle div.downloadshorttext
{
	width: 280px;
	float: left;
}

.articlelistcontain2 div.downloadshorthead
{
 	width: 150px;
	float: left; 
}

.articlelistcontain2 div.downloadshortpic
{
	width: 100px;
	text-align: right;
	float: right;
}

.articlelistcontain2 .morelink
{
	display: block;
	clear: left; 
}

hr
{
	clear:both;
	border: none;
	height: 1px;
	background-color: #CCCCCC;
}

/** ueberblendeffekt ********************************************************************/

.imageanimation
{
	display: none;
}
.febody #imageContainer
{
	position: relative; 
}

.febody #imageContainer img
{
	position: absolute;
	left: 0;
	top: 0;
	display: none; 
}

/** PopUp-Container ********************************************************************/

div.popupcontainer
{
	display: none !important;
}

div.popupcontainer .normarticle
{
	background-color: #FFF;
	border: 1px solid #999;
	position: relative;
	width: 400px;
	height: 300px;
	left: -7px;
	top: -10px;
	
}

div.popupcontainer h6
{
	text-align: right;
	padding-right: 20px;
	background-image: url(image/icon_close.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
}

/** Ideengalerie  *********************************************************************/

.febody .horizontalscrollbox
{
	position: absolute;
	left: 210px;
	top: 90px;
	width: 760px;
	height: 142px;
	background: #F2F2F2;
	overflow: hidden; 
}

.horizontalscrollbox .nextcatarticleitem,  /* horizontal scrollbare Produkte, dynamisch */
.horizontalscrollbox .normarticle
{
    display:block;
	width: 142px;
	float: left;
}

.horizontalscrollbox .normarticle img
{
/*	width: 90% !important;
	height: 90% !important;
	margin: 5% !important; */
	border: 1px solid #FFFFFF !important;
}
.horizontalscrollbox .normarticle img:hover
{
/*	width: 100% !important;
	height: 100% !important;
	margin: 0 !important; */
	border: 1px solid #000000 !important;
	-moz-opacity: 0.7;
	filter: Alpha(opacity=70); 
	opacity: 0.7;
}

button.gotoleft
{
	display: block;
	width: 25px;
	height: 140px;
	float: left;
	border: none;
	background: transparent url(image/scrollbutton-left.gif) no-repeat 1px 1px;
	cursor: pointer;
}

.rollcontainer
{
	height: 142px;
	width: 710px;
	overflow: hidden; 
	float: left;
}

button.gotoright
{
	display: block;
	width: 25px;
	height: 140px;
	margin-right: 0px;
	float: left;
	border: none;
	background: transparent url(image/scrollbutton-right.gif) no-repeat 1px 1px;
	cursor: pointer;
}

div.darkbackground
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 5500;
	background-color: #000000;
	-moz-opacity: 0.6;
	filter: Alpha(opacity=60); 
	opacity: 0.6;
	overflow: hidden;
}

div.ideagallerypositioner
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 6000;
}

div.ideagallerypopup
{
	position: relative;
	width: 800px;
	margin: 10px auto auto auto;
}

div.ideagallerypopup .articledetail
{
	position: absolute;
	left: 25px;
	top: 20px;
/*	left: -50%; */
	width: 750px;
	height: 580px;
	padding: 5px;
	background: #FFFFFF url(image/w_sprinz_logo_klein.gif) 5px 510px no-repeat;
}

div.ideagallerypopup .articledetail .pic
{
	width: 750px;
	background: #F2F2F2 url(image/waiting6.gif) center center no-repeat;
	text-align: center;
}

div.ideagallerypopup .articledetail p
{
	padding-left: 140px;
}

.buttonclose,
.buttonnext,
.buttonprevious
{
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.buttonclose
{
	position: absolute;
	right: 30px;
	top: 0px;
	width: 150px;
	text-align: left;
	padding: 1px 25px 2px 5px;
	background: #FFFFFF url(image/w_buttonclose.gif) bottom right no-repeat;
}

.buttonprevious
{
	position: absolute;
	left: 2px;
	top: 250px;
	width: 23px;
	height: 63px;
	background: url(image/w_buttonprevious.gif) top left no-repeat;
	text-indent: 30px;
}

.buttonnext
{
	position: absolute;
	left: 785px;
	top: 250px;
	width: 23px;
	height: 63px;
	background: url(image/w_buttonnext.gif) top left no-repeat;
	text-indent: 30px;
}

/** Vormerken ****************************************************/

div.markpopup
{
	display: none;
}


/** brain-at-work Link *****************************************************************/
.bawlink
{
	display: none;
}