/*----------------CSS Reset----------------*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;}
	
ul, ol {
	list-style: none;}
	
b, strong {
	font-weight: bold;}
	
img, a img {
	border: none;}

a {
	text-decoration: none;}
	
em {
	font-style: normal;}

/*---------------Schrift/Größe-----------------*/
	
body {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	text-align: center;}
	
h1, h2, h3 {
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0.7em;}
	
h1, h2 {
	font-family: Verdana, Arial, sans-serif;
	color: black;}
	
h1 {
	font-size: 1.0em;}
	
blockquote, q {
	color: #f18110;}
	
a:link, a:visited {
	color: black;
	text-decoration: underline;}
	
a:hover, a:focus, a:active {
	color: blue;
	text-decoration: underline;}
	
/*---------------Layout--------------------*/
/*------------Alle Seiten-------------------*/

div {
	visibility: hidden;}

#container {
	width: 240px;
	margin: 0 auto;
	visibility: visible;}

#header {
	width: 240px;
	visibility: visible;}

#logo {
	height: 104px;
	margin-top: 50px;
	text-align: center;}

#main {
	margin-top: 50px;
	visibility: visible;}

#main p {
	display: inline;}
