/* Stylesheet */

body {
	margin:15px 190px 155px 15px;
}

#bottom_right {
	position:fixed;
	bottom:0px;
	right:0px;
	width:175px;
	height:143px;
	background-image:url(_images/jungenschaft_logo_cross.png);
	background-repeat:no-repeat;
	text-align:right;
	z-index:501;
}
#bottom_left {
	position:fixed;
	bottom:0px;
	left:0px;
	right:175px;
	height:113px;
	background-image:url(_images/rand_unten.png);
	background-repeat:repeat-x;
	padding-top:30px;
	background-position:bottom;
	z-index:502;
}
#top_right {
	position:fixed;
	top:0px;
	right:0px;
	width:172px;
	bottom:143px;
	background-image:url(_images/rand_rechts.png);
	background-repeat:repeat-y;
	background-position:right bottom;
	text-align:right;
	padding-right:3px;
	z-index:503;
}

/* Termine */

.akt {
	empty-cells:show;
	border-spacing:1px;
	border:0px;
}

.akt_l {
	color:#00846F;
	text-align:left;
}
.akt_r {
	color:#323232;
	text-align:left;
}
/* Links */
a {
	color:#003296;
	text-decoration:none;
}
a:hover {
	color:#329600;
	text-decoration:underline;
}

/* Navigation */
#bottom_left a {
	color:#007DFF;
	text-decoration:none;
}
#bottom_left a:hover {
	color:#FF7D00;
	text-decoration:underline;
}

.help {
	border-bottom:1px dotted #000000;
}
.small {
	font-size:75%;
}

/* box */

.box_main {
	position:relative;
	border:1px solid #333333;
	width:100%;
	padding:0px;
	margin-bottom:5px;
}
.box_main p {
	padding:5px;
	margin:0px;
}
.box_head {
	width:100%;
	background-color:#CCCCCC;
	border-bottom:1px dotted #999999;
}
.box_text {
	width:100%;
}
.box_beschr {
	color:#666666;
}
.box_sep {
	color:#339933;
	font-weight:bold;
}
.box_comment {
	border-top:1px dotted #999999;
	color:#666666;
}
.box_eck {
	position:absolute;
	right:0px;
	top:0px;
	z-index:100;
}

.invis {
  display:none;
}