/*	Stylesheet	for Libau.nl            */
/*	Author: Gerard Salomons		        */
/* 	Company: 	puurcss.nl		        */
/*  VERSION: 1.0                        */

html{
	font: normal normal normal 62.5%/1.5em Verdana, Arial, Helvetica, sans-serif;
}

body {
	background:#C80000;
	line-height:140%;
	margin:0;
	font-size:1.2em;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
.contentColumn a{
	color:#C00;
	text-decoration:underline;
}
.contentColumn a:hover{
	color:#000;
}
/**:focus
{
  border: 1px dotted #333  !important;
}*/


img {	
}
.subMenu img{
	padding:0px 0px 20px 15px;
}
.subMenu img.libau{
	padding:30px 0px 20px 15px;
}

h1.pageTitle {
	display:none;
}

h1 {
	font-size:1.3em;
	line-height:125%;
	font-weight:normal;
	margin:0px 0 5px 0;
	color:#C80000;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#1F1F1F;
	margin:10px 0px 2px 0px;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	margin:10px 0px 2px 0px;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#000;
	margin:10px 0px 0px 0px;
}
h5 {
	font-size:1.1em;
	font-weight:bold;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#000;
	margin:10px 0px 0px 0px;
}
h6 {
	font-size:1.0em;
	font-weight:normal;
	color:#000;
	margin:10px 0px 0px 0px;
	text-transform:capitalize;
	letter-spacing:1px;
}
p {
	margin:0 0 10px 0;
}

abbr {
	
}

strong{
	
}

em{
	
}

fieldset {

}

input,
select,
textarea {
	
}

ul {
	
}

ul li {
	
}
hr {
	border: 0;
	border-top: 1px solid #D9D9D9;
	clear:both;
	display:block;
	height:0;
}
/***/

/* repeated styles */

.skipNavigation {
	color: #FFF;
	display: block;
	position: absolute;
	top:0;
	left: -999px;
	height: 20px;
	padding: 10px 20px;
	background: #007E58;
}

.skipNavigation:hover {
	background-color: #000;
}

.skipNavigation:focus {
	left: 0;
}

.discreet {
	color: #7F7F7F;
	margin: 0;
}

.more {

}

.back {
		
}

a.more:hover, a.back:hover {
	
}

.last {
	background: none;
	border: none !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height:0px;
	line-height:0;
	font-size:0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	height: 1%;
}

.noBorder {
	border: none !important;
}
/* end repeated styles */
