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

body {
background-image: url(../img/bg.jpg);
background-repeat:repeat-x;
background-position:top center;
background-color:#131F07;
margin:0px;
padding:0px;
font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
overflow-x: hidden;
overflow-y: hidden;
}

p, h1, h2 {
margin:0px;
padding:0px;
margin-bottom:10px;
color:#FFFFFF;
font-size:13px;
line-height:1.5em;
font-weight:normal;
}

h2{
color:#E1AE17;
}

img {
border:none;
}

#inhalt {
position:relative; margin-left:auto; margin-right:auto; width:876px; height:575px; background-image:url(../img/blume.jpg); background-repeat:no-repeat;
}


#test {
position:absolute;left:2500px; top:200px; width:200px; height:575px;
}


#flyer-klein {
position:absolute; top:243px; left:639px;
}

#text {
position:absolute; top:450px; width:100%; text-align:center;
}

a, a:link, a:visited, a:active {
font-size:13px;
color:#FFFFFF;
text-decoration:underline;
}




