/* Allgemein ****************************************************************/
/* Gemeinschaftspraxis Dr. Graeve Dr. Sieroslawski **************************/
/* 02.05.12 rf/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%;
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, sans-serif; 
}

body.febody /* nur f�r Frontend g�ltig */
{
	background: #FFF url(image/w_body.jpg) no-repeat fixed;
}

tbody
{
	font-size: 100%;
}
.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;
}


/* Klassenangaben f�r Editor-span-Klassen (2.Dropdown-Feld neben Format)*/
.font60
{
	font-size: 60%;
}

.font80
{
	font-size: 80%;
}

.font120
{
	font-size: 120%;
}

.font140
{
	font-size: 140%;
}

.font160
{
	font-size: 160%;
}

.corporatecolor
{
	color: #357AA7;
}

.signalcolor
{
	color: #D84C00;
}

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

.febody .printheader
{
	display: none;
}

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

#stylesheetlblnormal  /* Link "Zur�ck zur Web-Ansicht " */
{
}

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

.all /* umfasst alles */
{
	width: 688px;
	margin-left: 159px;
}

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

div.headcontainer
{
	width: 100%;
	height: 60px;
	padding-top: 20px;
}

div.topnav
{
	margin-left: 200px;
	height: 20px;
	border-bottom: 1px solid #D7D7D7;
	position: relative;
}

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

div.topnav a.active:hover,
div.topnav a.topnav:hover
{
	color: #FFF;
	background: #54BBE8;
}

div.topnav ul a.topnav  /* 1. Ebene - nicht geklickt */
{
	display: block;
	font-size: 90%;
	color: #989898;
	line-height: 90%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px 0 5px;
	border-right: 1px solid #D7D7D7;
	float: left;
}

div.topnav ul a.active  /* 1. Ebene - geklickt */
{
	color: #D84C00;
	font-weight: bold;
	line-height: 90%;
}

.topnav ul
{
}

div.topnav ul ul
{
	top: 25px;
}

div.topnav ul ul a.topnav  /* 1. Ebene - nicht geklickt */
{
	display: block;
	font-size: 90%;
	color: #989898;
	line-height: 90%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px 0 5px;
	border-right: 1px solid #D7D7D7;
	float: left;
}

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

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

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

.maincontainer
{
}

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

.centercontainer
{
	width: 485px;
	padding: 0 0 20px 24px;
	float: right;
}

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


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

div.menu
{
}

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

div.menu a.menu:hover,
div.menu a.active:hover
{
	color: #D84C00;
}

div.menu ul a.menu
{
	display: block;
	padding-left: 13px;
	margin-top: 5px;
	font-weight: bold;
	color:#357AA7;
	background: #ECF5F7 url(image/w_mainmenu.gif);
	border-bottom: 1px solid #87CFF3;
	text-decoration: none;
}

div.menu ul a.active
{
	color:#D84C00;
	background: #ECF5F7 url(image/w_mainmenu_active.gif);
}

div.menu ul ul a.menu
{
	display: block;
	padding-left: 25px;
	margin-top: 0;
	font-weight: normal;
	color:#357AA7;
	background: #D5E8F2 url(image/w_submenu1.gif);
	border-bottom: none;
	text-decoration: none;
}

div.menu ul ul a.active
{
	color:#D84C00;
	background: #D5E8F2 url(image/w_submenu1_active.gif);
}

div.menu ul ul ul a.menu
{
	display: block;
	padding-left: 35px;
	margin-top: 0;
	font-weight: normal;
	color:#357AA7;
	background: #D5E8F2 url(image/w_submenu2.gif);
	border-bottom: none;
	text-decoration: none;
}

div.menu ul ul ul a.active
{
	color:#D84C00;
	background: #D5E8F2 url(image/w_submenu2_active.gif);
}

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

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 ************************************************************************************/

.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%;
}
div.searchinfofield
{
	color: #38A933;
	font-weight: bold;
	border: 1px solid #38A933;
	padding: 10px 10px 10px 50px;
	background: url(image/waiting.gif) no-repeat 10px 5px;
}
div.searchoutput 
{
	min-height: 200px;
}
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: n;
}
li.searchresultitem h3
{
	border:none;
	margin: 0;
}
li.searchresultitem .breadcrumbpath a.hyperlinkfe
{
	font-size: 80%;
	color: #999999;
        margin-right: 5px;
}
li.searchresultitem .breadcrumbpath a.hyperlinkfe:hover
{
	font-size: 80%;
	color: #1BBEEC;
        margin-right: 5px;
}
div.divproposallist
{
	z-index: 10000;
}
div.divproposallist ul
{
	width: 170px;
	position: absolute;
	left: 0px;
	top: 25px;
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0;
	z-index: 10000;
        list-style-image: none;
        text-align: left;
}
div.divproposallist ul,
div.divproposallist li
{
	list-style-type: none;
}

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

.menuinfobox
{
	margin: 25px 0px 0px 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: 485px;
}

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

.formerrorfields
{
    color:#D84C00;
    font-style: italic;
    list-style-type: none;
}


.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
{
	border-top: 1px solid #D7D7D7;
	margin-left: 200px;
}

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

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

.backlink
{
	color:#1BBEEC;
	font-weight: bold;
	font-size: 100%;
	text-decoration:none;
	padding-left: 15px;
	background: url(image/i_icon_back.gif) no-repeat 0 4px;
}

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 a
{
	font-size: 80%;
	color: #CCC;
}