@import url(general.css);

html,body {
	background:url(gfx/leftborder.gif) left repeat-y;
}

/*layout*/
#topborder {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:61px;
	background-color:#ededed;
}
#topborder_text {
	position:absolute;
	left:213px;
	top:21px;
	font-size:21px;
	letter-spacing:1px;
}
#komlogo {
	position:absolute;
	left:818px;
	top:7px;
	z-index:3;
}

#header {
	position:absolute;
	left:0px;
	top:80px;
	width:100%;
	height:75px;
	background-image:url(gfx/header.jpg);
}

#header_border {
	float:left;
	width:60px;
	height:75px;
	background-image:url(gfx/leftborder.gif);
}

#header_left1 {
	position:absolute;
	left:60px;
	top:0px;
	width:779px;
	height:19px;
}

#header_left11 {
	float:left;
	width:766px;
	height:18px;
	background-color:#ededed;
	border-top:1px solid #dfdfdf;
}

#header_left_text{
	width:610px;
	position:absolute;
	left:156px;
	top:3px;
	color:#878482;
}

#language_menu{
	margin-top:2px;
	padding-right:7px;
}
#language_menu img{
	margin-left:5px;
}

#header_left12{
	float:left;
	width:13px;
	height:19px;
	background-image:url(gfx/ecke_header.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#header_left2 {
	position:absolute;
	left:60px;
	top:19px;
	width:779px;
	height:56px;
}

#header_logo {
	position:absolute;
	left:845px;
	top:-14px;
}


#toplogo {
	position:absolute;
	top:0px;
	left:0px;
	width:184px;
	height:80px;
	background-color:#1e4679;
}

#menu_container {
	position:absolute;
	left:7px;
	top:178px;
	width:160px;
	padding-bottom:20px;
}

.menu_item {
	width:160px;
	margin-top:3px;
}

.menu_item_sub {
	width:160px;
	background-color:#b9c2ea;
}

.menu_item_sub_sub {
	width:160px;
	background-color:#E5E7FF;
}

.menu_item_no {
	background-color:#d8d8d8;
}

.menu_item_ak {
	background-color:#939ebd;
}

.menu_item_text {
	position:relative;
	padding-top:3px;
	padding-bottom:2px;
	margin-left:10px;
	font-size:11px;
}
img.menu_item_1, img.menu_item_2{
	position:absolute;
	left:-10px;
	top:0;
	width:160px;
	height:19px;
}
img.menu_item_3{
	position:absolute;
	left:-20px;
	top:0;
	width:160px;
	height:18px;	
}
.menutext {
	display:block;
	padding-left:11px;
}

.menutext_sub {
	margin-left:20px;
	font-size:10px;
}

.menutext_aktiv_sub {
	background:url(gfx/pfeil_sub.gif) no-repeat;
}

.menutext_aktiv {
	background:url(gfx/pfeil.gif) no-repeat;
}
#searchcontainer{
	margin-top:25px;
}
#searchcontainer table{
	margin:1px 0 1px 7px;
	height:17px;
}
#searchcontainer tr{
	background-color:#D8D8D8;
}
#searchcontainer td{
	border:0;
	padding:0;
	line-height:100%;
}
#searchcontainer form{
	margin:0;
}
#searchcontainer input.active{
	background-color:#FFFFFF !important;			
	color:#5a5c59 !important;
}
#searchcontainer input.visited{
	background-color:#D8D8D8 !important;			
	color:#5a5c59 !important;
}
#searchbox{
	width:124px;
	font-size:10px;
	padding:0 1px;
	background-color:#D8D8D8;
	border:1px solid #EFEFEF;
	color:#949793;
	margin-right:5px;
}

#navipath {
	position:absolute;
	left:216px;
	top:159px;
	width:776px;
	overflow:visible;
	white-space:nowrap;
	color:#5a5c59;
}

#content_container {
	position:absolute;
	left:216px;
	top:225px;
	width:576px;
	padding-bottom:10px;
}

#page_header {
	position:absolute;
	left:216px;
	top:181px;
	width:576px;
}
.tabs{
	margin-top:3px;
}
.single_tab{
	float:left;
	background:#D8D8D8 url(gfx/ecke_tabs_inv.gif) no-repeat bottom right;
	padding:0px 15px 0px 5px;
	margin-right:1px;
}
.single_tab a{
	color:#5A5C59 !important;
}
.tabs .active{
	background:#B9C2EA url(gfx/ecke_tabs_inv_a.gif) no-repeat bottom right;		
}
.active a{
	color:#20487B !important;
}

#right_container {
	position:absolute;
	left:840px;
	top:225px;
	width:152px;
}
/*Re-definition of links in menus*/
#links_top, #navipath, .tabs{
	font-size:11px;
}
.menu_item_text a, #links_top a{
	color:#5a5c59;
}
.menu_item_text a.aktiv {
	color:#20487b;
}
a.path_link, #navipath a, .tabs .active a {
	color:#20487b;
}
a.path_link:hover, #navipath a:hover {
	color:#5a5c59;
}

.links_top_image{
	float:left;
	margin-right:4px;
}
.links_top_text{
	float:left;
	margin-right:10px;
}

/*admPanel*/
#admPanel{
	display:none;
	/*position:absolute;left:5px;top:5px;*/
}
#admPanel td{
	border:0;
	padding:1px;
	background:none;
}
#admPanel a{
	border:0;
}

table.typo3-editPanel{
	margin:0;
	border:0;
}

typo3-editPanel-controls td{
	padding:0;
	border:0
}
