/* Stylesheet für Bildschirmanzeige */

html {height:101%; background-color:#fff;}

#BodyBereich {min-width:40em;}
#PageCenter{
	margin: 0 auto;
	width:960px;
	background-color:#fff;
	}
#Paper_top {
	margin-top:5px;
	height: 20px;
	background-image:url(http://yoga-findedeinglueck.de/Bilder/BoxTop.jpg);
	background-repeat:no-repeat; 
	}
#Paper_content {
	background-image:url(http://yoga-findedeinglueck.de/Bilder/BoxBg.jpg);
	background-repeat:repeat-y; 
	padding:0 20px 0 20px;
	font-family:Verdana, sans-serif;
	font-size:1em;
	line-height:1.5;
	font-weight:normal;
	color:#000;
	}

#Paper_bottom {
	height: 20px;
	background-image:url(http://yoga-findedeinglueck.de/Bilder/BoxBottom.jpg);
	background-repeat:no-repeat; 
	}
#FooterScreen {
	margin-top:5px;
	color:#000;
	text-align:center;
	font-family:Verdana, sans-serif;
	font-size:smaller;
/*	font-size:0.6em; */
/*	line-height:1.2;*/
	font-weight:normal;
	}
#FooterPrint {visibility:hidden; display:none;}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
	}
#LeerzeileDruck {
	visibility:hidden;
	display:none;
	padding:1em 0 1em 0;	
	}
#LogoOR {
	width:181px;
/*	width:15em;*/
	float:right;
	margin:0 0 2em 0em;
	text-align:center;
	font-size:smaller;
	color:gray;
	}
#LogoItem {
/*	width:10em;*/
	float:right;
	margin:0 0 0 1em;
	text-align:right;
	}
#ButtonForm {
	float:right;
	margin:0 0 0 0;
	}
#ButtonBack {
	float:right;
	margin:0 0 0 0;
	}
#iTable table { border-collapse: collapse; margin-top: 1em; margin-bottom: 1em;}
#iTable th { border: 1px solid black; padding: 0.5em; }
#iTable td { border: 1px solid black; padding: 0.5em; }
h1 {	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family:OwnFont, Verdana, sans-serif;
	font-size:6em;
	line-height:1.0;
	font-weight:normal;
	color:#000;
	text-shadow:blue 3px 2px 4px;
	}
h2 {	padding:0 0 0 0;
	margin:1em 0 1em 0;
	font-family:Verdana, sans-serif;
	font-size:1em;
	line-height:1.5;
	font-weight:bold;
	color:#000;
	display:inline;
	}
h3 {	padding:0 0 0 0;
	margin:2em 0 0 0;
	font-family:Verdana, sans-serif;
	font-size:1em;
	line-height:1.5;
	font-weight:bold;
	color:#000;
	}
#Seiten_U {
	padding:0 0 0 0;
	margin:1em 0 1em 0;
	font-family:OwnFont, Verdana, sans-serif;
	font-size:3em;
	line-height:1.0;
	text-align:center;
	font-weight:normal;
	color:#000;
	}
#Seiten_U2 {
	padding:0 0 0 0;
	margin:1em 0 1em 0;
	font-family:OwnFont, Verdana, sans-serif;
	font-size:4.5em;
	line-height:1.0;
	text-align:center;
	font-weight:normal;
	color:#000;
	}
.Seiten_U3 {
	padding:0 0 0 0;
	margin:0em 0 0em 0;
	font-family:OwnFont, Verdana, sans-serif;
	font-size:3em;
	line-height:1.0;
	text-align:center;
	font-weight:normal;
	color:#000;
	}
.Seiten_U4 {
	padding:0 0 0 0;
	margin:0em 0 0em 0;
	font-family:OwnFont, Verdana, sans-serif;
	font-size:4.5em;
	line-height:1.0;
	text-align:center;
	font-weight:normal;
	color:#000;
	}

.TextInnen{padding:1em 1em 1em 1em;}
ul {	margin:0;}
ol {	margin-top:0;}

a:link {text-decoration:none; color:#000000;}
a:visited {text-decoration:none; color:#000000;}
a:active {text-decoration:none; color:#0033ff;}
a:hover {text-decoration:none; color:#0033ff;}
a:focus {text-decoration:none; color:#0033ff;}
#Paper_content a {font-style:italic;}
#Paper_content a h1 {font-style:normal;}
#Paper_content a h2 {font-style:normal; color:#000000;}
#Paper_content a #Seiten_U {font-style:normal; color:#000000;}
#Paper_content a #Seiten_U2 {font-style:normal; color:#000000;}
#Paper_content a .Seiten_U3 {font-style:normal; color:#000000;}
#Paper_content a .Seiten_U4 {font-style:normal; color:#000000;}


.DateOfContent {
	text-align:center;
	font-family:Verdana, sans-serif;
	font-size:0.8em;
	line-height:1;
	font-weight:normal;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
.kursiv {font-style:italic;}
.fett {font-weight:bold;}
.rechts {text-align:right;}
.links {text-align:left;}
.zentriert {text-align:center;}
.blank {visibility:hidden; display:none;}
.dontscreen {visibility:hidden; display:none;}
.auflistung {clear:both;}

/* Textausrichtung für z.B. Tabellen */
.oben    {vertical-align:top;}
.mittig  {vertical-align:middle;}
.unten   {vertical-align:bottom;}

#Rahmen {
	margin-top:0em;
	padding:0 0 0 0;
	overflow:hidden;
	border-top-left-radius: 8px; 
	-moz-border-radius-topleft: 8px; 
	-webkit-border-radius-topleft: 8px; 
	border-top-right-radius: 8px; 
	-moz-border-radius-topright: 8px; 
	-webkit-border-radius-topright: 8px; 
	border-bottom-left-radius: 8px; 
	-moz-border-radius-bottomleft: 8px; 
	-webkit-border-radius-bottomleft: 8px; 
	border-bottom-right-radius: 8px; 
	-moz-border-radius-v: 8px; 
	-webkit-border-radius-bottomright: 8px; 
	border:1px solid #C4C4C4;
	}
#Rahmen2 {
	break-inside: avoid;
	width:100%;
	margin-top:2.5em;
	padding:0 0 0 0;
	overflow:hidden;
	border-top-left-radius: 8px; 
	-moz-border-radius-topleft: 8px; 
	-webkit-border-radius-topleft: 8px; 
	border-top-right-radius: 8px; 
	-moz-border-radius-topright: 8px; 
	-webkit-border-radius-topright: 8px; 
	border-bottom-left-radius: 8px; 
	-moz-border-radius-bottomleft: 8px; 
	-webkit-border-radius-bottomleft: 8px; 
	border-bottom-right-radius: 8px; 
	-moz-border-radius-v: 8px; 
	-webkit-border-radius-bottomright: 8px; 
	border:1px solid #C4C4C4;
	}
.Rahmen {
	margin-top:0em;
	padding:0 0 0 0;
	overflow:hidden;
	border-top-left-radius: 8px; 
	-moz-border-radius-topleft: 8px; 
	-webkit-border-radius-topleft: 8px; 
	border-top-right-radius: 8px; 
	-moz-border-radius-topright: 8px; 
	-webkit-border-radius-topright: 8px; 
	border-bottom-left-radius: 8px; 
	-moz-border-radius-bottomleft: 8px; 
	-webkit-border-radius-bottomleft: 8px; 
	border-bottom-right-radius: 8px; 
	-moz-border-radius-v: 8px; 
	-webkit-border-radius-bottomright: 8px; 
	border:1px solid #C4C4C4;
	}
.Rahmen2 {
	break-inside: avoid;
	width:100%;
	margin-top:2.5em;
	padding:0 0 0 0;
	overflow:hidden;
	border-top-left-radius: 8px; 
	-moz-border-radius-topleft: 8px; 
	-webkit-border-radius-topleft: 8px; 
	border-top-right-radius: 8px; 
	-moz-border-radius-topright: 8px; 
	-webkit-border-radius-topright: 8px; 
	border-bottom-left-radius: 8px; 
	-moz-border-radius-bottomleft: 8px; 
	-webkit-border-radius-bottomleft: 8px; 
	border-bottom-right-radius: 8px; 
	-moz-border-radius-v: 8px; 
	-webkit-border-radius-bottomright: 8px; 
	border:1px solid #C4C4C4;
	}

.Termine {padding:1em 1em 1em 1em;}

.LinkButton {
	margin:5px 10px 10px 10px;
	padding:5px 5px 5px 5px;
	overflow:hidden;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border:1px solid #C4C4C4;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	min-height:32px;
/*	background-image:url(Bilder/2EyeBG.png); */
/*	background-repeat:no-repeat; */
/*	background-position:right center; */
	}
a:hover .LinkButton, a:focus .LinkButton, a:active .LinkButton {
	-moz-box-shadow: 3px 3px 3px #0033ff;
	-webkit-box-shadow: 3px 3px 3px #0033ff;
	box-shadow: 3px 3px 3px #0033ff;
	}
.LinkButtonUp {
	margin:5px 10px 10px 10px;
	padding:5px 5px 5px 5px;
	overflow:hidden;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border:1px solid #C4C4C4;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	}
a:hover .LinkButtonUp, a:focus .LinkButtonUP, a:active .LinkButtonUP {
	-moz-box-shadow: 3px 3px 3px #0033ff;
	-webkit-box-shadow: 3px 3px 3px #0033ff;
	box-shadow: 3px 3px 3px #0033ff;
	}
.LinkButtonPhone {
	margin:5px 10px 10px 10px;
	padding:5px 5px 5px 5px;
	overflow:hidden;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border:1px solid #C4C4C4;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	min-height:32px;
	background-color:#33cc33;
	text-align:center;
	}
a:hover .LinkButtonPhone, a:focus .LinkButtonPhone, a:active .LinkButtonPhone {
	-moz-box-shadow: 3px 3px 3px #0033ff;
	-webkit-box-shadow: 3px 3px 3px #0033ff;
	box-shadow: 3px 3px 3px #0033ff;
	}
