﻿/***************************************************
*                                                  *
*		       CSS Styles MartleRent website           *
*		                                               *
*		      Aimé van Pottelsberghe (auteur)          *
*		 in opdracht van Chilli Design & Multimedia    *
*		                                               *
***************************************************/


/* CLEARDIV STYLE */

	.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	/* Hides from IE-mac \*/
		* html .clearfix { height: 1%; }
	/* End hide from IE-mac */

/* COMMON TEXT STYLES */


/* STRUCTURE STYLES */

html { background: #1c252c; }
body { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #5a616a; }


div#site_wrap { width: 400px; height: 270px; margin: 0px auto; text-align: center; position:absolute; top:50%; left:50%; margin:-135px auto auto -200px; }
	div#logo_wrap { width: 395px; height: 153px; background: url(../images/emmy_wieleman_logo.jpg) no-repeat; margin: 0px 2px 0px 3px; text-indent: -9999px; }
	
	div#site_wrap h4 { position: relative; top: 50px; color: #9ca0a6; font-size: 11px; text-transform: lowercase; font-weight: normal; }
	
	div#site_wrap a#enter_btn { position: relative; top: 70px; color: #fd121d; text-transform: uppercase; font-size: 11px; }
	div#site_wrap a#enter_btn:hover { color: #9ca0a6; text-decoration: underline; }
	
	div#site_wrap p { position: relative; top: 90px; }
	div#site_wrap p a { color: #5a616a; }
	div#site_wrap p a:hover { color: #9ca0a6; text-decoration: underline; }


div#site_btns { width: 330px; position: absolute; bottom: 10px; left:50%; margin:auto auto auto -165px; }
div#site_btns a { color: #fd121d; text-transform: uppercase; margin: 0px 3px; }
div#site_btns a:hover { color: #9ca0a6; text-decoration: underline; }

/* Subpage STYLES */

div#sp_site_wrap { width: 955px; margin: 0px auto; padding-top: 17px; color: #FFFFFF; }
	div#header_wrap { width: 475px; height: 244px; background: url(../images/header_border.jpg) no-repeat; position: relative; margin: 0px auto; }
		div#header_wrap img { position: absolute; left: 23px; top: 6px; }
		div#sp_logo_wrap { width: 240px; height: 115px; background: url(../images/emmy_wieleman_logo_2.jpg) no-repeat; text-indent: -9999px; position: absolute; top: 63px; right: 16px; }
	
	p.sp_text { color: #FFFFFF; padding: 40px 0px; line-height: 20px; font-size: 11px; }
		p.sp_text a { color: #FFFFFF; }
		p.sp_text a:hover { color: #fd121d; }

	a.back_btn { color: #fd121d; text-transform: uppercase; }
	a.back_btn span { color: #fd121d; position: relative; top: 1px; font-size: 14px; }




