/* Allgemein ********************************************************************/
/* Mendel Stanztechnik ****************************************************************/
/* 22.12.06 ta ****************************************************************/
/* © brain at work GmbH . D-88299 Leutkirch . www.brain-at-work.de **************/

body /* gilt nur für Frontend! da im Backoffice die Container-Styles in den body geladen werden */
{
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	color: #4B4B4B;
}

body.febody
{
	background: #FFF url(image/wall_body.gif) repeat-x;
	text-align: center;
}

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

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

tbody p
{
	margin: 0;
}

h1, 
h2,
h3, 
h4, 
h5, 
h6,
p
{
	margin-top: 0px;
	padding-top: 0px;
}

h1 
{ 
	color: #000;
    font-size: 150%; 
}
h2
{ 
	color: #000;
    font-size: 140%; 
}
h3 
{ 
	color: #10378C;
    font-size: 120%; 
	margin-bottom: 5px;
}
h3 a
{	
	color: #10378C;
}

h4 
{ 
    font-size: 110%; 
}
h5 
{ 
    font-size: 100%; 
	border-bottom: 1px solid #7993EB;
}
h6 
{ 
	color: #FFF;
    font-size: 100%; 
	background: #10378C;
	padding-left: 20px;
	padding-top: 3px;
	height: 20px;
	margin-bottom: 0px;
}

div.all
{
	width: 900px;
	margin: auto;
	text-align: left;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}

/* Bilder mit Links, Links für versch. Typen ************************************************************************/

img
{
	border-color: #EFEFEF;
}

.thumb_image,
.zoomimagefe,
.hyperlinkfe,
.doclinkfe,
.dlimagefe
{
	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;
	cursor: pointer;
}
.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;
	cursor: pointer;
}
.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;
	cursor: pointer;
}
.pic label.doclinkfe
{
	background: url(image/icon_download_1.gif) no-repeat;
}

a
{
	color: #10378C;
}


/* Klassenangaben für Editor-span-Klassen (2.Dropdown-Feld neben Format) *************/
/* Klassen-Namen nicht umbenennen, da hardcodiert in editor-files eingetragen !!! ****/

.font60
{
	font-size: 80%;
}

.font80
{
	font-size: 90%;
}

.font120
{
	font-size: 120%;
}

.font140
{
	font-size: 140%;
}

.font160
{
	font-size: 160%;
}

.corporatecolor
{
	color: #151F6B;
}

.signalcolor
{
	color: #C71916;
}

/* Print-Header: nur sichtbar für media=print ************************************/

.printheader
{
	display: none;
}

/* Head ************************************************************************/

div.topline
{
	width: 100%;
	height: 27px !important;
	height: 29px;
	position: relative;
}

.language /* Sprachauswahl */
{
	width: 200px;
	height: 21px;
	margin-left: 20px;
	padding-top: 7px;
	border-right: 1px solid #FFF;
	float: left;
	text-align: left;
	white-space: nowrap;
}
.language button
{
	font-size: 90%;
	color: #FFF;
	border: none;
	background: transparent;
	text-decoration: none;
	cursor: pointer;
}
.language p
{
	color: #FFF;
}

div.topnav
{
	float: left;
	font-size: 90%;
	margin-top: 5px;
}

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

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

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

div.topnav ul a.active  /* 1. Ebene - geklickt */
{
}

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

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

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

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

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

.search
{
	height: 24px;
	overflow: hidden;
	float: right;
	font-size: 90%;
	color: #FFF;
	margin-top: 5px;
	margin-right: 5px;
}

.search *
{
	margin: 0;
	padding: 0;
}

.searchinput
{
	border:none;
	background: #D8DFF9;
	font-size: 90%;
	width: 125px;
	color: #000;
	font-size: 11px;
	line-height:20px;
}
.searchsubmit
{
	border: none;
	background: #10378C;
	font-size: 100%;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

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

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

dl.searchresult dt
{
	margin: 2px;
}

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

.searchresult a:hover
{
}

a span.locatorstringnoanchor
{
	font-size: 95%;
	color: #10378C;
	padding-right: 5px;
}

.bawfoundtext /* exakt zur Suche uebereinstimmende Begriffe */
{
	font-weight: bold;
}


/* Grobaufteilung *******************************************************************************/

.leftcontainer /* Linke Seite: Menü, News, Infoblock */
{
	width: 220px !important;
	width: 219px;
	padding-top: 270px;
	float: left;
	border-right: 1px solid #FFF;
	position: relative;
}

.maincontainer /* Mitte: Detailseite, Standard-Artikellisten */
{
	position: relative;
	float: right;
	width: 679px !important;
	width: 678px;
	min-height: 550px;
	height: auto !important; 
	height: 550px;
}

table tr td
{
}


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

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

div.menucontainer ul a.menucontainer:hover, /* allg Hover-Effekt */
div.menucontainer ul ul a.menucontainer:hover
{
	text-decoration: underline;
}

div.menucontainer ul  /* Menüblock auf blau oben */
{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block; 
	width: 200px;
	height: 109px;
	padding-top: 20px;
	padding-left: 20px;
	background: #10378C;
}

div.menucontainer ul a.menucontainer  /* Menü 1. Ebene */
{
	display: block;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 100%;
	background: url(image/i_bullet_menu.gif) no-repeat 0px 3px;
}

div.menucontainer ul a.active
{
	font-weight: bold;
}

div.menucontainer ul ul  /* Menüblock auf hellblau mitte */
{
	position: absolute;
	left: 0px;
	top: 130px;
	display: block; 
	width: 190px !important;
	width: 218px;
	height: 109px !important;
	height: 129px;
	padding-top: 10px;
	padding-left: 10px;
	background: transparent;
}

div.menucontainer ul ul a.menucontainer  /* Menü 2. Ebene */
{
	display: block;
	margin-bottom: 0px;
	padding-left: 20px;
	color: #10378C;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	line-height: 20px;
	background: url(image/i_bullet_submenu1.gif) no-repeat 0px -5px;
}

div.menucontainer ul ul a.active
{
	font-weight: bold;
}

div.menucontainer ul ul ul /* Menüblock auf hellblau mitte */
{
	position: absolute;
	left: 0px;
	top: 130px;
	display: block; 
	width: 190px !important;
	width: 218px;
	padding-top: 10px;
	padding-left: 10px;
	background: transparent;
}

div.menucontainer ul ul ul a.menucontainer  /* Menü 3. Ebene */
{
	display: block;
	margin-bottom: 0px;
	padding-left: 20px;
	color: #10378C;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	line-height: 20px;
	background: url(image/i_bullet_submenu1.gif) no-repeat 0px -5px;
}

div.menucontainer ul ul ul a.active
{
	font-weight: bold;
}

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

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

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

/* Newsblockx links  *************************************************************/

.newsblock
{
/*	position: absolute;
	top: 265px;
	left: 0px;
	font-size: 100%;
	padding-left: 20px; */
	padding: 0 20px 20px 20px;
	margin: 0 0 10px 0;
	border-bottom: 10px solid #E4EDFF;
	border-right:  1px solid #E4EDFF;
}

/* Menü Infobox links unten *************************************************************/

.menuinfobox
{
/*	position: absolute;
	bottom: 0px;
	left: 0px; */
	margin-left: 20px;
	
}

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

.topillu
{
	width: 679px;
	height: 129px;
	overflow: hidden;
	border-bottom: 1px solid #FFF;
}

.topilluslogan
{
	font-family: arial narrow, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 170%;
	color: #FFF;
	position: absolute; 
	left: 20px; 
	top: 70px;
}

.logo
{
	width: 679px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.articlelistcontainer p
{
	margin: 0;
}

.clickpiccontainer /* Speziell für Startseite ohne Padding */
{
	width: 680px;	
	background: #FFF url(image/wall_body_backoffice.gif) repeat-x;
}
.febody .clickpiccontainer { background: none; }

.contentcontainer
{
	width: 640px;	
	padding: 20px 20px 20px 20px;
	float: left; 
	background: #FFF url(image/wall_body_backoffice.gif) repeat-x;
}
.febody .contentcontainer { background: none; }


.contentcontainer .normarticle
{
    display:block;
	margin-top: 20px;
}

.contentcontaner .nextcatarticle /* umspannt die Artikelliste der Unterkategorien */
{
}

.contentcontainer .mainarticle,
.contentcontainer .articledetail
{
	margin-bottom: 40px;
}

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

div.newsblock *
{
	margin: 0;
}

h1.blockheading
{
	font-size: 110%;
	color: #10378C;
}

div.contentcontainer * a:hover
{
	text-decoration: underline;
}

div.contentcontainer .normarticle a span.morelink, 
div.contentcontainer .nextcatarticleitem a span.morelink,
div.newsblock .normarticle a span.morelink, 
div.newsblock .nextcatarticleitem a span.morelink
{
/*	display:block; */
	color: #00489F;
	text-decoration: underline;
}

div.contentcontainer .nextcatarticleitem
{
    margin-bottom: 20px;
    display: block;
}

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

a:hover
{
	text-decoration: underline;
}


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

.footercontainer
{
	min-height: 50px;
	height: auto !important;
	height: 50px;
	clear: both;
	background: url(image/wall_footer.gif) no-repeat bottom left;
}

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

.formfields input, /* span um input */
.formfields textarea,
.formfields select
{
	border-top: 1px solid #10378C;
	border-left: 1px solid #10378C;
	border-right: 1px solid #A7B9FF;
	border-bottom: 1px solid #A7B9FF;
}

.contactsubmit
{
	border: 1px solid #A7B9FF;
}

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

.formerror /* Klasse des Input bei fehlenden Eingaben */
{
	color: #FFF;
	background: #C71916;
}

/* 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
{
	width: 43%;
	float: left;
}

.dreispalter .columnleft /* Werksführung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	margin-right: 4%;
	float: left;
}
.dreispalter .columnmiddle /* Werksführung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	margin-right: 4%;
	float: left;
}
.dreispalter .columnright /* Werksführung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	margin-right: 0;
	float: left;
}

/** brain-at-work Link *****************************************************************/
.bawlink a
{
	color: #E4EDFF;
	text-decoration: none;
}
