/************************************************************

 * TITLE: Webdesign Psychotherapie Stylesheet               *

 * AUTHOR: Markus Delbrouck (webmaster@markusdelbrouck.ch)  *

 * MODIF: 15-07-2004 12:58 +0200                            *

 ************************************************************/

/* Standard Body */

body {
   font-size: 12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000;
   background-color: #fff;
   background:url(../images/bodybg.gif) repeat-y;
}

.phpdigHighlight { font-weight: bold; color:red; }

/* Standard Hyperlinks */

a:link, a:visited, a:hover, a:active{
  text-decoration:none;
  font-weight:bold;
  color:#0000ff;
  background-color:inherit;
}

a:visited { color:#146ebe; }

a:hover, a:active {
  color:#f00;
  text-decoration:underline;
  font-weight:bold;
}

/* Brotkruemmel */

.breadcrumb {
 margin-right: 50px;
 font-size:90%;
 color:#838B8B;
 text-decoration:none;
 font-weight:bold;
 float: right;
}

/* Inhaltstexte */

#inhalt {
   background-color: #ffffff;
   padding: 1em;
   margin: 0 0 0 200px;
   border-top: 1px solid #ccc;
}

/* Inhaltstexte Startseite */

#startseiteinhalt {
   font-size: 12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #000;
   background-color: #ffffff;
   padding: 1em;
   margin: 0 0 0 220px;

/* border-bottom: 1px solid #9DADC6; */

}

img.markus {
position:absolute;
top:80px;
left:220px;
width:120px;
height:149px;
border:0px;
z-index:2;
}

img.rainer {
position:absolute;
top:250px;
left:220px;
width:118px;
height:152px;
border:0px;
z-index:2;
}

p {
   display:block;
   line-height:150%;
}

/* Formatierung Überschriften */

h1,h2,h3,h4,h5,h6 {
   font: bold 1.2em/1;
   padding: 0px 0px;
   margin-top: 1.5em;
   margin-bottom: 0;
}

h1 {
   font-size: 1.5em;
   font-weight: normal;
   letter-spacing: 0.2em;
}

h2 {
   font-size: 1.2em;
   font-style: normal;
   text-indent: 2em;
   background:url(../images/rechteckh2.gif) no-repeat;
}

.headline {
   text-align: center;
   font: 20px/170% Verdana, Arial, Helvetica, sans-serif;
}

/* Formatierung Überschriften Box */

	dl {
		width: 240px;
		padding: 0;
		margin: 0 0 0 0;
		margin-left: 250px;
		background: #ccc url(../images/reiter/box_bottom.gif) no-repeat bottom left;
		}

	dt {
		margin: 0;
		padding: 8px;
		color: #fff;
		text-align: center;
		font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
		background: #ccc url(../images/reiter/box_top.gif) no-repeat top left;
		}

	dd {
		margin: 0 0 0 10px;
		padding: 0 10px 10px 10px;
		color: #000;
		font-family: Verdana, sans-serif;
		font-size: 85%;
		/* background: url(../images/reiter/arrow.gif) no-repeat 0 3px; */
		}


/* Formatierung Erklärungen Farben */

	#blue, #blue dt {
		background-color: #668fff;
		}

	#red, #red dt {
		background-color: #ff0000;
		}

	#green, #green dt {
		background-color: #008000;
		}

/* Navigation */

#navigation a img
{
border : none;
}

#navigation {
   background-color: transparent;
   position: absolute;
   left: 0;
   position: fixed;
   top: 0;
   margin-top: 20px;
}

/* Logo Positionierung und Link */


#navigation div#logo a  {
	border: none;
	position: relative;
	left: 15pt;
	bottom: 10pt;
	background-color: transparent;
	cursor:hand;
}

#navigation a {
   font: bold 1em sans-serif;
   text-decoration: none;
   display: block;
   padding: 3px 4px;
   border: 1px solid #cccccc;
   margin: 1px 0 0;
   margin-left: 10px;
   width: 150px;
   border-radius:7px;
   -moz-border-radius:7px;
}

#navigation a:link, #navigation a:visited {
   color: #fff;
   background-color: #9DADC6;
   padding: 3px 4px;
   border: 1px solid #cccccc;
}

#navigation a:hover, #navigation a:focus {
   color: #fff;
   background-color: #79b;
   padding: 3px 4px;
   border: 1px solid #cccccc;
}

/* Navigation Link Erklärung */

div#links a span {
	display: none;
}

div#links a:hover span {
   display: block;
   position: absolute; top: 430px; left: 12px; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #000; background: #ffffcc;
   border: 1px solid #000000;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   text-align: left;
   border-radius:7px;
   -moz-border-radius:7px;
}

/* Navigation Markierung aktiver Link */

#ia #navigation a.ca,
#ib #navigation a.cb,
#ic #navigation a.cc,
#id #navigation a.cd,
#ie #navigation a.ce,
#if #navigation a.cf,
#ig #navigation a.cg,
#ih #navigation a.ch,
#ii #navigation a.ci,
#ij #navigation a.cj,
#ik #navigation a.ck,
#il #navigation a.cl,
#im #navigation a.cm,
#in #navigation a.cn,
#io #navigation a.co
	{
	color: #f6ffff;
   	background-color: #668fff;
   	padding: 3px 4px;
   	border: 1px solid #cccccc;
}


/* Checkbox Label */
.label {
	border-bottom : 1px dotted red;
}

hr {
	color:#668fff; height:4px;
}

ul {
 	 list-style-image:url(../images/rechteck.gif)
}

li {
	line-height: 18px;
}

.button {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #cccccc;
}

.feldmenu {
 	background-color: #ffffff;
 	width: 157px;
 	border: 1px solid #cccccc;
 	border-radius:7px;
   -moz-border-radius:7px;
}

.feld {
 	background-color: #ffffff;
 	width: 200px;
 	border: 1px solid #cccccc;
 	overflow : hidden;
 	border-radius:7px;
   -moz-border-radius:7px;
}

.textfeld {
 	background-color: #ffffff;
 	width: 400px;
 	border: 1px solid #cccccc;
 	overflow : hidden;
 	border-radius:7px;
   -moz-border-radius:7px;
}

.checkbox {
 	background-color: #ffffff;
 	width: 20px;
 	border: 1px solid #cccccc;
 	border-radius:5px;
   -moz-border-radius:5px;
}

.hitword {
	font-size: 12px; color: #FF0000;
	font-weight: bold
	}

INPUT:focus {
	background-color: #ffff99;
	color: red;
	}

/* wiederkehrende Fuss-Elemente der Seiten */

#footer {
	bottom: 5px;
	width: 95%;
	padding: 5px 5px; color: #333333;
    font-size: 9px;
	color:#000;
	text-align:right;
	color: #a9a9a9;
	background-color: #fff;
   	text-decoration:none;
    border-top: 4px solid #ccc with 80%;
	}

/* versteckter Hinweis für Besucher ohne CSS */

.hinweis {
	display:none;
	}

/* Relativer Tooltip */

hr	{
	background-color:#cccccc; /* Mozilla 1.4 */
	color:#cccccc; /* IE 6 */
	border: #cccccc; /* Opera 7.11 */
	height: 4px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	width: 80%;
}

/* Tooltip */

.help {
	border-bottom: 1px dashed #0000ff;
	cursor: help;
	color: #0000ff;
	text-decoration: none;
	font-weight:bold;
}

acronym {
	border-bottom: 1px dotted #0000ff;
	cursor: help;
	font-weight:bold;
}

.tip {
}

.tiplittle {
	font-size: 13px;
	color: #000000;
	background-color: #ffffcc;
	border: 1px solid #000000;
	padding: 5px;
	text-align: left;
	border-radius:7px;
   -moz-border-radius:7px;

}

.tipbig {
	font-size: 16px;
	color: #000000;
	background-color: #ffffcc;
	border:  2px solid #000000;
	padding: 5px;
	}

/* Erklärungen Box */
	#box {
	background-color: #ffffcc;
	border: 1px solid #ccc;
	padding: 4px;
	margin-left: 10px;
	margin-right: 10px;
	height: 4px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	width: 60%;
	float: right;
	font-size: 11px;
	color: #000000;
	text-align: left;
	border-radius:7px;
	-moz-border-radius:7px;
   		}

	#box h3 {
	text-align: left;
	font-size: 11px;
	color: #000000;
	background-color: #ffffcc;
		}


/* Formatierung Suchfunktion */

/* Usage :  Page heading on the search results page.
 */
h2.isearch
{
}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
table.isearch_head
{
}

td.isearch_head
{
    font-size:120%;
}


/* Usage :  To display the page title in the results list.
 */
a.isearch_title:link
{
}

a.isearch_title:visited
{
}


/* Usage :  To display the page description in the results list.
 */
.isearch_description
{
    font-size:100%;
}


/* Usage :  To display the page url in the results list.
 */
a.isearch_url:link
{
    font-size:80%;
}

a.isearch_url:visited
{
    font-size:80%;
}


/* Usage :  To display the file size in the results list.
 */
.isearch_size
{
    font-size:80%;
    color:#008000;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.isearch_viewcache:link
{
    font-size:80%;
    color:#6f6f6f;
}

a.isearch_viewcache:visited
{
    font-size:80%;
    color:#6f6f6f;
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearch_prevnext
{
}

td.isearch_prevnext
{
}

a.isearch_prevnext:link
{
}

a.isearch_prevnext:visited
{
}


/* Usage :  To display the "No matches found." string.
 */
h2.isearch_nomatch
{
    font-size:120%;
    color:red;
}


/* Usage :  To display highlighted words in the page descriptions
 */
.isearch_highlight
{
	color: #FF0000;
    font-weight:bold;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for _words_.
 */
.isearch_search
{
    font-style:italic;
}


/* Usage :  To display the:
 *               "This is the contents of the iSearch cache for the URL %u"
 *          message when displaying a cached page.
 */
h2.isearch_cachedpage
{
    font-size:120%;
}

/* this file contains all the layout information  about the guestmap */


/* the background image (map) */

.guestmap {
	width: 384px;
	height: 384px;
}

div.guestmap {
	position: absolute;
	border: 0 none;
	padding: 0px;
}

img.guestmap {
	position: relative;
	cursor: crosshair;
	border: 0 none;
}

/* tooltip */

div#tip {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	margin: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	background-color: #ffffff;
	z-index: 10;
	font-family: arial;
	width: 90px;
	overflow: visible;
}

/* selectable emoticons in form */

img.emoticon {
	width: 15px;
	height: 15px;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	_filter: alpha(opacity=50);
	margin: 2px;
}

/* emoticons on placed on map */

div#mapIcons img{
	width: 15px;
	height: 15px;
	cursor: crosshair;
	position: absolute;
}

/* form */

form#mapform {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	visibility: hidden;
	margin: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	background-color: #ffffff;
	width: 190px;
}

/* groups the emoticons in form */

div.emoticons {
	position: absolute;
	top: 14px;
	right: 0px;
	width: 40px;
}

/* groups the input fields in the form */

div.form {
	float: left;
}

/* closing X in corner */

img.close {
	float: right;
	width: 12px;
	height: 12px;
	border: 0 none;
	cursor: pointer;
	margin: 2px;
}

/* info window */

div.info {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 200px;
	visibility: visible;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	font-size: 11px;
	color: #333333;
	padding: 1px;
	background-color: #ffffff;

	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	_filter: alpha(opacity=80);
}

/* arrow that points the position that user clicked */

img.arrow {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	width: 12px;
	height: 12px;
	border: 0 none;
}

/* Gästebuch */

/* Anweisungen für die Einträge */

	.posting		{	margin-bottom: 5px;
					border: 0px solid black; }


/* Anweisungen für die Kopfzeile */

	.gb-headline	{
					color: #cccccc;
					background-color: #e8e8e8; }

/* hintergrundfarbe 1 für die Infozeile */

	.gb-infoline1 	{	font-size: 10px; font-weight:bold;
					color: #000000; background-color: #EEEEEE; }

/* hintergrundfarbe 2 für die Infozeile */

	.gb-infoline2 	{	font-size: 10px; font-weight:bold;
					color: #000000; background-color: #FFFFFF; }

/* Hintergrundfarbe 1 für Einträge */

	.gb-message1	{	color: #000000; background-color: #EEEEEE; }

/* Hintergrundfarbe 2 für Einträge */

	.gb-message2	{	color: #000000; background-color: #FFFFFF; }

/* Anweisungen für das Menü */

	.gb-menu		{	font-size: 10px; font-weight:bold;
					text-align:center;
					background-color: #EEEEEE; }

/* Anweisungen für das Copyright & Formularhinweis */

	a.copyleft, .hint	{	font-size: 10px;
						color:#cccccc;text-decoration: none; }

/* Anweisungen für wichtige Hinweise */

	.warning		{	font-size: 10px; font-weight:bold;
					color:#ff0000;
					padding: 1px;}

/* ---------------- KLASSEN --------------- */

.boxes  {
    float:left; margin:8px 20px 10px 20px;
    border:0px;
}

