/* Stylesheet for akzente */

/* undohtml.css (edited by Rolf Thiele, D&T Internet GmbH
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited {text-decoration: none;}
ul {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em;}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,p.bodytext,blockquote,fieldset,input
{ margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* end undohtml.css */

body {
	background: url(gfx/bg.png) repeat-y center;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	line-height: 23px;
}

a {
	color: #333;
}

h1 {
	font-weight: normal;
	font-size: 23px;
	line-height: 23px;
	margin-bottom: 23px;
}

p {
	margin-bottom: 23px;
}

p.align-center {
	text-align: center;
}


li {
	padding-left: 11px;
	background: url(gfx/li-bodytext.png) no-repeat 0 11px;
}

td, th {
	vertical-align: top;
	font-size: 12px;
	text-align: left;
}

hr.clearer {
	background: none;
	border: 0;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;		
}

hr.clearer.left {
	clear: left;
}

hr.clearer.right {
	clear: right;
}

hr.clearer.both {
	clear: both;
}

div.indent {
	padding-left: 11px;
}

img#bg {
	width: 100%;
	height:100%;
	position: fixed;
	z-index: -1;
}

#menu {
	width: 138px;
	position: fixed;
	left: 50%;
	margin-top: 46px;
	margin-left: -483px;
	z-index: 100;
}

#menu #logo {
	background: #c8040a;
	width: 138px;
	height: 138px;
	margin: 0 0 46px 0;
}

#menu ul {
	margin: 0 0 23px 0;
	list-style-type: none;
	color: #b2b2b2;
}

#menu li {
	padding: 0 0 0 20px;
	line-height: 23px;
	background: url(gfx/li.png) no-repeat 0 center;
}

#menu ul li a {
	color: #b2b2b2;
}

#menu ul li a:active, #menu ul li a:hover {
	color: white;
}

#menu ul li.act {
	background: url(gfx/li-act.png) no-repeat 0 center;
}

#menu ul li.act a {
	color: white;
}

#menu ul li.spc {
	background: none;
}

#menu ul#sprachwahl {
	color: white;
}

#kopf {
	width: 828px;
	height: 184px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -345px;
	z-index: 200;	
}

#kopf img#titel {
	margin: 86px 0 0 0;
	height: 56px;
	width: 828px;
}

#kopf ul {
	height: 42px;
	padding-left: 46px;
	width: 782px;
	overflow: hidden;
	list-style-type: none;
	color: #333;
	background: #b2b2b2;
}

#kopf li {
	padding: 0 0 0 20px;
	width: 140px;
	line-height: 19px;
	background: url(gfx/li-submenu.png) no-repeat 0 5px;
	position: absolute;
	top: 143px;
	left: 46px;
	height: 16px;
	font-size: 11px;
}

#kopf ul li.spc {
	background: none;
}

#kopf li.zweiter {
	top: 161px;
}

#kopf li.dritter {
	left:207px;
}

#kopf li.vierter {
	top: 161px;
	left:207px;
}

#kopf li.fuenfter {
	left:368px;
}

#kopf li.sechster {
	top: 161px;
	left:368px;
}

#kopf li.siebter {
	left:529px;
}

#kopf li.achter {
	top: 161px;
	left:529px;
}

#kopf li.neunter {
	left:690px;
	width: 118px;
}

#kopf li.zehnter {
	top: 161px;
	left:690px;
	width: 118px;
}

/*** Backup 19.5.
#kopf li {
	padding: 0 0 0 20px;
	width: 161px;
	line-height: 19px;
	background: url(gfx/li-submenu.png) no-repeat 0 center;
	float:left;
} ***/

#kopf ul li a:active, #kopf ul li a:hover {
	color: white;
}

#kopf ul li.act {
	background: url(gfx/li-act.png) no-repeat 0 5px;
}

#kopf ul li.act a {
	color: white;
}

#inhalt {
	width: 782px;
	position: absolute;
	left: 50%;
	margin-left: -345px;
	top: 184px;
	z-index: 10;
	padding: 46px 0 0 46px;
}

#inhalt p {
	margin-bottom: 11px;
}

#inhalt a {
	text-decoration:none;
	background: url(gfx/bg-link.png) left center no-repeat;
	padding-left: 26px;
}

#inhalt a:hover, #inhalt a:active {
	color: white;
	background: url(gfx/bg-link-act.png) left center no-repeat;
}

#inhalt a.noIcon, #inhalt h1 a, #inhalt h2 a, #inhalt h3 a, #inhalt h4 a, #inhalt h5 a, .csc-textpic-imagewrap a {
	background: none !important;
	padding-left: 0 !important;
}

span.important {
	font-size: 16px;
}

#inhalt .csc-textpic-imagerow li, #inhalt .csc-textpic-imagerow a {
	padding: 0;
	background: none;
}

#inhalt .csc-textpic-caption {
	font-size: 11px;
	font-weight: bold;
	color: white;
	line-height: 16px;
}

#inhalt table {
	margin-bottom: 23px;
}

#inhalt table.warentraeger td {
	font-size: 11px;
	line-height: 13px;
}

#inhalt table.referenzhaendler th {
	text-align: left;
	padding-right: 5px;
	border-bottom: 1px solid #333;
}

#inhalt table.referenzhaendler td {
	text-align: left;
	padding-right: 5px;
	border-bottom: 1px dotted #333;
}

#inhalt .vierSpalten .spalte1, #inhalt .vierSpalten .spalte2, #inhalt .vierSpalten .spalte3, #inhalt .vierSpalten .spalte4 {
	float: left;
	width: 177px;
}

#inhalt .vierSpalten .spalte1, #inhalt .vierSpalten .spalte2, #inhalt .vierSpalten .spalte3 {
	margin-right: 23px;
}

#inhalt .dreiSpalten .spalte1 {
	float: left;
	width: 390px;
	min-height: 100px;
	margin-right: 23px;
}

#inhalt .dreiSpalten .spalte2, #inhalt .dreiSpalten .spalte3 {
	float: left;
	width: 177px;
	min-height: 100px;
}

#inhalt .dreiSpalten .spalte2 {
	margin-right: 13px;
}


/*** News: ***/

.news-list-container {
	margin-top: 23px;
}

.news-list-item {
	margin-bottom: 23px;
}

.news-list-item h3 {
	font-weight: normal;
}

#inhalt .news-list-item p {
	margin-bottom: 0;
}

.news-list-date {
	display: block;
	float: left; 
}

.news-body {
	margin-left: 100px;
}

.news-single-timedata {
	margin-bottom: 23px;
}

.news-single-img {
	float: right;
	width: 368px;
	margin-left: 23px;
	overflow:hidden;
}

#inhalt .news-single-img a {
	background: none;
	padding: 0;
}

.news-single-item p.subheader {
	font-weight: bold;
}


/*** Benutzerregistrierung und -anmeldung: ***/

fieldset {
	border: none;
	margin: 23px 0;
}

legend {
	margin: 0 0 11px 0;
	padding: 0;
	font-weight: bold;
}

.tx-felogin-pi1 input {
	margin-bottom: 11px;
}


/*** Diverse Extensions: ***/

#inhalt .tx-filelist-pi1 thead {
	background: #ccc;
	padding: 0;
}

#inhalt .tx-filelist-pi1 a {
	background: none;
	padding: 0;
}

#overlay {
	z-index: 290 !important;
}

#lbLightbox {
	z-index: 300 !important;
}

#inhalt .tx-indexedsearch-browsebox li {
	padding: 0;
	background: none;
}

#inhalt .tx-indexedsearch-title a {
	font-weight: bold;
	padding: 0;
	background: none;
}

#inhalt .tx-indexedsearch td {
	padding-right: 5px;
	padding-bottom: 5px;
}

#inhalt .tx-indexedsearch td.icon img {
	margin-top: 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #b2b2b2;
	padding-left: 5px;
	padding-right: 5px;
}

#inhalt ul.csc-menu li {
	padding: 0;
	background: 0;
}

#xxxinhalt #mailform .csc-mailform-field {
	background: #b2b2b2;
	margin-bottom: 5px;
	padding: 5px;
	
}

#inhalt #mailform label {
	width: 80px;
	float: left;
	line-height: 12px;
	position: absolute;
	z-index: 100;
	padding: 5px;
}
#inhalt #mailform input, #inhalt #mailform textarea {
	width: 672px;
	padding: 5px 5px 5px 90px;
	border: 0;
	background: #b2b2b2;
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	background: #b2b2b2;
	margin-bottom: 5px;
}
#inhalt #mailform input.csc-mailform-submit {
	width: auto;
	padding-left: 0;
	background: none;

#inhalt .tx-felogin-pi1 fieldset {
	margin-bottom: 0;

}

#inhalt .tx-felogin-pi1 input.logout {
	display: inline;

}
