/* Basis-Styles fuer diverse HTML-Elemente */

* {
	margin:0;
	padding:0;
	border:0;
}

body, html {
	height:100%;
	background: url(../images/background.jpg) repeat-x top center #d4ea54;
}

body {
	color:#000;
	font:78%/1.5em "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
}


/* Ueberschriften und Absaetze */
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}

p {
	margin:0 0 1.2em 0;
}

/* ---------- Listen ---------- */

#content01 ul {
	padding-left: 15px;
}

/* ---------- Links ---------- */
#content01 a {
	font-weight: bold;
}

a {
	color:#00509c;
	text-decoration: none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color: #1b68b1;
}
a:active {
	color:#009EE0;
}

 /*---------------- CLEARFIX ----------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */