/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
HTML, BODY {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}



#container {
	position: absolute;
	width: 700px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -350px;
	background: url(images/container_bg.gif) repeat-y left top;
	z-index: 0;
}
#header {
	position: relative;
	top: 0px;
	left: 51px;
	width: 598px;
	height: 380px;
	background: url(images/header_bg.jpg) no-repeat left top;
	z-index: 1;
}
	/*
	#header_nav {
		width: 100%;
		height: 30px;
	}
		#header_nav ul {
			list-style-type: none;
		}
			#header_nav ul li {
				float: left;
				line-height: 30px;
			}
				#header_nav ul li a {
					padding: 0px 15px;
					color: #909395;
					border: 1px solid #909395;
					border-width: 0px 1px 0px 0px;
				}
				#header_nav ul li a:hover {
					color: #000;
				}
				#header_nav ul li.last a {
					border: 0px;
				}
				#header_nav ul li.active a {
					color: #000;
				}
		*/
#content {
	position: relative;
	top: 0px;
	left: 51px;
	width: 598px;
	z-index: 2;
}
	#content_text {
		margin: 10px;
	}
		#content_text * a {
			color: #FF33CC;
			text-decoration: underline;
		}
		#content_text * a:hover {
			text-decoration: none;
		}
	#nach_oben {
		width: 100%;
		text-align: right;
	}
		#nach_oben a {
			margin-right: 5px;
			font-size: 10px;
			color: #909395;
		}
		#nach_oben a:hover {
			color: #000;
		}
#footer {
	position: relative;
	top: 0px;
	left: 51px;
	width: 598px;
	height: 30px;
	z-index: 3;
}
	#footer_nav {
		width: 100%;
		height: 30px;
	}
		#footer_nav ul {
			list-style-type: none;
			margin: 0px;
		}
			#footer_nav ul li {
				float: right;
				line-height: 30px;
			}
				#footer_nav ul li a {
					padding: 0px 15px;
					color: #909395;
					border: 1px solid #909395;
					border-width: 0px 0px 0px 1px;
				}
				#footer_nav ul li a:hover {
					color: #000;
				}
				#footer_nav ul li.last a {
					border: 0px;
				}
				#footer_nav ul li.active a {
					color: #000;
				}
				
STRONG {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	padding: 5px 0px;
}
U {
	font-size: 16px;
	font-style: italic;
	line-height: 140%;
	padding: 5px 0px;
}
ul {
	list-style-type: circle;
	margin-left: 25px;
}
li {
	line-height: 120%;
}
