* {
	margin: 0;
	padding: 0;
}
body {
	background: #354366 url('images/background.png') repeat-x 50% 0;
	font: 62.5% 'Lucida Sans Unicde', Arial, Helvetica, sans-serif;
	color: #333;
}
a, a:link {
	color: #c30;
	text-decoration: none;
}
a:hover {
	color: #c30;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
h1 {
	margin: 10px 0;
	font-size: 1.6em;
	text-align: center;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
ul, ol {
	margin: 10px 20px;
}
ul ul, ol ol {
	margin: 0 20px;
}
p {
	padding: 5px 0;
	text-align: justify;
}
img {
	border: 0;
}
hr {
	height: 1px;
	margin: 2px 0;
	background: #fff url('images/hr.jpg') no-repeat 50% 50%;
	border: 0;
}
pre {
	width: 99%;
	height: 500px;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 1.1em;
	font-family: 'Courier New', serif;
	overflow: auto;
}
table.acp-table, table.acp-table tr, table.acp-table th, table.acp-table td {
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 1.0em;
	text-align: center;
}
table.no-border, table.no-border tr, table.no-border th, table.no-border td {
	border: 0;
}
table.acp-table {
	width: 100%;
	margin: 0 auto;
}
table.acp-table tr.selected {
	background: #fafafa;
}
table.acp-table th {
	padding: 0 5px;
	background: #f5f5f5;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 24px;
	color: #000;
	white-space: nowrap;
}
table.acp-table td {
	padding: 3px;
}
tfoot,
.sub-table-header, table.acp-table .sub-table-header th,
table.acp-table th.sub-table-header,
.sub-table-header th, th.sub-table-header {
	background: #f5f5f5;
	font-weight: bold;
}
/* Layout */
#header a, #header a:link, #sidebar a, #sidebar a:link {
	color: #000;
}
#header a:hover, #sidebar a:hover {
	color: #c30;
}
#ie-6 {
	width: 1024px;
	margin: 0 auto;
	padding: 8px 0;
	background: #fff;
	font-size: 1.2em;
	text-align: center;
	display: none;
}
#header {
	width: 1024px;
	height: 166px;
	margin: 0 auto;
	padding: 53px 43px 0;
	background: url('images/header.png') no-repeat;
}
#header #logo {
	margin: 6px 0 0 12px;
	float: left;
}
#header #logo a {
	width: 226px;
	height: 98px;
	background: url('images/acp3-logo.png') no-repeat;
	text-indent: -9999px;
	outline: 0;
	display: block;
}
#header ul.navigation-main {
	height: 116px;
	margin: 0 0 0 288px;
	font-size: 2em;
	list-style: none;
}
#header ul.navigation-main li {
	float: left;
	position: relative;
}
#header ul.navigation-main li a {
	width: 174px;
	height: 116px;
	line-height: 116px;
	text-align: center;
	display: block;
	text-shadow: #aaa 2px 2px 5px;
}
#header ul.navigation-main li a:hover {
	text-decoration: none;
}
#header ul.navigation-main li a.selected {
	background: url('images/navigation-main-arrow.png') no-repeat 50% 100%;
	color: #c30;
}
#header ul.navigation-main li ul {
	width: 736px;
	margin: 0;
	position: absolute;
	top: 116px;
	list-style: none;
	display: none;
}
#header ul.navigation-main li ul.navigation-main-subnav-45 {
	left: -174px;
}
#header ul.navigation-main li ul.navigation-main-subnav-20 {
	left: -522px;
}
#header ul.navigation-main li ul li {
	padding: 0 20px 0 0;
	float: left;
}
#header ul.navigation-main li ul li a {
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 0.7em;
	color: #fff;
	display: inline;
	text-shadow: none;
}
#header ul.navigation-main li ul li a:hover,
#header ul.navigation-main li ul li a.selected {
	background: none;
	color: #fff;
	text-decoration: underline;
}
#header #multi-pane {
	height: 50px;
}
#header #multi-pane #search {
	float: left;
	position: relative;
}
#header #multi-pane #search #search-term-field {
	width: 141px;
	max-width: 184px;
	height: 24px;
	max-height: 30px;
	margin: 10px 0 0 34px;
	padding: 6px 28px 0 15px;
	background: #fff url('images/search.png') no-repeat;
	border: 0;
	font-size: 1.4em;
}
#header #multi-pane #search #search-term-field:hover, #header #multi-pane #search #search-term-field:focus {
	background-position: 0 -30px;
}
#header #multi-pane #search #search-submit {
	width: 16px;
	height: 16px;
	background: url('images/search-submit.png') no-repeat;
	border: 0;
	font-size: 0;
	text-indent: -9999px;
	position: absolute;
	top: 17px;
	left: 192px;
}
#header #multi-pane a#download-latest {
	width: 144px;
	height: 30px;
	margin: 10px 39px 0 0;
	background: url('images/download-button.png') no-repeat;
	text-indent: -9999px;
	float: right;
}
#header #multi-pane a#download-latest:hover {
	background-position: 0 -30px;
}
#header #multi-pane #breadcrumb {
	padding-left: 288px;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 50px;
	color: #c30;
}
#header #multi-pane #breadcrumb a, #multi-pane #breadcrumb a:link, #multi-pane #breadcrumb span {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#header #multi-pane #breadcrumb a:hover {
	text-decoration: underline;
}
#box {
	width: 1024px;
	margin: 0 auto;
	padding: 0 43px 0 43px;
	background: url('images/box-background.png') repeat-y;
}
#content-wrapper {
	background: url('images/sidebar-background.png') repeat-y;
}
#fade-background {
	background: url('images/content-fade.png') no-repeat;
}
#sidebar {
	width: 251px;
	font-size: 1.2em;
	text-align: center;
	float: left;
}
#sidebar h1 {
	margin: 0;
	padding: 10px 0;
	text-shadow: #aaa 1px 1px 5px;
}
#sidebar ul {
	margin: 5px auto 0;
	background: url('images/sidebar-line.png') no-repeat 50% 0;
	text-align: left;
	list-style: none;
}
#sidebar ul li {
	background: url('images/sidebar-line.png') no-repeat 50% 100%;
}
#sidebar ul li a {
	padding: 3px 0 3px 39px;
	display: block;
}
#sidebar ul li a:hover {
	text-decoration: none;
}
#sidebar ul li a.selected {
	background: url('images/sidebar-arrow.png') no-repeat 100% 50%;
	color: #c30;
}
#sidebar ul li ul {
	margin: 0;
	display: none;
}
#sidebar ul li ul li a {
	padding-left: 54px;
}
#sidebar #login input {
	width: 176px;
	max-width: 184px;
	height: 16px;
	max-height: 24px;
	margin: 1px 0;
	padding: 4px;
	background: url('images/sidebar-login-input.png') no-repeat;
	border: 0;
	text-align: center;
	color: #999;
}
#sidebar #login input:hover, #sidebar #login input:focus {
	background-position: 0 -24px;
}
#sidebar #login input:focus {
	color: #333;
}
#sidebar #login-bottom {
	width: 172px;
	margin: 5px auto 0;
	text-align: right;
}
#sidebar #login-bottom a.register, #sidebar #login-bottom a.password {
	width: 24px;
	height: 24px;
	margin-top: 4px;
	background: url('images/sidebar-login-circle.png') no-repeat;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	float: left;
}
#sidebar #login-bottom a.register:hover, #sidebar #login-bottom a.password:hover {
	background-position: 0 -24px;
	text-decoration: none;
}
#content {
	width: 695px;
	padding: 10px 39px 0;
	font-size: 1.2em;
	float: right;
}
#content h1.site-title {
	margin: 0 0 10px;
	text-align: left;
}
#footer {
	width: 1110px;
	height: 72px;
	margin: 0 auto;
	background: url('images/footer.png') no-repeat;
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	position: relative;
}
#footer span.left {
	position: absolute;
	top: 45px;
	left: 55px;
}
#footer ul.navigation-footer {
	padding: 0;
	position: absolute;
	top: 45px;
	right: 55px;
}
#footer ul {
	margin: 0;
	padding: 45px 0 10px;
	list-style: none;
}
#footer ul li {
	padding: 0 5px;
	display: inline;
}
#footer ul li ul {
	display: none;
}
#footer ul li a {
	color: #fff;
}
#footer ul li a:hover, #footer ul li a.selected {
	color: #c30;
	text-decoration: none;
}
/* Formulare */
form {
	text-align: center;
}
fieldset {
	width: 85%;
	margin: 0 auto 1px;
	padding: 10px;
	border: 1px solid #c2c2c2;
	font-size: 100%;
}
#tabs {
	width: 90%;
	margin: 0 auto;
	font-size: 100%;
}
#tabs ul {
	margin: 0;
}
#tabs ul li a, #tabs ul li a:link {
	text-decoration: none;
}
fieldset dl, #tabs div dl {
	text-align: left;
}
fieldset fieldset {
	width: 80%;
	margin-top: 5px;
}
fieldset.captcha {
	width: 40%;
}
.no-border {
	padding: 0;
	border: 0;
}
legend {
	padding: 1px 6px;
	font: bold 1.1em/20px Arial, sans-serif;
	color: #069;
}
label {
	font: 1.0em Arial, sans-serif;
	color: #000;
	cursor: pointer;
	white-space: nowrap;
}
label:hover {
	color: #c30;
}
fieldset dl dt label, #tabs div dl dt label {
	font-weight: bold;
}
fieldset dl dt span, #tabs div dl dt span {
	font-size: 0.9em;
}
fieldset input, fieldset textarea,
#tabs div input, #tabs div textarea {
	display: block;
}
fieldset input, fieldset select, fieldset textarea,
#tabs div input, #tabs div select, #tabs div textarea {
	width: 100%;
	margin: 1px;
	background: #fff;
	border: 1px solid #c2c2c2;
	font: 100% Arial, sans-serif;
}
fieldset input:hover, fieldset select:hover, fieldset textarea:hover,
fieldset input:focus, fieldset select:focus, fieldset textarea:focus,
#tabs div input:hover, #tabs div select:hover, #tabs div textarea:hover,
#tabs div input:focus, #tabs div select:focus, #tabs div textarea:focus {
	background: #ffc;
}
fieldset dl dd input.checkbox, #tabs div input.checkbox {
	width: auto;
	background: none;
	border: 0;
	display: inline;
}
.readonly, .readonly:hover, .readonly:focus {
	background: #eee;
	color: #888;
}
option {
	padding: 0 5px 0 3px;
}
fieldset textarea, #tabs div textarea {
	height: 150px;
	overflow: auto;
}
.form-bottom {
	margin-top: 20px;
}
a.form, input.form {
	padding: 1px 7px;
	background: #000;
	border: 1px solid #fff;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
a.form, a.form:link {
	padding: 2px 10px;
	text-decoration: none;
}
.form:hover {
	border-color: #c30;
	color: #fff;
}
#sidebar a.button, #sidebar a.button:link, #sidebar a.button:hover, a.button:link {
	color: #fff;
}
*.button {
	height: 32px;
	margin: 0 17px;
	border: 0;
	background: url('images/input-button.png') repeat-x;
	font-size: 1.1em;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
}
*.button span {
	width: 17px;
	height: 32px;
	background: url('images/input-button.png') no-repeat;
	position: absolute;
	top: 0;
}
*.button span.button-left {
	background-position: 0 -64px;
	left: -17px;
}
*.button span.button-right {
	background-position: -17px -64px;
	right: -17px;
}
*.button:hover {
	background-position: 0 -32px;
	text-decoration: none;
}
*.button:hover span.button-left {
	background-position: 0 -96px;
}
*.button:hover span.button-right {
	background-position: -17px -96px;
}
.error {
	width: 85%;
	margin: 0 auto;
	padding: 10px;
	background: #ffc;
	border: 1px solid #ddd;
	text-align: justify;
}
.error ul {
	margin-bottom: 0;
}
.error h4 {
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	color: #c30;
}
.error h5 {
	text-align: center;
}
.combo-box {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.combo-box .header {
	height: 25px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-width: 1px 0;
	font-weight: bold;
	line-height: 25px;
	color: #000;
}
.combo-box .content {
	height: 30px;
	line-height: 30px;
}
/* Seitenauswahl */
#pagination {
	padding: 5px 0;
	font: bold 1em Verdana, Arial, sans-serif;
	text-align: center;
}
#pagination a, #pagination span {
	padding: 2px 3px;
	border: 1px solid #ccc;
	border-color: #eee #ccc #ccc #eee;
	color: #000;
}
#pagination a:hover {
	border-color: #ccc #eee #eee #ccc;
	text-decoration: none;
}
#pagination span {
	border: 0;
	color: #ccc;
}
/* ACP */
#adm-list {
	height: 40px;
	padding: 0 10px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-width: 1px 0;
	line-height: 40px;
	text-align: left;
}
#adm-list a, #adm-list input {
	margin: 4px 0 0 8px;
	float: right;
}
.mark-entries {
	line-height: 25px;
	text-align: left;
}
.mark-entries span {
	font-weight: bold;
}
/* Kommentare & GB */
.gb {
	width: 85%;
	margin: 0 auto;
	border: 1px solid #ddd;
}
.gb .header {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 25px;
	color: #000;
}
.gb .author {
	width: 200px;
	float: left;
	text-align: center;
}
.gb .message {
	margin-left: 200px;
	text-align: center;
}
.gb .left {
	max-width: 200px;
	width: 190px;
	padding: 5px;
	border-right: 1px solid #ddd;
	float: left;
}
.gb .left span {
	font-weight: bold;
}
.gb .content {
	margin-left: 200px;
	padding: 5px;
	border-left: 1px solid #ddd;
}
.gb .footer {
	clear: both;
}
/* Impressum & Benutzerinfos */
.imprint, .user-info {
	width: 95%;
	margin: 0 auto 10px;
}
.imprint dl, .user-info dl {
	clear: left;
}
.user-info dt, .imprint dl dt {
	width: 20%;
	margin: 0 0 2px 0;
	padding-left: 4px;
	background: #e5e5e5;
	border: 1px solid #eee;
	border-color: #eee #ccc #ccc #eee;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 20px;
	float: left;
}
.imprint dl dd, .user-info dd {
	margin-left: 22%;
	padding-top: 1px;
	line-height: 20px;
}
.imprint dl dd p {
	padding: 0;
}
/* Hyperlink */
.hyperlink {
	padding: 0 4px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-width: 1px 0;
	line-height: 24px;
}
.hyperlink a, .hyperlink a:link {
	color: #000;
}
.hyperlink a:hover {
	color: #c30;
}
/* Downloads */
.files .header {
	padding: 3px 5px;
	background: #f5f5f5;
	font-weight: bold;
	text-align: left;
}
.files h3.header {
	border: 1px solid #ddd;
	border-width: 1px 0;
	font-size: 1.2em;
}
.files h3.header a, .files h3.header a:link {
	color: #000;
}
.files h3.header a:hover {
	color: #c30;
	text-decoration: none;
}
.files .date {
	font-weight: normal;
	float: right;
}
.files .content {
	padding: 10px;
}
.files .content .hyperlink {
	margin-top: 10px;
}
a.download-file {
	padding-left: 34px;
	background: url('../../images/crystal/32/download.png') no-repeat;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 34px;
	display: block;
}
/* Emoticons */
.icons {
	margin: 2px 0;
}
/* Fotogalerien */
.galleries .header {
	padding: 3px 5px;
	background: #f5f5f5;
	font-weight: bold;
	text-align: left;
}
.galleries h3.header {
	border: 1px solid #ddd;
	border-width: 1px 0;
	font-size: 1.2em;
}
.galleries h3.header a, .galleries h3.header a:link {
	color: #000;
}
.galleries h3.header a:hover {
	color: #c30;
	text-decoration: none;
}
.galleries .date {
	font-weight: normal;
	float: right;
}
.pictures {
	text-align: center;
}
.picture img {
	border: 1px dotted #333;
}
.picture {
	margin: 10px 0;
	text-align: center;
}
.picture .content {
	margin: 10px 25%;
}
.picture .prev-next {
	height: 120px;
	line-height: 120px;
	text-align: center;
}
.picture .prev {
	float: left;
}
.picture .next {
	float: right;
}
.picture .index {
	padding: 0 130px;
}
/* News */
.news .header {
	padding: 3px 5px;
	background: #f5f5f5;
	font-weight: bold;
	text-align: left;
}
.news h3.header {
	margin-bottom: 2px;
	border: 1px solid #ddd;
	border-width: 1px 0;
	font-size: 1.2em;
}
.news h3.header a, .news h3.header a:link {
	color: #000;
}
.news h3.header a:hover {
	color: #c30;
	text-decoration: none;
}
.news .date {
	font-weight: normal;
	float: right;
}
.news .content {
	padding: 8px 10px 10px;
}
.news .comments {
	padding: 5px 0;
	text-align: center;
}
.news .comments span {
	font-size: 0.9em;
}
/* Umfragen */
.poll {
	width: 40%;
	margin: 0 auto;
	border: 1px solid #333;
	text-align: left;
}
.poll h4 {
	padding: 0 5px;
	background: url('images/common_header.png') repeat-x;
	border-bottom: 1px solid #333;
	line-height: 25px;
	color: #f90;
	text-align: center;
}
.poll label {
	padding: 5px;
	display: block;
}
.poll label.light {
	background: #fefefe;
}
.poll label.dark {
	background: #eee;
}
.poll label input {
	margin: 0 5px;
}
/* Suche */
.search {
	margin-bottom: 5px;
}
.search a.header {
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-width: 1px 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	text-align: left;
	display: block;
}
.search a.header:hover {
	color: #c30;
	text-decoration: none;
}
.search .content {
	padding: 10px;
	text-align: justify;
}