/* Die Main CSS Datei beinhaltet grundlegende Angaben über die
     Formatierung und das Design von HTML Elementen. Sie dient als
     grundlegende CSS Datei.
*/


body {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-position: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

blockquote {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h1 {
	color: #000000;
	font-family: 'Courier New', Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 20px;
}

h2 {
	color: #000000;
	font-family: 'Courier New', Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}

h3 {
	color: #000000;
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}

h4 {
	color: #000000;
	font-family: 'Courier New', Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}

img {
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}

table {
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link {
	color:#000000
}

a:visited {
	color:#333333
}

a:active {
	color:#000000
}