/* CSS Document */

* {
	margin:0;
	padding:0;
	border:none;
}

body{
	margin:0;
	padding:0;
	color:black;
	background-image:url(../images/concrete11.jpg);
	text-align:center;
}

div#content{
	width:990px;
	height:745px;
	margin:auto;
}

div#header{
	width:990px;
	height:95px;
	background-color:#990000;
}

div#logo{
	float:left;
	height:95px;
	width:225px;
}

div#topmenu{
	float:right;
	height:16px;
	width:500px;
}

a:link{
	font-color:white;
	text-decoration:none;
} 

a:visited{
	text-decoration:none;
}

ul.topmenu{
	width:500px;
	height:12px;
	float:right;
	list-style:none;
	text-align:right;
}

ul.topmenu li{
	list-style:none;
	display:inline;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:16px;
	color:white;
}	

div#hspace{
	width:995px;
	height:10px;
	float:left;
}
div#vspace{
	width:10px;
	height:500px;
	float:left;
}
	
div#leftmenu{
	width:225px;
	height:500px;
	float:left;
}

div#menusflash{
	width:225px;
	height:100px;
	padding:0;
	margin:0;
}

div#swf{
	width:225px;
	height:100px;
	float:left;
	padding:0;
	margin:0;
}
	
div#maincontent{
	width:755px;
	height:500px;
	float:left;
}

div#realisationsheader{
	width:755px;
	height:250px;
	float:left;
	margin:0;
	padding:0;
}

div#realisations{
	width:755px;
	height:500px;
	float:left;
	background-image:url(../images/background2.png);
}

div#realisationsmenu{
	width:240px;
	height:80px;
	float:inherit;
	position:relative;
	top:25px;
	left:20px;
}

div#realisationsmenutag{
	width:240px;
	height:10px;
	padding-bottom:6px;
}

div#realisationstexte{
	width:710px;
	height:55px;
	position:relative;
	top:40px;
	left:20px;
}

div#realisationsprev{
	height:11px;
	width:84px;
	position:relative;
	top:110px;
	left:20px;
}

div#realisationsnext{
	height:11px;
	width:84px;
	position:relative;
	top:110px;
	left:653px;
}

div#realisationimage{
	width:710px;
	height:266px;
	position:relative;
	top:130px;
	left:20px;
	padding:0;
	margin:0;
}

div#thumbs{
	witdh:125px;
	height:60px;
	float:left;
	padding:0 0 23px 22px;
}

div#footer{
	height:130px;
	width:990px;
	background-image:url(../images/bg_footer.png);
	background-repeat:repeat-x;
	float:left;
}

.menufooter a, .menufooter a:visited {
	text-decoration:none;
	color:white;
}

ul.menufooter{
	width:430px;
	height:20px;
	position:relative;left:280px;top:65px;
	float:left;
	list-style:none;
	color:white;
}

ul.menufooter li{
	list-style:none;
	display:inline;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	line-height:20px;
	padding: 0px 5px 0 5px;
	height:20px;
	color:white;
}

div#rights{
	width:220px;
	height:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	position:absolute;left:565px;
	margin-top:95px;
	color:white;
}

