@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#0f6fac;
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:12px;
	}
	
img{
	border:none;
	position:relative;
	z-index:9;
	}	
	
a{
	color:#999;
	text-decoration:underline;
 }
 
a:hover{
	 text-decoration:none;
 }
#tabel{
	position:relative;
	z-index:9;
 }
 
#tabel a{

	position:relative;
	z-index:10;
 }
 
#all{
	margin:0px auto;
	width:878px;
	}
	
	#header{
		width:878px;
		height:79px;
		background-image:url(../images/header.jpg);
		background-repeat:no-repeat;
		}
		#menu_top{
			margin-right:20px;
			float:right;
			text-align:right;
			font-size:11px;
			}
	#content{
		width:878px;
		background-image:url(../images/content_up.gif);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		margin-top:10px;
		padding-top:3px;
		}	
	#content_bottom{
		background-image:url(../images/content_bottom.gif);
		background-repeat:no-repeat;
		height:11px;
		width:878px;
		}
	#footer{
		background-image:url(../images/footer.jpg);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		width:818px;
		margin-top:10px;
		padding:30px;
		height:60px;
		}
	#menu{
		background-image:url(../images/menu_middle.gif);
		background-repeat:repeat-x;
		height:55px;
		margin-left:3px;
		margin-right:3px;
		}
		#menu_left{
			background-image:url(../images/menu_left.gif);
			background-repeat:no-repeat;
			height:55px;
			width:8px;
			float:left;
			}
		#menu_right{
			background-image:url(../images/menu_right.gif);
			background-repeat:no-repeat;
			height:55px;
			width:8px;
			float:right;
			}					
		.button{
			background-image:url(../images/button_middle.gif);
			background-repeat:repeat-x;
			display:inline;
			height:35px;
			float:left;
			margin-top:10px;
			margin-right:10px;
			margin-left:10px;
			}
			.button_left{
				background-image:url(../images/button_left.gif);
				background-repeat:no-repeat;
				height:35px;
				width:10px;
				float:left;
				}
			.button_middle{
				height:25px;
				float:left;
				padding-top:10px;
				padding-left:20px;
				display:inline;
				}
				
				.button_middle a{
					color:#9aaab9;
					font-size:11px;
					text-decoration:none;
					font-weight:bold;
					}
				.button_middle a:hover{
					text-decoration:none;
					color:#f8c600;
					}					
			.button_right{
				background-image:url(../images/button_right.gif);
				background-repeat:no-repeat;
				height:35px;
				width:10px;
				float:right;
				}
			.separator{
				background-image:url(../images/linie.gif);
				background-repeat:no-repeat;
				float:left;
				height:35px;
				width:6px;
				margin-top:10px;
				}
			#link_footer{
				}
				#link_footer a{
					color:#0f6fac;
					text-decoration:none;
					}
				#link_footer a:hover{
					text-decoration:underline;
					}
			.submeniu {
				top:135px;
				position:absolute;
				width:180px;
				z-index:99999;
				float:left;
				padding-top:10px;
							
			}
			.submeniu_content{
				background-color:#383d43;
				padding-top:10px;
				position:absolute;
				z-index:99999;	
				width:180px;			
				}
			.submeniu_content a{
				display:block;
				color:#9aaab9;
				padding:5px;
				text-decoration:none;
				}
			.submeniu_content a:hover{
				background-color:#555e65;
				text-decoration:none;
				}
				
			#sub21 a:hover{
				background-color:#383d43;
				}
			#sub22 a:hover{
				background-color:#383d43;
				}
			#sub23 a:hover{
				background-color:#383d43;
				}
			#sub24 a:hover{
				background-color:#383d43;
				}												
							
			
											