/* Allgemeine Angaben */
body {
	text-align:		center;
	font-family:		Verdana;
	background-color:	#006699;
	font-size:		16px;
}

h1 { font-family: Verdana; font-size: 36px; text-align: center; }
h2 { font-family: Verdana; font-size: 20px; }
h3 { font-family: Verdana; font-size: 18px; }
h4 { font-family: Verdana; font-size: 16px; }
h5 { font-family: Verdana; font-size: 14px; }
h6 { font-family: Verdana; font-size: 12px; }

a:link { font-weight:normal; color:#99CCCC; text-decoration:none; }
a:active { font-weight:normal; color:#99CCCC; text-decoration:none; }
a:visited { font-weight:normal; color:#99CCCC; text-decoration:none; }
a:hover { font-weight:normal; color:#99CCCC; text-decoration:none; }
a:focus { font-weight:normal; color:#99CCCC; text-decoration:none; }

/* Div-Container */
#box {
	position:	relative;
	width:		700px;
	border-style:	;
	border-width:	1px 1px 1px 1px;
	margin:		0px auto;
	padding:	0px 0px 0px 0px;
	text-align:	center;
}

#main {
	position:	relative;
	width:		700px;
	border-style:	dashed;
	border-width:	1px 1px 1px 1px;
	margin:		5px 5px 0px 5px;
	padding:	5px 15px 5px 15px;
	text-align:	left;
	background:	url(grafiken/bg.gif) no-repeat center;
}

#footer {
	position:	relative;
	width:		700px;
	border-style:	dashed;
	border-width:	0px 1px 1px 1px;
	margin:		0px 5px 5px 5px;
	padding:	5px 15px 5px 15px;
	text-align:	right;
	font-size:	12px;
}

/* Eigene Klassen */
.beschreibung {
	text-align:	left;
	color:		#000000;
}
