﻿@charset "utf-8";
/* ------------------------------------------------
Stylesheet für Michael Schreckenberger
Autor: Michael Schreckenberger
Beginn: 07.12.2015
--------------------------------------------------- */
* {
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	padding-top: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 140%;
	background-color: #FFFFFF;
}

#main {
	height: 500px;
	width: 1000px;
	margin-top: 20px;
	text-align: center;
}

/* ------------------------------------------------
Kopfbereich
--------------------------------------------------- */

#header {
}
.invisible {
	display: none;
}
/* ------------------------------------------------
Navigation
--------------------------------------------------- */


/* ------------------------------------------------
Hauptinhalt
--------------------------------------------------- */
#content {
}
p {
	position: relative;
}
#clear {
	clear: both;
}
/* ------------------------------------------------
Fußbereich
--------------------------------------------------- */

/* ------------------------------------------------
Links
--------------------------------------------------- */
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
a:active {
	color: #ccc;
}