	/* *******************************************************************************
		GLOBAL TAGS:
	*/
html, body{
height:100%;
}

ul{
    margin-top:2px;
}
	
#suche{
  position:relative;
  top:32;
  left:408;
  z-index:2;
  
}
#table{
    top:0;
    position:relative;
    z-index:1;
}

body{
    margin:0;
}

.top{
    color:#ffffff;
    padding-left:13px;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
}
a{
    color:#383539;
    text-decoration:none;
}
	.navi {
		font-family: Trebuchet MS,Arial,Helvetica,Verdana;
		font-size: 12px;
		color:#383539;
		text-decoration:none;
		/*font-weight:bold;*/
		line-height:16px;
	}	
	
	.navi_active {
		font-family: Trebuchet MS,Arial,Helvetica,Verdana;
		font-size: 12px;
		color:#383539;
		text-decoration:none;
		font-weight:bold;
		line-height:16px;
	}	
	
	.block_text_head {
		font-family:  Trebuchet MS,Arial,Helvetica,Verdana;
		font-size: 21px;
		color:#605d61;
		font-weight:bold;
  	}
	
	.block_text,td {
		font-family:  Trebuchet MS,Arial,Helvetica,Verdana;
		font-size: 16px;
		color:#605d61;
		line-height:25px;
  	}
	
	.teaser {
		font-family:  Trebuchet MS,Arial,Helvetica,Verdana;
		font-size: 14px;
		font-weight:bold;
		color:#FFFFFF;
  	}
	
	    input,textarea,select {
		font-family:  Trebuchet MS,Arial,Helvetica,Verdana;
		font-size: 12px;
		border:1px solid #cecece;
	}
	/* *******************************************************************************
		Seitenkopf:  
	*/
#scroll_container{
	height:100%;
	overflow:auto;

}

/**/
#tbl_wrapper{
	width:1000px;
	height:100%;
	border:0px;
	display:table;
}

#tbl_menu{ /* magenta menu */
	width:100%;
	height:100%;
	border:0px solid #ccc;
}

#tbl_content{ /* full content */
	width:100%;
	height:100%;
	border:0px;
}
#tbl_contentwrapper{ /*full wrapper without footer*/
	width:100%;
	height:100%;
	border:0px;
}

#tbl_content_scroll{ /* scrollable content */
	height:100%;
	overflow:auto;
}






/*14:05*/
html>/**/body #tbl_content_scroll, x:-moz-any-link, x:default { /* scrollable content */
	height:100%;
	overflow:auto;
	overflow-x:hidden;
	position:absolute;
	top:0;
	left:0;
	border:0px solid #00f;
}

html>/**/body #tbl_content_scroll_pages, x:-moz-any-link, x:default { /* scrollable content */
	height:100%;
	overflow:auto;
	border:0px solid #00f;

	margin-right:17px;
	margin-bottom:38px;
	position:absolute;
}

html>/**/body #td_scrollwrapper, x:-moz-any-link, x:default {
	border:0px solid #0f0;
	display:inline-block;
	width:100%;
	height:100%;
	position:relative;
}

