/* Druckansicht *************************************************************/
/* Gemeinschaftspraxis Dr. Graeve Dr. Sieroslawski **************************/
/* 02.05.12 rf/ta ***********************************************************/
/* (c) brain at work GmbH . D-88299 Leutkirch . www.brain-at-work.de ********/

body 
{
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, sans-serif; 
	background-color: #FFF;
}

body.febody 
{
}

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

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

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

h2
{ 
    color: #357AA7; 
	background: url(image/s_bullet_headings.gif) no-repeat;
    font-size: 120%; 
	padding-left: 25px;
	text-decoration: none;
	margin-bottom: 5px;
}
h2 a
{
    color: #357AA7; 
}

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

h4
{
	color: #000;
    font-size: 110%; 
}
h5
{
	color: #FFF;
	background-color: #357AA7;
    font-size: 110%; 
	padding-left: 5px;
	margin-bottom: 5px;
}
h5 a, h5 a:hover
{
	color: #FFF;
}

h6
{
    color: #357AA7;
    font-size: 105%;
	margin-bottom: 0px;
}
h6 a
{
    color: #357AA7;
}

/* 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: #000;
}



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

.febody .printheader
{
	margin-bottom: 1cm;
}


.febody .printbuttons
{
	width: 150px;
	height: 130px;
	line-height: 200%;
	position: absolute;
	left: -200px;
	top: 0px;
	padding: 30px 5px;
}

.febody .printbuttons a
{
        background: #EFF8FD ;
        border-radius:7px; /* CSS3 */;
        box-shadow: 3px 3px 5px #888;
        font-size: 120%;
        width: 120px;
        height: 30px;
        display: block;
}

.febody .printbuttons a:hover
{
	background: #14B6E4;
	color: #FFFFFF;
	text-decoration: none;
}


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

.all /* umfasst alles */
{
	width: 17cm;
	margin: auto;
	position: relative;
}

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

div.headcontainer
{
	display: none;
}

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

.maincontainer
{
}

.leftcontainer
{
	display: none;
}

.centercontainer
{
	width: 100%;
}

.rightcontainer
{
	display: none;
}


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

div.menu
{
	display: none;
}


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

.search
{
	margin-top: 20px;
	margin-left: 15px;
	color: #3172BC;
	font-size: 90%;
}

.searchinput
{
	border: 1px solid #BDBDBD;
	background: #FFF;
	color: #000;
}
.searchsubmit,
.searchlastsubmit
{
	border: none;
	background: transparent;
	color: #3172BC;
	cursor: pointer;
	font-size: 100%;
}

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

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

.searchresult a:hover
{
	text-decoration: underline;
}

.searchresult dt /* Pfadangabe */
{
	border-bottom: 1px solid #1992E1;
	margin-bottom: 5px;
}

.locatorstringnoanchor
{
	color: #1992E1;
	padding-right: 5px;
}

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


/* Men� Infobox *************************************************************************************/

.menuinfobox
{
	margin-left: 15px;
	color: #777;
}

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

.contentcontainer, 		/* Hauptbereich f�r Detail-Texte */
.articledetailcontain,	/* Liste der Detail-Texte "alle auf 1 Seite" */
.articlelistcontain1, 	/* Artikelliste Kurzbeschr. 1-spaltig */
.articlelistcontain2	/* Artikelliste Kurzbeschr. 2-spaltig */
{
	width: 100%;
}

.articlelistcontain2 .normarticle,
.articlelistcontain2 .nextcatarticleitem
{
	width: 45%;
	margin-right: 10px;
	float: left;
}

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

.normarticle img
{
}

.normarticle p, 
.nextcatarticleitem p
{
	margin: 0;
}

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

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

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

a:hover
{
	color: #D84C00;
	text-decoration: underline;
}

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

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

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

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

.formtable td
{
	padding-bottom: 3px;
}

.formfields input, /* span um input */
.formfields textarea,
.formfields select
{
	font-size: 100%;
	border: 1px solid #AAA;
}

.formfields .formerror /* Klasse des Input bei fehlenden Eingaben */
{
	border: 2px solid #D84C00;
}
.FormErrorMessageStyle
{
	color: #D84C00;
}

input.contactsubmit
{
	border: none;
	background: transparent;
	color: #357AA7;
	font-weight: bold;
	background: url(image/submit_left.gif) no-repeat;
	padding-left: 25px;
	cursor: pointer;
}

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

.footercontainer
{
	display: none;
}

.footercontainer p,
.footercontainer input,
.footercontainer a,
.footercontainer form
{
	color: #999;
	margin: 0;
}

.footercontainer .hyperlinkfe
{
	text-decoration: underline;
}

.backlink
{
	display: none;
}

input.recommend /* Weiterempfehlen-Button */
{
	font-size: 100%;
	border: none;
	background: transparent url(image/i_icon_recommend.gif) no-repeat 0 4px;
	margin: 0;
	padding: 0 20px 0 20px !important;
	padding: 0;
	cursor: pointer;
}

.toplink /* nach oben Link */
{
	background: transparent url(image/i_icon_toplink.gif) no-repeat right 4px;
	padding: 0 15px 0 20px;
	text-decoration: none;
	font-size: 100%;
}

#stylesheetlblprint /* Zur Druckansicht */
{
	background: transparent url(image/i_icon_printpage.gif) no-repeat 0 4px;
	padding: 0 0 0 20px;
	cursor: pointer;
}

/* 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
{
	display: none;
}