* {
	margin: 0;
	padding: 0;
}

body {
	font: normal normal normal 62.5%/62.5% Arial, sans-serif;
	background: #ccc;
	*font-size:10px;
}

img {
	border:none;
}

h1 {
 	color: #666666; 
 	font: normal bold normal 2em/1.2em Arial, sans-serif;
 	margin-bottom:1em;
 	_font-weight:bold;
}

h2,
h3 {
	color: #666666; 
 	font: normal bold normal 1.2em/1.2em Arial, sans-serif;
 	margin:1em 0 0.5em 0;
 	_font-weight:bold;
}

h3 {
	color: #c60000; 
	margin-bottom:0;
}

table {
	border-collapse: collapse;
}

th,
td {
	color: #666666; 
 	font: normal normal normal 1.2em/1.1em Arial, sans-serif;
 	padding:0.3em;
}

th{
	color:#fff;
	font-weight:bold;
	background: #c60000; 
	text-align: left;
}

p, 
#txt li {
	color: #666666; 
 	font: normal normal normal 1.2em/1.2em Arial, sans-serif;
 	margin-bottom:0.5em;
}

#txt ul {
	margin-left:1.5em;
}

#txt a:link,
#txt a:active,
#txt a:focus,
#txt a:hover,
#txt a:visited {
	color: #666666; 
}

#left {
	float:left;
	width:20em;
	margin-top:8.5em;
	padding:0 0.5em;
}

#center {
	float:left;
	width:57em;
	background:#fff;
	border-top:5px solid #d60000;
	border-bottom:5px solid #d60000;
}

#right {
	float:left;
	width:20em;
	padding:0 0.5em;
}


#header {
	float:left;
	width:100%;
	background:#eeeeee;
}

#logo {
	float:left;
	width:30%;
	padding:2em;
}

#capital {
	float:right;
	padding:4em 2em 2em 2em;
}

#customer {
	background:url('../graphics/balken.gif') repeat-x 0 0 #eee;
	padding:1em 0 0.5em 0;
	margin-bottom:1em;
}

#search {
	background:url('../graphics/balken.gif') repeat-x 0 0 #eee;
	padding:0.5em 0 0.5em 0;
	margin-bottom:1em;
	float:left;
	width:20em;
	margin-top:8.5em;
}

#search input {
	width:6.5em;
	margin-right:0.2em;
}
#search input.submit {
	width:auto;
	color:#c00;
	cursor:pointer;
	border:none;
	font-weight:bold;
	background:#eee;
}

#footer{
	float:left;
	width:100%;
	background:#eee;
}

#centertxt {
	float:left;
	width:100%;
	background:#fff;
	padding:6em 0;
}

#home #centertxt {
	padding:0;
	margin:0;
}

#home #centertxt h3,
#home #centertxt p {
	padding:0.2em 0.5em;
}

#home #centertxt a:link,
#home #centertxt a:active,
#home #centertxt a:focus,
#home #centertxt a:hover,
#home #centertxt a:visited {
	font-weight:bold;
	color: #777; 
	text-decoration: none;
}

#home #centertxt a:hover {
	text-decoration: underline;
	color:#c00;
}


#slogan {
	float:left;
	width:23em;
}

#language {
	float:left;
	margin-top:6em;
	margin-bottom:1.1em;
}

#language a:link,
#language a:active,
#language a:focus,
#language a:visited,
#language a:link {
	font: normal bold normal 1.1em/1.2em Arial, sans-serif;
	color:#c00;
}

#tschirch {
	float:left;
	width:20em;
}

#tschirch p {
	margin:0;
	margin-top:-3px;

	padding:0.3em;
	background-color:#d60000;
	font: normal normal normal 1.1em/1.2em Arial, sans-serif;
	color:#fff;
}

#txt {
	float:left;
	width:33em;
}

#print {

	float:right;
	width:34em;
	margin:1em 0;
}

#print a {
	margin-right:2em;
}

#footer #footer_l {
	float:left;
	width:10em;
	padding:2em;
}

#footer #footer_r {
	float:right;
	padding:1.5em;
}

#footer p {
	float:left;
	margin-right:1em;
	margin-bottom:0;
	font: normal normal normal 1em/1.2em Arial, sans-serif;
}

#footer #footer_l p {
	margin-top:1.5em;
}

#footer a:link,
#footer a:active,
#footer a:focus,
#footer a:visited,
#footer a:hover {
	font: normal normal normal 1em/1.2em Arial, sans-serif;
	color: #666666; 
}

#mainmenue {
	background:#eee;
	width:19.6em;
	padding:0.2em;
}

#mainmenue ul {
	list-style: none;
	width:18.6em;	
}

#mainmenue ul ul {
	display:none;
	_width:17.6em;	
}

#mainmenue li.active ul,
#mainmenue li:hover ul { 
	display: block; 
} /* The magic */

#mainmenue ul li {
	padding:0.3em 0 0.1em 0;
}

#mainmenue ul li li{
	padding:0.1em 0;
}

#mainmenue ul a:link,
#mainmenue ul a:active,
#mainmenue ul a:focus,
#mainmenue ul a:visited,
#mainmenue ul a:hover {
	background:#eee;
	width:19em;
	font: normal bold normal 1.1em/1.2em Arial, sans-serif;
	color: #777; 
	text-decoration:none;
	padding-left:1.5em;
	background:url('../graphics/menue00.gif') no-repeat 0px 50%;	
}
#mainmenue ul a.active:link,
#mainmenue ul a.active:active,
#mainmenue ul a.active:focus,
#mainmenue ul a.active:visited,
#mainmenue ul a.active:hover,
#mainmenue ul a.activesub:link,
#mainmenue ul a.activesub:active,
#mainmenue ul a.activesub:focus,
#mainmenue ul a.activesub:visited,
#mainmenue ul a.activesub:hover {
	font-weight:bold;
}

#mainmenue li.active a:link,
#mainmenue li.active a:visited,
#mainmenue li.active a:active,
#mainmenue li.active a:focus,
#mainmenue li.active a:hover,
#mainmenue ul a:hover {
	color: #d60000;
	background:url('../graphics/menue01.gif') no-repeat 0px 50%;
}

#mainmenue ul ul a:link,
#mainmenue ul ul a:active,
#mainmenue ul ul a:focus,
#mainmenue ul ul a:visited,
#mainmenue ul ul a:hover {
	background:#eee;
	width:19em;
	font: normal normal normal 1.1em/1.2em Arial, sans-serif;
	padding-left:1.5em;
	background:none;	
}


#mainmenue ul ul a:hover {
	color: #d60000;
	text-decoration: underline;
}

#mainmenue li.active ul a:link,
#mainmenue li.active ul a:visited,
#mainmenue li.active ul a:active,
#mainmenue li.active ul a:focus,
#mainmenue li.active ul a:hover {
	color: #d60000;
	background:none;
}


#mainmenue ul ul ul {
	margin-left:1em;
}


div.wrapper {
	margin: 0 auto;
	width: 91.1em;
	padding: 0 2em;
}


/* Formulare */
#errormessage {
	width:30.5em;
	background: #c00;
}

#errormessage p {
	color:#fff;
	font-weight:bold;
	padding:0.5em;
}

#error ul {
	width:30.5em;
	background: #c00;
	
	list-style: none;
	padding:0.5em;
	margin-left:-0.2em;
	margin-bottom:1em;
}

#error ul li {
	color:#fff !important;
	margin-bottom:0;
}

fieldset {
	border:none;
	margin-bottom:1em;
}

legend {
	color:#c00;
	font: normal bold normal 1.2em/1.2em Arial, sans-serif;
	margin-bottom:1em;
	*margin-left:-0.6em;
}

input,
select,
textarea {
	border:1px solid #666;
}

label {
	width:25em;
	margin-top:0.5em;
	float:left;
	clear:left;
}

input {
	width:25em;
	padding:0.2em;
}

input.error {
	border:1px solid #c00;
}


label,
input,
select,
textarea {
	color: #666666; 
	font: normal normal normal 1.2em/1.2em Arial, sans-serif;
}

label.checkbox {
	width:23em;
	clear:none;
	margin-top:0em;
	margin-bottom:0.5em;
	*margin-top:0.4em;
}

input.submit {
	width:auto;
	margin-top:1em;
}

input.checkbox {
	width:auto;
	float:left;
	clear:left;
	margin-right:0.5em;
	border:none;
}

input#kundennummer {
	width:10em;
	float:left;
	clear:left;
	margin-left:1.7em;
	*margin-left:2.4em;
	margin-bottom:1em;
}

div.tx-thmailformplus-pi1 {
	margin-top:2em;
}

/* Suche */
div.tx-indexedsearch-searchbox,
div.tx-indexedsearch-browsebox,
div.tx-indexedsearch-res,
div.tx-indexedsearch-res-item {
	margin-bottom:1em;
} 



div.tx-indexedsearch-res-item {
	padding-bottom:0.5em;
	border-bottom:1px solid #eee;
}



.tx-indexedsearch-redMarkup {
	background:#c00;
	color:#fff;
}

ul.browsebox {
	margin-left:0em;
	padding:0.5em 0;
}

ul.browsebox li{
	list-style: none;
	display:inline;
	margin-right:1em;
}