/* Allgemein ********************************************************************/
/* Lindenhof ****************************************************************/
/* 22.02.08 ta ****************************************************************/
/* © brain at work GmbH . D-88299 Leutkirch . www.brain-at-work.de **************/

body /* ACHTUNG: im Backoffice werden die Container-Styles in den body geladen */
{
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

body.febody /* nur fuer Frontend gueltig */
{
	background-color: #0099CC;
	text-align: center;
}

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

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

h1, 
h2, 
h3, 
h4, 
h5, 
p,
td p
{
	margin-top: 0px;
	padding-top: 0px;
}
h1
{
	color: #993300;
    font-size: 140%; 
}
h1 a
{
	color: #993300;
}

h2
{ 
    color: #993300; 
    font-size: 100%; 
}
h2 a
{ 
    color: #993300; 
}

h3
{
	color: #993300;
    font-size: 110%; 
	border-bottom: 1px solid #993300;
}
h3 a
{
	color: #993300;
}

h4
{
	color: #993300;
    font-size: 110%; 
}
h5
{
	color: #FFFFCC;
	background-color: #993300;
    font-size: 110%; 
	padding-left: 5px;
	margin-bottom: 5px;
}
h6
{
	color: #000;
    font-size: 100%;
}

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

img
{
	border-color: #EFEFEF;
	border-style: solid;
}
.thumb_image,
.zoomimagefe,
.dlimagefe,
img[onclick]
{
	cursor: pointer;
}

.pic label
{
	font-size: 90%;
	margin-top: 0;
	padding-top: 0;
}

.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;
}

a
{
	color: #000;
}

a:hover
{
	text-decoration: underline;
}

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

.febody .printheader
{
	display: none;
}

#stylesheetlblprint  /* Link "Druckansicht" */
{
}

#stylesheetlblnormal  /* Link "Zurueck zur Web-Ansicht " */
{
}

/* Container-Aufbau drumherum ************************************/

div.all /* umfasst alles */
{
	width: 960px;
	text-align: left;
	margin: auto;
	background-color: #FFFFCC;
}

/* Container-Aufbau Kopf ************************************************************************/

div.headcontainer
{
	width: 100%;
	height: 185px;
	position: relative;
	border-top: 8px solid #993300;
}

div.logo
{
	position: absolute;
	width: 150px;
	height: 75px;
	left: 0px;
	top: 37px;
	overflow: hidden;
}

div.language
{
}

div.topillu
{
	width: 960px;
	height: 182px;
	overflow: hidden;
}

div.topnav
{
	position:relative;
	background: #FFE07B;
}

div.topnav ul, 
div.topnav li
{
    display:inline;
    margin: 0px;
    padding: 0px;
}

div.topnav a:hover,
div.topnav a.topnav:hover,
div.topnav a.active:hover
{
	text-decoration: underline;
}

div.topnav ul a.topnav  /* 1. Ebene - nicht geklickt */
{
	display: block;
	color: #F0F;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	float: left;
}

div.topnav ul a.active  /* 1. Ebene - geklickt */
{
	font-weight: bold;
}

div.topnav ul
{
}

div.topnav ul ul
{
	position: absolute;
	top: 20px;
	left: 10px;
	padding-left: 10px;
}

div.topnav ul ul a.topnav /* 1. Ebene - nicht geklickt */
{
	display: block;
	color: #F0F;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	float: left;
}

div.topnav ul ul a.active  /* 1. Ebene - geklickt */
{
	display: block;
	color: #F0F;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	float: left;
}

div.topnav ul a.disabled, /* allg. nicht sichtbare/inaktive Kategorien */
div.topnav ul ul a.disabled
{
	text-decoration: line-through;
	font-style: italic;
	color: #999;	
}

div.topnav ul a.protectclosed, /* PWS-geschuetzter Inhalt */
div.topnav ul ul a.protectclosed
{
	background: #FFF url(image/icon_protectclosed.gif) no-repeat bottom right;	
}

div.topnav ul a.protectopen, /* PWS-geschuetzter Inhalt */
div.topnav ul ul a.protectopen
{
	background: #FFF url(image/icon_protectopen.gif) no-repeat bottom right;	
}

/* Contenteraufbau Mitte *******************************************************************************/

.maincontainer
{
	min-height: 400px !important;
	height: auto !important;
	height: 400px;
	background: url(image/w_main.jpg) bottom left no-repeat;
}

.leftcontainer
{
	width: 150px;
	position: relative;
	top: -74px;
	float: left;
}

.centercontainer
{
	width: 630px;
	padding: 0 100px 80px 80px;
	float: left;
}

.rightcontainer
{
	width: 180px;
	float: right;
}


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

div.menu
{
	padding: 10px 0 0 0;
	background: #336633;
	border-top: 2px solid #FFFFCC;
}

div.menu ul, 
div.menu li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

div.menu a.menu:hover
{
	text-decoration: none;
	color: #FFFF99;
	background: url(image/s_bullet_mainmenu_active.gif) no-repeat 10px 5px;
}

div.menu ul a.menu
{
	display: block;
	padding: 7px 5px 7px 40px;
	font-weight: bold;
	color: #99CC66;
	background: url(image/s_bullet_mainmenu.gif) 10px 5px no-repeat;
	text-decoration: none;
}

div.menu ul a.active,
div.menu ul a.active:hover
{
	color: #FFFF99;
	background: #669933 url(image/s_bullet_mainmenu_active.gif) 10px 5px no-repeat;
}

div.menu ul ul a.menu
{
	display: block;
	padding: 7px 5px 7px 40px;
	font-weight: bold;
	color: #99CC66;
	background-image: none;
	background-color: #003300;
	border-top: 1px solid #336633;
	text-decoration: none;
}

div.menu ul ul a.active,
div.menu ul ul a.active:hover,
div.menu ul ul a.menu:hover
{
	color: #FFFF99;
	background-image: none;
	background-color: #003300;
}

div.menu ul ul ul a.menu
{
	padding: 4px 5px 4px 50px;
	font-weight: normal;
}

div.menu ul ul ul a.active
{
	color: #FFFF99;
}

div.menu ul a.disabled, /* allg. nicht sichtbare/inaktive Kategorien */
div.menu ul ul a.disabled,
div.menu ul ul ul a.disabled
{
	text-decoration: line-through;
	font-style: italic;
	color: #999;	
}

div.menu ul a.protectclosed, /* PWS-geschuetzter Inhalt */
div.menu ul ul a.protectclosed,
div.menu ul ul ul a.protectclosed
{
	background: url(image/icon_protectclosed.gif) no-repeat bottom right;	
}

div.menu ul a.protectopen, /* PWS-geschuetzter Inhalt */
div.menu ul ul a.protectopen,
div.menu ul ul ul a.protectopen
{
	background: url(image/icon_protectopen.gif) no-repeat bottom right;	
}


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

div.search
{}

.searchinput
{
	border:none;
	background: #FFF;
	color: #000;
}
.searchsubmit
{
	border: none;
	background: #E6E6E6;
	cursor: pointer;
	text-align: left;
}

.searchlastsubmit
{
	color: #818181;
	border: none;
	background: transparent;
	text-decoration: none;
	font-size: 90%;
	cursor: pointer;
	text-align: left;
}

.searchresult /* dd-Tag: gefundener Text mit Hervorhebungen */
{}

.searchresult dd
{
	margin: 0;
}

.searchresult dt
{
	border-bottom: 1px solid #9DC8E8;
	margin: 0;
}

.searchresult a
{
	color: #4C4C4C;
	text-decoration: none;
}

.searchresult a:hover
{
}

.locatorstringnoanchor
{
	font-size: 95%;
	color: #48B0E8;
	padding-right: 5px;
}

.bawfoundtext /* exakt zur Suche uebereinstimmende Begriffe */
{}

/* Menue Infobox *************************************************************************************/

.menuinfobox
{
}

/* Content + Artikellisten ***************************************************************************/

.contentcontainer, 		/* Hauptbereich fuer Detail-Texte */
.articledetailcontain,	/* Liste der Detail-Texte "alle auf 1 Seite" */
.articlelistcontain1, 	/* Artikelliste Kurzbeschr. 1-spaltig */
.articlelistcontain2	/* Artikelliste Kurzbeschr. 2-spaltig */
{
}

.articlelistcontain2 .normarticle,
.articlelistcontain2 .nextcatarticleitem
{
	width: 300px;
	margin-right: 10px; /* wegen IE fester Pixelwert statt Prozent */
	float: left;
}

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

.mainarticle
{
	margin-bottom: 20px;
}

.articledetail
{}

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

.normarticle p, 
.nextcatarticleitem p,
.normarticle h2,
.nextcatarticleitem h2,
.normarticle h3,
.nextcatarticleitem h3,
.normarticle h4,
.nextcatarticleitem h4
{
	margin: 0;
}

.normarticle a, 
.nextcatarticleitem a
{
	text-decoration: none;
}

.normarticle a span.morelink, 
.nextcatarticleitem a span.morelink
{
	color: #993300;
	text-decoration: none;
}

a.doclinkfe,
a.hyperlinkfe,
a.articlelinkfe
{
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}


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

.dynamicblock /* Artikelliste Kurzbeschr. rechts */
{
	margin-bottom: 20px;
}

.staticblock /* Artikel Kurzbeschr. statisch */
{
	margin-bottom: 20px;
}

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

.formstylekontakt input,
.formstylekontakt textarea,
.formstylekontakt select,
.formstylerecommend input,
.formstylerecommend textarea,
.formstylerecommend select
{
	border: 1px solid #669933;
	margin-bottom: 3px;
}

.FormErrorMessageStyle /* eingeblendete Fehlernachricht */
{
	color: #F00;
}

.febody input.formerror, /* Klasse des Input bei fehlenden Eingaben */
.febody textarea.formerror,
.febody select.formerror
{
	border: 1px solid #F00;
}

.febody .formfieldhidden
{
	display: none;
}

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

.footercontainer
{
	background-color: #336633;
	width: 850px;
	color: #FFFFCC;
	padding: 3px 100px 5px 10px;
}

.backlink
{
	text-decoration: none;
	color: #FFFFCC;	
}

.formstylerecommend /* Klasse im form-Tag */
{}

input.recommend /* Weiterempfehlen-Button */
{
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: left;
	color: #FFFFCC;
}

.toplink /* nach oben Link */
{
	text-decoration: none;
	color: #FFFFCC;
}

#stylesheetlblprint, /* Zur Druckansicht */
#stylesheetlblnormal
{
	cursor: pointer;
}

/* PopUp Fenster *********************************************************************************/

.popupimage /* Zoombilder */
{
	background-color: #E6E6E6;
}

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

.pics-left
{
	float: left;
	padding-right: 3%;
	border: none;
}

.pics-right
{
	float: right;
	padding-left: 3%;
	border: none;
}

.pics-short
{
	float: left;
	padding-right: 3%;
	border: none;
}

.zweispalter .columnleft  /* Zweispaltige Seiteninhalte - linke Spalte */
{
	width: 43%;
	margin-right: 4%;
	float: left;
}
.zweispalter .columnright  /* Zweispaltige Seiteninhalte - linke Spalte */
{
	width: 43%;
	float: left;
}

.dreispalter .columnleft /* Dreispaltige Anordnung - links */
{
	width: 30%;
	margin-right: 4%;
	float: left;
}
.dreispalter .columnmiddle /* Dreispaltige Anordnung - mitte */
{
	width: 30%;
	margin-right: 4%;
	float: left;
}
.dreispalter .columnright /* Dreispaltige Anordnung - rechts */
{
	width: 30%;
	margin-right: 0;
	float: left;
}

body.febody .invisible /* fuer .bawhiddenhtml Einblend-Texte wie Datenschutz-Hinweis, Suchmaschinentext */
{
	display: none;
}

body.febody .formfieldhidden
{
	display: none;
}

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