body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
}

a:link, a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0;
	vertical-align:middle;
}

/*-----SPECIAL-------*/

body{
	background:#4b4b4b;
}

#container{
	background:#1f1f1f;
	width:980px;
	margin:30px auto 0 auto;
	overflow:hidden;
	position:relative;
}

#header{
	position:relative;
	width:100%;
	overflow:hidden;
	height:95px;
}

	#est{
		position:absolute;
		right:5px;
		top:7px;
		color:#bbb;
	}
	
	#est a{
		color:#bbb;
	}
	
	#menu_nav{
		position:absolute;
		right:10px;
		color:white; 
		top:60px;
	}
	
		#menu_nav li.selected a{
			border-bottom:1px solid red !important;
			background:#555;
		}
		
		#menu_nav li.selected{
		}

		#menu_nav a{
			color:white !important;
			background:#777;
			margin-left:5px;
			padding-top: 3px !important;
			padding-bottom: 3px !important;
			border:1px solid #999 !important;
			width:100px;
			text-align:center;
		}
		
		#menu_nav a:hover{
			color:black !important;
			background: #bbb !important;
		}
	
	#logo{
		color:red;
		font-weight:bold;
		font-size:31px;
		text-align:left;
		left:10px;
		top:20px;
		position:relative;
	}
	
	#sellang{
		position:absolute;
		right:10px;
		top:10px;
	}
	
	#sellang a{
		margin-left:5px;
	}

#content_container{
	position:relative;
	overflow:hidden;
	width:100%;
}

	#startpage_left_column{
		width:532px;
		float:left;
		margin:0 10px;
		overflow:hidden;
		color:#aaa;
	}
	
		#startpage_left_column>div{
			width:510px;
		}
	
	
	#startpage_right_column{
		width:420px;
		float:left;
		color:#aaa;
	}
	
		#startpage_right_column>div{
			width:395px;
		}
		
	#fonix_headlines a, #fonix_headlines a span{
		color:#ffb3b3;
	}
				
	.box_frame{
		padding:10px;
		border:1px solid #2f2f2f;
		overflow:hidden;
		float:left;
		margin-bottom:10px;
	}
	
		.box_frame h1{
			background:#777;
			font-size:12px;
			margin:-10px -10px 10px;
			font-weight:normal;
			padding:3px;
			color:#ddd;	
		}
	
	.more{
		padding:5px;
		position:relative;
		text-align:right;
	}
	
	.more a{
		margin: 0 3px;
		color:white;
	}	
	
#footer{
	width:980px;
	margin:5px auto 30px auto;
	text-align:center;
	color:white;
}

#footer a{
	color:white;
}

#logo a {
	color:red;
}