@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* Zentrierung IE */
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	background-color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #6E6C6F;
	background-repeat: repeat-x;
	background-image: url(../gfx/back.jpg);
	background-attachment: fixed;
}
#seitenbereich {
	width: 950px;
	background-color: #900;
	border: medium solid #333;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	background-image: url(../gfx/back_seitenbereich.jpg);
	background-repeat: repeat-x;
	background-position: 100% 100%;
}
#navi {
	float:left;
	width:16em;
	background-color:#FFF;
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
	background-image: url(../gfx/menu_back.jpg);
	height: 80em;
	padding-left: 1em;
	top: 0.5em;
	position: relative;
	left: 0.5em;
	text-align: left;
}

#inhalte {
	margin-left: 14.5em;
	text-align: right;
}
h1  {
	font-size: 300%;
}
h2 {
	font-size: 200%;
}

.text1 {
	text-align: justify;
}
.text2 {
	text-align: center;
}
.text3 {
	font-weight: bold;
}
.text4 {
	text-align: right;
}

a:link {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: block;
	height: 1.7em;
	width: 13.5em;
}
a:visited {
	text-decoration: none;
	color: #666;
	display: block;
	height: 1.7em;
	width: 13.5em;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
	color: #333;
	padding-left: 0.1em;
	display: block;
	height: 1.5em;
	width: 13.5em;
	padding-top: 0.2em;
	font-size: 14px;
}
a:active {
	text-decoration: none;
	color: #902;
	padding-left: 0.1em;
	display: block;
	height: 1.5em;
	width: 13.5em;
	padding-top: 0.2em;
	font-size: 14px;
}
.counter {
	position: absolute;
	height: auto;
	width: 16em;
	bottom: -15em;
	text-indent: -1;
	text-align: center;
}
#seitenbereich #inhalte h3    {
	text-align: center;
	display: block;
	width: 670px;
	color: #FFF;
	background-color: #333;
	border: thin solid #000;
	margin: auto;
}
a.text1:link {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	width: 18em;
	padding: 0px;
	height: 12px;
}
a.text1:visited {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	width: 18em;
	padding: 0px;
	height: 12px;
}
a.text1:hover {
	text-decoration: none;
	color: #CCC;
	display: inline-block;
	width: 18em;
	padding: 0px;
	height: 12px;
}
a.text1:active {
	text-decoration: none;
	color: #CCC;
	display: inline-block;
	width: 18em;
	padding: 0px;
	height: 12px;
}
a.text2:link {
	text-decoration: none;
	color: #FF3;
	display: block;
	width: auto;
	padding: 0px;
	height: 1.5em;
	text-align: center;
	font-size: 24px;
}
a.text2:visited {
	text-decoration: none;
	color: #FF3;
	display: block;
	width: auto;
	padding: 0px;
	height: 1.5em;
	text-align: center;
	font-size: 24px;
}
a.text2:hover {
	text-decoration: none;
	color: #FC0;
	display: block;
	width: auto;
	padding: 0px;
	height: 1.5em;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
}
a.text2:active {
	text-decoration: none;
	color: #FC0;
	display: inline-block;
	width: auto;
	padding: 0px;
	height: 1.5em;
	text-align: center;
	font-size: 24px;
}
.scroll {
	font-size: 18px;
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
	display: block;
	vertical-align: middle;
}
img {
	border: thin solid #333;
}
