body {
	padding: 0;
	margin: 0;
	background: #104170 url(/media/shared/bg.png)  top left repeat-x;
	font-size : 101%;
}
body, div, td {
	font-family : 'Lucida Grande', Lucida, Geneva, Arial, Helvetica, sans-serif;

}
p {
font-size : 0.8em;

}
h1 {
margin : 0;
padding : 0;
font-size : 1.4em;
color: #128A6E;
	font-weight: lighter;

}
h2 {
	padding : 0;
	font-size : 0.8em;
	color: #104170;
	font-weight: bold;
}
h3 {
	padding : 0;
	font-size : 1em;
color: #128A6E;
	font-weight: bold;
}
a:link, a:visited {
color: #104170;
text-decoration: none;
}
a:active {
color : #000;
}
a:hover {
color: #128A6E;
text-decoration: underline;
}

li {
	list-style-type: disc;
	font-size : 0.8em;
	font-weight: bold;
	margin-left: -25px;

}
#content {
	padding: 25px 20px 25px 45px;
	background-color: #FFF5E7;
	overflow: hidden;
	margin-top: 25px;
	margin-right: 45px;
	max-width:650px;
	line-height: 130%;
}

#navcontainer {
	background:#fff  url(/media/shared/head_bg.png) top left no-repeat;
	padding: 0;
	margin: 0;
	height: 90px;
	top: 0px;
	left: 0px;
	}
	
#nav {
	margin: 0;
	padding: 0;
	height: 90px;
	list-style: none;
	display: inline;
	overflow: hidden;
	position: absolute;
	z-index: 20;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 90px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:90px; /* for IE5/Win only */
	}
	
#nav a:hover {
border:0px solid #fff;
	background-position: 0 -89px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -179px;
	}
#nav a.selected, #nav a:hover.selected
{
background-position: 0 -89px;
}
/* navigation backgrounds */
#thome a  {
	width: 98px;
	background: url(/media/shared/nav_01.png) top left no-repeat;
	}
#thypnose a  {
	width: 92px;
	background: url(/media/shared/nav_02.png) top left no-repeat;
	}
#tausbildung a  {
	width: 113px;
	background: url(/media/shared/nav_03.png) top left no-repeat;
	}
#tinfo a  {
	width: 140px;
	background: url(/media/shared/nav_04.png) top left no-repeat;
	}
#tkontakt a  {
	width: 87px;
	background: url(/media/shared/nav_05.png) top left no-repeat;
	}
#tlogo a  {
	width: 528px;
	background: url(/media/shared/logo.png) top left no-repeat;
	}

.hide {
	visibility: hidden;	
	}

.contenthome {
	margin-left: 15px;
}
.contenthypnose {
	margin-left: 100px;
}
.contentausbildung {
	margin-left: 195px;
}
.contentinfo {
	margin-left: 305px;
}
.contentkontakt {
	margin-left: 445px;
	max-width:600px;
}
.blau {color: #104170;}

.portrait {float:right; margin-left: 5px;}
