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:70px;
}

	#est{
		position:absolute;
		right:5px;
		top:7px;
		color:#bbb;
	}
	
	#est a{
		color:#bbb;
	}
	
	#menu_nav{
		position:absolute;
		right:20px;
		color:white;
	}
	
	#menu_nav a{
		color:white !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:30px;
	}
	
	#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;
	}
	
		#startpage_left_column>div{
			width:510px;
		}
	
	
	#startpage_right_column{
		width:420px;
		float:left;
	}
	
		#startpage_right_column>div{
			width:395px;
		}
		
			#startpage_right_column_left{
				width:230px !important;
				overflow:hidden;
				float:left;
			}
	
			#startpage_right_column_right{
				width:177px !important;
				overflow:hidden;
				float:left;
				margin-left:10px;
			}

	#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;	
		}
	
	.startpage img{
		float:left;
		margin:3px;
		margin-right:10px;
	}
	
	.more{
		padding:5px;
		position:relative;
		text-align:right;
	}
	
	.more a{
		margin: 0 3px;
		color:white;
	}	
	
	.startpage a{
		color:white;
	}
	
	.startpage .more a{
		margin: 0 3px;
		color:white;
	}
	
	.startpage h2{
		font-size:12px;
		color:white;
		font-weight:normal;
		float:left;
		margin:0;
		margin-right:10px;
	}

#footer{
	width:980px;
	margin:5px auto 30px auto;
	text-align:center;
	color:white;
}

#footer a{
	color:white;
}
	
/*-----BRANCH-----*/
#events_container{
	background:#383838 !important;
}

.branch{
	width:170px;
	text-align:center;
	float:left;
}

.branch img{
	margin-bottom:10px;
}

.branch a{
	color:white;
}


/*-----EVENT-----*/
.event{
	overflow:hidden;
	width:100%;
	position:relative;
	color:#aaa;
}

.event a{
	color:white;
}

.event p{
	margin:4px 0;
}

.event .highlighted{
	color:white;
}

/*-----CUP----*/
.cup{
	overflow:hidden;
	width:100%;
	color:#aaa;
	position:relative;
	margin-bottom:15px;
}


/*-----CONTACT----*/
#contact_container{
	background:#21374c;
}

.contact{
	overflow:hidden;
	width:100%;
	color:#aaa;
	position:relative;
	margin-bottom:15px;
}

.contact a{
	color:white;
}

#contact_container h2{
	margin-bottom:5px;
}

#contact_container .contact, #startlap_container .startlap{
	margin-bottom:0;
	padding-bottom:0;
}

/*-----SITE----*/
#site_container{
	margin-right:5px;
}

div#facebook_container
{
	width:203px;
	text-align:center;
}

div#site_container .blogentry{
	overflow:hidden;
	width:100%;
	color:#aaa;
	position:relative;
	margin-bottom:15px;
}
/*-----STARTLAP----*/
#startlap_container{
	padding:2px;
}

.startlap{
	overflow:hidden;
	width:100%;
	color:#aaa;
	position:relative;
	margin-bottom:15px;
}

.startlap a{
	color:white;
}

/*-----BLOG----*/
.blog_entry, .tinypage{
	padding:5px;
	color:white;
	margin-bottom:5px;
	border-bottom:1px dashed #666;
	overflow:hidden;
}

.tinypage{
	border-bottom:0 !important;
}

.blog_entry p, .tinypage p{
	margin:0;
	line-height:1.3em;
	margin-bottom:5px;
}

.blog_entry h2, .tinypage h2{
	float:none;
	margin-bottom:5px;
	font-size:13px;
	color:#ccc;
}

.entry_pic{
	float:left;
	clear:left;
	margin:3px;
	margin-right:10px;
	max-width:100px;
	max-height:100px;
}

.first_entry{
	margin-top:0;
}

.highlighted_entry{
	background:#383838 !important;
	border-bottom:0;
}

.last_entry{
	border:0;
} 