
td {
	vertical-align:top;
}

/* ######################################################################################################
	** ### Header ###################################################################### 
	** ######################################################################################################
	*/

	#header {
		background: #FFFFFF url(../images/header1.gif) left bottom no-repeat;
		height:100px;
		/*width:463px;*/
		margin-top: 5px;
		border-color: #B8B8C2;
	}

	/* ######################################################################################################
	** ### Navi rechts oben ###################################################################### 
	** ######################################################################################################
	*/	
	
	.navioben {
		color: #B8B8C2;
	}
	
	.navioben a {
		color: #B8B8C2;
		border-bottom: 1px dashed #B8B8C2;
	}
			
	.navioben a:hover {
		color: #000000;
		border-bottom: 1px solid #B8B8C2;
	}
	
	/* ######################################################################################################
	** ### breadcrump ###################################################################### 
	** ######################################################################################################
	*/
	
	#bread {
		/*left: 1%;*/
		width: 100%;
		position: relative;
		color: #000;
		padding-left: 5px;
		border-bottom: 1px solid #B8B8C2;
		background-color: #B8B8C2;
	}

	#bread ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		border: none;
	} 
	
	#bread a {
		color: #000;
		border-bottom-width: thin;
		border-bottom-style: dashed;
		border-bottom-color: #000;
		text-decoration: none;
	}
	#bread a:hover {
		background-color: #B8B8C2 !important;
		text-decoration: none;
		font-weight: normal;
		border-bottom-width: thin;
		border-bottom-style: solid;
		border-bottom-color: #000;
	}

	#bread ul li {
		margin-left: 0;
		padding-left: 2px;
		border: none;
		list-style: none;
		display: inline;
	}

	#bread-gen ul li:before {
		content: "\0020 \0020 \0020 \00BB \0020";
		color: #ff9;
	}

	#bread-gen ul li.first:before {
		content: " ";
	}


/* ######################################################################################################
	** ### allgemein ###################################################################### 
	** ######################################################################################################
	*/

	h1 {
		color: #777777; 
	}

	h2 {
		color: #777777; 
	}
	
	h4 {
		color: #777777; 
	}
	
	hr { 
		color: #777777; 
		background:transparent; 
		margin: 0 0 0.5em 0; 
		padding: 0 0 0.5em 0; 
		border:0; 
		border-bottom: 1px #B8B8C2 solid; 
	}
	
	 #col3 {
		background-color: #FFFFFF;
		}
		
	#col3_content {
		border-left: 1px solid #B8B8C2;
		border-right: 1px solid #B8B8C2;
	}	
	
	.marginalie {
	color: #777777;  
	border-bottom: 1px #777777 solid;
	}	


.globallink {
	border: 1px solid #B8B8C2;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	
}

.globallink a {
	border: 0 none !important;
	
}

.globallink p {
	margin-top: 10px;
}


/* ######################################################################################################
	** ### Navi rechts ###################################################################### 
	** ######################################################################################################
	*/	
	
	#lbNavi li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	 	font-size: 11px;
	 	/*line-height: 90px !important;*/
	 	font-weight: bold;
		background-repeat: no-repeat;
	 	background-position: 0 0;
		text-decoration: none;
		list-style-type: none;
		padding-top: 10px;
		padding-bottom: 2px;
		display: block;
		margin:0;
	}
	
	#lbNavi li a {
		background-repeat: no-repeat;
		display:block;
		padding-bottom: 2px;
		border-bottom: 1px dashed #000000;
		height:70px;
		color: #777777;
	}
	
	#lbNavi li a span {
		display: block;
		line-height: 1.5em;
		margin-left: 50px;
		padding-top: 5px;
	}
	
	#lbNavi li a:hover {
		border-bottom: 1px solid #000000;
		text-decoration:none;
		color: #444444;
	}
	
	
	#lbNavi .icon1 a {
		background-image: url(../images/icon1.gif);
	}
	#lbNavi .icon1 a:hover {
		background-image: url(../images/icon1a.gif);
	}
	
	#lbNavi .icon2 a {
		background-image: url(../images/icon2.gif);
	}
	#lbNavi .icon2 a:hover {
		background-image: url(../images/icon2a.gif);
	}
	#lbNavi .icon3 a {
		background-image: url(../images/icon3.gif);
	}
	#lbNavi .icon3 a:hover {
		background-image: url(../images/icon3a.gif);
	}
	#lbNavi .icon4 a {
		background-image: url(../images/icon4.gif);
	}
	#lbNavi .icon4 a:hover {
		background-image: url(../images/icon4a.gif);
	}
	
	
	.naviintern {
	   /* font-size: 11px;
	    line-height: 18px;
	    font-weight: bold;
			color: #006666;
			background-color: #99FFE9;
			text-indent: 30px;
			text-decoration: none;*/
			list-style-type: none;
			padding-bottom: 2px;
			display: block;
			margin:0;
	}
	
	.naviintern a {
		font-size: 11px;
		line-height: 18px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #777777;
		text-indent: 30px;
		text-decoration: none;
		padding-bottom: 2px;
		border-bottom-width: thin;
		border-bottom-style: dashed;
		border-bottom-color: #000;
		display: block;
	}
		
	.naviintern a:hover {
		color: #FFFFFF;
		background-color: #444444;
		text-decoration: none;
		border-bottom-style: solid;
	}
	
	#teaser p {
		text-align: justify;
		/*padding-right: 10px;*/
	}
	

	
	/* ######################################################################################################
	** ### Tabs ###################################################################### 
	** ######################################################################################################
	*/	

	.ui-tabs-panel {
	border-top: 1px solid #B8B8C2 !important;
	border-bottom: 1px solid #B8B8C2 !important;
	}
	.ui-tabs-nav a {
		border:1px solid #B8B8C2 !important;
		border-bottom: 0 none !important;
	  color: #000000 !important;
	}
	.ui-tabs-nav .ui-tabs-selected a,
	.ui-tabs-nav a:hover,
	.ui-tabs-nav a:focus,
	.ui-tabs-nav a:active {
		background-color:#CCCCCC !important;
	}
	
/* ######################################################################################################
** ### Subtemplates #####################################################################################
** ######################################################################################################
*/

	.subcolumns { 
		width: 100%;
		padding: 0 1px 0 1px; 
		margin: 0 -1px 0 -1px; 
		overflow:hidden;
	}
			
	.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; overflow: hidden;}
	.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; overflow: hidden;}
	
	.c25l, .c25r { width: 24.999%; }
	.c33l, .c33r { width: 33.333%; }
	.c50l, .c50r { width: 49.999%; }
	.c66l, .c66r { width: 66.666%; }
	.c75l, .c75r { width: 74.999%; }
	.c38l, .c38r { width: 38.196%; } /* Goldener Schnitt */
	.c62l, .c62r { width: 61.803%; } /* Goldener Schnitt */
	
	.subc  { padding: 0 1em 0 1em; overflow: hidden; }
	.subcl { padding: 0 1em 0 0; overflow: hidden; }
	.subcr { padding: 0 0 0 1em; overflow: hidden; }
	.subcm { padding: 0 0 0 0; overflow: hidden; }
	.subch { padding: 0 0 0 0; overflow: hidden; background: transparent; }

	
	
	/* ######################################################################################################
	** ### Footer ###################################################################### 
	** ######################################################################################################
	*/
	

	
	#footer {
		background-color: #FFFFFF;
		border-top: 1px solid #B8B8C2;
		color: #777777;
	}
	#footer a {
		color: #777777;
		/*background:transparent;*/
		font-weight: bold;
		text-decoration:none;
	}
	#footer a:focus, 
	#footer a:hover,
	#footer a:active {
		color: #666666;
		background-color: transparent;
		text-decoration:none;
	}


/* ######################################################################################################
	** ### Inhalte ###################################################################### 
	** ######################################################################################################
	*/	
	
	.dokument {
		font-family: Courier, serif;
	 	font-size: 11px;
	 	font-weight: normal;
	}


 #sl1-pagination span { padding-left: 2px; padding-right: 2px; }
  .sl1-pagination-selected { border: 1px solid #336699; background-color: #E5F3FE; font-weight: bold; padding: 2px; }
  .sl1-pagination-selected a:link, .sl-pagination-selected a:visited { text-decoration: none; color: #0099FF }
	.item p {text-align: justify;}
	.item a {background-color: transparent !important;}
	.item_meta {
		border-top: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
		background-color: #EEEEEE;
		padding: 2px 0;
	}
	
  #sl2-pagination span { padding-left: 2px; padding-right: 2px; }
  .sl2-pagination-selected { border: 1px solid #336699; background-color: #E5F3FE; font-weight: bold; padding: 2px; }
  .sl2-pagination-selected a:link, .sl-pagination-selected a:visited { text-decoration: none; color: #0099FF }
	.item p {text-align: justify;}
	.item a {background-color: transparent !important;}
	.item_meta {
		border-top: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
		background-color: #EEEEEE;
		padding: 2px 0;
	}
	
	




/* ######################################################################################################
	** ### haccordion ###################################################################### 
	** ######################################################################################################
	*/

.haccordion .header, .haccordion .content{
   float: left;
   height: 500px;
  }
  
  .haccordion .header{
   width: 40px;
background: #fff; 
color: #777777; 
   cursor: pointer;
	 border-left: 1px solid #777777;
padding-left: 5px;
  }
  
  .haccordion .content{
   display: none;
   width: 0px;
   overflow: auto;
  }
  
  .haccordion .content.visible{
    display: block;
    width: 250px;
  }
  
  .haccordion .content p{
   margin: 5px;
  }
  
  .header a{
    display: block;
    width: 40px;
    height: 500px;
  }

.dokfunktionen {
	border-top: 1px solid #444444;
}

.dokfunktionen a {
	background-color: #666666;
	color: #444444;
	border: 1px solid #444444;
}

.dokfunktionen a:hover {
	cursor: pointer;
	background-color: #666666;
	color: #444444;
	border: 1px solid #444444;
}

/* ######################################################################################################
** ### Article Archive ################################################################################## 
** ######################################################################################################
*/

#articleArchive td {
	padding:4px;
	vertical-align:top;
}

#articleArchive p {
	font-family: Consolas, "Courier New", Courier, monospace;
	font-size: 12px;
	color:#000000;
	line-height:1.5em;
}

#articleArchive p.h1, p.h2, p.h3 {
	margin:0.3em 0;
}

#articleArchive p.h1 {
	color: #333333;
	font-size:20px;
	font-weight: bold;
}

#articleArchive p.h2 {
	color:#666666;
	font-size:18px;
}

#articleArchive p.h3 {
	color: #000000; 
	font-size:14px;
	font-weight:bold;
}

#articleArchive div.source,
#articleArchive table.meta {
	background-color:#EAEAEA;
	border:1px solid #CCCCCC;
	margin:1em 0;
	padding:0.2em;
	width:auto;
}

#articleArchive div.source {
	text-align:right;
}

#articleArchive p.save {
	background-color:#80B735;
	border:1px solid #39541D;
	font-weight:bold;
	padding:0.4em 0.2em;
	width:100%;
}

#articleArchive p.error {
	background-color:#FF7F2A;
	border:1px solid #FF0000;
	font-weight:bold;
	padding:0.4em 0.2em;
	width:100%;
}

#articleArchive p.notice {
	background-color:#FFD455;
	border:1px solid #FF7F00;
	font-weight:bold;
	padding:0.4em 0.2em;
	width:100%;
}
#articleArchive p.info {
	background-color:#86DB07;
	border:1px solid #469B1B;
	font-weight:bold;
	padding:0.4em 0.2em;
	width:100%;
}

#articleArchive .button {
	margin:2px;
	width:10em;
}

#articleArchive fieldset {
	margin:4px;
	padding:2px;
}

#articleArchive #overview .articleTab a,
#articleArchive #overview .articleTab span {
	display:block;
	float:left;
	border: 1px solid #B8B8C2;
	margin:2px;
	padding:4px 8px;
}
* html #articleArchive #overview .articleTab a,
* html #articleArchive #overview .articleTab span {
	display:inline-block;
	float:none;
}
#articleArchive #overview .articleTab span {
	border:1px solid #999999;
	color: #B8B8C2;
	cursor:default;
}

#articleArchive #overview .articleTab a {
	background-color:#CCCCCC;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
#articleArchive #overview .articleTab a:hover,
#articleArchive #overview .articleTab a.selected {
	background-color:#999999;
}


#articleArchive #overview .articleList {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
#articleArchive #overview .articleList li {
	margin:2px 0;
}
#articleArchive #overview .articleList a {
	border: 1px solid #B8B8C2;
	color: #000000;
	display:block;
	padding:2px;
	text-decoration: none;
}
#articleArchive #overview .articleList a:hover {
	background-color: #CCCCCC;
}

.hinweis {
	font: 12px Verdana, Helvetica, sans-serif, normal !important;
	color: #444444 !important;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
