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

body{
background-color:		#514543;
font-family:			Arial, Helvetica, sans-serif;
}

.logo{
margin-top:				40px;
}

/* ==================== Menu */

.menu{
margin-top:				15px;
height:					130px;
width:					940px;
position:				relative;
text-align:				center;
}

.menu ul{
list-style:				none;
}

.menu ul li{
float:					left;
}

.menu ul li ul li{
float:					none;
margin:					0px;
}

.menu a{
color:					#FFFFFF;
margin-right:			7px;
text-decoration:		none;
}

.menu a:hover{
color:					#758F3C;
}

.color1{
color:					#758F3C;
}

/* ==================== Inhoud */

.inhoud{
background-color:		#FFFFFF;
font-size:				11px;
color:					#333333;
height:					100%;
margin-left:			0px;
padding-left:			10px;
padding-right:			10px;
overflow:				auto;
}

.midden{
height:					338px;
}

h1{
font-weight:			bold;
color:					#758F3C;
font-size:				12px;
margin-bottom:			5px;
margin-top:				10px;
}

.afbeelding{
margin-left:			10px;
margin-right:			0px;
}

.onderkant{
background-color:		#758F3C;
text-align:				center;
color:					#FFFFFF;
padding-top:			10px;
padding-bottom:			10px;
font-size:				10px;
}

.slogen{
margin-top:				20px;
}

/* ==================== 2011 Twitter */

.top_nav{
	width: 250px;
	position: absolute;
	right: 0px;
	z-index: 2;
	
}

#volgons{
	border-bottom: 1px dotted #FFF;
	padding-bottom: 10px;	
}

#volgons a{
	color: #FFF;
	font-size: 16px;
	font-weight: bold;

}

.twitter{
	color: #FFFFFF;
	padding: 7px;
	background-color:#758F3C;
	padding-bottom: 0px;
	
}

.twitter a{
	text-decoration: none;
	color: #7fd7ff;
}

a:hover{
	text-decoration: underline;
}

.twitter p, .twitter ul{
	margin: 0px;
}

.twitter_logo{
	padding-top: 30px;
	background-color:#758F3C;
	padding: 7px;
	width: 100px;
}

.container_12{
	position: relative;
}

#tweets li {
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	color:#FFFFFF;
	border-bottom:1px dotted #FFFFFF;
	list-style: none;
}

#tweets li.tweet_content_0 {
	border-top:0px none;
}
#tweets li:last-child{
	border-bottom:0px none;	
	padding-bottom: 0px;
}

small {font-style:italic;  font-size: 10px; color: #ffffff; font-family: georgia; font-weight: bold; }

#tweets .hash { color:#FFF; font-size: 10px; color: #cccccc;} 
#tweets .reply { color:#FFF; font-size: 10px; color: #cccccc} 

	
