/**
 * Sibelga
 *
 * Contains all declarations for general XHTML elements.
 *
 * @author 			Davy De Pauw (davy@marlon.be)
 * @copyright		Marlon BVBA <http://www.marlon.be>
 * @date 			2009-12-07
 */

/* Redefine xhtml selectors
---------------------------------------------------------- */

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font: 0.813em/1.429em Arial, Helvetica, sans-serif;
	color: #2d3947;
    background: #E6F5FA url(../img/splash.png) no-repeat 50% 0;
}

h1 {
    margin: 0 0 10px 0;
    padding: 0;
	font-size: 1.692em;
	color: #e86429;
}

ul {
    margin: 0 auto;
    padding: 0 28px;
    width: 348px;
    text-align: center;
    list-style: none;
}

ul li {
    float: left;
    margin: 0 0 0 -5px;
    padding: 0;
    display: inline;
    line-height: 38px;
    border: 1px solid #c4e4ed;
}

ul a {
    float: left;
    font-weight: bold;
    text-decoration: none;
    text-shadow: #fff 1px 1px 0;
    width: 116px;
    line-height: 38px;
    color: #65abca;
    background: url(../img/bg_button_splash.png) repeat-x 0 0;
}

ul a:hover {
    color: #e54c08;
    background: #fff;
}

ul a:hover span {
    display: block;
}

ul a span {
    position: absolute;
    top: 260px;
    left: 100px;
    width: 400px;
    display: none;
    color: #0053a0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-shadow: #fff 1px 1px 0;
}

p {
    clear: left;
	margin: 3px 0 15px 0;
    font-size: 14px;
    text-shadow: #fff 1px 1px 0;
    color: #0053a0;
}

/* Content
---------------------------------------------------------- */

#container {
    position: relative;
    width: 600px;
    padding: 200px 0 0 0;
    margin: 0 auto;
}

/* print
---------------------------------------------------------- */

#print-logo {
    display: none;
}

/* common
---------------------------------------------------------- */

.hide {
	position: absolute;
	display: block;
	padding: 0 !important;
	left: -9999px !important;
	left: -9999px !important;
	font-size: 0px;
	height: 0px !important;
	line-height: 0px !important;
	background: none !important;
}

.hidden {
	text-indent: -9999px;
}
