/* ####################################################### */
/* Generelle HTML-Tags */
/* ####################################################### */

body {
	background-color: #ffffff;
	background-position:top;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	line-height:16px;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited      { 
	color: #00004d; 
	text-decoration: none;
}

a:hover     { 
	color: #00004d; 
	text-decoration: underline; 
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	line-height: 16px;
}

h1 {
	font-family: Arial, sunsans-regular;
	color: #000099;
	font-weight: bold; 
	font-size: 13px;
 	line-height: 21px;
 	margin: 0;
	margin-bottom: 28px;
}
h2 {
	font-size: 11px;
	color: #000099;
 	line-height: 15px;
 	margin: 1em 0;
}
h3 {
	font-weight: normal; 
	font-size: 12px;
 	line-height: 15px;
 	margin: 0.7em 0;
}

table {
	margin:0;
	padding:0;
	border: none;
	margin-bottom: 10px;
	margin-left: 18px;
}

td {
	color: #000099;
	font-size: 9px;
	padding-right: 10px;
}

#footer p {
	padding: 8px 0 0 22px;
}
#footer a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-image: url(../_pix/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 12px;
}
#footer a:hover {
	text-decoration: underline;
}
ul.pdf,
ul.pdf li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.pdf {
	margin: 1em 0 2em 0.8em;
}
ul.pdf li {
	background-image: url(../_pix/pdf.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	margin: 0 0 4px 0;
}
ul.pdf li.link {
	background-image: url(../_pix/link.png);
}
ul.pdf li a {
	color: #010080;
}
table.text td {
	font-size: 11px;
	vertical-align: top;
	color: black;
}
table.text th {
	text-align: left;
	padding: 16px 0 4px 0;
	font-size: 13px;
	color: black;
}
li.active a {
	font-weight: bold;
	text-decoration: none;
}
li.active li a {
	font-weight: normal;
	text-decoration: underline;
}

ul.nav {
	background-color: #EDEDED;
	margin: 20px 0;
	padding: 10px;
	list-style: none;
}
ul.nav li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
}
ul.nav ul {
	margin: 4px 0 0 0;
}

/* ####################################################### */
/* Rollover-Men&uuml; - HORIZONTAL */
/* ####################################################### */

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 24px;
	display: inline;
	overflow: hidden;
	width: 628px;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px; 
	margin-right: 12px;	
}
	
#nav a:hover {
	background-position: 0 -24px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -24px;
}
	
#willkommen a  {
	width: 102px;
	background: url(../_pix/nav/willkommen.png) top left no-repeat;
}	

#hormonyoga a  {
	width: 107px;
	background: url(../_pix/nav/hormonyoga.png) top left no-repeat;
}	

#ueber a  {
	width: 181px;
	background: url(../_pix/nav/ueber.png) top left no-repeat;
}	

#termine a  {
	width: 67px;
	background: url(../_pix/nav/termine.png) top left no-repeat;
}		

#kontakt a  {
	width: 72px;
	background: url(../_pix/nav/kontakt.png) top left no-repeat;
}	

/* ####################################################### */
/* SUBMENU: Rollover-Men&uuml; - VERTIKAL */
/* ####################################################### */

ul#subnav {
	margin: 0;
	padding: 0;
}

#subnav li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom:4px;
}

#subnav li a {
	display: block;
	height: 24px;
	text-indent: -999999px;
	overflow: hidden;
	background-position: 0px 0;
}

#subnav a:hover {
	background-position: -175px 0;
}

#subnav a:active, #subnav a.selected {
	background-position: -175px 0;
}

#wasIstHormonyoga a{
	background-image:url(../_pix/nav/sub/was_ist_hormonyoga.png);
	width: 165px;
}

#wechseljahre a{
	background-image:url(../_pix/nav/sub/wechseljahre.png);
	width: 124px;
}

#fuerWen a{
	background-image:url(../_pix/nav/sub/fuer_wen.png);
	width: 165px;
}

#kompaktSeminar a{
	background-image:url(../_pix/nav/sub/kompakt-seminar.png);
	width: 175px;
}

#dinahRodrigues a{
	background-image:url(../_pix/nav/sub/dinah_rodrigues.png);
	width: 130px;
}

/* ####################################################### */
/* Formulare */
/* ####################################################### */

/* Kontakt */
div.frauHerr {
	margin-left: 80px;
}

.textField-standard {
	width: 142px;
}	

.textField-plz {
	width: 35px;
}	

.textField-ort {
	width: 100px;
}	

.radioButton {
	border: none;
}

.button {
	font-size: 10px;
	height: 20px;
	border: 1px solid #F55F23;
	background-color:#8D1824;
	color:#FFFFFF;
	margin-left: 80px;
}


input {
	font-size: 10px;
	height: 14px;
	border: 1px solid #919191;
}

textarea {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 5px;
	height: 100px;
	width: 220px;
	border: 1px solid #919191;
}		

label {
	width: 80px;
}

form {
	line-height: 24px;
}

/* Elemente */

select { 
	background-color:#f1f2f1;
	color:#69787e; 
	width:100%;
	font-family: Arial, sunsans-regular;; 
	font-size:11px;
	padding:0 0 0 5px;
}

.input-contact { 
	width:100px;
}

.input-name {
	margin-left:25px;
}

.input-company {
	margin-left:5px;
}

.input-email {
	margin-left:27px;
}

.input-phone {
	margin-left:23px;
}

.textarea-box {
	margin-top:20px;
	margin-top:31px;
}

.textarea-label {
	vertical-align:top;
	font-weight:bold;
}

.radio {  
	width:15px;
	background-color: transparent;
	border: 0pt;
	margin:0 5px 0 5px;	
}


/* ####################################################### */
/* Nun folgen einige spezielle Styles, die man hier und da brauchen kann */
/* ####################################################### */

.border-bottom {
border-bottom: 1px dotted #dbdddc;
}

.abstand {
margin: 10px 0 10px 0; /* fuer Abstaende oben und unten */
}

.color1 {
background-color: #e8e8e9;
}

.color2 {
background-color: #dbdddc;
}

.colorGreen {
background-color: #b8ee9e;

}

.colorRed {
background-color: #d01d3a;
color:#fff;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin: 0 0 12px 12px;
}