body
{
	margin:0px auto;
	background-image:url(img/body_bg.jpg);
	background-repeat:repeat-x;
}


#wrapper
{
	width:780px;
	height:800px;
	margin:0px auto;
}




#header
{
	width:780px;
	background-image:url(img/header_bg.jpg);
	height:349px;
}


#content
{
	width:780px;
	background-image: url(img/container.jpg);
	height:834px;
}

#menu
{
	width:180px;
	height:630px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#menu_float
{
	width:168px;
	height:630px;
	float:right;
}


#text
{
	width:540px;
	float:right;
	height:600px;
	color:#FFF;
	font-family: Verdana, Helvetica, Sans-serif;
	 font-size: 12px;
}

#text a:link
{
	color:#ffcccc;
	text-decoration:none;
}

#text a:visited
{
	color:#ffcccc;
	text-decoration:none;
}

#text a:hover
{
	color:#ffffff;
	text-decoration:none;
}

.title
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

#text_float
{
	width:485px;
	height:600px;
	float:left;
}




/* MENY */

#menu a:link {
                                                 
                                                
		display: block;
                                width: 143px;
		height: 28px;
		color: #ffcccc;
		text-decoration: none;
		
		font-weight: normal;
		
	}
	
	#menu a:hover{
	    background: transparent;
		color:#FFF;
        text-decoration: none;
	}
	
	#menu a.active {
 		text-color: #ffcccc;
                                text-decoration: none;
                                margin-left: -20px;
                                padding-left: 20px;
		background: url(img/nav_pil.gif);  no-repeat;
	}
	
	#menu a:visited {
                                                 
                                                
		display: block;
                                width: 143px;
		height: 28px;
		color: #ffcccc;
		text-decoration: none;
		
		font-weight: normal;
		
	}
	
	


	#menu ul{
			margin-left: 30px;
			margin-top: 50px;
			padding: 0px;
			color:#FFF;
			list-style-type: none;
	}

	#menu ul li{
			margin: 0px 0px 0px 0px; 
	}

