@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
	margin: 0;
	font-size: 13px;

	background-color: rgb(185,185,185);
	background-image: url(bg.jpg);

	background-position: top center;
	background-repeat: no-repeat;
}


h1 {
	border-bottom: 4px solid #000;
	font-size: 55px;
	padding-bottom: 15px;
	padding-top: 50px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1.following {
	border-bottom: 4px solid #000;
	font-size: 40px;
	padding-bottom: 8px;
	padding-top: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}


.ContentInner h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ContentInner h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}


.ContentInner a.mya {
	color: #000;
	padding: 0 2px;
}
.ContentInner a.mya:hover {
	background-color: #000;
	color: #fff;
	text-decoration: underline;
	padding: 1px 2px;
}


.ContentInner ul {}
.ContentInner ul li {
	margin-left: 25px;
	list-style: square;
}

.ContentInner .absatz {
	margin-bottom: 12px;
}

.ContentInner .clearleft {
	clear: left;
}

.Content {
	position: relative;
	margin: 0px auto;
	width: 900px;
	
	border-top: 3px solid #000;
	
	font-size: 13px;
}

.ContentInner {
	margin-bottom: 4px;
}

#TopNavigation {
	margin-top: 15px;
	background-color: #000;
	color: #fff;
	padding: 6px 10px;
	font-size: 11px;
	text-transform: uppercase;
}

#TopNavigation ul {
	list-style: none;
	width: 800px;
}
#TopNavigation ul li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
#TopNavigation ul li a {
	text-decoration: none;
	color: #fff;
	padding: 2px 5px;
}
#TopNavigation ul li a:hover {
	text-decoration: underline;
	color: #000;
	background-color: #fff;
}
#TopNavigation br {
	line-height: 0;
	clear: left;
}





#FussBox {
	background-color: #000;
	color: #fff;
	font-size: 13px;
	padding: 25px 20px;
	margin-bottom: 15px;
	line-height: 19px;
}

#FussBox ul {
	list-style: none;
}

#FussBox ul li {
	list-style: none;
	float: left;
	display: block;
	width: 200px;
}
#FussBox br {
	line-height: 0;
	clear: left;
}
#FussBox a {
	text-decoration: underline;
	color: #fff;
}
#FussBox a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: underline;
	padding: 1px 4px;
}


.hidden {
	display: none;
}