/*
	Tag-Redefinitionen
*/
html {
	background-color: #eeeeee;
	background-image:url('../images/html-back.gif');
	background-repeat:repeat-y;
	background-position:  left 50%;	
	width: 100%;
	min-height: 100%; 
	padding: 0;
	margin: 0	
}

html.simple {
	background-color: #eeeeee;
	background-image:url('../images/html-simple-back.gif');
	background-repeat:repeat-y;
	background-position:  left 50%;	
	width: 100%;
	min-height: 100%; 
	padding: 0;
	margin: 0	
}
body {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;		
	position: relative;
	color: #434c5b;	
}

body a {
	color: #424d5f;
}
body a:hover {
	color: #7e8db5;
}
body a:active {
	color: #b1004e;
}
/*IE Hack*/
* html body { 
	height: 100%;
}
html body * {
	background-repeat: no-repeat;
}

input, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434c5b;	
	background-color: white;
	border: 1px inset #b4b4b4;
	padding: 2px 0 2px 5px;
}
button {
	border: 1px outset #3f4658;
	background-color: #434c5d;
	color: white;
}

input.button{
	border: 1px outset #3f4658;
	background-color: #434c5d;
	color: white;
	width: 50px;
}
form {
	padding: 0;
	margin: 0;
}
/*
	IDs, Klassen
*/
html.full {
	background-image: url('../images/html-full-back.jpg');
	background-color: white;
	background-repeat:repeat-x;
	min-height: 100%; background-position-y:50%
}

html.methodIO {
	background-image: url('none');
	background-color: #e3e4e7;
	min-height: 100%
}

#topnav {
	background-color: #b7bac3;
	float: left;
	width: 100%;
	border-bottom: 1px solid white;
	overflow: hidden;
	height: 22px;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	float: left;
	display: block;
	background-color: #454c5e;
	padding: 3px 8px 6px 8px;
	margin-right: 1px;
	color: #b7bac3;
	text-decoration: none;
	outline: none;
}
#topnav ul li a:hover {
	background-color: #636d86;
}
#topnav ul li a:active {
	background-color: #b1004e;
	color: white;
}
#head {
	background-color: #454c5e;
	border-bottom: 1px solid white;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
#head h1 {
	text-indent: -9999px;
	width: 181px;
	height: 36px;
	background-image:url('../images/head-logo.gif');
	padding: 0;
	margin-left:18px; margin-right:0; margin-top:16px; margin-bottom:16px
}
/*AC new klickable header*/
#head h1 a{
  display:block;
  width: 181px;
	height: 36px;
}
#head h2.claim {
	background-image:url('../images/claim.gif');
	width: 320px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 540px;
	margin: 16px 0;		
	text-indent: -9999px;
}
#head img {
	display: none;
}
#breadcrumbs {
	padding: 4px 0 6px 0;
	background-color: #454c5e;
	color: #ccccd4;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 13px;
}
#breadcrumbs span {
	float: left;
	margin-left: 190px;
	
}
#breadcrumbs a {
	color: #cecdd3;
}
#breadcrumbs a:hover {
	color: #e7e6ec;
}
#breadcrumbs a:active {
	color: #b1004e;
}
#breadcrumbs a.close {
	background-image:url('../images/icon-close.gif');
	background-position: left center;
	margin-left: 5px;
	padding-left: 16px;
	display: block;	
	float: left
}
#spacer {
	float: left;
	position: relative;
	width: 860px;
}
html.full div.padder {
	padding: 0 20px 20px 20px;
}
#menu {
	border-left:1px solid white; border-right:1px solid white; border-top:0px solid white; border-bottom:0px solid white; float:left;
	width: 180px;
	background-color: #e3e4e8;
	padding: 0;
	overflow: hidden; margin-left:0; margin-right:0; margin-top:-23px; margin-bottom:0;
	position: relative;
	z-index: 5;
}
#menu div.element {
	float: left;
	width: 100%;
}
/*AC new begin -> RSS Icon*/
#menu div.rsslink{
  margin-top: 10px;
}
#menu div.rsslink a{
  text-decoration: none;
}
#menu div.rsslink IMG{
  border: none;
  margin-left: 3px;
  vertical-align: middle;
}
/*AC new end*/
#menu span {
	background-color: #454c5e;
	display: block;
	font-weight: bold;
	color: white;
	padding: 4px 0 6px 8px;
	border-bottom: 1px solid white;
}
#menu span.highlight {
	background-color: #b1004e;
}
#menu div.formbox {
	padding: 8px;
	background: #b7bac3;
	float: left;
	border-bottom: 1px solid white;
}
#menu div.formbox input {
	width: 157px; /* Breite siehe oben bei der globalen Umdefinition*/
}
#menu div.formbox label {
	display: block;
}
#menu div.formbox button {
	float: right;
}

#menu div.formbox_error {
	padding: 8px;
	background: #b7bac3;
	width: 164px;
	float: left;
}

#menu div.formbox input.button {
	float: right;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-image: url('none');
}
#menu ul li {
	padding: 0;
	margin: 0;
}
* html #menu ul li { /*IE - Hack */
	_height: 22px;
}
#menu ul li a {
	color: #454c5e;
	display: block;
	padding: 4px 0 6px 16px;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid white;	
}
#menu ul li a:hover {
	background-image:url('../images/small-arrow-right.gif');
	background-position:  6px 50%;
}
#menu ul li a:active {
	background-image:url('../images/small-arrow-right-highlight.gif');
	background-position:  6px 50%;
	color: #b1004e
}
#menu ul li.active {
	background: #c9ccd3;
}
#menu ul li.active a {
	background-image:url('../images/small-arrow-right.gif');
	background-position: 6px 50%;
	background-repeat: no-repeat;
	font-weight: bold
}

#menu ul li.active ul li a {
	background-image: url('none');
	font-weight: normal
}
#menu ul li.open ul li a {
	background-image: url('none');
	font-weight: normal
}

#menu ul li.open a {
	background-image:url('../images/small-arrow-down.gif');
	background-position:  6px 50%;
	background-repeat: no-repeat;
	font-weight: bold
}

#menu ul ul a {
	padding-left: 24px;
}
#menu ul ul ul a {
	padding-left: 32px;
}
#menu ul ul ul ul a {
	padding-left: 40px;
}
#menu ul li.iconlink a {
	padding-left: 16px;
	background-position: left;
}
#menu ul li.iconlink a:active {
	color: #b1004e;
}
#menu ul li.iconlink a.password {
	background-image:url('../images/icon-password.gif');
	background-position: 
               3px 50%;	
}
#menu ul li.iconlink a.password:active {
	background-image:url('../images/icon-password-highlight.gif');
	background-position: 3px 50%;	
}
#menu ul li.iconlink a.register {
	font-weight:bold;
	background-image:url('../images/icon-edit.gif');
	background-position: 3px 50%;	
}
#menu ul li.iconlink a.register:active {
	background-image:url('../images/icon-edit-highlight.gif');
	background-position: 3px 50%;	
}
#menu a.button {
	float:left;
	display: block;
	background-image:url('../images/menu-button.gif');
	background-position: left top;
	width: 131px;
	height: 20px;
	color: white;
	text-decoration: none;
	margin: 10px;
	outline: none;
	overflow: hidden; padding-left:24px; padding-right:0; padding-top:3px; padding-bottom:0
}
#menu a.button:hover {
	text-decoration: underline;
}
#main {
	padding: 12px 0 0 12px;
	float: left;
	width: 650px;
	color: #424d5f;
	overflow: hidden;
}
#pageHead, #pageFoot {
	float: left;
	width: 100%;
}
#pageHead {
	padding: 0 0 7px 0;
	border-bottom: 1px solid #cacdd2;
}
#pageFoot {
	padding: 7px 0 0 0;
	border-top: 1px solid #cacdd2;
}
#pageHead span.loginStatus {
	display: block;
	float: left;
	margin-left: 3px;
}
#pageHead a {
	text-decoration: none;
	background-position: left;
	padding-left: 12px;
	float: right;
	margin-left: 7px;
	margin-right: 3px;
}
#pageHead a.print {
	background-image:url('../images/icon-printer.gif');
}
#pageHead a.mark {
	background-image: url('../images/icon-markpage.gif');
}
#moodImage {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	height: 180px;
	color: white;
	font-weight: bold;
	background-image:url('/fileadmin/images/mood_boot.jpg');
}
#moodImage div {
	/*background-image:url('../images/mood-text-back.jpg');
	background-repeat: repeat-x;*/
	float: right;
	height: 156px;
	width: 176px;
	padding: 12px; background-position-y:50%
}
#moodImage div span {
	float: left;
	display: block;
	height: 100px;
	overflow: hidden;
}
#moodImage a.button, Table.boxen a.button {
	float: left; 
	clear: both;
	display: block;
	background-image: url('../images/mood-button.gif');
	background-position: left top;
	color: white;
	text-decoration: none;
	height: 19px;
	width: 156px;
	outline: none;
	overflow: hidden; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:0; padding-left:24px; padding-right:0; padding-top:3px; padding-bottom:0	
}
#moodImage a.button:hover {
	color: white;
	text-decoration: underline;
}
#content {
	float: left;
	clear: left;
	width: 100%;
	padding-top: 1px;
}
#main div.spaced {
	width: 450px;
}
#content h1 {
	margin: 0.8em 0 0.8em 0;
	font-size: 1.4em;
}
#content h2 {
	margin: 0.7em 0 0.7em 0;
	font-size: 1.2em;
}
#content h3 {
	margin: 0.6em 0 0.6em 0;
	font-size: 1em;
}
#content table.marginal {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	background-color: #d5d6db;
}
#content table.marginal td {
	background-color: #e3e4e7;
}
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
#content table img {
	float: left;
	margin-right: 5px;
}
#content table th {
	background-color: #444c5e;
	font-weight: bold;
	color: white;
	margin: 0;
	text-align: left;
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid white;
}
#content table th a {
	color: white;
	font-weight: normal;
}
#content table tr td {
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid white;
}
#content table tr.odd td {
	background-color: #d5d6db;
}
#content table tr.even td {
	background-color: #e3e4e7;
}
#content table.marginal td {
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}
#content table.marginal th {
	font-size: 10px;
	border-left: 1px solid white;
}
#content table.marginal th a {
	color: white;
	font-weight: normal;
}
#content table *.number-value {
	text-align: right;
}
#content table *.centered-value {
	text-align: center;
	border-left: 1px solid white;
}
#content table td.picture {
	padding: 0;	
}
#content table td.picture img {
	margin: 0;	
}
#content table td a.details {
	margin-top: 1em;
}
#content table td.description {
	vertical-align: top;
	text-align: left;
	background-color: white;
	padding-left: 20px;
}
#content table td.description ul {
	padding-left: 20px;
}
#content table td div.leitfaden {
	width: 220px;
	height: 330px;
	background-image:url('../images/leitfaden.gif');
	position: relative
}
#content table td div.leitfaden div.element {
	position: absolute;
	width: 135px; 
	height: 35px; 
	padding: 5px 10px 5px 10px;
	text-align: center;
}
#content table td div.leitfaden div.inverted {
	color: white;
}
#content table td div.leitfaden div.inverted a {
	color: white;
}
#content div.alpha-sorter button {
	width: 20px;
	height: 20px;
	margin: 0;
}
#content a.list, #content a.edit {
	display: block; 
	float: left;
	background-position: left;
	padding-left: 12px;
	margin-right: 15px;
}
#content a.list {
	background-image:url('../images/icon-list.gif');
}
#content a.edit {
	background-image:url('../images/icon-edit.gif');
}
#content p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
#content ul {
	line-height: 1.5em;
	margin: 0 0 25px 0;
}
#content p img {
	float: left; 
	margin-right: 5px;
}
#content p.newsItem {
	border-bottom: 1px solid #cacdd2;
	float: left;
	margin: 5px 0 5px 0;
	padding-bottom: 10px;
}
#content span.sectionhead {
	display: block; 
	float: left;
	width: 444px;
	background-color: #444c5e;
	font-size:10px;
	font-weight: bold;
	color: white;
	margin: 20px 0 5px 0;
	text-align: left;
	padding: 4px 0 4px 6px;
}
#content span.sectionhead a.rss {
	float: right;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: 16px;
	background-image:url('../images/rss.png');
}
#content ul {
	list-style: square;
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 25px;
	padding: 0;
}
#content ul li {
	padding: 0;
	margin: 0;
}
#content a.details, #marginals a.details {
	display: block;
	float:left;
	padding-left: 14px;
	background-image:url('../images/icon-details.gif');
	background-position:  
               left 50%;
}
#marginals {
	margin-left: 15px;
	float: right;
	width: 185px;	
	overflow: hidden;
}
#marginals p {
	/*float: left;*/
	width: 100%;
	line-height: 1.5em;
	padding-bottom: 15px;
	border-bottom: 1px solid #cacdd2;		
}
#marginals p img {
	float: left;
	margin-bottom: 4px;
}
html.full #content h1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #cacdd2;
}
#content table.methods {
	width: auto;
	/*background-color: #FFFFFF;*/
}
#content table.methods th, #content table.methods td {
	background-color: transparent;
	background-image:url('../images/methoden-pfeil-follow.gif');
	background-position:  right 50%;
	width: 123px;
	height: 55px;
	text-align: center;
	border: medium none;; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0
}
#content table.methods td {
	height: 60px;
	background-image: url('../images/methoden-doppelpfeil-start.gif');
}

#content table.methods td.empty {
	height: 60px;
	background-image: url('none');
}

#content table.methods th input, #content table.methods td input {
	float: left;
	border: none;
	background-color: transparent;
}
span.important {
	font-weight: bold;
	color: #b1004e;	
}
#method-navigator {
	background-image:url('../images/method-navigator-back.gif');
	background-position:  right 50%;
	background-color: #B7BAC2;
	height: 21px;
	margin-bottom: 15px;
	padding-left: 20px;
	margin-left: 0;
	overflow: hidden
}
#method-navigator li {
	float: left;
	list-style-type:none;	
	height: 21px;
	background-position: left;	
}
#method-navigator li a {
	display: block;
	float: left;
	padding: 3px 20px 0 15px;
	height: 18px;	
	background-position: right;	
}
#method-navigator li.selected {
	background-color: #B1004E;
	background-image:url('../images/method-navigator-sel-end.gif');
	padding-left: 10px	
}
#method-navigator li.selected a {
	color: white;
	background-image:url('../images/method-navigator-sel-start.gif');
}
table.method {
	background-color: #E3E4E7;
	border-collapse: separate;	
}
table.marginal {
	width: 100%;
	border-collapse: collapse;
	background-color: #d5d6db;
}

table.method td {
	margin: 15px;
	padding: 10px 15px 10px 15px;
	background: #CBCDD3;
	border: 1px solid white;
	text-align: center;
	vertical-align: middle;

}
table.method td.method {
	background-color: #444C5E;
	color: white;
}
table.method td.method a {
	color: white;
}
table.method td.arrow {
	border: none;
	background-color: transparent;
	position: relative;
}
table.method td.arrow-left, table.method td.arrow-right {
	border: medium none;
	background-color: transparent;
	position: relative;
	background-image:url('../images/leitfaden-arrow-left.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
	padding: 0
}
table.method td.arrow-right {
	background-image:url('../images/leitfaden-arrow-right.gif');
	background-position: left bottom;	
	text-align: left
}

table th {
	background-color: #444c5e;
	font-weight: bold;
	color: white;
	margin: 0;
	text-align: left;
	padding: 4px 6px 4px 6px;
}
body.methodIO {

}

div.prozess {
	background-color: transparent;
	background-image:url('../images/methoden-pfeil-follow.gif');
	background-position:  right 50%;
	color: white;
	width: 123px;
	height: 55px;
	margin-left: 20px;
	text-align: center;
	vertical-align: middle; padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:0
}
div.prozess a {
	color: white;
}

span.sitemap_item {
	background-image:url('../images/sitemap_arrow.gif');
	background-position:  left 50%;	
	padding-left: 14px
}
#content ul.arrow {
	list-style: none;
}
#content ul.arrow li {
	list-style: none;
	background-image:url(../images/sitemap_arrow.gif);
	background-position: left;	
	padding-left: 14px;	
}
#products {
	width: 670px;
	float: left;
}
#products div.product {
	width: 311px;
	float: left;
	margin: 0 24px 24px 0;
}
#products div.product h1 {
	background-color: #454c5e;
	color: white;
	font-size: 10px;
	height: 19px;
	padding: 5px 0 0 8px;
	border-bottom: 1px solid white;
	margin: 0;
	position: relative;
}
#products div.product h1 a.detail {
	background-image:url(../images/detail-link-arrow.gif);
	background-position: left center;
	padding-left: 12px;
	position: absolute;
	right: 16px;
	font-weight: normal;
	color: white;
}
#products div.description {
	background-color: #f3f3f5;
	background-image:url(../images/product-back.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	padding: 8px 16px 16px 96px;
	height: 136px;
	position: relative;
}
#products div.premium div.description {
	background-image:url(../images/product-premium.jpg);
}
#products div.studenten div.description {
	background-image:url(../images/product-premium.jpg);
}
#products div.firma div.description {
	background-image:url(../images/product-premium.jpg);
}
#products div.combo div.description {
	background-image:url(../images/product-combo.jpg);
}
#products span.price {
	display: block;
	background-image:url(../images/product-price.gif);
	width: 98px;
	height: 58px;
	position: absolute;
	right: 13px;
	bottom: 13px;
	overflow: hidden;
	text-indent: -9999px;
}
#products div.premium span.price {
	background-image:url(../images/product-premium-price.gif);
}
#products div.studenten span.price {
	background-image:url(../images/product-studenten-price.gif);
}
#products div.combo span.price {
	background-image:url(../images/product-combo-price.gif);
}
#products span.details {
	display: block;
	background-color: #454C5E;
	width: 98px;
	height: 58px;
	position: absolute;
	right: 13px;
	bottom: 13px;
	overflow: hidden;
	#padding-top: 35px;
	#padding-left: 20px;
}
#products span.details a{
	background-image:url(../images/detail-link-arrow.gif);
        display: block;
	width: 40px;
	position: absolute;
	left: 25px;
	top: 22px;
	text-indent: 14px;
	color: #FFFFFF;
}
#products a.register, #products span.soon {
	display: block;
	background-color: #b1004e;
	background-image:url(../images/white_arrow.gif);
	background-position: 8px;
	color: white;
	font-weight: bold;
	padding: 4px 8px 6px 96px;
	float: right;
	text-decoration: none;
}

#products a.register:hover {
	background-color: #da0060;
	text-decoration: underline;
}
#products a.register:active {
	background-color: #a40048;
}
#products span.soon {
	background-color: #B7BAC3;
}
#coupon {
	float: left;
	border-top: 1px solid #cacdd2;
}
#content img.left {
	float: left; 
	margin-right: 5px;
}
#content img.right {
	float: right; 
	margin-left: 5px;
}
#registration a.move-on {
	display: block;
	background-color: #b1004e;	
	background-image: url(../images/registration-white-arrow.gif);
	background-position: right;
	color: white;
	font-weight: bold;
	padding: 4px 30px 6px 8px;
	text-decoration: none;
	float: left;
	margin-bottom: 8px;
}
#registration a.move-on:hover {
	background-color: #da0060;
	text-decoration: underline;
}
#registration a.move-on:active {
	background-color: #a40048;
}
#registration div.progress {
	postition: absolute;
	top: 0px;
	left: 0px;
	height: 32px;
	width: 100%;
	background-color: white;
	margin: 0 0 24px 0;
}
#registration div.progress ol {
	list-style: none;
	height: 32px;
	margin: 0;
	background-position: right;
	padding: 0 0 0 0;
}
#registration div.premium ol {
	background-image:url(../images/product-line-premium.gif);
}
#registration div.combo ol {
	background-image:url(../images/product-line-combo.gif);
}

#registration div.progress ol li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#registration div.progress ol li span {
	float: left;
	height: 32px;
	background-position: 0px 8px;
	overflow: hidden;
	text-indent: -999px;
}
#registration div.progress ol li.current span {
	background-position: 0% -32px;
}
#registration div.progress ol li.done span {
	background-position: 0% -64px;
}
#registration div.progress ol li span.product {
	background-image:url(../images/product-step-product.gif);
	width: 119px;
}
#registration div.progress ol li span.login {
	background-image:url(../images/product-step-login.gif);
	width: 88px;	
}
#registration div.progress ol li span.address {
	background-image:url(../images/product-step-address.gif);
	width: 96px;	
}
#registration div.progress ol li span.payment {
	background-image:url(../images/product-step-payment.gif);
	width: 104px;		
}
#registration div.progress ol li span.confirmation {
	background-image:url(../images/product-step-confirmation.gif);
	width: 112px;		
}
#registration-errors {
	color: #B1004E;
	list-style: none;
	font-weight: bold;
}
#registration-errors li {
	list-style: none;
	background-image:url(../images/icon-error.gif);
	background-position: left;
	padding-left: 16px;
}
#registration input.larger {
	width: 350px;
}
#commercial {
	position: absolute;
	left: 880px;
	top: 130px;
	width: 150px;
	height: 600px;
	overflow: hidden;
}
#commercial iframe {
	width: 150px;
	height: 600px;
}
div.clear-fix {
	clear: both;
}
/* Add im iframe, z.B. Startseite */
.iframeAdd {
    border: none;
}

/************************************** Powermail *******************************************/
fieldset.tx-powermail-pi1_fieldset {
	border: 1px solid #D5D5D5;
	padding: 5px;
}
div.tx_powermail_pi1_fieldwrap_html_text {
}

div.tx_powermail_pi1_fieldwrap_html_text label {
	width: 150px;
}

p.tx_powermail_pi1_fieldwrap_html_radio_title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
div.powermail_radio_inner {
	margin-left: 20px;
}

/*********************************** Powermail ENDE *******************************************/

/*********************************** ShareButtons *********************************************/
div.addthis_toolbox {
 padding-top:10px;
}
div.addthis_toolbox span {
 padding: 0 !important;
}
/*********************************** ShareButtons Ende ****************************************/
