/********************/
/*** EDDE.EU      ***/
/*** style by MIH ***/
/*** 2007         ***/
/********************/

@import url("seb-ads.css");
@import url("edde-tags.css");

@import url("edde-menu.css");
@import url("edde-span.css");

/*** Layout divs ***/

div#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#content-container {
	width:959px;
	height:750px;
	background-image:url(../images/background-content.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0 0 10px 0;
	text-align:left;
}

html>body #content-container {
	width:959px;
	height:auto;
	min-height:750px;
	background-image:url(../images/background-content.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0 0 10px 0;
	text-align:left;
}

div#header {
	margin:0 auto;
	padding:10px 0 0 0px;
	width:700px;
	height:85px;
	text-align:right;
}

div#header-logo {
	text-indent:-9999px;
	width:700px;
	height:85px;
	text-align:left;
	background-image:url(../images/logo-edde.gif);
	background-repeat:no-repeat;
}

div#header-search {
	margin:-55px 0 0 460px;
}

div#menu {
	position:relative;
	top:-20px;
	left:120px;
	margin:0;
	padding:0;
	text-align:left;
}

#content {
	position:absolute;
	top:75px;
	margin:0 0 0 300px;
	padding:15px 0 0 50px;
	text-align:left;
	width:480px;
}

#content-form {
	position:absolute;
	top:75px;
	margin:0 0 0 300px;
	padding:15px 0 0 50px;
	text-align:left;
	width:480px;
}

#content-infos {
	position:absolute;
	top:75px;
	margin:0 0 0 300px;
	padding:15px 0 0 50px;
	text-align:left;
	width:480px;
	background-image:url(../images/background-book-infos.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#footer {
	text-align:right;
	font-size:9px;
	margin:50px auto;
	padding:10px 0 10px 0;
	background-image:url(../images/background-footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	clear: both;
}