/* Allgemein *******************************************************************/
/* buero-von-morgen ************************************************************/
/* 07.11.06 ta *** 25.11.09 update bt22 ta *************************************/
/* (c) 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%;
	background-color: #FFF;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	text-align: center;
}

body.febody /* nur fuer Frontend gueltig */
{
}

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

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

iframe
{
	border: none;
	overflow: hidden;
}

h1, 
h2, 
h3, 
h4, 
h5, 
p,
td p
{
	margin-top: 0px;
	padding-top: 0px;
}
h1
{
	color: #FF3300;
    font-size: 150%; 
	font-weight: normal;
	letter-spacing: 3px;
}
h1 a
{
	color: #FF3300;
}
h2
{ 
    color: #000; 
    font-size: 120%; 
}
h2 a
{ 
    color: #000; 
}
h3
{
	color: #000;
    font-size: 120%; 
	background: url(image/i_bullet_topnav.gif) no-repeat;
	padding-left: 14px;
}
h4
{
	color: #000;
    font-size: 110%; 
}
h5
{
	color: #000;
	background-color: #FFCC66;
    font-size: 110%; 
	padding-left: 5px;
	margin-bottom: 5px;
}

h5 a
{
	color: #000;
}

h6
{
	color: #FF3300;
    font-size: 120%;
}
h6 a
{
	color: #FF3300;
}

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

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

a img,
.thumb_image,
.zoomimagefe,
.dlimagefe
{
	border: none; 	
	border-color: #E6E6E6;
	cursor: pointer;
}

.thumb_image,
.zoomimagefe,
.dlimagefe
{
	cursor: pointer;
}

.pic
{
	line-height: 0;
}

.piclabel label,
.pic label
{
	font-size: 85%;
	line-height: 120%;
	margin-top: 0;
	padding-top: 0;
}

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

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

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

.febody a
{
	color: #000;
}

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

.febody .printheader
{
	clear:both;
	text-align: right;
}

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

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

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

.all /* umfasst alles */
{
	width: 17cm;
	text-align: left;
	margin: auto;
}

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

div.headcontainer
{
	display: none;
}



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

.maincontainer
{
}

.leftcontainer
{
	display: none;
}

.centercontainer
{
}

.rightcontainer
{
	display: none;
}


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

div.menu
{
	display: none;
}


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

.search
{
	font-size: 90%;
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 15px;
	background: url(image/i_bullet_search.gif) no-repeat;
}

.searchinput
{
	width: 100px;
	border:none;
	background: #FF9966;
	color: #000;
}
.searchsubmit
{
	font-size: 90%;
	border: none;
	background: transparent;
	cursor: pointer;
	text-align: left;
}

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

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

.searchresult dd
{
	margin: 0;
}

.searchresult dt
{
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

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

.searchresult a:hover
{
}

.searchresult strong /* Pfadangabe */
{
	color: #FF9966;
	margin-bottom: 5px;
}

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

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


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

.menuinfobox
{
	display: none;
}

/* 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: 45%;
	margin-right: 10px;
	float: left;
}

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

.mainarticle,
.articledetail,
.normarticle,
.nextcatarticleitem
{
	position: relative;
}

.normarticle img
{
}

.normarticle p, 
.nextcatarticleitem p,
.normarticle h2, 
.nextcatarticleitem h2,
.normarticle h3, 
.nextcatarticleitem h3,
.normarticle h6, 
.nextcatarticleitem h6

{
	margin: 0;
}

.normarticle  a, 
.nextcatarticleitem  a
{
	text-decoration: none;
	color: #000;
}
.normarticle h6 a, 
.nextcatarticleitem h6 a
{
	color: #FF3300;
}

.morelink
{
	color: #FF3300;
	text-decoration: underline;
}

.morelink:hover
{
	color: #000;
	text-decoration: underline;
}

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

a:hover
{
	text-decoration: underline;
}


/* Spezial-Bluecke  ***************************************************************************/

.articlelistblock, /* Artikelliste Kurzbeschr. rechts */
.infoblock /* Artikel Kurzbeschr. statisch */
{
	margin-bottom: 20px;
	width: 145px;
	background: url(image/wall_bo_blocks.gif);
}

.newsblock,
.jobblock
{
	width: 45%;
	padding-left: 30px;
	float: left;
}
.newsblock a,
.jobblock a
{
	text-decoration: none;
}

.newsblock h1.blockheading
{
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	background: #FF9966;
	padding: 1px 1px 1px 10px;
	margin-bottom: 5px;
}
.jobblock h1.blockheading
{
	color: #EB3B2E;
	font-size: 110%;
	font-weight: bold;
	background: #FFCC66;
	padding: 1px 1px 1px 10px;
	margin-bottom: 5px;
}


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

.formstylekontakt input,
.formstylekontakt textarea,
.formstylekontakt select
{
	font-size: 100%;
	border: 1px solid #FFCC66;
}

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

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

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

.footercontainer
{
	display: none;
}


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

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

table.alphabet
{
	width: 95%;
}

table.alphabet td
{
	width: 3%;
	text-align: center;
	color: #B0B7B4;
	background-color: #F2F2F2;
}

table.alphabet a.hyperlinkfe
{
	font-weight: bold;
	color: rgb(255, 51, 0);
	text-decoration: none;
	display: block;
	background-color: #F2F2F2;
}
table.alphabet a.hyperlinkfe:hover
{
	color: #FFFFFF;
/*	background-color: #F57920;*/
	background-color: rgb(255, 51, 0);
}

.pics-left
{
	float: left;
	padding-right: 10px;
	border: none;
}

.pics-right
{
	float: right;
	padding-right: 10px;
	border: none;
}

.pics-short
{
	float: left;
	padding-right: 10px;
	border: none;
}

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

.dreispalter .columnleft /* Werksfuehrung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	padding-right: 10px;
	float: left;
}
.dreispalter .columnmiddle /* Werksfuehrung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	padding-right: 10px;
	float: left;
}
.dreispalter .columnright /* Werksfuehrung: dreispaltige Anordnung der Bilder */
{
	width: 30%;
	margin-right: 0;
	float: left;
}

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