/* 
* Template: "Ergotherapie Wandel"
* Copyright 2012 by: web-n-arts Thomas Prachtel
* http://www.web-n-arts.de
* (Dieser Hinweis darf nicht entfernt werden!)
*/


/* -------------------------------------------------------- */
/* Globale Einstellungen */
/* --------------------- */
* {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	text-align:inherit;
	line-height:1.5;
}
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
body 	{
	background-image:url("../grafiken/bg_body.jpg");
	/*background-image:url("../grafiken/xmaskugeln.png");*/
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment:fixed;
	background-color:#ffffff;
	overflow-y:scroll;


}
a {
	color:#e28229;
}
a:link {
	text-decoration:none;
	font-weight:normal;
}
a:visited {
	text-decoration:none;
	font-weight:normal;
}
a:hover	{
	color:#996600;
	text-decoration:none;
	font-weight:normal;
}

em {
	font:inherit;
	font-style:normal;
	font-weight:normal;
}

/* -------------------------------------------------------- */
/* Haupt-Layer */
/* ----------- */
div.main {
	width:1000px;
	height:auto;
	margin:0px auto 0px;
}


/* -------------------------------------------------------- */
/* Header */
/* ------ */
div.header {
	width:1000px;
	background-image:url("../grafiken/bg_header.png");
	background-repeat:no-repeat;
	background-position:bottom;
	height:160px;
	margin-top:0px;
	margin-bottom:0px;
	overflow:hidden;
}


/* -------------------------------------------------------- */
/* Website-Titel mit Schatten */
/* -------------------------- */
div.webtitle {
	font-family:Helvetica;sans serife;
	font-style:italic;
	font-weight:bold;
	position:absolute;
	margin-left:280px;
	z-index:2;
	top:48px;
	color:#cccccc;
	font-size:2.0em;
	letter-spacing:2px;
}

div.webtitleshadow{
	font-family:Helvetica;sans serife;
	font-style:italic;
	font-weight:bold;
	position:absolute;
	margin-left:282px;
	z-index:1;
	top:49px;
	color: #e6e6e6;
	font-size:3.0em;
	letter-spacing:2px;
}

/*----------------------------------------------------------*/
/* Kategorieinhalt */
/* --------------- */
div.catcontent {
	margin-left:0px;
	padding-left:30px;
	width:970px;
	overflow:hidden;
	background-image:url("../grafiken/bg_content.png");
	background-repeat:repeat-y;
}

div.sidebar {
	float:left;
	width:355px;
	height:auto;
	margin-top:0px;
	padding-top:120px;
	font-size:0.9em;
	line-height:1.5em;
	color:#666666;
	text-align:right;
	background-image:url("../grafiken/logo_nfb.png");
	background-repeat:no-repeat;
	background-position:top right;
	position:fixed;
	z-index:2;
}

div.sidebar img {
	width:355px;
	height:auto;
}

/* -------------------------------------------------------- */
/* Seiteninhalt Galerie */
/* ------------------------------------- */
div.gallerycontent {
	width:600px;
	margin-top:30px;
	margin-left:310px;
	padding-bottom:10px;
	text-align:left;
}


/* -------------------------------------------------------- */
/* DropDown-Men� */
/* --------- */
div.dropmenu {
	width:1000px;
	height:auto;
	margin:0px auto 0px;
	position:fixed;
	z-index:9;
}


/* -------------------------------------------------------- */
/* Hauptmenu */
/* --------- */
div.mainmenu {
	width:330px;
	height:auto;
	margin-top:0px;
}

ul.mainmenu {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
li.mainmenu {
	margin:0px;
	padding:0px;
	display:block;
}

li.mainmenu ul.detailmenu {
	margin-left:30px;
	padding:0px;
	list-style-type:none;
}
li.mainmenu li.detailmenu {
	margin:0px;
	padding:0px;
	display:block;
	margin-bottom:10px;
}


/* -------------------------------------------------------- */
/* Hauptmenu (Galerie) */
/* ------------------- */
div.gallerymenu {
	padding:3px 10px 3px 10px;
}
ul.gallerymenu {
	margin:0px;
	padding: 0px;
	list-style-type:none;
}
li.gallerymenu {
	display:inline;
	padding-right:15px;
}


/* -------------------------------------------------------- */
/* Detailmenu */
/* ---------- */
div.detailmenu {
	margin-left:370px;
	padding:20px 0px;
	text-align:right;
}

ul.detailmenu {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
li.detailmenu {
	display:inline;
	padding-right:0px;
}

/* -------------------------------------------------------- */
/* Detailmenu (Galerie) */
/* -------------------- */
div.gallerynumbermenu {
	padding:3px 10px 3px 10px;
}

ul.gallerynumbermenu {
	margin:0px;
	margin-top:20px;
	padding:0px;
	list-style-type:none;
}

li.gallerynumbermenu {
  	display:inline;
	padding-right:10px;
}
a.gallerynumbermenuactive { 
    color: #FFFFFF;
    text-decoration:none;
    background-color:#999999;
    padding:0px 5px 1px;
}

/* -------------------------------------------------------- */
/* Galerie-Tabelle (Uebersichtsmodus) */
/* --------------------------------- */
table.gallerytable {
	border-spacing:10px;
}
td.gallerytd {
	vertical-align:top;
	text-align:center;
	line-height:22px;
	vertical-align:top;
	font-size:0.8em;
	font-weight:bold;
	border:1px solid #999999;
	padding:5px;
}
img.thumbnail {
	width:220px;
	border:none;
}


/*----------------------------------------------------------*/
/* Seiteninhalt */
/* ------------ */
div.pagecontent {
	color:#666666;
	width:510px;
	min-height:400px;
	margin-top:-30px;
	margin-left:380px;
	padding-left:40px;
	padding-top:100px;
	padding-bottom:70px;
	text-align:left;
	border-left:2px solid #efefef;
}

/* -------------------------------------------------------- */
/* Footer */
/* --------------- */
div.footer {
	height:140px;
	width:1000px;
	margin:0px auto 0px;
	margin-top:-50px;
	padding-bottom:50px;
	background-image:url("../grafiken/bg_footer.jpg");
	background-repeat:no-repeat;
	background-position:top;
}


/* -------------------------------------------------------- */
/* Letzte Aenderung */
/* --------------- */
div.lastchange {
	margin-top:-22px;
	margin-left:75px;
	padding:35px 25px 0px 0px;
	height:auto;
	width:310px;
	text-align:right;
	border-right:2px solid #efefef;
	color:#666666;
	font-size:0.8em;
}

div.lastchange a {
	font-size:inherit;
	font-weight:normal;
}


div.lastchange a:hover {
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* Hauptmenupunkt */
/* -------------- */
a.menu {
	display:block;
	text-align:left;
	text-indent:20px;
	color:#999999;
	padding:5px 0px;
	height:15px;
	font-weight:normal;
	font-size:1.0em;
	margin:10px 0px;
}
a.menu:hover {
	text-decoration:none;
	text-indent:15px;
	color:#e28229;
	width:195px;
	border-left:5px solid #e28229;
}


/* -------------------------------------------------------- */
/* Aktiver Hauptmenupunkt */
/* ---------------------- */
a.menuactive {
	display:block;
	text-align:left;
	text-indent:15px;
	color:#e28229;
	border-left:5px solid #e28229;
	padding:5px 0px;
	height:15px;
	font-weight:normal;
	font-size:1.0em;
	margin:10px 0px;
}
a.menuactive:hover {
	text-decoration:none;
}

/* -------------------------------------------------------- */
/* Detailmenupunkt */
/* --------------- */
	
a.detailmenu {
	padding:5px 12px;
	color:#999999;
	background-image:url("../grafiken/arrow.png");
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
	font-size:1.0em;
}

a.detailmenu:hover {
	color:#e28229;
	text-decoration:none;
	background-image:url("../grafiken/arrow_select.png");
	background-repeat:no-repeat;
	background-position:left center;
}


/* -------------------------------------------------------- */
/* Aktiver Detailmenupunkt */
/* ----------------------- */
a.detailmenuactive {
	padding:5px 12px;
	color:#e28229;
	background-image:url("../grafiken/arrow_select.png");
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
	font-size:1.0em;
}

a.detailmenuactive:hover {
	text-decoration:none;
}


/* -------------------------------------------------------- */
/* Submenupunkt */
/* --------------- */
a.submenu {
	text-align:left;
	color:#999999;
	font-weight:normal;
	font-size:1.0em;
	padding-left:10px;
}

a.submenu:hover {
	text-decoration:none;
	color:#e28229;
	padding-left:5px;
	border-left:5px solid #e28229;
}


/* -------------------------------------------------------- */
/* Aktiver Submenupunkt */
/* ----------------------- */
a.submenuactive {
	text-align:left;
	color:#e28229;
	font-weight:normal;
	font-size:1.0em;
	padding-left:5px;
	border-left:5px solid #e28229;
}

a.submenuactive:hover {
	text-decoration:none;
}


/* -------------------------------------------------------- */
/* Fehler in Tag-Attribut oder -Wert */
/* --------------------------------- */
.deadlink {
	color:#FF4444;
	text-decoration:line-through;
	font-weight:bold;
}


/* -------------------------------------------------------- */
/* Suchwort-Hervorhebungen */
/* ----------------------- */
.highlight {
	padding:1px 1px;
	margin:2px;
	font-size:inherit;
	background-color:#FFCC00;
	color:#000000;
}


/* -------------------------------------------------------- */
/* Suchformular */
/* ------------ */
div.searchbox {
	width:200px;
	height:auto;
	margin-bottom:30px;
	margin-top:30px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
	text-indent:20px;
	color:#003399;
	font-weight:bold;
	font-size:1.0em;
	background-color:#EFEFEF;
}

div.search {
	text-indent:0px;
	width:170px;
	height:19px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	margin:-10px 0px 10px 20px;
}

form.searchform {
	display:inline;
	padding:0px;
	color:#000000;
	margin:0px;
}

input.searchtextfield {
	width:145px;
	margin:0px;
	padding-left:3px;
	border:none;
	background-color:transparent;
}

fieldset#searchfieldset {
   border:none;
   margin:0px;
   padding:0px;
}

input.searchbutton {
	margin-bottom:-4px;
	margin-left:3px;
}


/* -------------------------------------------------------- */
/* Kontaktformular */
/* --------------- */
form#contact_form {
	padding:10px;
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
}
table#contact_table {
}
table#contact_table td {
  vertical-align:top;
  padding-top:0px;
  line-height:25px;
}
span#contact_errormessage{
  	display:block;
	margin-bottom:10px;
	color:#AA0000;
	border:1px solid #AA0000;
	padding:6px 5px 5px 30px;
	font-weight:bolder;
	background-color:#FFDDDD;
	background-image:url('../grafiken/msg_error.png');
	background-position:8px;
	background-repeat:no-repeat;
  
}
span#contact_successmessage{
  	display:block;
	margin-bottom:10px;
	color:#7EA724;
	border:1px solid #00AA00;
	padding:6px 5px 5px 30px;
	font-weight:bolder;
	background-color:#DDFFDD;
	background-image:url('../grafiken/msg_success.png');
	background-position:8px;
	background-repeat:no-repeat;
}
input#contact_name, input#contact_mail, input#contact_website, input#contact_calculation {
	border:1px solid #999999;
}
/*nachtr�glich eingef�gt - nicht Bestandteil der Standard-CSS*/
input#contact_calculation {
	width:80px;
	color:#000000;
	line-height:1.0em;
}
/**/
textarea#contact_message {
	border:1px solid #999999;
}
input#contact_submit {
  	cursor:pointer;
  	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	margin:0px;
	padding:1px 15px 2px;
	background-image:url("../grafiken/button.png");
	background-repeat:repeat-x;
	border: 1px solid #999999;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px 3px 3px 3px;
	-webkit-box-shadow: 1px 1px 3px #C0C0C0;
    -moz-box-shadow: 1px 1px 3px #C0C0C0;
    box-shadow: 1px 1px 3px #C0C0C0;
	text-decoration:none;
	color:#FFFFFF;	
}
input#contact_submit:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-image:url("../grafiken/buttonh.png");
	background-repeat:repeat-x;
	border: 1px solid #999999;
}



/* -------------------------------------------------------- */
/*                                                          */
/* AB HIER: CMS-SYNTAX                                      */
/*                                                          */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* [link|...]      */
/* --------------- */
a.link {
}


/* -------------------------------------------------------- */
/* [mail|...]      */
/* --------------- */
a.mail {
}


/* -------------------------------------------------------- */
/* [seite|...]      */
/* --------------- */
a.page {
}


/* -------------------------------------------------------- */
/* [kategorie|...]      */
/* --------------- */
a.category {
}


/* -------------------------------------------------------- */
/* [datei|...]      */
/* --------------- */
a.file {
}


/* -------------------------------------------------------- */
/* [galerie|...]      */
/* --------------- */
a.gallery {
}


/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
span.contentimage {
}

img {
    border:none;
    margin-bottom:3px;
    max-width:510px;
    max-height:400px;
}

span.imagesubtitle {
    margin:3px 3px;
    font-size:0.8em;
    line-height:1.4em;
}


/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
span.leftcontentimage {
	margin:0px 30px 0px 0px;
    float:left;
    text-align:center;
}

img.leftcontentimage {
	border:none;
	margin-bottom:6px;
}


/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
span.rightcontentimage {
	margin:0px 0px 0px 30px;
    float:right;
}

img.rightcontentimage {
	border:none;
	margin-bottom:6px;
}


/* -------------------------------------------------------- */
/* [fett|...] */
/* ---------- */
b.contentbold {
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* [kursiv|...] */
/* ------------ */
i.contentitalic {
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* [unter|...] */
/* ------------ */
u.contentunderlined {
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* [durch|...] */
/* ------------ */
s.contentstrikethrough {
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* [zentriert|...] */
/* --------------- */
.aligncenter {
    text-align:center;
    font-size:inherit;
}


/* -------------------------------------------------------- */
/* [links|...] */
/* ----------- */
.alignleft {
    text-align:left;
    font-size:inherit;
}


/* -------------------------------------------------------- */
/* [rechts|...] */
/* ------------ */
.alignright {
    text-align:right;
    font-size:inherit;
}


/* -------------------------------------------------------- */
/* [block|...] */
/* ----------- */
.alignjustify {
    text-align:justify;
    font-size:inherit;
}


/* -------------------------------------------------------- */
/* [ueber1|...] */
/* ------------ */
h1 {
	font-family:helvetica;
	text-align:left;
	line-height:1.6em;
	font-weight:100;
	font-size:1.6em;
	margin-top:20px;
	margin-bottom:10px;
}


/* -------------------------------------------------------- */
/* [ueber2|...] */
/* ------------ */
h2 {
	font-family:helvetica;
	text-align:left;
	font-size:1.4em;
	font-weight:100;
	margin-top:10px;
	margin-bottom:5px;
}


/* -------------------------------------------------------- */
/* [ueber3|...] */
/* ------------ */
h3 {
	text-align:left;
	font-size:1.0em;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}


/* -------------------------------------------------------- */
/* [liste|...] */
/* [numliste|...] */
/* ------------ */
ul {
	margin-top:0px;
	margin-bottom:0px;
	list-style-type:disc;
}

li {
	margin-top:0px;
	margin-bottom:0px;
}

ol {
	margin-top:0px;
	margin-bottom:12px;
	/*list-style-type:decimal-leading-zero;*/
}



/* -------------------------------------------------------- */
/* [----] */
/* ------ */
hr {
	border:1px solid #efefef;
}


/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
	border-collapse:collapse;
	margin:0px;
	text-align:left;
	width:100%;
}
th.contenttable {
	text-align:left;
	font-size:1.0em;
	vertical-align:top;
	/*color:#FFFFFF;
	background-image:url("../grafiken/boxheader.png");
	background-repeat:repeat-x;
	border:1px solid #999999;*/
	padding:2px 5px;
}
td.contenttable1 {
	vertical-align:top;
	/*border:1px solid #999999;
	background-color:#FFFFFF;*/
	padding:2px 5px;
}
td.contenttable2 {
	vertical-align:top;
	/*border:1px solid #999999;
	background-color:#EFEFEF;*/
	padding:2px 5px;
}



/* -------------------------------------------------------- */
/* {TABLEOFCONTENTS} */
/* ----------------- */
div.tableofcontents ul ul {
    /*padding-left:15px;*/
}
div.tableofcontents li.blind {
    list-style-type:none;
    list-style-image:none;
}



/* -------------------------------------------------------- */
/*                                                          */
/* AB HIER: Benutzerdefinierte Syntaxelemente               */
/*                                                          */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* box */
/* ------- */
div.box {
	float:right;
	width:221px;
	padding:0px;
	margin:15px 0px 0px 35px;
	background-color:none;
}

div.boxheader {
	width:221px;
	height:29px;
	padding:0px;
	margin-bottom:0px;
	background-image:url("../grafiken/box_header.png");
	background-repeat:no-repeat;
}

div.boxbody {
	width:221px;
	min-height:30px;
	margin:0px;
	background-image:url("../grafiken/box_bg.png");
	background-repeat:repeat-y;
	padding:0px;
}

div.boxcontent {
	width:180px;
	min-height:30px;
	margin:0px 20px 0px;
	color:#666666;
	font-size:0.9em;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	line-height:1.5em;
}

div.boxcontent h1{
	font-family:helvetica;
	text-align:center;
	color:#e28229;
	border-bottom:1px solid #ccc;
	font-weight:100;
	font-size:1.4em;
	margin-top:0px;
	margin-bottom:15px;
	padding-bottom:5px;
	font-style:normal;
}

div.boxfooter {
	width:221px;
	height:29px;
	padding:0px;
	margin-top:0px;
	background-image:url("../grafiken/box_footer.png");
	background-repeat:no-repeat;
}

/* -------------------------------------------------------- */
/* Button */
/* ------ */
span.button a {
	text-align:center;
	vertical-align:middle;
	line-height:3.5em;
	font-weight:normal;
	margin:0px;
	padding:3px 20px 5px;
	background-image:url("../grafiken/button.png");
	background-repeat:repeat-x;
	border: 1px solid #999999;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px 3px 3px 3px;
	-webkit-box-shadow: 1px 1px 3px #C0C0C0;
    -moz-box-shadow: 1px 1px 3px #C0C0C0;
    box-shadow: 1px 1px 3px #C0C0C0;
	text-decoration:none;
	color:#FFFFFF;
}
span.button a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-image:url("../grafiken/buttonh.png");
	background-repeat:repeat-x;
	border: 1px solid #999999;
}


/* -------------------------------------------------------- */
/* Kleiner Text */
/* ------------ */
div.smalltext {
	font-size:0.8em;
	line-height:1.4em;
	color:#999999;
}

div.smalltext a {
	font-size:1.0em;
}

/* -------------------------------------------------------- */
/* Hooverbilder */
/* ------------ */
.geriatrie {
	display:block;
	width:365px;
	height:110px;
	background:url("../grafiken/geriatrie_h.jpg") 0 bottom;
	background-repeat:no-repeat;
	padding-left:140px;
}
.geriatrie:hover {
	background-position: 0 top;
}

.neurologie {
	display:block;
	width:365px;
	height:110px;
	background:url("../grafiken/neurologie_h.jpg") 0 bottom;
	background-repeat:no-repeat;
	padding-left:140px;
}
.neurologie:hover {
	background-position: 0 top;
}

.orthopaedie {
	display:block;
	width:365px;
	height:110px;
	background:url("../grafiken/orthopaedie_h.jpg") 0 bottom;
	background-repeat:no-repeat;
	padding-left:140px;
}
.orthopaedie:hover {
	background-position: 0 top;
}

.paediatrie {
	display:block;
	width:365px;
	height:110px;
	background:url("../grafiken/paediatrie_h.jpg") 0 bottom;
	background-repeat:no-repeat;
	padding-left:140px;
}
.paediatrie:hover {
	background-position: 0 top;
}

.psychiatrie {
	display:block;
	width:365px;
	height:110px;
	background:url("../grafiken/psychiatrie_h.jpg") 0 bottom;
	background-repeat:no-repeat;
	padding-left:140px;
}
.psychiatrie:hover {
	background-position: 0 top;
}