
/*=== MEDITATION-STIL.CSS ===============================================*/
body { 
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16pt; 
	background: #f7f8f3;
	color: #333;		/* einmal definieren - alle Schriften gleich */
	margin: 0px;	
	padding: 0px;
	text-align: center;	/* mittig ausrichten IE */
}
.page {	
	border: 1px solid #888;
	width: 882px;		/* BREITE - Website */
	margin: 0px auto;	/* mittig ausrichten andere browser */
}
.page_home {
	background: #f7f8f3 url('../img/page_home.jpg') top left repeat-y;
}
.page_weg {
	background: #f7f8f3 url('../img/page_weg.jpg') top left repeat-y;
}
.page_medi {
	background: #f7f8f3 url('../img/page_medi.jpg') top left repeat-y;
}
.page_kontakt {
	background: #f7f8f3 url('../img/page_kontakt.jpg') top left repeat-y;
}
.page_impressum {
	background: #f7f8f3 url('../img/page_impressum.jpg') top left repeat-y;
}
.page_copyright {
	background: #f7f8f3 url('../img/page_copyright.jpg') top left repeat-y;
}
/*=== BANNER =========================================================*/
.bannerdiv, .banner_home, .banner_weg, .banner_medi, .banner_kontakt, .banner_impressum, .banner_copyright {
	height: 280px;		/* HÖHE - Banner */
	text-align: left;	/* Menü links ausrichten IE */
	position: relative;
	left: 0px;	
}	
.banner_home {
	background: transparent url('../img/banner_home.jpg') top left no-repeat;	
}
.banner_weg {
	background: transparent url('../img/banner_weg.jpg') top left no-repeat;	
}
.banner_medi {
	background: transparent url('../img/banner_medi.jpg') top left no-repeat;	
}
.banner_kontakt {
	background: transparent url('../img/banner_kontakt.jpg') top left no-repeat;
}
.banner_impressum {
	background: transparent url('../img/banner_impressum.jpg') top left no-repeat;
}
.banner_copyright {
	background: transparent url('../img/banner_copyright.jpg') top left no-repeat;
}

/*--- Menue ----------------------------------------------------------*/

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

div.menu {
	position: relative;
	top: 0px;
	right: 7px;
	font-size: 9pt;
	font-weight: normal;
	z-index: 5;
	width: 100%;
}

div.menu li {
	float: right;
	width: 120px;
}

div.menu a {
	margin: 0px;
	height: 30px;
	display: block;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

/*--- Menue - HOME ---------------------------------*/

.item_home1 a{
	background: transparent url('../img/bg_home1_03.jpg') bottom left repeat-x;
}

.item_home1 a:hover{
	background: transparent url('../img/bg_home2_03.jpg') bottom left repeat-x;
}

.item_home2 a{
	background: transparent url('../img/bg_home1_04.jpg') bottom left repeat-x;
}

.item_home2 a:hover{
	background: transparent url('../img/bg_home2_04.jpg') bottom left repeat-x;
}

.item_home3 a{
	background: transparent url('../img/bg_home1_05.jpg') bottom left repeat-x;
}

.item_home3 a:hover{
	background: transparent url('../img/bg_home2_05.jpg') bottom left repeat-x;
}

.item_home4 a{
	background: transparent url('../img/bg_home1_06.jpg') bottom left repeat-x;
}

.item_home4 a:hover{
	background: transparent url('../img/bg_home2_06.jpg') bottom left repeat-x;
}

/*--- Menue - DER WEG ---------------------------------*/

.item_weg1 a{
	background: transparent url('../img/bg_weg1_03.jpg') bottom left repeat-x;
}

.item_weg1 a:hover{
	background: transparent url('../img/bg_weg2_03.jpg') bottom left repeat-x;
}

.item_weg2 a{
	background: transparent url('../img/bg_weg1_04.jpg') bottom left repeat-x;
}

.item_weg2 a:hover{
	background: transparent url('../img/bg_weg2_04.jpg') bottom left repeat-x;
}

.item_weg3 a{
	background: transparent url('../img/bg_weg1_05.jpg') bottom left repeat-x;
}

.item_weg3 a:hover{
	background: transparent url('../img/bg_weg2_05.jpg') bottom left repeat-x;
}

.item_weg4 a{
	background: transparent url('../img/bg_weg1_06.jpg') bottom left repeat-x;
}

.item_weg4 a:hover{
	background: transparent url('../img/bg_weg2_06.jpg') bottom left repeat-x;
}

/*--- Menue - MEDITATION ---------------------------------*/

.item_medi1 a{
	background: transparent url('../img/bg_medi1_03.jpg') bottom left repeat-x;
}

.item_medi1 a:hover{
	background: transparent url('../img/bg_medi2_03.jpg') bottom left repeat-x;
}

.item_medi2 a{
	background: transparent url('../img/bg_medi1_04.jpg') bottom left repeat-x;
}

.item_medi2 a:hover{
	background: transparent url('../img/bg_medi2_04.jpg') bottom left repeat-x;
}

.item_medi3 a{
	background: transparent url('../img/bg_medi1_05.jpg') bottom left repeat-x;
}

.item_medi3 a:hover{
	background: transparent url('../img/bg_medi2_05.jpg') bottom left repeat-x;
}

.item_medi4 a{
	background: transparent url('../img/bg_medi1_06.jpg') bottom left repeat-x;
}

.item_medi4 a:hover{
	background: transparent url('../img/bg_medi2_06.jpg') bottom left repeat-x;
}

/*--- Menue - KONTAKT ---------------------------------*/

.item_kontakt1 a{
	background: transparent url('../img/bg_kontakt1_03.jpg') bottom left repeat-x;
}

.item_kontakt1 a:hover{
	background: transparent url('../img/bg_kontakt2_03.jpg') bottom left repeat-x;
}

.item_kontakt2 a{
	background: transparent url('../img/bg_kontakt1_04.jpg') bottom left repeat-x;
}

.item_kontakt2 a:hover{
	background: transparent url('../img/bg_kontakt2_04.jpg') bottom left repeat-x;
}

.item_kontakt3 a{
	background: transparent url('../img/bg_kontakt1_05.jpg') bottom left repeat-x;
}

.item_kontakt3 a:hover{
	background: transparent url('../img/bg_kontakt2_05.jpg') bottom left repeat-x;
}

.item_kontakt4 a{
	background: transparent url('../img/bg_kontakt1_06.jpg') bottom left repeat-x;
}

.item_kontakt4 a:hover{
	background: transparent url('../img/bg_kontakt2_06.jpg') bottom left repeat-x;
}




a		{ color: #336699; font-family: Verdana; text-decoration: none }
a:link		{ color: #336699; font-family: Verdana; text-decoration: none }
a:visited	{ color: #336699; font-family: Verdana; text-decoration: none }
a:active	{ color: #333333; font-family: Verdana; text-decoration: none }
a:hover 	{ color: #333333; font-family: Verdana; text-decoration: none }


/*--- Menue - Box ----------------------------------------------------*/
.menue {
	text-align: right;
	right: 0px;
	position: relative;
	top: 250px;
	font-family: arial;
	font-size: 13pt;
}
.menu_home, .menu_weg, .menu_medi, .menu_kontakt, .menu_impressum, .menu_copyright {
	height: 280px;
}
.menu_home {
	background: transparent url('../img/menu_home.jpg') bottom left no-repeat;	
}
.menu_weg {
	background: transparent url('../img/menu_weg.jpg') bottom left no-repeat;	
}
.menu_medi {
	background: transparent url('../img/menu_medi.jpg') bottom left no-repeat;	
}
.menu_kontakt {
	background: transparent url('../img/menu_kontakt.jpg') bottom left no-repeat;
}
.menu_impressum {
	background: transparent url('../img/menu_impressum.jpg') bottom left no-repeat;
}
.menu_copyright {
	background: transparent url('../img/menu_copyright.jpg') bottom left no-repeat;
}

/*=== MAIN ===========================================================*/

a		{ color: #666; font-family: arial; text-decoration: none }
a:link		{ color: #666; font-family: arial; text-decoration: none }
a:visited	{ color: #666; font-family: arial; text-decoration: none }
a:active	{ color: #333; font-family: arial; text-decoration: underline }
a:hover 	{ color: #333; font-family: arial; text-decoration: underline }

.thema {
	color: #76a941;
	background: transparent;
	font-weight: bold;	
	font-family: arial;
	font-size: 15pt;
}
.thema2 {
	color: #76a941;
	font-size: 10pt;
	margin-top: 8px;
	margin-bottom: 11px;
	font-weight: normal;	
}
h2 {
	color: #9c2a08;
	font-size: 10pt;
	margin-bottom: 8px;
	font-weight: bold;	
}
p {
	margin: 8pt 0pt;
}
hr {
	background: #858484;
	color:  #858484;
	height: 1px;
	border: 0 none;
}
td {
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
ul, li {
	list-style-type: square;
	padding: 0;
	margin: 2px 15px;	
}
a img {
	border: 0px;
}
img#pdf {
	border: 0px;
	margin: 0px;
	width: auto;
	height: auto;
}
img#pic-right {
	float: right;
	margin: 0px 4px;	
}
/*--- Container Main -------------------------------------------------*/
.main_home, .main_home2, .main_weg, .main_medi, .main_kontakt, .main_impressum, .main_copyright {
	width: 612px;
	_width: 607px;
	min-height: 412px;
	height: auto;
	_height: 402px;
	float: left;
	left: 0px;
	top: 0px;
	position: relative;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
}
.main_home {
	background: transparent url('../img/main_home1.jpg') top left no-repeat;		
	left: 270px;
}
.main_home2 {
	background: transparent url('../img/main_home2.jpg') top left no-repeat;		
}	
.main_weg {
	background: transparent url('../img/main_weg.jpg') top center no-repeat;
}
.main_medi {
	background: transparent url('../img/main_medi.jpg') top center no-repeat;
}
.main_kontakt {
	background: transparent url('../img/main_kontakt.jpg') top center no-repeat;
}
.main_impressum {
	background: transparent url('../img/main_impressum.jpg') top center no-repeat;
}
.main_copyright {
	background: transparent url('../img/main_copyright.jpg') top center no-repeat;
}
.main-text-home, .main-text-home-cd, .main-text-home-cd2, .main-text-weg, .main-text-medi, .main-text-kontakt, .main-text-kontakt-pic, .main-text-impressum {
	background: transparent;	
	position: relative;
	left: 0px;
	margin: 0px 50px 0px 6px; /* unten 265px, damit text nicht über fußzeile geht */
	_margin: 0px 50px 0px 6px; /* unten 275px für ie */		
}
.main-text-home-cd, .main-text-home-cd2 {
	top: 115px;
	left: 205px;
	width: 370px;
	line-height: 13pt;
	z-index: 5;	
}
.main-text-home-cd {
	color: #285d27;
}
.main-text-home-cd2 {
	color: #491966;
}
.main-text-kaufen {
	position: relative;
	top: 0px;
	_top: -10px;
	color: #285d27;
	left: 25px;	
}
.main-text-home {
	top: 45px;
	color: #285d27;	
	height: 300px;
}
.main-text-weg {
	top: 200px;
	color: #27820d;		
}
.main-text-medi {
	top: 235px;
	color: #fe7912;		
}
.main-text-kontakt-pic {
	top: 190px;
	left: 150px;
	width: 410px;
	line-height: 15pt;
	color: #285d27;	
}
.main-text-kontakt {
	top: 220px;
	color: #285d25;		
}
.main-text-impressum {
	top: 110px;
	color: #9c2a08;		
}
.main-text img {
	border: 2px solid #858484;
	margin: 5px 15px;
}
.main-text #relative {
	position: relative;
}
.archivlink {
	position: absolute;
	top: 0px;
	right: 0px;
	_right: 15px;
	width: 200px;
}
.archivlink h1 {
	margin: 0px 0px 10px 0px;
} 
/*--- submenu ----------------------------------------------*/
.submenu {	
	position: relative;
	top: 50px;
	text-align: center;
	font-size: 8pt;	
}

/*--- home -------------------------------------------------*/	

.home-text {
	background: transparent;
	position: absolute;
	top: 15px;
	_top: 8px;
	left: 40px;
	width: 260px;
	_width: 260px;
	text-align: center;	
}
.home-text2 {
	font-size: 12pt;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
}

/*--- <zurück | nach oben ------------------------------------*/
.return {
	font-size: 7pt;
	text-align: right;	
} 

/*--- Container Links ---------------------------------------------*/
.leftdiv, .left_home, .left_weg, .left_medi, .left_kontakt, .left_impressum, .left_copyright {
	width: 270px;
	min-height: 575px;
	_height: 575px;	
	float: left;
	left: 0px;
	top: 0px;	
	position: relative;
}
.left_home {
	background: transparent url('../img/left_home.jpg') top left no-repeat;
}	
.left_weg {
	background: transparent url('../img/left_weg.jpg') top left no-repeat;
}
.left_medi {
	background: transparent url('../img/left_medi.jpg') top left no-repeat;
}
.left_kontakt {
	background: transparent url('../img/left_kontakt.jpg') top left no-repeat;
}
.left_impressum {
	background: transparent url('../img/left_impressum.jpg') top left no-repeat;
}
.left_copyright {
	background: transparent url('../img/left_copyright.jpg') top left no-repeat;
}
/*=== FUSSZEILE ======================================================*/
.bottom {
	height: 22px;
	clear: both;
	text-align: left;
	color: #fff;
	font-size: 8pt;
	font-family: Arial,Verdana;
}
.bottomdiv {
	position: relative;
	left: 230px;
	top: 2px;	
}
.bottom_home {
	background: transparent url('../img/bottom_home.jpg') bottom left no-repeat;	
}
.bottom_weg {
	background: transparent url('../img/bottom_weg.jpg') bottom left no-repeat;	
}
.bottom_medi {
	background: transparent url('../img/bottom_medi.jpg') bottom left no-repeat;	
}
.bottom_kontakt {
	background: transparent url('../img/bottom_kontakt.jpg') bottom left no-repeat;
}
.bottom_impressum {
	background: transparent url('../img/bottom_impressum.jpg') bottom left no-repeat;
}
.bottom_copyright {
	background: transparent url('../img/bottom_copyright.jpg') bottom left no-repeat;
}
.bottom a		{ color: #fff; text-decoration: none }
.bottom a:link		{ color: #fff; text-decoration: none }
.bottom a:visited	{ color: #fff; text-decoration: none }
.bottom a:active	{ color: #fff; text-decoration: underline }
.bottom a:hover 	{ color: #fff; text-decoration: underline }

