/* Copyright by MKZ, plz send me a mail if you want to copy something*/
body {
	padding: 0px;
	margin-top: 12px;
	margin-left: 2px;
	margin-right: 0px;
	font-size: 12px;
	font-family: "Times New Roman", Calibri, Verdana, Arial, sans-serif; 
	background-color: #EFEFEF;
}
/* LINKS*/
a {
	text-decoration: none;
	color: #3333FF;
}
a:visited{
	text-decoration: none;
}
a:hover, .memberfoto a.f:hover{			/*also MEMBERs*/
	color: #A11247;
}
/* Allgemeine Unter�berschriften*/
h2, h3{
	margin-bottom: 4px;
}

/* used for the "top" page */
.toptitle{
	/*padding-left: 150px;*/
	color: #A11247;
	font-size: 34px;
	font-weight: 900;
}
/*.mytable{
	border-bottom: dashed 2px #A11247;  
}*/
.toptitle p{
	text-align: center;
	color: #000000;
	font-weight: 400;
	font-size: 12px;
	margin-top: 3px;
}

/* Footer of the mkz pages */
.footer{
	text-align: center;
}
/*  Table of the mkz pages */
.mybodytable td{
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}



/* My menu*/
/* My menu*/
.mymenu{
	font-size: 13px;
}
.mymenu ul li:hover{
	text-decoration: none;
	color: #A11247;
	background-color: #F3F3F3;
}
.mymenu ul li ul li:hover{
	text-decoration: none;
	color: #A11247;
	background-color: #F3F3F3;
}
.mymenu a:hover{
	color: #A11247;
}
.mymenu a{
	text-decoration: none;
	display:block;
	color: black;
}
.mymenu ul{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	line-height:25px;
	border-top: dotted 1px #A11247;
}
.mymenu ul li{
	padding: 0px;
	padding-left: 4px;
	color: black;
	border-bottom: dotted 1px #A11247;
}
.mymenu ul li ul li{
	padding: 0px;
	padding-left: 15px;
	color: black;
	border-bottom: 0px;
}
.mymenu ul li ul{
	border-bottom: 0px;
}	
.mymenuhidden {
	display: none;
}

/* Kalender */
.calcolumn{
	width: 190px;
}
.caltable {
	border-collapse:collapse;
	background-image: url(../pictures/calback.png);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.caltable2 td{
	width: 28px;
	height: 20px;
	
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
/* LEGENDE DES KALENDERS*/
.legend{
	height: 77px;
	background-image: url(../pictures/legend.png);
	background-repeat: no-repeat;
	background-position: 4px bottom;
}
.tablleg td{
	padding-right: 4px;
}
.tablleg td#leg{
	text-align: center;
}
.tablleg td#eins{
	width: 28px;
	height: 20px;
	background-image: url(../pictures/ringrot.png);
	background-repeat: no-repeat;
}
.tablleg td#zwei{
	background-image: url(../pictures/ringblau.png);
	background-repeat: no-repeat;
	height: 20px;
}
.tablleg td#drei{
	background-image: url(../pictures/ringgelb.png);
	background-repeat: no-repeat;
	height: 20px;
}
/* Ringe f�r Kategorien */
.k1{
	background-image: url(../pictures/ringrot.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
}
.k2{
	background-image: url(../pictures/ringblau.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
}
.k3{
	background-image: url(../pictures/ringgelb.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
}
.k4{
	background-image: url(../pictures/rotblau.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
}
.k5{
	background-image: url(../pictures/rotgelb.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
}
.k6{
	background-image: url(../pictures/blaugelb.png);
	background-repeat: no-repeat;
	background-position: -1px 0px;
}


/* Text f�r Wochentage nicht in Zelle (durchsichtig) */
.borderhidden td{
	border: 0px;
	height: 15px;
	text-align: center;
	font-size: 10px;
}
.borderhidden #So{
	color: red;
}

.wcols{
	vertical-align: middle;
}
.wcols td{
	text-align: center;
	font-size: 13px;
}

.caltable #termtext{
	padding-top: 10px;
	height: 26px;
	font-weight: 600;
	vertical-align: middle;
}
.caltable #calmonth{
	vertical-align: middle;
	padding-top: 4px;
}

.caltable #linkszutage td{
	font-size: 12px;
}
.caltable div{
	font-size: 16px;
}
/*plop poup */
.k1, .k2, .k3, .k4, .k5, .k6{
	height: 20px;
}
.k1 a, .k2 a, .k3 a, .k4 a, .k5 a, .k6 a{
	font-size: 12px;
	position:relative;
	text-decoration: none;
	color: black;
}
.k1 a:hover, .k2 a:hover, .k3 a:hover, .k4 a:hover, .k5 a:hover, .k6 a:hover{
	border: none;
	color: black;
}
.k1 a span, .k2 a span, .k3 a span, .k4 a span, .k5 a span, .k6 a span{
	display: none;
}
.a1:hover span{
	display: block;
	top:+25px;
	left: -191px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
 	margin: 4px;
	text-decoration: none;
	color:black;
 	background: yellow;
	border: 1px solid black;
	position:absolute;
	width: 190px;
	z-index: 500;
}
.flink{
	color: #3333FF!important;
}
.flink:hover{
	color: #A11247!important;
}
.a2:hover span{
	display: block;
	top:-45px;
	left: -191px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
 	margin: 4px;
 	background: yellow;
	text-decoration: none;
	color:black;
	border: 1px solid black;
	position:absolute;
	width: 190px;
	z-index: 500;
}

/* MITTELTEIL PAGE*/
.textmiddle{
	font-size: 16px;
}
.textmiddle p{
	text-align: justify;
	margin-top: 8px;
	font-size: 13px;
}
.textmiddle b{
	font-weight: 600;
}
.ckonzert{
	background-image: url(../pictures/pergament.gif);
	font-size: 13px;
	padding-left: 6px;
	padding-bottom: 15px;
	border: 2px solid #A11247;
	font-family: "Times New Roman", Calibri, Verdana, Arial, sans-serif; 
}


.pagetitle{
	margin-top: 10px;
	height: 30px;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 500;
	border-bottom: 3px solid #A11247;
}
.spruch{
	font-style: italic;
	text-align: center;
	color: #A9A8A8;
	height: 50px;
}
.spruch td{
	text-align: center;
	vertical-align: middle;
	background-color: #A11247;
	font-size: 13px;
}
/* FOTOS */
.foto{
	width: 170px;
	padding-top: 10px;
	
}
.campfoto td{
	text-align: center;
	padding-bottom: 15px;
}
/* Tabelle, die mittel durchgetrennt ist*/
.tabledurch{
	padding-right: 30px;
	border-right: solid 1px #A11247;
}
.tabledurch2{
	padding-right: 15px;
	border-right: solid 1px #A11247;
}
/*  MITGLIEDER BILDER   */
.memberfoto a{
	color: black;
}
.memberfoto a:hover{
	text-decoration: none;
	color: black;
}
.memberfoto a.f{
	color: #3333FF;
}
.memberfoto td a span{
	display: none;
}
.memberfoto td a:hover{
	border: none;
}
.memberfoto td a:hover span{
	background-repeat: no-repeat;
	display: block;
	position:absolute;
	top: 664px;
	/* top: 583px; */
	left: 2px;
	cursor: pointer;
 	margin: 4px;
	line-height:200px;
	width: 133px;
	z-index: 500;
}
/* FOTOGALERIE*/
.fotogalerie tr td{
	padding-left: 10px;
	padding-right: 10px;
}
.fotogalerie tr td{
	padding-bottom: 6px;
}
.fotogalerie tr td tr td{
	padding-bottom: 2px;
}
.fotogalerie tr td img, .fotorahmen, .campfoto tr td img{
	border: solid 2px black;
}
a:hover .fotorahmen, .fotogalerie a:hover img, .campfoto a:hover img{
        border: solid 2px red;
}
/* CD - Tontr�ger */
.cd_cover{
	width: 98%;
	padding-left: 5px;
	margin-top: 3px;
	border: solid 1px black;
	background-color: #D4D3D4;
}
#program1, #program2, #program3, #program4, #program5, #program6{
	display: none;
}
/* allgemeines Zentrieren mit margin + text-align*/
.allzen{
	text-align: center;
	margin:auto;
}

/* Jahresprogramm */
.jahresprogramm tr td{
	padding:0px;
	padding-left:10px;
	padding-right:10px
}
.ckflyer{
	position:absolute;
	top: 55px;
	left: 0px;
    width: 100%;
	z-index: 500;
	text-align: center;
}
.ckflyer img{
	border: 2px solid #A11247;
}
.top_ck09{
	font-size: 12px;
	color: black;
	text-decoration: blink;
	font-weight: normal;
}
.top_ck09 b{
	font-size: 13px;
}
.top_ck09 a{
	color: black;
	text-decoration: none;
}
.note{
	font-size: 10px;
}
.camp2010display {
	background-repeat: no-repeat;
	display: block;
	position:absolute;
	cursor: pointer;
	margin: 4px;
	z-index: 500;
}
.camp2010hide{
	display: none;
}

.jugendFoto img {
	border: solid 2px black;
}

#mkzCaecilienSlide {
    cursor:pointer;
    display:block;
    border: solid #DBD9D6 0.5px;
    margin:0px auto;
    box-shadow: 10px 10px 20px #000; 
    -webkit-box-shadow:10px 10px 20px #000;
}

