body{
	color:#000;
	font-size:1em;
	font-family:Arial,sans-serif;
	letter-spacing:1px;
	line-height:1.3;
}

/* reset */

h1{
	font-weight:normal;
	font-size:1em;
	margin-bottom:0em;
}
ul,ol,li{
	margin:0em;
	padding:0em;
}
ul li{
	list-style-type:none;
}
p{
	margin:0em;
	
}
/*
h1{
	border:1px solid blue;
}
*/
article p,article ol,article ul{
	/*border:1px solid blue;*/
	/*margin-bottom:0.875em;*/
	/*margin:0.438em 0em;*/
	margin:0.875em 0em;
}
em{
	font-style:normal;
}
img{
		display:block;
}

/* layout */

#header{
	padding:0 0.625em;
}
#footer{
	padding:1em 0.625em;
}
header,footer{
	background:#f4f6ff;
	overflow:hidden;
	clear:both;
}
#sidebar,article{
	margin:0 0.625em;
}
#libolabs{
	margin-bottom:0.625em;
}
a.home{
	display:blocK;
	width:208px;
	width:13em;
	/*height:41px;*/
	height:2.563em;
	background-image:url(../assets/libolabs.png);
	text-indent:-1111px;
}
#claim{
	margin-left:43px;
	margin-top:23px;
	margin-bottom:0.625em;
}
#sidebar{
	padding-top:1.7em;
	overflow:hidden;
	/*padding-bottom:0.8em;*/
}
#navigation{
	float:left;
	width:50%;
}
#downloads{
	float:right;
}
#contact{
	display:none;
}

/* navigation */

nav li{
	padding-bottom:0.5em;
}

/* links */

a{
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
a:hover{
	color:#fff;
	text-decoration:none;
}
a.active{
	color:#fff;
	text-decoration:none;
	border-bottom:0px solid #fff;
}
.imprint a{
	border-bottom:1px solid #000;
}
.imprint a:hover,#contact .imprint a:hover{
	border-bottom:1px solid #fff;
}
#contact a:hover,footer a:hover{
	color:#000;
	border-bottom:1px solid #000;
}

/* text */

#claim,article{
	font-family:Georgia;
}
#claim p,#sidebar nav,#sidebar p{	
	font-size:0.875em;
	vertical-align:baseline;
	/*line-height:1.3;*/
	/*letter-spacing:1px;*/
}
#downloads a{
	display:block;
}
article{
	padding-bottom:7em;
	line-height:1.5;
}
/*
article > *{
	font-family:Georgia;
	font-size:1.063em;
	line-height:1.6;
	font-size:1em;
	line-height:1.5;
	letter-spacing:1px;
}
*/
/*
article h1{
	font-size:1.063em;
}
*/
article ol{
	margin-left:1.6em;
}
article ul li{ 
	margin-left:1em;
}
article ul li:before { 	
	content: "– ";
	margin-left:-1em;
}
/*
footer{
	letter-spacing:1px;
}
*/
p.address{
	font-size:0.875em;
	/*line-height:1.3;*/
}
p.imprint{
	font-size:0.563em;
	
}
footer p.imprint{
	margin-top:2.4em;
}


/* images */

article img{
	margin:2em 0em;
	width:100%;
	/*margin-bottom:0.875em;*/
	/*max-width:540px;*/
}