@charset "UTF-8";
/* CSS Document */

*{
	margin:					0px;
	padding:				0px;
}

body{
	background-image:		url(../images/background_wrapper.png);
	background-repeat:		repeat-x;
	background-color:		#f5efe2;	
}

#container{
	width:					976px;	
	margin-left:			auto;
	margin-right:			auto;
}

#header{
	width:					976px;
	height:					260px;
	background-image:		url(../images/header.png);	
}

#menu{

}

#menu_left{
	background-image:url(../images/menu_background_left.png);
	width:					13px;
	height:					35px;
	float:					left;
}

#menu_mid{
	background-image:		url(../images/menu_background_mid.png);
	background-repeat:		repeat-x;	
	width:					950px;
	height:					35px;
	float:left;
}

ul.menu{
	list-style:				none;
	font-family:			Tahoma, Geneva, sans-serif;
	font-size:				18px;
	line-height:			35px;
	padding-left:			20px;
}

li.menu{
	float:					left;
}

a.menu{
	color:					#d0861a;
	text-decoration:		none;
	padding-left:			20px;
	padding-right:			20px;
	height:					34px;
	display:				block;
}

a.menu:hover{
	border-left:			solid #c6c4c4;
	border-right:			solid #c6c4c4;
	border-width:			1px;
	color:					#f5efe2;
	background-color:		#d0861a;
	text-decoration:		underline;
}

#menu_right{
	background-image:		url(../images/menu_background_right.png);
	width:					13px;
	height:					35px;	
	float:					right;
}

#content{
	float:					left;
	width:					976px;
}

#content_top{
	background-image:		url(../images/content_top.png);
	width:					976px;
	height:					16px;	
}

#content_mid{
	background-image:		url(../images/content_background.png);
	background-repeat:		repeat-y;
	width:					976px;
	min-height:				400px;
	_height:				400px;	
}

#tekst{
	padding:				20px;
	font-family:			Tahoma, Geneva, sans-serif;
	font-size:				14px;
	
}

#tekst ul{
padding-left: 				40px;	
	
}



h1{
	color:					#d0861a;
	font-family:			Tahoma, Geneva, sans-serif;
	font-size:				20px;
}

#tekst p{
	font-family:			Tahoma, Geneva, sans-serif;
	font-size:				14px;
	padding:				10px 0px 10px 0px;
}

#tekst a{
	color:					#000;				
}


#content_bottom{
	background-image:		url(../images/content_bottom.png);
	width:					976px;
	height:					13px;	
}

#footer{
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	text-align:				center;	
}