/* ------------------------------
 Lorenz
   ------------------------------ */
* {
  margin:0;
  padding:0;
  border:0;
}

html {
  height:100%;
	 background-image:url(../images/hg.gif);
	 background-repeat:repeat-x;
	
  
}

body {
   
  background-image:url(../images/back_body.gif);
  background-repeat:repeat-x;
  color:#445277;
  font-family:Verdana,Arial,sans-serif;	
  font-size:12px; 
  
  /* background:pink; /* bgtest */
}

:focus {
  outline:0;
}


p {
  text-align:left;
  line-height:16px;
  margin-bottom:15px;
  /* background:#dddddd /* bgtest */ ;
}

.naam {
  color:#1e5c56;
}

.harmonyum {
  color:#630032;
}

.bio {
  color:#523552;
}

.reisen {
  color:#9a2714;
}

img {
  border:0;
}

img.left {
  border:0;
  float:left;
}



h1 {
  font-size:18px;
  font-weight:normal;
  margin-top:5px;	
  margin-bottom:15px;
  line-height:24px;
  color:#d99d1a;
}


h2 {
  font-size:13px;
  font-weight:bold;
  margin-top:5px;	
  margin-bottom:15px;
  color:#d99d1a;
  
}





/* ---------------------------- 
  allgemeine Klassen
------------------------------- */
.info{
  padding-bottom:10px;
  text-align:left;
  line-height:15px;
  font-size:12px;
}
 

.p17 {
  padding-bottom:17px;
}

.white {
  color:#ffffff;
}



.left {
  clear:left;
}


img.right{float:right; margin-left:20px;}

img.left{float:left;}



/* ---------------------------- 
  Struktur
------------------------------- */
#container {
  position:relative;
  margin:40px auto 0;
  text-align:left;
  width:949px;
	
 
}


#container_intro {
  position:relative;
  margin:80px auto 0;
  text-align:left;
  width:650px;
	
 
}



#header {
  height:154px;
  background:url(../images/back_header.gif) no-repeat;
  }
	
#header_naam {
  height:154px;
  background:url(../images/back_header_naam.gif) no-repeat;
  }
	
#header_harmonyum {
  height:154px;
  background:url(../images/back_header_harmonyum.gif) no-repeat;
  }
	
	#header_bio {
  height:154px;
  background:url(../images/back_header_bio.gif) no-repeat;
  }
	
	#header_reisen {
  height:154px;
  background:url(../images/back_header_reisen.gif) no-repeat;
  }
	
		
	#header_intro {
	height:154px;
  background:url(../images/back_header_intro.gif) no-repeat;
  }

#main {

  background:url(../images/back_main.gif) repeat-y;
}

#main_naam {

  background:url(../images/back_main_naam.gif) repeat-y;
}

#main_harmonyum {

  background:url(../images/back_main_harmonyum.gif) repeat-y;
}

#main_bio {

  background:url(../images/back_main_bio.gif) repeat-y;
}

#main_reisen {

  background:url(../images/back_main_reisen.gif) repeat-y;
}

#main_intro {

  background:url() repeat-y;
}



#navigation {
position:absolute;
top: 130px;
  width:990px;
  height:20px;
 
  /* background:orange;  bgtest*/
}

#contentwrap {
  position:relative;
	padding-top:30px;
	margin-left:87px;
  width:676px;
 
  /* background:pink;  /* bgtest*/
}

#textwrap {
  margin:0px 0 0px 0px;
  /* background:#aaaaaa; /* bgtest*/
}



#text { 
  width:520px;
	
  /* background:lightblue;  /* bgtest*/
}

#text_intro { 
width:480px;
height:300px;
text-align:center;
	
/*background:lightblue;  /* bgtest*/
}


#foto_reisen { 
position:absolute;
left:520px;
top:70px;
 
  /* background:lightblue;  /* bgtest*/
}


#foto { 
position:absolute;
left:610px;
top:40px;
 
  /* background:lightblue;  /* bgtest*/
}


.clearMe {
	clear:both;
	line-height:0px;
	font-size:0;
}


#clearMain {
  clear:both;
  width:100%;
  height:5px;
  font-size:0;
  /* background:pink; /* bgtest */
}

#footer {
  text-align:left;
  padding-left:20px;
  padding-top:6px;
  height:30px;
  line-height:18px;
 background:url(../images/back_footer.gif) no-repeat;

  /* background:blue;   /* bgtest */
}


#footer_naam {
  text-align:left;
  padding-left:20px;
  padding-top:6px;
  height:30px;
  line-height:18px;
 background:url(../images/back_footer_naam.gif) no-repeat;

  /* background:blue;   /* bgtest */
}

#footer_harmonyum {
  text-align:left;
  padding-left:20px;
  padding-top:6px;
  height:30px;
  line-height:18px;
 background:url(../images/back_footer_harmonyum.gif) no-repeat;

  /* background:blue;   /* bgtest */
}

#footer_bio {
  text-align:left;
  padding-left:20px;
  padding-top:6px;
  height:30px;
  line-height:18px;
 background:url(../images/back_footer_bio.gif) no-repeat;

  /* background:blue;   /* bgtest */
}

#footer_reisen {
  text-align:left;
  padding-left:20px;
  padding-top:6px;
  height:30px;
  line-height:18px;
 background:url(../images/back_footer_reisen.gif) no-repeat;

  /* background:blue;   /* bgtest */
}


#footer_intro {
  text-align:left;
  padding-left:20px;
  padding-top:6px;
  height:30px;
  line-height:18px;
 background:url(../images/back_footer_intro.gif) no-repeat;

  /* background:blue;   /* bgtest */
}

/* ---------------------------- 
  Listen
------------------------------- */
.liste {
  margin:0px;
  list-style-type:none;
  /* background:red; /* bgtest */
}


.liste li {
  margin-left:0;
padding-left:14px;
  line-height:16px;
  background:url(../images/square.gif) no-repeat 2px 7px;
  margin-bottom:10px;
}





/* ---------------------------- 
  Links
------------------------------- */
a {
  text-decoration:underline;
  font-size:13px;
  font-weight:normal;
  color:#d99d1a;
  cursor:pointer;
	line-height:20px;
}

a:link {
  color:#d99d1a;
}

a:visited {
  color:#d99d1a;
}

a:hover {
  color:#59400b;
}

a:active {
  color:#59400b;
}


a.impressum {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:#445277;
	float:right;
	margin-right:50px;
}

a.impressum:link {
  color:#445277;
}

a.impressum:visited {
  color:#445277;
}

a.impressum:hover {
  color:#ffffff;
}

a.impressum:active {
  color:#ffffff;
}




a.sprache {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:#445277;
	float:left;
	margin-left:5px;
	
}

a.sprache:link {
  color:#445277;
}

a.sprache:visited {
  color:#445277;
}

a.sprache:hover {
  color:#ffffff;
}

a.sprache:active {
  color:#ffffff;
}

a.sprache:selected {
  color:#ffffff;
}


a.impressum_naam {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:#1e5c56;
	float:right;
	margin-right:50px;
}

a.impressum_naam:link {
  color:#1e5c56;
}

a.impressum_naam:visited {
  color:#1e5c56;
}

a.impressum_naam:hover {
  color:#ffffff;
}

a.impressum_naam:active {
  color:#ffffff;
}




a.sprache_naam {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:#1e5c56;
	float:left;
	margin-left:5px;
}

a.sprache_naam:link {
  color:#1e5c56;
}

a.sprache_naam:visited {
  color:#1e5c56;
}

a.sprache_naam:hover {
  color:#ffffff;
}

a.sprache_naam:active {
  color:#ffffff;
}

a.sprache_naam:selected {
  color:#ffffff;
}



a.impressum_harmonyum {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:#630032;
	float:right;
	margin-right:50px;
}

a.impressum_harmonyum:link {
  color:#630032;
}

a.impressum_harmonyum:visited {
  color:#630032;
}

a.impressum_harmonyum:hover {
  color:#ffffff;
}

a.impressum_harmonyum:active {
  color:#ffffff;
}




a.sprache_harmonyum {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:#630032;
	float:left;
	margin-left:5px;
}

a.sprache_harmonyum:link {
  color:#630032;
}

a.sprache_harmonyum:visited {
  color:#630032;
}

a.sprache_harmonyum:hover {
  color:#ffffff;
}

a.sprache_harmonyum:active {
  color:#ffffff;
}

a.sprache_harmonyum:selected {
  color:#ffffff;
}


a.impressum_bio {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:#523552;
	float:right;
	margin-right:50px;
}

a.impressum_bio:link {
  color:#523552;
}

a.impressum_bio:visited {
  color:#523552;
}

a.impressum_bio:hover {
  color:#ffffff;
}

a.impressum_bio:active {
  color:#ffffff;
}




a.sprache_bio {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:#523552;
	float:left;
	margin-left:5px;
}

a.sprache_bio:link {
  color:#523552;
}

a.sprache_bio:visited {
  color:#523552;
}

a.sprache_bio:hover {
  color:#ffffff;
}

a.sprache_bio:active {
  color:#ffffff;
}

a.sprache_bio:selected {
  color:#ffffff;
}




a.impressum_reisen {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:#9a2714;
	float:right;
	margin-right:50px;
}

a.impressum_reisen:link {
  color:#9a2714;
}

a.impressum_reisen:visited {
  color:#9a2714;
}

a.impressum_reisen:hover {
  color:#ffffff;
}

a.impressum_reisen:active {
  color:#ffffff;
}




a.sprache_reisen {
  text-decoration:none;
  font-size:13px;
  font-weight:bold;
  color:#9a2714;
	float:left;
	margin-left:5px;
}

a.sprache_reisen:link {
  color:#9a2714;
}

a.sprache_reisen:visited {
  color:#9a2714;
}

a.sprache_reisen:hover {
  color:#ffffff;
}

a.sprache_reisen:active {
  color:#ffffff;
}

a.sprache_reisen:selected {
  color:#ffffff;
}



a.sprache_intro {
  text-decoration:none;
  font-size:19px;
  font-weight:normal;
  color:#445277;
	float:left;
	margin-right:25px;
}

a.sprache_intro:link {
  color:#445277;
}

a.sprache_intro:visited {
  color:#445277;
}

a.sprache_intro:hover {
  color:#d99d1a;
}

a.sprache_intro:active {
  color:#d99d1a;
}

a.sprache_intro:selected {
  color:#d99d1a;
}

/* ---------------------------- 
  Menu
------------------------------- */
#menu {
  padding-top:5px;
  padding-left:14px;
  list-style-type:none; 
}


.vacant,
.select { 
  display:inline-block;
  height:16px; 
  background-repeat:no-repeat;
  margin-left:28px;
}
  
.vacant {
  background-position:0 0;
}

.select,
.vacant:hover { 
  background-position:0 -16px;
}

.vacant span,
.select span {
  display:none;
}


#m_start {
  background-image: url("../images/m_start.gif");
	width:46px;
}

#m_naam {
  background-image: url("../images/m_naam.gif");
	width:84px;
}

#m_harmonyum {
  background-image: url("../images/m_harmonyum.gif");
	width:85px;
}

#m_biorelease {
  background-image: url("../images/m_biorelease.gif");
	width:190px;
}

#m_reisen {
  background-image: url("../images/m_reisen.gif");
	width:105px;
}

#m_lorenz{
  background-image: url("../images/m_lorenz.gif");
	width:104px;
}

#m_musik {
  background-image: url("../images/m_musik.gif");
	width:39px;
}

#m_workshops {
  background-image: url("../images/m_workshops.gif");
	width:72px;
}

#m_kontakt {
  background-image: url("../images/m_kontakt.gif");
	width:59px;
}

#m_links {
  background-image: url("../images/m_links.gif");
	width:32px;
}


/* ---------------------------- 
  Naam
------------------------------- */

#m_start_naam {
  background-image: url("../images/m_start_naam.gif");
	width:46px;
}

#m_naam_naam {
  background-image: url("../images/m_naam_naam.gif");
	width:84px;
}

#m_harmonyum_naam {
  background-image: url("../images/m_harmonyum_naam.gif");
	width:85px;
}

#m_biorelease_naam {
  background-image: url("../images/m_biorelease_naam.gif");
	width:190px;
}

#m_reisen_naam {
  background-image: url("../images/m_reisen_naam.gif");
	width:105px;
}

#m_lorenz_naam{
  background-image: url("../images/m_lorenz_naam.gif");
	width:104px;
}


#m_musik_naam {
  background-image: url("../images/m_musik_naam.gif");
	width:39px;
}

#m_workshops_naam {
  background-image: url("../images/m_workshops_naam.gif");
	width:72px;
}

#m_kontakt_naam {
  background-image: url("../images/m_kontakt_naam.gif");
	width:59px;
}

#m_links_naam {
  background-image: url("../images/m_links_naam.gif");
	width:32px;
}


/* ---------------------------- 
  Harmonyum
------------------------------- */

#m_start_harmonyum {
  background-image: url("../images/m_start_harmonyum.gif");
	width:46px;
}

#m_naam_harmonyum {
  background-image: url("../images/m_naam_harmonyum.gif");
	width:84px;
}

#m_harmonyum_harmonyum {
  background-image: url("../images/m_harmonyum_harmonyum.gif");
	width:85px;
}

#m_biorelease_harmonyum {
  background-image: url("../images/m_biorelease_harmonyum.gif");
	width:190px;
}

#m_reisen_harmonyum {
  background-image: url("../images/m_reisen_harmonyum.gif");
	width:105px;
}

#m_lorenz_harmonyum{
  background-image: url("../images/m_lorenz_harmonyum.gif");
	width:104px;
}


#m_musik_harmonyum {
  background-image: url("../images/m_musik_harmonyum.gif");
	width:39px;
}

#m_workshops_harmonyum {
  background-image: url("../images/m_workshops_harmonyum.gif");
	width:72px;
}

#m_kontakt_harmonyum {
  background-image: url("../images/m_kontakt_harmonyum.gif");
	width:59px;
}

#m_links_harmonyum {
  background-image: url("../images/m_links_harmonyum.gif");
	width:32px;
}


/* ---------------------------- 
  Biorelease massage
------------------------------- */

#m_start_bio {
  background-image: url("../images/m_start_bio.gif");
	width:46px;
}

#m_naam_bio {
  background-image: url("../images/m_naam_bio.gif");
	width:84px;
}

#m_harmonyum_bio {
  background-image: url("../images/m_harmonyum_bio.gif");
	width:85px;
}

#m_biorelease_bio {
  background-image: url("../images/m_biorelease_bio.gif");
	width:190px;
}

#m_reisen_bio {
  background-image: url("../images/m_reisen_bio.gif");
	width:105px;
}

#m_lorenz_bio{
  background-image: url("../images/m_lorenz_bio.gif");
	width:104px;
}


#m_musik_bio {
  background-image: url("../images/m_musik_bio.gif");
	width:39px;
}

#m_workshops_bio {
  background-image: url("../images/m_workshops_bio.gif");
	width:72px;
}

#m_kontakt_bio {
  background-image: url("../images/m_kontakt_bio.gif");
	width:59px;
}

#m_links_bio {
  background-image: url("../images/m_links_bio.gif");
	width:32px;
}


/* ---------------------------- 
  Innenweltreisen
------------------------------- */

#m_start_reisen {
  background-image: url("../images/m_start_reisen.gif");
	width:46px;
}

#m_naam_reisen {
  background-image: url("../images/m_naam_reisen.gif");
	width:84px;
}

#m_harmonyum_reisen {
  background-image: url("../images/m_harmonyum_reisen.gif");
	width:85px;
}

#m_biorelease_reisen {
  background-image: url("../images/m_biorelease_reisen.gif");
	width:190px;
}

#m_reisen_reisen {
  background-image: url("../images/m_reisen_reisen.gif");
	width:105px;
}

#m_lorenz_reisen{
  background-image: url("../images/m_lorenz_reisen.gif");
	width:104px;
}


#m_musik_reisen {
  background-image: url("../images/m_musik_reisen.gif");
	width:39px;
}

#m_workshops_reisen {
  background-image: url("../images/m_workshops_reisen.gif");
	width:72px;
}

#m_kontakt_reisen {
  background-image: url("../images/m_kontakt_reisen.gif");
	width:59px;
}

#m_links_reisen {
  background-image: url("../images/m_links_reisen.gif");
	width:32px;
	



/* ---------------------------- 
  Formular
------------------------------- */



input.name	{margin-left:29px; margin-bottom:5px;background-color:#e4e4e4;}
input.email		{margin-left:26px; margin-bottom:5px;background-color:#e4e4e4;}
input.telefon	{margin-left:14px;background-color:#e4e4e4;}

input.button	
				{
				margin-left:248px; 
				text-align:center;
				background-color:#ffffff; 
				font-weight:bold;	
				border-color:#bbbbbb;
				border-width:1px;
				width:auto;
				cursor:pointer;
				color:#f49e00;
				}

.stateMsg{color:#f49e00; font-weight:bold;}








