body {
	background: url(img/bg.jpg) fixed;
	margin: 0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	color: #000;

}
/* ******************************************
	link, hr line, img
****************************************** */	
a:link, a:visited, a:active {
	color: #5b5b5b;
	text-decoration: none;
}
a:hover {
	color: #F8A109;
	text-decoration: dotted;
}

a img {border:0;}
p a {background: transparent url(img/link.gif) no-repeat; 
	padding: 3px 2px 0px 12px;}

.acrobat {background: transparent url(img/acrobat.gif) no-repeat; 
	padding: 3px 2px 0px 25px;}

hr {
	margin: 5px 0px 5px 0px;
	color: #204E01;
	border: 0;
	border-top: 1px dotted #204E01;
	height: 1px;
}
/* ******************************************
	h1, h2, h3, h4, h5, h6,
****************************************** */	
h1, h2, h3, h4, h5, h6 {color: #005a9d;}
/* p {margin:0;} */
h1 {margin:0 0 12px; font-size: 20px;}

h2 {margin:10px 0 4px 0; font-size: 16px;}

h3 { margin:10px 0 4px 0; font-size: 14px;}

h4 {margin:10px 0 0 0; font-size: 1em;}

h5 {margin:10px 0 0 0; font-size: 0.9em;}

h6 {margin:3px 0 0 0; font-size: 0.75em;}

/* ******************************************
	form
****************************************** */	
form {margin: 0;}
input,
textarea { color: #000; }
/* ******************************************
	li, ul, ol, blockquote, code, address
****************************************** */	

li {padding-bottom: 0px;}

ul {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-type: square
}

ol {

	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}
blockquote{
	background-color:#F7EAD3;
	padding: 3px;
	border-left: 1px solid #D48804;
	margin: 3px 0 20px 0;
	color:#000;
}
pre, .code {
	padding: 6px 0 20px 6px;
	border-top: 1px solid #CE8404;
	border-right: 1px solid #CE8404;
	border-bottom: 1px solid #CE8404;
	border-left: 1px solid #CE8404;
	background-color: #F9D89D;
	margin: 3px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	color: #000;
	overflow:auto;
	line-height:150%;
}
address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #CE8404;
	font-style: normal;
	font-weight: bold;
}
/* ******************************************
	Layout Blocks
****************************************** */	
#main { 
   width: 850px;
   min-height:99%;
   margin: 0 auto 0 auto;
   padding: 0;
   background-image: url(img/content.jpg) ;
   background-repeat: repeat-y;
}
#header {
	height:100px;
	background-image: url(img/header-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
* html #header {clear:both;height:100px;}

#pageheader {margin:0px 100px 0 10px; color: #fff; font-size: 16px; padding: 33px 100px 0px 5px;}
#pageheader strong {font-size: 16px; color: #fff;}

#breadcrumbs {
	height:150px;
	background:url(img/image-head07.jpg);
	clear:both;
}
#breadcrumbs span {
	background: transparent url(img/link.gif) no-repeat;
	padding: 6px 2px 0px 12px; font-weight: bold; }

#breadcrumbs a {
	border-bottom: 1px dotted #CE8404;
	text-decoration: none;
}
#breadcrumbs a:hover {border-bottom: 1px solid #F79E04;}
#breadcrumbs .menu-current a{color: #F79E04;}

#infobox { 
	float: left;
	width: 200px;
	margin: 0px 5px 0 20px;
	border: 0px solid #F79E04;
	background:transparent;
	padding:0px;
	display:inline;
}

#content { /* main content from the WYSIWYG goes in here */
	margin: 0 20px 0 260px;
	padding: 4px 10px 14px 0;
	clear: right;
	background: transparent;
}

#content2 { font-size: 80%;  }

#leftmenu { font-size: 12px; }
* html #contentbox #content {text-align:left;} 
* html #contentbox #content table {width: 90%;} 

#prevnext {
	float:right;
	margin-top:0px;
	margin-right:10px;
	color: #fff;
	font-weight: bold;
}
#prevnext a {color: #fff;
}


/* **************************************************************
	H e a d e r  M e n u

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
************************************************************** */
#navContainer {height:30px; display:block;clear:both; background: black url(img/menue-bg1.png) repeat-x;}

 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav { font-size: 12px; font-weight: normal; float:left; height: 30px; border: 0; padding:0; margin:  0 50px 0 10px; }
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative; 
}

/* Root Level Link Formatting */
#nav ul li {float: left; color: #FEC66D; text-align: center; font-weight: bold; }
#nav ul li a {display: block; background: transparent; padding: 7px 10px 7px; color: #e1e0e0; text-decoration: none; }
/* Root Level link hover */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {background: url(img/navbgl1hi.jpg); color: #ed1c24;}
#nav a.menu-parent {background: url(img/navbgl1hi.jpg); color: #ed1c24;}


/*Current page Customisations*/
#nav a.menu-current		{font-weight: bold;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 11em; margin: 0; display: none; text-transform: none; border-bottom: 1px solid #204407; border-left: 1px solid #204407; border-right: 1px solid #204407; font-size: 100%; background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li {width: 11em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul li a {width: 10.5em; padding: .3em .1em .3em .4em; color: #FFFFFF; border-top: 1px solid #204407; font-weight: normal;  background: none;}

/* 2nd Child link hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { background: #E5BE73 url(img/navbgl1ahi.jpg); color:#ed1c24;}
#nav .menu li ul a.menu-parent {background: url(img/navbgl1ahi.jpg)#E5BE73 url(http://paartherapie-forum.de/templates/igst/img/navbgl1parent.gif); color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul	{ margin: 5px 0 0 -40%; z-index: 9999;  background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li ul li	{width: 11em;}
#nav .menu li ul li ul li a 	{ width: 10.5em;}

/* 4rd Child Menu Appreances */
#nav .menu li ul li ul li ul	{  width: 9em; background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li ul li ul li	{  width: 9em; }
#nav .menu li ul li ul li ul li a 	{ width: 8.5em;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
/* ******************************************
	Login Box
****************************************** */

#login-box { 
	background-image: url(img/login.png);
	text-align: left;	
	line-height: 120%; 
	margin: 1em 5px 0.3em 5px; 
	border: 0px solid #002951;
}	
#login-box fieldset {border:0; text-align:left;}
#login-box legend {font-size: 90%; color: #002951;}

#login-box input {
	display:block;
	font-size: 10px;
	position: left;
	width: 120px;
}

/* ******************************************
	Classes
****************************************** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearcontent {height:60px; clear:both}
.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:20px ;}

/* ******************************************
	search
****************************************** */
#searchesa{
	background: url(img/bg_search.jpg) top left no-repeat;
	padding-left: 28px;
}
#infobox .searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 5px;
	padding: 10px 0 10px 10px;
	XXwidth: 160px;
}
#infobox .searchform p { margin: 0; padding: 0; }
#infobox .searchform input.textbox {
	width: 90px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
#infobox .searchform input.button {
	margin: 2px;
	font: bold 1em Arial, Sans-serif;
	border: 0px solid #002951;
	background: #FFF;
	padding: 2px 3px;
	color: #4284B0;
	width: 43px;
	background: url(img/bg_searchsubmit.gif) top center no-repeat;
}

/* ******************************************
	footer
****************************************** */
#footerbox {
	font-size: 12px;
	color: #6d6d6e;
}
#footer { font-size: 90%; background-color: white; text-align: center; width: 850px; margin: 0 auto; padding: 20px 0 10px; }
#footer-teil { color: black; margin: 0 auto 0 auto; padding: 0; width: 850px; height:144px; margin: 0 auto; padding: 0; }
#footer-teil h3{
	color: #E5E6E7;
	margin: 0 center;
	padding: 0;
	border-bottom: 1px dashed #E5E6E7;
}
#footer-teil ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-teil li a {
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	width: 96%;
	color: #E5E6E7;
	background: url(img/pointer02.gif) left top no-repeat;
}
#footer-teil  a {
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	width: 96%;
	color: #E5E6E7;
	background: url(img/pointer02.gif) left top no-repeat;
}

#footer-teil .teil1, .teilmitte {float: left; width: 260px;
}
#footer-teil .teil1 p {padding: 0px 10px 0px 30px;
}
#footer-teil .teil1 h3 {padding: 0px 10px 0px 10px;
}
#footer-teil .teilmitte {margin: 0 15px;
}
.dozenten { font-size: 80%; text-align: center; width: 120px; height: 160px; float: left; margin-top: 10px; margin-bottom: 10px; padding: 0; }
.dozenten img { border: solid 1px black; }
.dozenten td {  }
.imgleft {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	border: solid 1px black;
}
.imgright { float: right; margin-bottom: 10px; margin-left: 10px; border: solid 1px black; }
#leftmenu .menu-current a { bold; color: #005a9d; }

/* Lightbox slideshow CSS */
#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a {
    border-bottom:none;
    color:#000000;
    text-decoration:none;
}

#lightbox a:hover {
    border-bottom:none;
    color:#ea2224;
    text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("http://paartherapie-forum.de/modules/lightbox2/images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("http://paartherapie-forum.de/modules/lightbox2/images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("http://paartherapie-forum.de/modules/lightbox2/images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("http://paartherapie-forum.de/modules/lightbox2/images/nextlabel.gif") right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("http://paartherapie-forum.de/modules/lightbox2/images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
#workshops td {border: 1px solid #999; border-collapse:collapse; border-spacing: 0px;}
table#workshops {border: 1px solid #999;}