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

* {margin:0; padding:0; }
a img {border: 0px;}
a { color: #c10424; text-decoration:underline;}
a:hover { text-decoration: none; }

body {
	background-color:  #b16f71;
	background-repeat: repeat;
	color: #c10424;
	font-size: 12px;
	background-image: url(../pics/back.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	height: 100%;
	width: 800px;
	background-color: #FFFFFF;
	margin: auto;
}


#header	{
	width: 800px;
	height: 287px;
	background-image: url(../pics/Header.jpg);

}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #c10424;
	color: #FFFFFF;
	float: left;
	width: 800px;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a
{
	padding: 0px 23px 0px 23px;
	background-color: #c10424 ;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size: 12px;
}

#navcontainer ul li a:hover
{
	background-color: #b26e6f;
	color: #ffffff;
}


#content {
	width: 700px;
	height: auto;
	padding-left: 60px;
}

#footer {
	width: 800px;
	height: 20px;
	background-color: #c10424;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration:underline;
}


#footer a:hover {
	color: #ffffff;
	text-decoration:none;
}

#roel {
	width: 800px;
	margin: auto;
	color: #ffffff;
	padding-top: 10px;
}
#roel a {
	color: #ffffff;
	text-decoration:underline;
}


#roel a:hover {
	color: #ffffff;
	text-decoration:none;
}



.list_front {
	text-align:left;
	padding: 0px 0px 13px 40px;
}
.img_gif {
	padding: 80px 0px 30px 0px	;	
}

.img_index {
	float:right;
	margin: 0px 0px 0px 5px;
}
.footer {
	text-align:center;
}

table {
	margin-bottom: 13px;
}

ul.realised { float:left; }
ul.realised li { float:left; margin:0 15px 10px 0; }
ul.realised li a { float:left; width:212px; text-decoration:none; padding-bottom:5px; position:relative; z-index:10;  }
ul.realised li a span { float:left; display:inline; width:200px; padding:7px; background:#ebe9e3;}
ul.realised li a span strong, ul.realised li a span small { float:left; width:190px; padding:8px; color:#6d6a5c; font-size:12px;}
ul.realised li a span strong { padding-bottom:200px; }
ul.realised li a:hover { background:#c10424; }
ul.realised li a:hover * { color:#fff; }
ul.realised li a:hover span { background:none; }
ul.realised li a img { float:left; position:absolute; left:6px; top:33px; z-index:11; }

ul.block { float:left; margin: 20px 0px 0px 45px; padding-right:55px;}
ul.block li { display:inline; }
ul.block li a { float:left; width:120px; height: 110px; text-decoration:none; margin: 0px 20px 10px 0px; padding: 5px 5px 5px 5px; color:#878787; }
ul.block li a:hover { background-color: #e8e8e8; text-decoration:none; }
ul.block span { text-align:center; font-size: 12px;  }



