@import url("reset.css");

/* Clearfix - contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*
--- BASICS ---
*/

body{
	color: #333;
	background-color: #333;
	font-family: Verdana, sans-serif;
	overflow-y: scroll;
	}

#wrapper{
	width: 980px;
	margin: 0 auto;
	}
	
#content-wrapper{
	background: #fff;
	}
	
a{
	color: #000;
	}
	
b,
strong{
	font-weight: bold;
	}
	
.text-grau{
	color: #BAC0C6;
	}
	
.download-link{
	text-decoration: none;
	font-style: italic;
	color: #044366;
	font-weight: bold;
	}


/*
--- HEADER ---
*/

#header{
	height: 270px;
	background: #fff;
	padding-top: 150px;
	}
	
#header h1{
	position: relative;
	margin-left: 10%;
	display: inline-block;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 12px;
	border-top: 10px solid #044366;
	}
	
#header a{
	color: #044366;
	text-decoration: none;
	}
	
#strip{
	height: 50px;
	width: 980px;
	background: #95A0A9;
	opacity: 0.8;
	position: absolute;
	margin-top: 220px;
	}
	
	
/*
--- ASIDE ---
*/

aside{
	font-size: 0.95em;
	width: 22%;
	padding-left: 10%;
	padding-top: 60px;
	float: left;
	padding-bottom: 80px;
	}
	
aside a{
	color: #044366;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	text-decoration: none;
	border-top: 1px solid #95A0A9;
	font-weight: bold;
	}
	
aside li:first-child a{
	border-top: none;
	}
	
aside li a:hover{
	color: #BAC0C6;
	opacity: 0.8;
	}
	
aside li.current a{
	color: #BAC0C6;
	}


/*
--- ARTICLES ---
*/

article{
	font-size: 12px;
	line-height: 1.4em;
	float: left;
	padding: 80px 0 40px 10%;
	width: 45%;
	}
	
article p{
	margin-bottom: 1.2em;
	}
	
article table{
	width: 100%;
	}
	
article table td{
	padding-bottom: 2em;
	}
	
article table td:first-child{
	padding-right: 3em;
	min-width: 100px;
	}
	
article section.text{
	margin-bottom: 2em;
	}


/*
--- FOOTER ---
*/

#footer{
	background: #fff;
	border-top: 10px solid #95A0A9;
	padding-bottom: 2em;
	padding-top: 2em;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.8em;
	}



