/* ----- ALGEMEEN ----- */

* { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	-moz-box-sizing: border-box; 

	}

a {
	color: #000;
}

img{
	border:0;
}

body, table {
	font-family: arial;
	font-size: 14px;
}

body {
	padding: 0;
	margin: 0;
	background: #FFFFFF url('/public/site/images/body_bg.gif') repeat-y;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}

h2{
	color: #b50d1a; 
	font-weight: bold; 
	font-family: verdana; 
	font-size: 17px; 
	margin: 0;	
}

h3{
	margin:0;
	padding:0;
}

hr{
	font-size:0px;
	height:1px;
	border-top:1px solid #f8e5e7;
	margin:20px 0px 20px 0px;
}

.left { float: left; }
.right { float: right; }

.clear_left { float: left; clear: left; }
.clear_right { float: right; clear: right; }

#container_left{
	width: 659px;
	float:left;
}
#container_right{
	width:303px;
	height:608px;
	float:left;
}

#header{
	width: 659px;
	height: 274px;	
	margin:0;
	padding:0;
}

#logo{
	padding:115px 0 0 295px;	
}

#marquee{
	float:right;
	width:505px;
	margin:8px 0 0 0;
}
#marquee marquee{
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color: #AD9328; 
	font-weight:700;
}

.noMALink{
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color: #000; 
	font-weight:700;
	text-decoration:underline;
	cursor:pointer;
}

#menu{
	float:left;
	width: 184px;
}

#menuitems a, #menuitems a:visited {
	display: block;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 5px 8px 25px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}
#menuitems a:hover, #menuitems a:active {
	background: #b50d1a;
}

#bannerslinks{
	margin:0;
	padding:0;
}
.leftItem{
	width: 184px;
	padding: 10px 0 0 20px;
}
.leftItem img{
	border:1px solid white;
}

.rightItem{
	width: 303px;
	padding: 20px 0 0 40px;
}

#agenda{
	position:relative;
	background: #fff;
	border: 1px solid #a20410;
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width:215px;
	margin: 10px 0 0 40px;
	padding: 25px 1px 1px 1px;
	line-height: 18px;
}

.congres{
	padding: 10px 10px 5px 10px;
	font-size: 11px;
	margin:0px 0px 5px 0;
}


#agendaTitle{
	position:absolute;
	top:1px;
	left:1px;
	background: #a20410;
	color: white; 	
	padding: 5px 5px 5px 7px;
	display:block;
	width:203px;
}

#agendaHr{
	position:relative;
	width:100%;
}

#agendaHr hr{
	border:0;
	background:white;
	font-size:0px;
	height:1px;
}

#agenda a {
	font-weight: bold;
	color: #000;
	font-size: 11px;
}

#main{
	margin:0 0 0 184px;
}

#mainBanners{
	width: 430px;	
}
#mainText{
	width: 430px;
	line-height: 20px;
	padding: 30px 0px 30px 30px;		
}

.congresHr{
	font-size:0px;
	height:1px;
	border-top:1px solid #f8e5e7;
	margin:10px 0px 10px 0px;
}
.congresA{
	color:black;
	text-decoration:underline;
}

#congresMenu a {
	float: left;
	background: #eee;
	padding: 2px 10px;
	width: 26%;
	text-decoration: none;
	font-size: 11px;
	color: #666;
	text-align: center;
	margin:0 10px 0 0;
}

#congresMenu a.active {
	background: #dadada;
	color: #000;
}

