﻿/*** CSS-Datei von merten-gebaeudereinigung.de 
     Erstellt von Thomas KRenzel, netzundwerk|de
	 17.08.2018
***/

/*** Reset - alle Browserstyles zurück setzen ***/
html,body,textarea,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,table,tr,td,blockquote,fieldset{ margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:100.1%; font-weight: normal; font-style: normal;}


html {
    background: url(../img/wasser2.png) no-repeat center fixed;
    background-size: cover;
}


body 
	{
	color: #808080;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#horizon        
	{
/*	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
*/	}

#content    
	{
	background-color: white;
	margin-left: -298px;
	top: 25%;
	left: 50%;
	width: 596px;
/*	height: 500px;*/
	position: absolute;
	border: 1px lightgrey solid;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

p {text-align:center;}

.bodytext 
	{
	font-size: 1em;
	}

.bodytext img
	{
	margin-top: 0.5em;
	}

.headline 
	{
	font-weight: bold;
	font-size: 1.2em;
	}

.footer 
	{
	text-align: center;
	position: fixed;
	bottom: 1em;
	display: block
	}

a:link, a:visited 
	{
	color: #06f;
	text-decoration: none
	}

a:hover 
	{
	text-decoration: none
	}
