html, body {
	margin: 	0;
	padding: 	0;
	background: #b1b6bb url(/public/_files/images/background.gif) 0 0 repeat-x;
	font: 		normal 1em/130% Arial;
	color:		#444444;
}

* html body {
	text-align: center; /*Inhalt zwischen <html> zentrieren*/
}

img {
	border:		0;
	padding:	0;
	margin:		0;
}
* html p {
    padding:1em 0;
}
p{
	font-size: 0.76em;
        line-height:1.5em;
        margin:0 15px;
        padding:0.95em 0;
}
p.small{
    font-size: 0.7em;
}

a {
	color:				#006699;
	text-decoration: 	none;
}

.clear {
	clear:	both;
}

.margin {
	margin:	10px;
}

h1{
	color:#006699;
	font-size:1.2em;
	font-weight:normal;
        line-height:1.2em;
        margin:15px 15px 2px 15px;
}
h6{
    color:#444;
    font-size:0.7em;
    line-height:1em;
    font-weight:normal;
    padding-left:2px;
    margin:0 15px 1.5em 15px;
}
h5{
    color:      #006699;
    font-size:	0.9em;
    font-weight:normal;
    line-height:1em;
    margin:0.5em 15px 0 15px;
}
h4{
    color:#444;
    font-size:0.76em;
    line-height:1.5em;
    font-weight:bold;
    border-bottom:1px dotted #006699;
    margin:1em 15px 0 15px;
}
h3{
	color:#006699;
	font-size:1em;
	font-weight:normal;
        line-height:1.2em;
}
.Left {
    float:left;
}
.Right {
    float:right;
}
.Content_Image{
    width:350px;
    overflow:hidden;
}
.Clear_Left{
    clear:left;
}
.Clear_Right{
    clear:right;
}
.Clear{
    clear:both;
}
