/* CSS Adventisten */

* { padding: 0; margin: 0; }

body {
background-color:#3e7b68;
font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#wrapper {
height: 100%;
width: 775px;
color: black;
background-color:white;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
margin-bottom: 25px;
padding-bottom: 50px;
}

#inhalt {
margin-top: 20px;
background-color:white;
}

h4 {
font-size:60%;
}

h1 {
font-size: 165%;
color: #000066;
}

h2 {
font-size: 120%;
color: black;
}

h3 {
font-size: 120%;
color: #000066;
}

a {color:#000066;
	text-decoration: none;
	}

a:hover, a:focus, a:active {color:#FFFFFF; background-color:#003e67;
text-decoration: none;
	}
