

/*///////////////////////////////// Grundelemente /////////////////////////////////////*/

	a:link { color:#4d4d4d; text-decoration:none;}
	a:hover { color: black !important; text-decoration:none;}
	a:visited { color:#4d4d4d; text-decoration:none;}
	a:active { text-decoration:none;}
	

	html {
		height:100%;
		margin:0;
		padding:0;
		background-image:url(images/slices/bgr_stripes.png);
		background-repeat:repeat-y;
		background-color:transparent;
	}
	
	/*---- IE6-Hack fuer dekodiv ---*/
	* html #dekodiv {
		position:absolute;
	
	}
	
	body {
	height: 100%;
	/*margin: 16px 0px 0px 16px;*/
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-align:left;
	color:#4d4d4d;
		}
		
	.grundtext {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:16px;
		text-align:left;
		color:#4d4d4d;
			}
	
	p {
		margin: 0px 0px 8px 0px;
		padding:0;
	}
	
	form {
		margin: 0;
	}
	
	input, .input_nofloat {
		border: 1px solid #4d4d4d;
		height: 14px;
		font-size: 9px;
		background-color:white;
		width:193px;
	}
	
	.input_nofloat{
		width:80px;
		float: none;
	}
	
	input {
		float:left;
	}
	
	input[radio]{
		width: 12px;
		height: 12px;
	}
	
	select {
		border: 1px solid #4d4d4d;
		height: 19px;
		font-size: 9px;
		float:left;
		color:#4d4d4d;
		overflow: auto;
	}
	
	option{
		width: auto;
		display: block;
		overflow: auto;
	}
	
	/*
	#container_background{
		position: relative;
		height: 100%;
		width: 960px;
		margin: 0 auto;
		top: 0px;
		left: 0px;
	}
	*/
	#container {
		width:960px;
		height: 95%;
		float:left;
		text-align:left;
		border-top:1px solid #4d4d4d;
		border-left:1px solid #4d4d4d;
		border-right:1px solid #4d4d4d;
		z-index:50;
		background-color:transparent;
		background-image:url(images/slices/bgr_topright.png);
		background-position:2px top;
		background-repeat:no-repeat;
		position: relative;
		top: 16px;
		left: 16px;
	}
	
	#dekodiv {
		width: 400px;
		height:200px;
		background-position:1px bottom;
		background-image:url(images/slices/bgr_bottomleft.png);
		background-repeat:no-repeat;
		bottom: 0px;
		left:16px;
		z-index:-20;
		position:fixed;

		/* hack einbauen f?r IE6: position:absolute;*/	
	}
	
	
	#logoblock {
		height: 25px;
		background-image:url(images/slices/logo_script.png);
		background-position:8px 8px;
		background-repeat:no-repeat;
		padding:15px 0px 0px 58px;
		text-align:left;
		float:left;
		/*background-color:green;*/
	}

	#rootselectorcontainer {
		font-size: 1px;
		height: 25px;
		float:left;
		padding:15px 0 0 8px;
	}
	
	#centerdiv { position: absolute; top: 30px; left: 140px; width:552px; margin: 0 0 0 20px; min-height:544px; }
	
	#centerdiv_header {
		width: 100%;
		/*min-height:132px;*/
		line-height:84px;
		font-size: 81px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		color: #4d4d4d;
		letter-spacing: -3px;
		margin-top:0;
		padding-top: 20px;
		padding-bottom: 31px;
		overflow:visible;
		/*background-color:red;*/
	}
	
	#centerdiv_subtitle {
		font-size:16px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		line-height:18px;
		color: #4d4d4d;
		margin-top:-20px;
		height:40px;
		
	}
	
	#centerdiv_content { width: 100%; }
	
	#centerdiv_content img {
		border: 1px solid #4d4d4d;
	}
	
	#centerdiv_content_leftrow {
		width: 147px;
		float:left;
		/*background-color:#0033FF;*/
		margin-right:14px;
		text-align:right;
		background-image:url(images/slices/trans90.png);
	}
	
	#centerdiv_content_rightrow {
		width: 391px;
		float:left;
		/*background-color:#0033FF;*/
		min-height:398px;
	}

	
	#centerdiv_content_fullrow {
		width: 538px;
		float:left;
		padding-bottom: 10px;
	}



	/*///////////////////////////////// Feed /////////////////////////////////////*/
	
	#feedrow { position: absolute; top: 25px; right: 0; width: 248px; min-height:544px;
		/*background-color:cyan;*/
	}
	
	.feedbox {
		width:211px;
		margin: 0 auto 20px auto;
		border:1px solid #4d4d4d;
		background-image:url(images/slices/trans90.png);
	}
	
	.feedbox img {
		border-bottom:1px solid #4d4d4d;
	}
	.feedboxtitle {
		width: 100%;
		background-color:white;
		font-weight:bold;
		border-bottom: 1px solid #4d4d4d;
		text-indent:6px;
		height:16px;
		line-height:14px;
	}
	.feedboxcontent {
		padding:2px 6px 6px 6px;
	}
	
	/*///////////////////////////////// Navigation /////////////////////////////////////*/
	
	#navigation {
		width:140px;
		display:block;
		float:left;
		border-bottom:1px solid #4d4d4d;
		clear:both;
		cursor:pointer;
	}
	#navigation .line {
		height:16px;
		width:100%;
		text-indent:8px;
		font-weight:bold;		
		border-top:1px solid #4d4d4d;
		cursor:pointer;
		background-color:white;
	}
	#navigation .line.sub {
		font-weight:normal;
		text-indent:16px;
		border:none;
	}
	#navigation .line.sub.selected {
		background-image:url(images/slices/bgr_navline.png);
		background-repeat:no-repeat;
		background-position:8px 5px;
	}	
	#navigation a:hover .line.sub {
		background-image:url(images/slices/bgr_navline.png);
		background-repeat:no-repeat;
		background-position:8px 5px;		
		}
	
	
	
	/*///////////////////////////////// Veranstaltungen&Mitglieder /////////////////////////////////////*/
	
	
	.filterbox {
		width: 538px;
		margin: 0px 0 0px 0;
		height:40px;
		font-size:9px;
		color:#4d4d4d;
	}
	
	#facebox .body{
		padding: 0px;
		background-color: #fff;
	}

	#facebox .content {
		background-color: #fff;
		width: 100%;
		height: 100%;
		border-top:4px double #4d4d4d;
		border-left:1px solid #4d4d4d;
		border-right:1px solid #4d4d4d;
		border-bottom:1px solid #4d4d4d;
		/*background-image:url(images/slices/foldedcorner.png);
		background-position:right bottom;
		background-repeat:no-repeat;*/
	}
	
	.cornerbox {
		position: relative;
		width:538px;
		border-top:4px double #4d4d4d;
		border-left:1px solid #4d4d4d;
		background-image:url(images/slices/foldedcorner.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		margin:16px 0 0 0;
		cursor:pointer;
		min-height:94px;
	}
	
	/* Cornerbox ohne hover */
	
	.cornerbox_nohover {
		position: relative;
		width:538px;
		border-top:4px double #4d4d4d;
		border-left:1px solid #4d4d4d;
		background-image:url(images/slices/foldedcorner.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		margin:16px 0 0 0;
	}
	
	.cornerbox:hover { background-color:#4d4d4d;}
	.cornerbox img { border-bottom:1px solid #4d4d4d; }
	.cornerbox.focus {min-height:400px; cursor:auto;}
	.cornerbox.focus:hover { background-color:transparent; }
	
	.cornerboxtitle {
		font-weight:bold;
		float:left;
		text-indent:6px;
		min-height:16px;
		line-height:14px;
		margin:2px auto;
		padding-top: 4px;
		width:100%;
	}
	.cornerboxtitle.member { width:514px; }
	
	
	.cornerboxpicture {
		width: 50px;
		height:100%;
		float:left;
		margin:-3px 6px 0 0;
	}
	.cornerboxpicture.focus {
		width: 138px;
		height:198px;
		margin: -3px 16px 0 0;
	}
	
	.cornerboxdetails {
		/*position: relative;*/
		height: 16px;
		/*float: left;*/
		/*right: 2px;*/
		text-align:right;
		width: 100%;
		margin: 4px 6px 0 0;
	}
	
	.cornerboxcontent {
		/*position: relative;*/
		top: 15px;
		clear:both;
		margin: 0 auto;
		width:526px;
		padding:2px 0 3px 0;
		border-top: 1px solid #4d4d4d;	
	}
	.cornerboxcontent.brtt {
		padding-right: 50px;
		width:477px;
		background-image:url(images/icons/certificate.png);
		background-repeat:no-repeat;
		background-position:right 4px;
	}
	
	.cornerboxendline {
		/*position: relative;*/
		font-weight:normal;
		width:510px;
		/*height:16px;*/
		line-height:14px;
		margin:8px 0 0 0;
	}
	
	
	
	/*///////////////////////////////// Typografiestile /////////////////////////////////////*/

	h1 { /*Riesentitel*/
		
	}
	
	h2 { /*Untertitel unter Riesentitel*/
		
	}
	
	/*///////////////////////////////// Icons und Buttons /////////////////////////////////////*/
	
	
	
	.icon {
		width:16px;
		height:16px;
		float:left;
		border:1px solid #707070;
		/*background-image:url(images/icons/arrow_right.png);*/
		background-position:center;
		background-repeat:no-repeat;
		background-color:white;
		cursor:pointer;
		display:inline;
	}
	
	
	a:hover .icon { background-color:#CCCCCC; }
	a:link .icon { text-decoration:none; }
	
	a.icon:hover { background-color:#CCCCCC; }
	
	.icon.print			{ background-image:url(images/icons/print.png);	}
	.icon.arrow_right	{ background-image:url(images/icons/arrow_right.png);	}	
	.icon.arrow_left	{ background-image:url(images/icons/arrow_left.png);	}	
	.icon.arrow_down	{ background-image:url(images/icons/arrow_down.png);	}	
	.icon.arrow_up 		{ background-image:url(images/icons/arrow_up.png);	}	
	.icon.cross			{ background-image:url(images/icons/cross.png);	}	
	.icon.tick			{ background-image:url(images/icons/tick.png);	}	
	.icon.magnifier		{ background-image:url(images/icons/magnifier.png);	}	
	.icon.pdf			{ background-image:url(images/icons/pdf.png);	}
	.icon.help			{ background-image:url(images/icons/help.png);	}
	

	.buttonsmall {
		padding:1px 11px 2px 7px;
		margin-top:4px;
		font-size:9px;
		text-transform:uppercase;
		border-top:1px solid #4d4d4d;
		border-left:1px solid #4d4d4d;
		background-image:url(images/slices/foldedcorner_small.png);
		background-position:bottom right;
		background-repeat:no-repeat;
		background-color:white;
		cursor:pointer;
		width:inherit;
		float: right;
	}
	a:hover .buttonsmall { background-color:#cccccc;}
	a:link .buttonsmall { text-decoration:none; }
	
	
	.buttonfold {
		padding: 1px 11px 2px 7px;
		margin-top: 4px;
		font-size: 9px;
		text-transform:uppercase;
		border-top:1px solid #4d4d4d;
		border-left:1px solid #4d4d4d;
		background-image:url(images/slices/folder_corner.png);
		background-position:bottom right;
		background-repeat:no-repeat;
		background-color:white;
		float: left;
		cursor:pointer;
	}
	
	a:hover .buttonfold { background-color:#cccccc;}
	a:link .buttonfold { text-decoration:none; }
	
	
	/*///////////////////////////////// Gugus /////////////////////////////////////*/
	
	
	
	
	.clearfloat { 
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}

	
	
	#skyscraper {
		width: 150px;
		height: auto;
		position:absolute;
		top:16px;
		left:996px;
		border:solid 1px #4d4d4d;
	}
	
	
	/*///////////////////////////////// Urs /////////////////////////////////////*/
	
	.spalte_links{
		width:150px;
		float:left;
		text-align:right;
		margin-right:10px;
		
	}
	
	.spalte_rechts{
		width: 300px;
		float: left;
	}
	
	.clear_after_spalte{
		clear:both;
		font-size: 1px;
	}
	
	.fehlermeldung{
		color: #ea0900;
		font-weight: bold;
	}
	
	.title_georgia{
	
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 14px;
	
	}
	
	.untertitel{
		font-size: 11px;
		margin-bottom: 5px;
	}
	
	/* Radio-buttons */
	
	.input_radio{
		clear: both;
		height: auto;
		width:auto;
		float: none;
	
	}
	
	.anmeldeform_label{
		float: left;
		margin-right: 5px;
		text-align: right;
		width: 100px;
	}
	
	.strong{
		font-weight: bold;
	}
	
	
/* scriptTOOL */

.stBox{
	position: relative;
	font-size: 10px;
	border: solid 1px #000000;
	width: 350px;
	padding-left: 7px;
	clear: both;
}

.stBoxIcon{
	position: absolute;
	right: 0px;
	top: 0px;
	border-left: 1px solid #000000;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	background-color: transparent;
}

.stBoxIcon:hover{
	background-color: transparent;
}

.stBox:hover{
	cursor: pointer;
	background-color: #696969;
	color: #fff;
}

#themContent{
	top:5px;
	position: relative;
	width:750px;
	clear: both;
	margin-bottom: 20px;
	max-height: 600px;
	overflow: auto;
}

#stTitel{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#stLead{
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

#stText{
	text-align: justify;
}

.stTextTitel{
	margin-bottom: 3px;
}

.einzug10{
	margin-left: 17px;
}

#stQuerverweise{
	float: left;
	width: 150px;
	height: 300px;
	margin-right: 15px;
	
	font-size: 9px;
	text-align: right;
}

#stContent{
	float: left;
	width: 550px;
}

.querverweisTitel{
	font-size: 12px;
	font-weight: bold;
}

.boxy_closebox{
	float:none;
	text-align: right;
	position: absolute;
	top: 20px;
	left: 730px;
	width:32px;
	margin-top:-5px;
}

.boxy_printbox{
	float:none;
	text-align: right;
	position: absolute;
	top: 20px;
	left: 700px;
	width:32px;
	margin-top:-5px;
}

li{
	margin-bottom: 0.5em;
}
