/* @group Grundsaetzliche Seitenelemente */

.unsichtbar {
	visibility:collapse;
}

body {
	font:normal normal normal 16px/normal 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	padding-left:200px;
	padding-right:8px;
}

img {
	border-style:none;
}

h1 {
	text-align:center;
}

h2 {
	clear:both;
}

h3 {
	text-align:left;
	font-style:italic;
	margin-top:8px;
}

h4 {
	clear:both;
}

h6 {
	font-size:medium;
	margin:0;
}

.spaltensatz {
	float:right;
	width:42%;
	clear:right;
}

.links {
	float:left;
	clear:left;
	margin-left:5%;
	padding-right:8px;
	padding-left:8px;
}

.rechts {
	float:right;
	clear:right;
	margin-right:5px;
	padding-right:8px;
	padding-left:8px;
}

.mitte {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}

.bildunterschrift {
	font-size:12px;
	margin-top:0;
	text-decoration:none;
}

.wichtig {
	padding-right:2px;
	padding-left:2px;
	border:2px solid #FF0000;
}

a.seitenanfang {
	display:block;
	float:none;
	clear:both;
	text-align:right;
	margin-top:30px;
	background-image:url(../images/seitenanfang.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-position:100% 0%;
	background-position-x:100%;
	background-position-y:0%;
	background-origin:initial;
	background-clip:initial;
	font-size:12px;
	text-decoration:none;
	line-height:40px;
	margin-bottom:0;
	color:#070034;
}

/* @end */

/* SLIMBOX */

#lbOverlay {
	position:absolute;
	z-index:9999;
	left:0;
	width:100%;
	background-color:#000000;
	cursor:pointer;
}

#lbCenter, #lbBottomContainer {
	position:absolute;
	z-index:9999;
	left:50%;
	overflow:hidden;
	background-color:#FFFFFF;
}

.lbLoading {
	background-image:url(../images/loading.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:50% 50%;
	background-position-x:50%;
	background-position-y:50%;
	background-origin:initial;
	background-clip:initial;
	background-color:#FFFFFF;
}

#lbImage {
	position:absolute;
	left:0;
	top:0;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	border:10px solid #FFFFFF;
}

#lbPrevLink, #lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline-style:none;
	outline-width:initial;
	outline-color:#000000;
}

#lbPrevLink {
	left:0;
}

#lbPrevLink:hover {
	background-image:url(../images/prevlabel.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:0% 15%;
	background-position-x:0%;
	background-position-y:15%;
	background-origin:initial;
	background-clip:initial;
	background-color:transparent;
}

#lbNextLink {
	right:0;
}

#lbNextLink:hover {
	background-image:url(../images/nextlabel.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:100% 15%;
	background-position-x:100%;
	background-position-y:15%;
	background-origin:initial;
	background-clip:initial;
	background-color:transparent;
}

#lbBottom {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:1.4em;
	text-align:left;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	border-top:10px none #FFFFFF;
	border-bottom:10px solid #FFFFFF;
}

#lbCloseLink {
	display:block;
	float:right;
	width:113px;
	height:22px;
	background-image:url(../images/closelabel.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:50% 50%;
	background-position-x:50%;
	background-position-y:50%;
	background-origin:initial;
	background-clip:initial;
	background-color:transparent;
	outline-style:none;
	outline-width:initial;
	outline-color:#000000;
	margin:5px 0px 5px 0px;
}

#lbCaption, #lbNumber {
	margin-right:71px;
}

#lbCaption {
	font-weight:bold;
}

/* @group Farbdefinitionen */

.violett {
	background-color:#CB99CC;
}

.dunkelblau {
	background-color:#9B98FE;
	color:#380000;
}

.hellblau {
	background-color:#C0FFFF;
	color:#380000;
}

.gruen {
	background-color:#CBFE98;
	color:#380000;
}

.mittelgruen {
	empty-cells:show;
	border-collapse:collapse;
	background-color:#99CB65;
}

.dunkelgruen {
	empty-cells:show;
	border-collapse:collapse;
	background-color:#98CB32;
}

.gelb {
	background-color:#FDFFC8;
	color:#380000;
}

.orange {
	background-color:#FFCD5C;
	color:#380000;
}

.rot {
	background-color:#F96937;
	color:#380000;
}

/* @end */

/* @group Navigationselemente */

div#Navigation {
	display:block;
	position:fixed;
	height:100%;
	text-align:right;
	width:180px;
	background-color:#CCCCCC;
	top:0;
	left:0;
}

#Navigation img {
	margin:8px 90px 30px 4px;
}

#Navigation p {
	display:block;
	text-decoration:none;
	font-size:16px;
	margin-top:20px;
	padding-top:16px;
	padding-right:4px;
	margin-bottom:0;
	padding-bottom:16px;
	border-top-style:inset;
	border-left-style:inset;
	border-bottom-style:inset;
	margin-left:8px;
	-webkit-border-top-left-radius:16px;
	border-top-left-radius:16px;
	-o-border-top-left-radius:16px;
	-ms-border-top-left-radius:16px;
	-moz-border-radius-topleft:16px;
	-webkit-border-bottom-left-radius:16px;
	border-bottom-left-radius:16px;
	-o-border-bottom-left-radius:16px;
	-ms-border-bottom-left-radius:16px;
	-moz-border-radius-bottomleft:16px;
}

#Navigation span.aktuellerLink {
	display:block;
	margin-bottom:8px;
	font-weight:bold;
}

#Navigation a {
	display:block;
	text-decoration:none;
	font-size:16px;
	color:#000000;
	padding-top:16px;
	padding-right:4px;
}

#Navigation a:hover {
	display:block;
	text-decoration:none;
	font-size:16px;
	color:#800000;
	padding-top:16px;
	padding-right:4px;
}

#Navigation a.internlink {
	text-decoration:none;
	font-size:12px;
	padding-top:1px;
	padding-bottom:1px;
}

#Navigation a.internlink:hover {
	text-decoration:none;
	font-size:12px;
	padding-top:1px;
	padding-bottom:1px;
	color:#800000;
}

/* @end */

/* @group Indexseite */

#logo {
	display:block;
	margin:30px auto 30px auto;
}

p#willkommen {
	font-size:20px;
}

/* @end */

/* @group QigongAusbildung */

span.zertifikat {
	font-weight:bold;
	display:block;
	clear:both;
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	float:none;
	letter-spacing:1px;
}

#Ausbildungsuebersicht th {
	background-color:#C0C0C0;
	padding-top:6px;
	padding-bottom:12px;
	opacity:0.5;
	border-bottom:3px double #1ACA64;
}

#Ausbildungsuebersicht td {
	padding-right:4px;
	padding-left:4px;
	padding-top:8px;
	vertical-align:top;
}

#Ausbildungsuebersicht td.kursbezeichnung {
	font-weight:bold;
	text-align:center;
}

#Ausbildungsuebersicht .wochenende {
	font-style:italic;
	font-size:small;
}

#Ausbildungsuebersicht tbody tr td ul {
	font-size:small;
	margin-top:0;
	list-style-position:outside;
	margin-left:18px;
	padding:0;
}

#Lageplan {
	display:block;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	width:120px;
	float:left;
	margin-right:24px;
	margin-bottom:8px;
}

#Ortsbeschreibung {
	display:block;
	float:left;
	position:relative;
	top:-16px;
	padding-right:32px;
}

col#Spalte1 {
	background-color:#6FFDFD;
	width:25%;
}

col#Spalte2 {
	background-color:#9EFDFE;
	width:25%;
}

col#Spalte3 {
	background-color:#9CCBFE;
	width:25%;
}

col#Spalte4 {
	background-color:#6DCAFE;
}

/* @end */

/* @group Kurstermine */

#Grundsaetze li {
	list-style-type:none;
	padding-top:4px;
	font-size:large;
	line-height:1;
}

.kalendericon {
	margin-top:16px;
}

table.programm {
	width:100%;
}

table.programm tr th {
	text-align:left;
	font-size:x-large;
	padding-right:4px;
	padding-left:8px;
	padding-top:8px;
	opacity:0.6;
	border-bottom:3px double #0D6532;
}

table.programm td {
	padding-left:8px;
	padding-top:8px;
	padding-bottom:4px;
	border-bottom:1px solid #0D6532;
}

table.programm .kursbezeichnung {
	font-size:large;
	font-weight:bold;
	overflow:auto;
}

td.sommerpause {
	font-size:large;
	font-style:italic;
	text-align:center;
	padding-bottom:8px;
	font-weight:bold;
	color:#0D6532;
}

table.kalender tbody tr th {
	padding-bottom:6px;
	padding-top:4px;
	border-bottom-style:double;
	border-bottom-width:3px;
	border-left-style:solid;
	border-left-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	border-right-width:1px;
	border-right-style:solid;
	width:10%;
	font-size:small;
	line-height:1;
}

table.kalender tbody tr td.wochentag {
	text-align:left;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:small;
	line-height:1;
	padding:2px 0px 2px 8px;
}

table.kalender tbody tr td.tageszahl {
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;
	border-bottom-width:1px;
	min-width:24px;
	text-align:right;
	padding-right:12px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:small;
	line-height:1;
}

table.kalenderlegende td {
	padding-right:40px;
	padding-top:4px;
}

div.seminare {
	background-color:#99CB65;
	margin-bottom:16px;
	padding:16px;
}

/* @end */

/* @group Weiterbildung */

.weiterbildung {
	background-color:#FCFF91;
	color:#380000;
	margin-bottom:16px;
	margin-top:32px;
	padding:16px;
}

p.laufenderkurs {
	font-weight:bold;
	font-size:large;
}

/* @end */

/* @group Weblinks */

ul.linkliste {
	list-style-type:none;
	margin-top:30px;
	line-height:1.6;
}

/* @end */

/* @group Impressum */

p.person {
	font-size:20px;
	text-align:center;
	display:block;
	width:100%;
}

div#impressum {
	font-size:12px;
	position:relative;
	top:60px;
}

/* @end */


