/* =========================================
============== Basics ======================
========================================= */

a:link { text-decoration:none; font-weight: bold; color: #000066 }
a:visited { text-decoration:none; font-weight: bold; color: #000066 }
a:hover { text-decoration:underline; font-weight: bold; color: #993300 }
a:active { text-decoration:none; font-weight: bold; color: #00FF00 }
a:focus { text-decoration:none; font-weight: bold; color: #6666FF }

a.menuText:link { text-decoration:none; color: #000000}
a.menuText:visited { text-decoration:none; color: #000000}
a.menuText:hover { text-decoration:none; color: #993300 }
a.menuText:active { text-decoration:none; color: #000066}
a.menuText:focus { text-decoration:none; color: #003399}

body {
/*	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;*/
	margin: 0px;
	overflow: hidden;
/*	clip:rect(0px, 100%, 100%, 0px);*/
}

#counter {
	font-family: Arial, Times, serif;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	bottom: 0px;
	height: 15px;
	color: #ffffff;
	z-index: 20;
	}
/* =========================================
================== content =================
========================================= */

#contentLayer {
	position:absolute;
	left:250px;
	top:200px;
	right: 50px;
	bottom:40px;
	z-index:1;
	overflow:scroll;
	padding:10px;
	background-color: #FCFCFC;
	border: 1px solid #000066;

}

p {
	margin: 10px;
}


/* =========================================
============== Textauszeichnung ============
========================================= */

.text {
	font-family: Arial, Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
}

p.text {
	margin-top: 2px;
	margin-bottom: 8px;
}

p.inset {
	margin-left: 20px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000066;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 15px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6B6B6B;
	font-weight: bold;
	padding-top:5px;
	padding-bottom: 5px;
	}

.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	line-height: 1.4em;
	color: #003399;
}

.quote {
	font-family: Arial, Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #6B6B6B;
	letter-spacing: normal;
	font-weight: normal;
}

.ha-titel {
	position: margin;
	font-size: 14px;
	fond-style: normal;
	color: gray;
	}
	
.tb-satzung{
	width: 450px;
	border: 2px;
	border-collapse:collapse;
	border-color: #FFFFFF;
	background-color: #EFEFEF;
	}
	

/* =========================================
============== bilder ======================
========================================= */

.images-ha {
	position: absolute;
	font-family: Arial, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #003399;
	weight: 75px;
	height: 100px;
	top: 20px;
	left: 300px;
}


/* =========================================
============== Menues ======================
========================================= */

#menu {
	position: absolute;
	left:20px;
	top:130px;
	weight: 120px;
	z-index:20;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	line-height: 21px;
	text-decoration: none;
}

.menuText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
	color: black;
}

#submenu {
	position:absolute;
	top: 300px;
	left: 50px;
	width: 110px;
	height: 200px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	z-index:100;
}

#submenuInset {
	position:absolute;
	top: 5px;
	right: 0px;
	width: 100px;
}

p.submenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	tont-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #000000;
}

p.submenuTextActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
/* =========================================
============== time ======================
========================================= */
.uhr {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	z-index:20;
	color: #ffffff;
}

#uhr {
	position:absolute;
	bottom: 0px;
	left: 20px;
	width: 250px;
	height: 15px;
}

/* =========================================
========= Frame-Definitionen ===============
========================================= */

#frame-logo {
	position:absolute;
	top: 70px;
	left: 800px;
	width: 70px;
	height: 86px;
	background-image: url("images/frame/logo.png");
	
	z-index:10;
}

#frame-title1 {
	position:absolute;
	top: 0px;
	left: 250px;
	width: 300px;
	height: 27px;
	z-index:19;
}

#frame-title1Text {
	position:absolute;
	bottom: 0px;
	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: 20px;
	vertical-align: bottom;
	z-index: 20;
}

#frame-title2 {
	position:absolute;
	top: 31px;
	left: 300px;
	width: 300px;
	height: 27px;
	z-index:20;
	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
}

#frame-top {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	right: 50px;
	z-index:10;
	
	background-image: url(images/frame/lhBlau.gif);
	background-repeat: repeat;

}



#frame-bottom {
	position:absolute;
	bottom: 0px;
	left: 0px;
	height: 15px;
	right: 50px;
	z-index:10;
	
	background-image: url(images/frame/lhBlau.gif);
	background-repeat: repeat;

}

#frame-lefttop {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 100px;
	z-index:10;
	
	background-image: url(images/frame/left_top.png);
	background-repeat: repeat;

}

#frame-menutitle1 {
	position:absolute;
	top: 3px;
	left: 600px;
	height: 27px;
	width: 150px;
	z-index:5;
}

#frame-menutitle1text {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-position: bottom;
	color: #aaccff;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
}

#frame-menutitle2 {
	position:absolute;
	top: 175px;
	left: 250px;
	height: 27px;
	width: 400px;
	z-index:100;

	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
	background-position: bottom;
	color: #000066;
}

#frame-banner {
	position:absolute;
	top: 65px;
	left: 250px;
	height: 100px;
	width: 400px;
	z-index:5;
}


}

#frame-lightBlue {
	position:absolute;
	top: 54px;
	left: 750px;
	height: 88%;
	width: 50%;
	z-index:1;
	
	background-color: #aaccff;
}

#frame-thread {
	position:absolute;
	bottom: 50px;
	left: 550px;
	height: 200px;
	width: 400px;
	z-index:4;
	
/*	background-image: url(images/frame/Faden1_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

#frame-motive {
	position:absolute;
	bottom: 15px;
	left: 0px;
	height: 300px;
	width: 300px;
	z-index:1;
}
/* =========================================
================= contens ==================
========================================= */

#losung {
	
	margin: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ECECEC;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.TL {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.SL {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.L {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}
/* =========================================
============== Termin eintragen ============
========================================= */
.small {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
.subtitle {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: bold;
	}




/* =========================================
================ Kalender ===================
========================================= */
.calendar-id {
	font-family: Arial, Trebuchet MS, Halverica;
	font-size: 9px;
	color: #000000;
}

.calendar-title {
	font-family: Trebuchet MS, Arial, Halverica;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	}
.calendar-date{
	font-family: Trebuchet MS, Arial, Halverica;
	font-size: 10px;
	font-weight: normal;
	color: #000000
}
.calendar-link {
	font-family: Trebuchet MS, Arial, Halverica;
	font-size: 12px;
}
.calendar-address {
	font-family: Trebuchet MS, Arial, Halverica;
	font-size: 10px;
	font-weight: normal;
	color: #000000
}
.calendar-description1 {
	font-family: Trebuchet MS, Arial, Halverica;
	font-size: 12px;
	font-weight: normal;
	color: #000000
}

/* =========================================
================= Gruppen ==================
========================================= */

.grouptitle {
	font-family: Trebuchet MS, Arial, Halvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000066;
	background-images: url(images/grouptitle.png)
	}


/* =========================================
============== nicht benutzt ===============
========================================= */

#user {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-position: bottom;
	color: #aaccff;
	vertical-align: bottom;
	position: absolute;
	top: 40px;
	right: 50px;
}

#frame-greyrect {
	position:absolute;
	top: 54px;
	left: 0px;
	height: 21px;
	width: 20px;
	z-index:5;
	
	background-color: #999999;