/* BIRDPEX.BE - CHERONIMO */

*	{
	margin: 0px;
	padding: 0px;
}

body	{
	font-family: Georgia, verdana, arial;
	color: #38373a;
	font-size: 13px;
	background: #FFFFFF;
}

/* _________________ STARTPAGINA _________________ */

#introAfbeelding	{
	height: 436px;
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0px;
	background: url(images/startpagina.png) no-repeat;
}

#talen	{
	height: 80px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0px;
}

.taal	{
	float: left;
	height: 80px;
	width: 80px;
	margin: 0px 5px 20px 0px;
	text-align: center;
}

.antverpia	{
	height: 137px;
	width: 302px;
	padding: 50px 0px;
}

/* _________________ HEADER _________________ */


#header	{
	height: 100px;
	width: 100%;
}

/* _________________ LOGO _________________ */

#logo	{
	height: 100px;
	width: 330px;
	background: url(images/logo.jpg) no-repeat;
	margin-left: 1%;
	top: 0px;
	float: left;
} 

/* _________________ HEADER_RIGHT _________________ */

#header_right	{
	height: 85px;
	width: 368px;
	margin-right: 3%;
	float: right;
	top: 15px;
	text-align: right;
}


/* _________________ NAV _________________ */

#navbar	{
	position: relative;
	width: 100%;
	height: 30px;
	background: #38373a; 
	z-index: 10;	
	top: 0px;
	
}

/* _________________ NAV _________________ */

#nav	{
	height: 30px;
	position: relative;
	background: #38373a;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	float: left;
	left: 1%;
	top: 0px;
}

#nav li	{
	display: block;
	position: relative;
	float: left;	
	text-align:center;
	margin: 0px;
	padding: 0px;
}

#nav #news, #nav #organisation, #nav #exhibition, #nav #venue, #nav #meetingMGO, #nav #links, #nav #contact {
	height: 30px;
	width: 100px;
	color: #FFFFFF;
	top: 0px;
	padding: 6px 0px 0px 0px; 
}

#nav a {
	display: block;
	padding: 0px 0px 6px 0px;
    margin: 0px;
	color: #FFFFFF;
    text-decoration: none;
	text-transform: none;
	text-align: center;
}

#nav a:visited {
	color: #FFFFFF;
}

#nav a:hover {
	color: #aebb12;	
}

#nav ul{            
	display: none;
	left: 0px;
	list-style-type: none;
	text-align: left; 
	padding: 0px;
	position: relative;
	font-size: 13px;
	top: 0px;
}

#nav li:hover ul{          
	display: block;
}

#nav ul li a{           
	width: 110px; 
	height: 19px;
   	padding: 8px 3px 5px 3px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #38373a;
	border-top: solid 1px #4a494b;
	left: -10px;
}

/* _________________ CONTENT _________________ */

#content	{
	width: 91%;
	height: auto;
	padding: 20px 1% 30px 1%;
	margin-left: 3%;
	text-align: justify;
	top: 0px;
	float: left;
}

.comList	{
	list-style-type: none;
}

.comListLi	{
	margin-bottom: 4px;
}

.subscript	{
	font-size: 11px;
	font-style: italic;
}

.imageCom	{
	margin: 10px 0px 0px 0px;
	border: 1px solid #38373a;
}


.newsItem	{
	border: 1px solid #aebb12;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	float: left;
	width: 100%;
}

.newsText	{	
	clear: both;
	float: left;
	width: 100%;
}

.newsItemTitle	{
	font-size: 15px;
	color: #aebb12;
	font-weight: bold;
}

.pubDate	{
	font-size: 11px;
	font-style: italic;
}

.newsImg	{
	float: right;
	padding: 10px 10px 20px 20px;
	clear: both;
}

/* _________________ FOOTER _________________ */

#footer	{
	padding: 6px 0px;
	float: left;
	text-align: right;
	position: relative;
	width: 100%;
	height: 22px;
	background: #38373a; 
	color: #FFFFFF;
	z-index: 1;
}

.footertxt	{
	padding-right: 3%;
}

/* _________________ ALGEMEEN _________________ */


p	{
	margin: 5px 0px 8px 0px;
}

img	{
	border: none;
}

a	{
	color: #aebb12;
	text-decoration: none;
}

a:visited	{
	color: #aebb12;
}

a:hover	{
	color: #38373a;
}

h1	{
	font-size: 19px;
	color: #aebb12;
	font-weight: bold;
	margin: 30px 0px 20px 0px;
}

h2	{
	font-size: 14px;
	color: #aebb12;
	font-weight: bold;
	margin-top: 10px;
}

.important	{
	font-weight: bold;
}

.nolist	{
	list-style-type: none;
}

ul	{
	margin-left: 20px;
}

#counter	{
	height: 50px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0px;
	text-align: center; 
}


