html, body {
	margin: 	0;
	padding: 	0;
	background: #b6b7b8 url(/public/_files/images/background.gif) 0 0 repeat-x;
}

* html body {
	text-align: center; /*Inhalt zwischen <html> zentrieren*/
}
html, body, table, td, p, input, textarea {
	font:      normal 1em/130% Arial;
    color:      #444444;
}

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

p{
	font-size: 0.76em;
	margin:0px;
}
.leftBody ul,
.rightBody ul{
    font-size: 0.76em;
    padding:0;
    margin:0;
    margin-left:20px;
}

a {
	color:				#006600;
	text-decoration: 	none;	
}
.light {
    color:#888;	
}
.dark {
    color:#222; 
}
.white {
    color:#FFF; 
}
.clear {
	clear:	both;
}

.margin {
	margin:	10px;
}

h1{
	color: 		#222;
	font-size:	1em;
	line-height:1.3em;
	font-weight:normal;
	margin:0;
	margin-bottom:0.5em;
}
h3{
    font-weight:normal;
    line-height:1.3em;
    margin:0px;
}
h5{
	color: 		#444444;
	font-size:	0.9em;
	font-weight:normal;
	line-height:1em;
	margin-bottom:0px;
	padding-bottom:0px;
}

