.meni
{
	position:fixed;
	top:0%;
	left:0%;
	padding:10px;
	height:100%;
	background-color:#FFFFFF;
	width:100px;
	z-index:10;
}

.wrapper
{
	left: 120px;
	top:0%;
	width: 900px;
	position: absolute;
 	min-height : 100%;
}

.100height
{
	
}



a:link { text-decoration: none; border:none; color:#6d6e71; }
a:visited { text-decoration: none; color:#6d6e71;}
a:hover { text-decoration: none; color: #E0AD12; }
a:active { text-decoration: none; color: #6d6e71;  }

.meni_element
{
	padding-left:10px;
	font-weight:bold;
}

.content_element
{
	background-color:#FFFFFF;
	min-height:100%;	
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	color:#6d6e71;
}


