/* 
theme: MCard
author: Kerstin Gregor, Christian Basche, Vivian Steller; Interone.de

*/
* {
	margin: 0;
	padding: 0;
}

body { /* font: default 16px to 10px */
	font: 60% arial, helvetica, sans-serif;
	color: #000;
}

fieldset {
    border: 0;
}

.underline {
	text-decoration: underline;
}

.clickable {
	cursor: pointer;	
}

/* LINKS 
--------------- */
a {
	color: #bd2716;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

a:visited {
	color: #bd2716;
}

a:hover img,a:active img
a:focus img {
	
}

h2 a {
	color: #000000;
}

h2 a:visited {
	color: #000000;
}

em.more {
	display: block;
	padding: 6px 0 0 0;
}

em.more a {
	margin-top: 3px;
	padding: 0 0 0 10px;
	background: transparent url(../img/mcard/arrow.gif) no-repeat scroll 0
		3px;
	font-style: normal;
	font-weight: bold;
}

em.more-comments {
	display: none;
}

em.more-comments a {
	font-style: normal;
	padding: 7px;
}

em.more-comments:before {
	content: "|";
}

p.back a {
	clear: both;
	display: block;
	background: url(../img/icons/sprites.png) 0 -67px no-repeat;
	margin: 25px 0;
	border-top: 1px solid #B3B3B3;
	border-bottom: none !important;
	padding: 5px 0 0 17px;
	font-style: normal;
	font-weight: bold;
}

p.back a:hover,p.back a:focus,p.back a:active {
	text-decoration: underline !important;
}

.all a {
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	border-top: 1px solid #b3b3b3;
	padding: 5px 0 0 17px;
	background: transparent url(../img/icons/sprites.png) no-repeat scroll 0
		5px;
}

/* hidden & skip link  */
.aural,
.skip a,
#search-box label,
#search-results .new-search label,
#search-box h6,
#nav-global span em,
#nav li strong em,
#nav-global li.on em,
#nav-box li.on em,
#nav-global h6,
#nav-box li h3 em,
#nav h6,
#extras h6,
em.more span,
#promos .more,
.pager li em,
.pager h3,
#search-results .form-wrapper label span,
#main .vcard div h3,
#extras .vcard div h3,
#glossary-index h3,
.day span,
form div label em,
#nav-content strong em,
#event-pager h5,
div.superpromos .superpromo-section p.more a span {
	display: block;
	position: absolute;
	overflow: hidden;
	left: -9999px;
	width: 1px;
	height: 1px;
}

.skip a:active,
.skip a:focus {
	position: absolute;
	background: #fff;
	outline: none;
	z-index: 500;
	left: 200px;
	overflow: visible;
	width: auto;
	height: auto;
	padding: 5px 15px 10px 15px;
	font-size: 130%;
	font-weight: bold;
}

/* GRID / LAYOUT 
--------------------- */
#wrapper {
	background: #fff url(../img/mcard/mcard_header.gif) no-repeat 20px 20px;
	position: relative;
	width: 988px;
}

#branding {
	height:86px;
	position: relative;
	margin: 0px 0px 0px 20px;
	top: 20px;
	width: 967px;
	z-index:500;
}

#nav-global {
	z-index: 501;
}

#section-header {
	margin: 0px 0px 0px 20px;
	width: 940px;
}

font {
	font-size: 12px;
}

#stage {
	margin: 15px 20px 10px 0;
	position: relative;
	width: 720px;
	z-index: 1;
}

#wrapper-2 {
	clear:both;
	margin:0 0 0 20px;
	position:relative;
	width:967px;
	z-index:1;
	*margin-top: 24px;
	-margin-top: 0; 
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#wrapper-2 {
	top:5px;
}
}

#nav {
	float: left;
	display: inline; /* IE 6 */
	margin: 15px 20px 20px 0;
	width: 130px;
	overflow: hidden;
}

#wrapper-3 {
	display: inline;
	float: left;
	margin: 0 -20px 0 0;
}

#main {
	float: left;
	overflow: hidden; /* IE 6 */
	display: inline; /* IE 6 */
	margin: 0 20px 0 0;
	width: 570px;
	-width: 569px;
}

#main div {
	padding-left: 10px;
}

#main div.text {
	padding-left: 0;
}
#article #main div.text {
	padding-left: 10px;
}

#main div img {
	margin-left: -10px;
}

#main .rack div img {
	margin-left: 0;
	width: 194px;
	height: 87px;
}

#wrapper-3>#main {
	overflow: visible;
}

#extras {
	display:inline;
	float:left;
	left:-1px;
	padding-top:18px;
	position:relative;
	top:28px;
	width:228px;
	z-index:10;
}

#extras .box {
	padding-left: 10px;
}

#extras .box img {
	margin-left: -10px;
}
#extras .teaser{
	padding:0 0 12px 10px;
	-padding:0 0 12px 0; /* IE6 */
}

#site-info {
	clear: both;
	overflow: hidden;
	height: 1%; /* IE 6 */
}
/* 2 column layout: home */

#home #main {
	width: 719px;
}

#home #extras {
	width: 228px;
}
#home #nav{
	display:none;
}
/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #main {
	width: 570px;
}

.col-subcol #extras {
	width: 228px;
}

/* 2 column layout: nav vertical | main column | no sidebar */
.nav-col #main {
	width: 100%;
}

#map {
	margin-top: 37px;
}

/* FONTS */
p,li,dd,dt {
	font-size: 12px;
	line-height: 16px;
}

#main #stage h1 {
	font-weight: bold;
}

#main h1 {
	font-size: 21px;
	letter-spacing: -1px;
}

#main .opener h2 {
	
}

#main .opener h2 em,
#main h1 em { /* kicker */
	display: block;
	font-size: 10px;
	font-style: normal;
}

#main h2 {
	font-size: 12px;
}

#main .teaser h2 em { /* kicker */
	display: block;
	font-style: normal;
}

#main h3 {
	font-size: 12px;
}


h4 {
	font-size: 12px;
}

#main .teaserlist li {
	font-weight: bold;
}

#main .links li {
	font-weight: bold;
	-margin:0px!important;
	-padding:0px!important;
}

#main .links em {
	font-style: normal;
}

table, td {
	font-size: 12px;
}

/* sidebar */
#extras h2,
#extras h3 {
	font-size: 12px;
	font-weight: bold;
}

/* BRANDING / HEAD
------------------ */

#logo {
	height:86px;
	float:left;
	overflow:hidden;
	width:142px;
}

#logo span {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
	height: 51px;
	width: 202px;
}

#logo strong,
#logo em {
	display: none;
}

#logo a {
	cursor: pointer;
	display: block;
	height: 86px;
	width: 142px;
}

#logo a:hover {
	text-decoration: none;
}

#logo a img {
	display: none;
}

#search-box {
	height:21px;
	margin-bottom:9px;
	width:228px;
}              
#search-box input {
	background: transparent url(../img/mcard/search-input-bg.gif) no-repeat scroll 0 0;
	border: 0;
	color:#626262;
	font-size: 11px;
	height:15px;
	margin: 0 5px 0 0;
   	overflow: hidden;
	padding: 3px 3px 2px 8px;
	width: 142px;
} 
#search-box input:focus,
#search-box input.a11y-focus {
}

#search-box #searchbar {
	position:relative;
	top:-3px;
	*top: -2px;
}

#search-box .button {
	background: transparent url(../img/mcard/but_suchen.gif) no-repeat scroll 0 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height:22px;
	margin: 0;
	padding: 2px 0 0 0px;
	text-transform: uppercase;
	width: 67px;
}

#search-box a.button {
	border: none;
	display: inline;
	padding: 3px 10px 2px 10px;
	width: 100px;
}

html>/**/body #search-box #searchbar, x:-moz-any-link, x:default {
	/* top:-4px; */
} /* Only FireFox 3 */

@media screen and (-webkit-min-device-pixel-ratio:0){
	#search-box #searchbar{
		top:1px;
	}
}

#login-box {
	float:right;
	margin-left:6px;
	width:222px;
}

#login-box input {
	background: transparent url(../img/mcard/login-input-bg.gif) no-repeat scroll 0 0;
	border: 0;
	border-radius: 8px; /* CSS3 - IE roundies.js */
	color:#626262;
	float: left;
	font-size: 11px;
	height: 14px;
	margin:0 5px 5px 0;
   	overflow: hidden;
	padding: 4px 3px 2px 9px;
	width: 134px;
}

#login-box input:focus,
#login-box input.a11y-focus {	
	border: 0px;
}

#login-box input.button_login {
	background:transparent url(../img/mcard/but_login.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	height:22px;
	margin:3px 6px 0 0;
	padding:0 3px 2px;
	width:60px;
}

#login-box .button_login:hover, 
#login-box .button_login:active,
#login-box .button_login:focus {
	color: #fff;
	border: 0px;
}

#login-box .button_login{
	position:relative;
	top:-3px;
}

html>/**/body #login-box .button_login, x:-moz-any-link, x:default {
	
} /* Only FireFox 3 */

#login-box  #login_link{
	clear: both;
	padding: 18px 0 0 10px;
}
#login-box a.loginLink {
	display: block;
	background: url(../img/mcard/arrow_white.gif) no-repeat 0 3px;
	color: #fff; 
	font-size: 11px;
	padding: 0px 0 0 7px;
	font-weight:bold;
}

#login-box a.loginLink:hover,
#login-box a.loginLink:active,
#login-box a.loginLink:focus	{
	color: #bd2716;
}

#nav-meta {
	left:22px;
	float: left;
	position:relative;
	top:6px;
}
#nav-meta .act{
	color: #BD2716;
}

#nav-meta ul li {
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	font-size: 11px;
}

#nav-meta ul li a {
	color: #ffffff;
	background: url(../img/mcard/pipe.gif) no-repeat right 2px;
	padding-right: 10px;
}

#nav-meta ul li a.noPipe {
	background: none;
}

#nav-meta ul li a:hover,
#nav-meta ul li a:active,
#nav-meta ul li a:focus
	{
	color: #bd2716;
	text-decoration: none;
}

/* GLOBAL HORIZONATAL NAVIGATION 
-------------------------------- */
#nav-global {
	float:left;
	height:23px;
	left:20px;
	margin:0;
	position:relative;
	top:38px;
	width:576px;
}

#nav-global ul {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	z-index: 100;
}

#nav-global.plus-navsub ul {
	border-bottom: none;
}

#nav-global li {
	background: url(../img/mcard/nav_lo.gif) no-repeat left top;
	float: left;
	font-weight: normal;
	margin: 0 15px 0 0;
	padding: 0 0 0 20px;
}

#nav-global li strong {
	font-weight: normal;
}

#nav-global li a,
#nav-global li a:visited,
#nav-global li strong {
	background: #b4b4b4 url(../img/mcard/nav_lo.gif) no-repeat right top;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	padding: 0 20px 0 0;
	text-decoration: none;
	white-space:nowrap;
}

#nav-global li a:hover {
	float: left; /* IE 6 requires redefinition? */
	display: block;
	color: #fff;
	text-decoration: none;
	white-space:nowrap;
}

#nav-global li a {
	cursor: pointer; /* IE */
}

/* on + open */
#nav-global li.on,
#nav-global li.open,
#nav-global .lihili {
	background: #b4b4b4 url(../img/mcard/nav_hi.gif) no-repeat left top;
}

#nav-global li strong,
#nav-global li.open a,
#nav-global li.on a {
	background: #b4b4b4 url(../img/mcard/nav_hi.gif) no-repeat right top;
}

#nav-global li span,
#nav-global li.open a span {
	float: left;
	padding: 4px 0 4px 0;
}

/* hover */
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus{
	background: transparent url(../img/mcard/nav_hi.gif) no-repeat right top !important;
}

#nav-global li.on a {
	background: transparent url(../img/mcard/nav_hi.gif) no-repeat right top !important;
	-margin-right:0px;
}

/* SECTION-HEADER 
----------------- */
#section-header {
	
}

#section-header h6 {
	
}

#section-header p {
	
}

/* STAGE 
-------------------------- */
#stage h1 {
	margin: 0 0 10px 0;
}

#stage img {
	display: block;
	line-height: 1;
}

#stage a img {
	border: none;
	width: 720px;
	height: 342px;
}

#stage .link {
	clear: both;
	padding:8px 30px;
	*padding: 0 30px;
}

#stage-box {
	position: absolute;
	top: 23px;
	left: 40px;
	padding: 10px;
}

#stage h1 {
	float: left;
	margin: 0;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
}

#stage h1 a {
	color: #000;
}

#stage h1 a:hover {
	text-decoration: none;
}

#stage p {
	clear: left;
	float: left;
	width: 300px;
	padding: 0px 30px;
	line-height: 1.3em;
	color: #000;
	font-weight: bold;
}

/* MAIN 
------------ */ 
/* Breadcrumb */
#main #breadcrumb {
	float: left;
	height:10px;
	margin-bottom:21px;
	padding-left:4px;
	width: 570px;
}

#main #breadcrumb a {
	color: #bebebe;
	background: url(../img/mcard/arrow_bread.gif) no-repeat right 3px;
	padding-right: 15px;
}

#main #breadcrumb a:hover {
	text-decoration: underline;
}

#main #breadcrumb h2 {
	display: none;
}

#main #breadcrumb ol {
	list-style: none;
	margin: 0;
}

#main #breadcrumb li {
	border: none;
	float: left;
	font-size: 10px;
	font-weight: normal;
	margin: 0 6px 0 0;
	padding: 0 0 0 7px;
}

/* Page Intro */
#main #page-intro:after {
	content: " ";
	display: block;
	clear: both;
}

#main #page-intro h1 {
	margin: 0 0 5px 0;
}

#main #page-intro p {
	margin: 0 0 25px 0;
}

#main #page-intro .photo {
	float: left;
	width: 220px;
	height: auto;
	margin: 0 10px 25px 0;
}

#main #page-intro .mod {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

#main #page-intro .mod-2 {
	float: none;
	width: 460px;
	height: auto;
	margin-left: 0;
	margin-right: 0;
}

/* OPENER & TEASERS
-------------------- */
.opener,
.teaser {
	overflow: hidden;
	margin: 0 0 0px 0;
	padding: 0 0 10px 0;
}

/* Opener */
.opener {
	border-bottom: none;
	margin-top:20px;
	position: relative;
}

#main .opener h2 {
	
}

#main .opener h2 em { /* kicker */
	margin: 2px 0 -3px 0; /* 15px */
	padding: 0;
}

#main .opener h2 a em {
	color: #555;
}

.opener img {
	float: none;
	display: block;
	width: 568px;
	height: 145px;
	margin: 0 0 10px 0;
}

.col-subcol .opener img {
	width: 588px;
	height: 250px;
}

.col-subcol .opener img {
	width: 588px;
	height: 250px;
}

/* Opener in .nav-col */
.nav-col .opener img {
	float: left;
	width: 340px;
	margin: 0 10px 0 0;
}

/* teaser */
.teaser {
	clear: both;
	width: 100%;
}

#main .teaser h2 {
	margin: 1px 0;
}

#main .teaser h2 em { /* kicker */
	display: block;
	margin: 0 0 -2px 0;
}

#main .teaser h2 a em { /* kicker */
	color: #555;
}

#main .mod .links { /* teaser with link list */
	margin-top: 10px;
}

.teaser img {
	float: left;
	margin: 4px 20px 5px 0;
	width: 159px;
}

/* teaser h2 in other layouts */

.col-subcol #main .teaser h2 {
	width: 590px;
}

#main .mod h2,.col-float3 #main .teaser h2,#main .teaser-group .mod h2 {
	width: auto;
	float: none;
	margin-top: 0;
}

/* img teasers in other layouts */

/* openers & teasers in other layouts */

/* teaser with just a link list */
#main .teaserlist li {
	font-weight: bold;
}

#main .teaserlist li em {
	font-weight: normal;
}

/* LINK LISTS 
-------------------- */ 
#main .teaser .links ul {
	clear: both;
	margin-bottom: 0;
}

#main .links ul,
#main .text .links ul {
	border-bottom: 1px solid #B4B4B4;
	list-style: none;
	margin: 0 0 15px -10px;
}

#main .links {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
}

#main .text .links h2,
#main .text .links h3 {
	margin: 5px 0 1px 0;
	padding: 3px 0 5px 0;
	color: #000;
}

#main .teaser .links h3 { /* linklist in teaser */
	clear: both;
	margin: 10px 0 5px 0;
}

#main .links li {
	background: transparent none;
	border-top: 1px solid #B4B4B4;
}

#main .links li a {
	background: transparent url(../img/mcard/arrow.gif) no-repeat scroll 0 9px;
	display: block;
	-display: inline-block;
	padding: 5px 0 5px 10px;
}

#main .links .download a,
#main .links .download li a {
}

#main .links .external a,
#main .links .external li a {
}

#main .links em {
	color: #555;
	font-style: normal;
}

/* SIDEBAR left / NAVIGATION sub
-------------------------------- */

#nav-box {
	padding-bottom: 10px;
	margin: 0 0 0 0px;
}

#nav-box ul {
	margin: 0px;
}

#nav-box li {
	height: 1%; /* IE 6 */
	line-height:12px;
	list-style: none;
	padding: 0 0 3px 15px;
}

#nav-box li a,
#nav-box li strong {
	color: #4d4d4d;
	font-size: 11px;
	font-weight: bold;
	line-height:12px;
	height: 1%;
	text-transform: uppercase;
}

#nav-box li strong {
	*display: inline-block;
}

#nav-box li.open ul li a {
	font-weight: normal;
	background: none;
	color: #4d4d4d;
}

#nav-box li.open a,
#nav-box li.open strong,
#nav-box li.on a,
#nav-box li.on strong {
	background: url(../img/mcard/diagonale.gif) no-repeat 0px 2px;
	color: #bd2716;
	line-height:12px;
	margin-left:-10px;
	padding-left:10px;
	*width: 113px;
	-left: -10px;
	-margin-left: 0;
	-position: relative;
}

/* hover and marked */
#nav-box a:hover,
#nav-box a:active,
#nav-box a:focus,
#nav-box li.on a:hover,
#nav-box li.on a:active,
#nav-box li.on a:focus,
#nav-box li.on a,
#nav-box li.on strong {
	color: #bd2716;
	text-decoration: none;
}

/* 2nd level */
#nav-box ul ul {
	margin: 14px 0 7px 0;
}

#nav-box li li {
	padding: 0;
}

#nav-box li.open ul li a,
#nav-box li.open ul li.on a,
#nav-box li.open ul li.on strong {
	font-weight: normal;
	text-transform: none;
}

/* SIDEBAR right: #EXTRAS 
------------------------- */
.box {
	clear:both;
	margin:0 0 15px 0;
	width:218px;
}

#extras h2,
#extras h3 {
	color: #4d4d4d !important;
}

#extras p {
	font-size: 11px;
	line-height: 13px;
}

#extras img {
	height: 90px;
	width: 228px;
	margin: 0 0px 7px -10px;
	padding-left: 0;
}

#extras ul {
	clear: both;
	margin: 0;
	padding: 2px 0 0 0;
	list-style: none;
}

#extras li {
	font-size: 11px;
	height: 1%; /* ie 6 */
	margin: 2px 0;
}

#extras li a {
	background: url(../img/mcard/arrow.gif) 0 3px no-repeat;
	display: block;
	font-weight: bold;
	padding: 0px 0 0 10px;
}

#extras .download li a,#extras li.download a {
	background: url(../img/icons/sprites.png) 3px -428px no-repeat;
}

#extras .external li a,#extras li.external a {
	background: url(../img/icons/sprites.png) 0 -139px no-repeat;
}

#extras li a em {
	color: #555;
	font-style: normal;
}

#extras h3 a em {
	color: #555;
}

#extras h3 a em,#extras .box h2 a em {
	color: #555;
}

#extras li .more a {
	display: inline;
}

/* FOOTER 
----------------- */
#site-info {
	position: relative;
	padding: 20px;
	color: #000;
	width: 950px;
}

p#copyright {
	clear: both;
	text-align: center;
	color: #ebebeb;
}

p#copyright-magnolia { 
	clear:left; 
	color:#cccccc; 
	display:block; 
	float:none; 
	padding:10px 100px 0 0; 
	text-align:center;
	font-size: 10px; 
}

p#copyright-magnolia a {
	color: #cccccc;
}

#site-info div {
	width: 480px;
	margin: 10px auto 0 auto;
}

#site-info ul {
	margin: 5px 0 0 0;
	list-style: none;
}

#site-info li {
	background: transparent url(../img/mcard/pipe_red.gif) no-repeat scroll
		right 3px;
	float: left;
	margin: 0 10 5px 0;
	padding-left: 5px;
	padding-right: 5px;
}

#site-info li.noPipe {
	background: transparent none no-repeat scroll 0 0;
}

#site-info li a {
	
}

#site-info li a:hover,
#site-info li a:active,
#site-info li a:focus {
	text-decoration: underline;
}

#site-info li.external a {
	background: url(../img/icons/sprites.png) 0 -363px no-repeat;
	padding-left: 18px;
}

#site-info li.rss a {
	background: url(../img/icons/sprites.png) 0 -1162px no-repeat;
	padding-left: 18px;
}

#site-info li img {
	margin: 5px 0 0 0;
}

#site-info li a img {
	border: 0;
}

#site-info div #about .photo {
	width: 65px;
	height: auto;
	margin: 3px 10px 0 0;
}

#site-info div #about .mod {
	margin: 3px 0 0 10px;
}

#site-info div #about .mod-2 {
	width: 300px;
	height: auto;
	margin: 0 0 5px 0;
}

/* TEXT 
----------------- */
#main {
	clear: both;
	color: #000000;
}

#main h1 {
	clear:both;
	font-weight:normal;
	margin:0 0 16px;
	max-width:560px;
}

#main h1,
#extras h2,
#extras h3 {
	text-transform: uppercase;	
}

#main .text h1 em { /* kicker on article pages */
	color: #666666;
	display: block;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .7px;
	margin: 2px 0 0 0;
}

#main .text p.intro {
	margin-bottom:10px;
}

#main ul,
#main ol {
	margin: 10px 0 0 0;
}

#main h2 {
	color: #000000;
}

#main p {
	margin: 3px 0 0 0;	
}

#main .text p a {
}

#main .text p a:hover,
#main .text p a:active,
#main .text p a:focus {
	text-decoration: underline;
}

#main .text h2.subline {
	clear: both;
	border-top: 1px solid #e4e4e4;
	margin: 20px 0 12px 0;
	padding: 2px 0 0 0;
}

#main .text ul,
#main .text ol {
	/* margin: 0 0 10px -10px; */
}

#main .text ol {
}

#main .text ul ul,#main .text ol ol {
	margin: 2px 0 2px 20px;
}

#main .text li {
}

#main .text .highlight {
	background: #ff0;
	margin: 0;
	border: 0;
	padding: 0;
	width: auto;
	font-style: normal;
}

/* table of contents */
#main #toc {
	clear: both;
	padding-left: 0;
}

#main #toc h2 {
	margin: 5px 0 1px 0;
	padding: 3px 0 5px 0;
	color: #000;
	font-weight: bold;
}

#main #toc ul {
	border-bottom: 1px solid #b4b4b4;
	margin: 0 0 15px -10px;
	list-style: none;
}

#main #toc li {
	border-top: 1px solid #b4b4b4;
	height: 1%; /* ie 6 */
	-font-size: 1px;
	-line-height: 16px;
}

#main #toc a {
	display: block;
	background: transparent url(../img/mcard/arrow.gif) no-repeat scroll 0
		9px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}

#main #toc a {
	-font-size: 11px;
}

/* table */
#main table,
.fckeditor table {
	border-color: #b4b4b4;
	margin: 10px 0 0 -9px;
	padding: 0 0 5px 0;
	empty-cells: show;
	border-collapse: collapse;
	width:570px !important;
	-width:558px !important;
}

#main th,
#main td,
.fckeditor th,
.fckeditor td {
	background: #fff;
	padding: 7px 9px;
	vertical-align: top;
	text-align: left;
}

#main th,
.fckeditor th {
	background: #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	padding-right: 20px;
}

#main .odd td {
	background: #fff;
}

#main tbody td,
.fckeditor  {
	background: #ffffff;
	border-bottom: 1px solid #b4b4b4;
}

#main .text tr:nth-child(odd) td {
	background: #ffffff;
}

#main .text td ul,
#main .text td ol,
#main .text td p,
.fckeditor td ul,
.fckeditor td ol,
.fckeditor td p {
	margin-bottom: 0;
}

#main .text td li,
#main .text td p,
.fckeditor td li,
.fckeditor td p {
	font-size: 12px;
}

/* blockquote */
.text blockquote {
}

.text blockquote cite {
	padding-left: 10px;
}

/* text-meta: author, date, tags */
#main .text-meta {
	clear: both;
	float: left;
	width: 100%;
	margin: -5px 0 20px -10px;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
}

#main .text-data {
	overflow: hidden;
	float: left;
	width: 70%;
	margin: 0;
}

#main .text-data li {
	float: left;
	margin: 0 15px 0 0;
	padding: 7px 0 3px;
	list-style: none;
	color: #333;
}

/* text-features */
#main #text-features {
	position: relative;
	float: right;
	margin: 0;
}

#text-features li {
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 7px 0;
	text-align: right;
}

#text-features li a {
	background: transparent url(../img/mcard/arrow.gif) no-repeat scroll 6px 3px;
	font-size: 11px;
	font-weight: bold;
	margin-left:10px;
	padding-left: 16px;
}

#text-features li.print {
	*position: relative;
	*top: 1px;	
}


/* SEARCH RESULTS
------------------------------- */
#search-results #main h1 {
	padding-top: 2px;
	
}

#search-results #main h1 em {
	display: inline;
	font-size: 21px;
	padding: 0 0 0 0;
	color: #000;
}

#search-results #main ol {
	margin: 10px 0 10px 0;
	border-bottom:1px solid #B4B4B4;
}

#search-results #main #breadcrumb ol {
	margin: 0px 0 0 0;
}
#search-results #main .text h1 {
	padding-left:10px;
}
#search-results #main .text h1 em {
	display: inline;
	color: #000;
}

#search-results ol li {
	border-top:1px solid #B4B4B4;
	margin: 0;
	padding: 0 0 7px 10px;
	list-style: none;
}

#search-results #main ol h2 {
	border: none;
	margin: 9px 0 5px 0;
}

#search-results #main ol h2 a {
	display: block;
	background: url(../img/mcard/arrow_black.gif) 0 3px no-repeat;
	color: #000000; 
	padding: 0px 0 0 7px;
	font-weight:bold;
}

#search-results #main ol h2 a:hover,#search-results #main ol h2 a:active,#search-results #main ol h2 a:focus
	{
	color: #bd2716;
	background: url(../img/mcard/arrow.gif) 0 2px no-repeat;
	border: 0px;
}

#search-results #main li p {
	clear: both;
	margin: 0;
}

#search-results #main li p.category {
	margin: 2px 0 0 0;
	color: #555;
}

#search-results #main ol ul {
	margin: 0;
}

#search-results #main li ul.text-data li {
	border-top: none;
	background: none;
	margin: 0;
	padding: 0 0 0 10px;
	color: #555;
}

#search-results #main em.highlight {
	background: none;
	clear:both;
	color:#BD2716;
	margin-left:0px;
	padding:5px 0px 1px;
	width:540px;
}

#search-results #main .text-data .date,#search-results #main .text-data .author,#search-results #main .text-data .cat {
	display: none;
}

#search-results #main .text-data {
	border: none;
}

#search-results #main .form-wrapper {
	clear: both;
	padding:18px 0 0 10px;
}

#search-results #searchbar-wrapper {
	position: relative;
	width:300px;
	z-index:510;
}              
#search-results #searchbar-wrapper  input {
	background: transparent url(../img/mcard/search-input-bg.gif) no-repeat scroll 0 0;
	border: 0;
	color:#626262;
	font-size: 11px;
	height:15px;
	margin: 0 7px 0 0;
	padding: 3px 3px 2px 8px;
   	overflow: hidden;
	width: 142px;
}

#search-results #searchbar-wrapper .button {
	background: transparent url(../img/mcard/but_suchen.gif) no-repeat scroll 0 0;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height:23px;
	margin: 0;
	padding: 2px 0 0 0px;
	text-transform: uppercase;
	width: 67px;
}

#search-results #searchbar-wrapper a.button {
	border: none;
	display: inline;
	padding: 3px 10px 2px 10px;
	width: 100px;
}


/* Paging */
.pager {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	width:560px;
}

.pager ul {
	clear: both;
	float: right;
}

.pager li {
	float: left;
	margin: 0 3px 0 0;
	list-style: none;
	text-align: center;
}

.pager li a,.pager li strong,.pager li span {
	display: block;
	border: 1px solid #ec1549;
	border: 1px solid #ccc;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
}

.pager li span { /* ... */
	border: none;
	padding: 3px 1px;
}

.pager li strong { /* you are here */
	border: 1px solid #ccc;
}

.pager li a:hover,.pager li a:active,.pager li a:focus {
}

.pager li.previous a,.pager li.next a {
	border: 1px solid #fff;
}

.pager li.previous a {
	background: url(../img/icons/sprites.png) 0 -68px no-repeat;
	padding-left: 15px;
}

.pager li.next a {
	background: url(../img/icons/sprites.png) 143% 4px no-repeat;
	padding-right: 18px;
}

.pager li.next a:hover,.pager li.next a:active,.pager li.next a:focus,.pager li.previous a:hover,.pager li.previous a:active,.pager li.previous a:focus
	{
	/*color: #EC1549;*/
	text-decoration: none;
}


.pager li.next a,.pager li.previous a{
	background:transparent url(../img/mcard/arrow.gif) no-repeat scroll 0 6px;
	font-style:normal;
	font-weight:bold;
	padding:2px 0 0 10px;
	margin-left:7px;
}
.pager li.previous a{
	padding-right:5px;
}

.new-search .button, /* button outside button-wrapper */ .form-wrapper div.button-wrapper input
	{ /* button */
	background: #b90834 url(../img/bgs/submit.png) 0 0 repeat-x;
	right: auto;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 2px 10px;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.new-search .button { /* button outside button-wrapper */
	padding-top: 3px;
	padding-bottom: 4px;
}

.new-search .button:hover,.new-search .button:active,.new-search .button:focus,.form-wrapper div.button-wrapper input:hover,.form-wrapper div.button-wrapper input:active,.form-wrapper div.button-wrapper input:focus
	{
	background: #333;
	color: #fff;
	border: 1px solid #111;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

/* New Search */
#search-results .form-wrapper div {
	float: left;
	width: 100%;
	padding: 0px;
	border-bottom:0;
}

#search-results .form-wrapper input {
	float: left;
	margin: 3px 0 0 10px;
}

#search-results .form-wrapper div a.button {
	float: left;
	margin-top: 2px;
}

#search-results .form-wrapper input.submit {
	width: auto;
	background: #cc0;
	padding: 2px 10px;
	cursor: pointer;
}

#search-results .form-wrapper fieldset {
	border: 0;
}

/* SITEMAP 
--------------------- */
#main div.sitemap {
	border-bottom: 1px solid #B4B4B4;
	padding: 0;		
}

#main .sitemap .links {
	border-top: 1px solid #B4B4B4;
	margin: 0;
	padding-bottom:4px;
}

#main .sitemap .links h2 {
	margin: 4px 0 0 0;
	padding: 2px 0 2px 10px;
}

#main .sitemap .links h2 a {
	display: block;
	color: #000000;
}

#main .sitemap .links h2 a:hover,
#main .sitemap .links h2 a:active,#main .sitemap .links h2 a:focus
	{
	color: #BD2716;
}
#main .sitemap .links ul{
	border: 0;
	margin: 0;
}
#main .sitemap .links li {
	height: 1%; /* IE6 */
	margin: 0;
	border: none;
	padding: 0;
}

#main .sitemap .links li a {
	background: url(../img/icons/sprites.png) 0 7px no-repeat;
	padding: 0px 0 0px 10px;
	color: #4D4D4D;
	font-weight: normal;
}

#main .sitemap .links li li a {
	background: url(../img/icons/sprites.png) 30px 7px no-repeat;
	padding-left: 27px;
	color: #4D4D4D;
}

#main .sitemap .links li li li a {
	background: url(../img/icons/sprites.png) 60px 7px no-repeat;
	padding-left: 44px;
	color: #4D4D4D;
}
#main .sitemap .links li a:hover,
#main .sitemap .links li a:active,#main .sitemap .links li a:focus
	{
	color: #BD2716;
}
#main .sitemap .links li ul {
	margin: 0;
	padding: 0;
}

#main .sitemap .links li li {
}

/* 
PHOTOS
---------------------- *
/* photos / images */
.photo { /* for dl and without it */
	float: left;
	display: inline-block;
	margin: 0 20px 10px 0;
	-margin: 0 20px 0 0;
	*margin: 0 20px 0 0;
}
.photo.doubleImage {
	width: 568px;
} 
dl.photo {
	clear: left;
	padding: 0;
}

.photo img {
	display: block;
	width: 159px;
}

dl.mod-2 { /* big */
	clear: both;
	float: none;
	width: 460px;
}

dl.mod-2 img {
	width: 458px;
}

img.mod-2 {
	clear: both;
	display: block;
	width: 458px;
}

.photo dd {
	color: #666666;
	display: block;
	padding: 6px 5px 3px 0;
}

.photo dd.zoom {
	float: right;
}

.photo dd.zoom a {
	display: block;
	background: url(../img/icons/sprites.png) 0 -508px no-repeat;
	width: 12px;
	text-indent: -999px;
}

.photo dd.caption {
	width: 144px;
}

.photo dd.copyright {
	display: none;
}

.photo dd.longdesc {
	display: none;
}

.photo.mod {
	clear: right;
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

/* PHOTO GALLERY
--------------------- */

/* lightbox*/
.mask {
	background-color: #000;
	width: 100%;
	z-index: 110;
}

.loading-mask {
	background-color: #000;
}


#showbox-overlay {
	background:#000000 none repeat scroll 0 0;
	height:100%;
	left:0;
	opacity:0.8;
	position:fixed;
	top:0;
	width:100%;
	z-index:550;
}

#showbox {
	background-color:#B3B3B3;
	left:0;
	padding:0 0 20px;
	position:absolute;
	top:0;
	width:600px;
	z-index:551;
}

#showbox .close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 5px 0 17px;
	color: #fff;
}

#showbox .prev-next {
	display: none;	
}

#showbox .content-box {
	background-color: #b4b4b4;
	margin: 20px auto 0;
}

#showbox .loading {
	background: #999 url(../img/bgs/loading.gif) no-repeat fixed center;
}

#showbox .multimedia-box {
	overflow: hidden;
}

#showbox .text-content {
	background: #ececec;
	padding: 5px;
}

#showbox h2 {
	margin: 5px 0;
}

#showbox p {
	margin-bottom: 10px;
}

#showbox ul {
	margin: 10px 0 10px 0;
}

#showbox li {
	list-style: none;
	color: #555;
}

/* 
SPECIAL MODULES
==================== */ 

/* Inside #wrapper-2 -> Platform Area */
div.tw-images {
	position: relative;
	background: #fff;
	border: 0;
	float: left;
	clear: both;
	height: auto;
	width: 698px;
	margin: 35px 0 0 0;
	padding: 0;
}

div.tw-images h3 {
	margin: 0 0 5px 0;
	padding: 5px 0 2px 10px;
	color: #656565;
}

div.tw-images .pager {
	display: none;
	width: auto;
	margin: 0;
}

.js-on div.tw-images .pager {
	display: block;
}

/* Inside #main */
div.tw-images {
	position: relative;
	background: #fff;
	border: 0;
	float: left;
	clear: both;
	height: auto;
	width: 568px;
	margin: 0 0 20px 0;
	padding: 0;
}

#extras div.tw-images {
	width: 228px;
}

#extras div.tw-images .rack {
	width: 194px;
	-top: -1px;
	-position: relative;
}

#main div.tw-images,
#main div.tw-images div {
	padding-left: 0;
}

#home #main div.tw-images {
	width: 720px;
}

div.tw-images .rack-teaser,
div.tw-images .rack-teaser img {
	border: 0;
	float: left;
	width: 194px;	
}

#extras div.tw-images .rack-teaser img {
	height: 87px;
	margin: 1px 1px 1px 0;
	width: 194px;	
}
	
div.tw-images .rack-teaser {
	background: #ffffff none;
	height:87px;
	margin:0;
	overflow:hidden;
	padding:0;
}

div.tw-images .rack-teaser img {
	display: block;
	height: auto;
	margin: 1px 1px 1px 0;
}

div.tw-images .pager {
	display: none;
	width: auto;
	margin: 0;
}

.js-on div.tw-images .pager {
	display: block;
}

div.tw-images .next,
div.tw-images .prev {
	position: absolute;
	bottom: 0;
	padding-left: 0;
	right: 0;
	width: 23px;
	height: 89px;
	z-index: 501;
}

div.tw-images .prev {
	left: 0;
	right: auto;
	background-position: 0 0;
	border-left: none;
}

div.tw-images .next a,
div.tw-images .prev a
	{
	display: none;
	width: 23px;
	height: 89px;
	text-indent: -9999px;
}

div.tw-images .prev,
div.tw-images .prev a {
	background: url(../img/mcard/balken_l.gif) no-repeat 0 0;
}

div.tw-images .next,
div.tw-images .next a {
	background: url(../img/mcard/balken_r.gif) no-repeat 0 0;
}

div.tw-images .next a.show,
div.tw-images .prev a.show {
	display: block;
	cursor: pointer;
}

div.tw-images .prev a.show:hover,
div.tw-images .prev a.show.over {
}

div.tw-images .next a.show:hover,
div.tw-images .next a.show.over {
}

div.tw-images .rack {
	overflow: hidden;
	background: #ffffff none;
	border-bottom:1px solid #B4B4B4;
	border-top:1px solid #B4B4B4;
	height:87px;
	z-index: 500;
	width: 538px;
	margin: 0 0 0 17px;
	padding-left: 0;
}

div.tw-images .rack-design {
	padding-left: 0;	
}

#home #main div.tw-images .rack {
	width: 686px;
}

.rack {	
}

.rack-design {
	-width: 99999px !important;	
}

/* MCARD CUSTOM PARAGRAPHS
---------------------------- */
.fckeditor {
	padding-left: 10px;	
}

#main .textImage {
	clear: both;
	margin-bottom: 10px;
}

#main .textImage,
#main .textImage div {
	font-size: 12px;
	padding-left:0;
}

#main .textImage.mod h2,
#main .textImage.mod div {
	padding-left: 10px;	
}

#main .textImage ul,
.fckeditor ul {
	list-style-type:none;
	margin:10px 0;
}

#main .textImage ul li,
.fckeditor ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin-left:20px;
}
#main .textImage ol,
.fckeditor ol {
	padding-left:17px;
}

#main .textImage ol li,
.fckeditor ol li {	
}

#extras .textImage.box {
	background-color: #b4b4b4;
	color: #ffffff;
	padding-left:0;
	width:227px;
}

#extras .textImage.box h4 {
	color: #666666;
	margin:10px 0 6px;
}

#extras .textImage.box p {
	font-weight: bold;
}

#extras .textImage.box a {
	color: #ffffff;
}
 
#extras .textImage.box p.note {
	color: #666666;
	font-size: 9px;
	line-height: 10px;
}

#extras .textImage.box span.hotline {
	font-size: 25px;
	line-height:26px;
}

#extras .textImage.box .header {
	background: transparent url(../img/mcard/extras-box-cap-top.gif)  no-repeat scroll 0 top;
	padding: 10px 10px 0 10px;
}

#extras .textImage.box .body {
	background: transparent url(../img/mcard/extras-box-cap-bottom.gif)  no-repeat scroll 0 bottom;
	padding: 0 10px 10px 10px;
}

#main .text .image {
	padding-left:0;
}

#main div.inline-block {
	display:inline-block;
	padding-left: 0;
}

#main .largeImage .caption,
#main .doubleImage .caption {
	clear: both;
}

#main .largeImage img {
	width: 568px;	
}

#main .doubleImage img.primary {
	float: left;
	margin-right: 20px;
	width: 403px;
}

#main .doubleImage img.secondary {
	margin-left: 0;
	width: 145px;
}

#main .highlighted { 
	background-color:#B4B4B4; 
	clear:both; 
	color:#000000; 
	margin:0 0 10px -10px; 
	padding:5px 20px 15px; 
	width:540px; 
}

#main div.infoBlock {
	padding-left: 0;	
}




#stage-box .link ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	position:relative;
	*width:1%;
	z-index:100;
}
#stage-box .link li {
	background:transparent url(../img/mcard/teaser_button.gif) no-repeat scroll left top;
	float:left;
	margin:2px 7px 0 0;
	padding-bottom:0.355em;
	padding-left:7px;
	width:10px;
}

#stage-box .link li a {
	cursor:pointer;
}
#stage-box .link li a, #stage-box .link li a:visited, #stage-box .link li strong {
	background:transparent url(../img/mcard/teaser_button.gif) no-repeat scroll right top;
	color:#FFFFFF;
	display:block;
	float:left;
	margin-left:10px;
	-position:relative;
	-right:-10px;
	-margin-left:0px;
	padding:2px 26px 4px 0; /* FF2 */
	*padding:2px 14px 4px 0;
	white-space:nowrap;
	text-decoration:none;
}
html>/**/body #stage-box .link li a, #stage-box .link li a:visited, #stage-box .link li strong, x:-moz-any-link, x:default {
	padding:2px 14px 4px 0;
} /* Only FireFox 3 */

@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
#stage-box .link li a, #stage-box .link li a:visited, #stage-box .link li strong {
	padding:2px 10px 4px 0;
}
}

table.mgnlControlBar, 
table.mgnlControlBarSmall, 
table.mgnlControlBarSmall_PUSHED, 
table.mgnlControlBarSmall_MOUSEOVER {
	clear: both;
}




#main table, .fckeditor table, #main table td , .fckeditor table td
{
    border-color: #b4b4b4;
    border-style: solid;
}

#main table, .fckeditor table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    margin-left:-10px;
}

#main table td , .fckeditor table td
{
    border-width: 1px 1px 0 0;
}




#section #main .textImage{
	margin: 0px  0px 10px 10px;
}
#section #main .textImage.mod{
	margin: 0px  0px 10px 0px;
}


#section #main .links{
	width:560px;
}


#section #main table, .fckeditor table{
	position:relative;
	left:-8px;
}

.iefix {
	display: none;
	-font-size: 1px;
	-display: block;
	clear: both;
}

#main .teaser h2.ie6{
	-margin-left:-10px;
}

#home.mgnlEdit #nav-global {
	top: 20px !important;
}

#home.mgnlEdit #wrapper-3 {
	margin-top:-18px;
}

#home.mgnlEdit #login-box {
	margin-top:-18px;
}

#home.mgnlEdit #login-box .mgnlControlBarSmall {
	float:right;
	position:relative;
	top:-38px;
}


#home.mgnlEdit #site-info div {
	width: 800px;
}

.mgnlEdit .mgnlControlBar td,
.mgnlEdit .mgnlControlBarSmall td {
	border-width: 0 !important;
}

.mgnlEdit #main .mgnlControlBarSmall {
	width: 100% !important;	
}

.mgnlEdit #main .tw-images div table.mgnlControlBarSmall {
	left:0 !important;
	width: 120px !important;
}

.mgnlEdit #main .tw-images div .rack-teaser table.mgnlControlBarSmall {
	width:194px !important;
}

.mgnlMainbar, .mgnlMainbarPreview {
	position: fixed;
}

/* FORM 
--------------- */

#main .form div {
    padding-left: 0;    
}

#main .form span {
	font-size: 12px;
}

/* Form Elements */
#main .form .field {
	clear: both;
	margin: 3px 0;
}

#main .form .field.edit {
	margin: 6px 0;
}

#main .form label {
    display:inline-block;
    font-size:12px;
    font-weight: bold;
    line-height:16px;
    margin-top:2px;
    vertical-align:top;
    width:126px;
}

#main .form input.text {
	width: 296px;
}

#main .form input.text.defaultValue {
	color: #B4B4B4;	
}

#main .form input.checkbox {
    margin:2px 5px 5px 0;   
    vertical-align:top;
}

#main .form input.checkbox.inline {
	margin-top: 0;	
	display:inline;
}

#main .form .field.selection p {
	margin: 10px 0;	
}

#section #main .form .textImage {
    margin: 0;
}

#main .form .fieldGroup {
	margin-bottom: 3px;
	width:430px;
}

#main .form .fieldGroup .field {
	clear: none;
	display:block;
	float:left;
	vertical-align:top;
}

#main .form .fieldGroup .field.inline {
	display: inline;
}

#main .form .fieldGroup .field select {
	width: 115px;
}

#main .form .fieldGroup .field label.small {
	width: 60px;
}

#main .form .fieldGroup .field label.inline {
	text-align: right;	
	margin-right:4px;
}

#main .form .fieldGroup .field.preview label.inline {
	text-align: left;
	width:38px;
}

#main .form .fieldGroup .field.float-right {
	float: right;	
}

#main .form .field.large input {
	width: 155px;	
}

#main .form .field.small input {
	width: 60px;	
}

#main .form.preview .textImage {
	margin-top: 20px;	
}

/* Form Fieldsets */

#main .form .fieldset {
    border-top: 1px solid #B4B4B4;
    clear: both;
    padding: 10px 0;
}

#main .form .fieldset.highlight fieldset {
	background-color: #b4b4b4;
}

#main .form .fieldset.with-comment {
    border-top: 0;
    padding: 0 0;
}

#main .form .fieldset.with-comment fieldset {
	float: left;
    padding: 3px 6px;
    width: 432px;
}

#main .form span.fieldsetComment {
	background:transparent url(../img/mcard/triangle-grey-left.gif) no-repeat scroll left bottom;
	display:block;
	float:right;
	font-size:11px;
	font-weight:bold;
	padding-bottom:40px;
	padding-right:10px;
	width:95px;
}

#section #main .form .fieldset .textImage {
    margin-bottom: 10px;
}

#main .form.editMode .fieldset {    
    border: 1px dashed #808080;
    background-color: #cccccc;
    margin: 10px -10px;
    padding: 10px;
}

/* Additional Form Element Styles (activated through content) */
#main .form label.wide {
	font-weight: normal;
    width: 95%;
}

#main .form label.small {
	width: 112px;
}

#main .form label.display-inline {
	display: inline;
	font-weight: bold;	
}

#main .form label.no-wrap-small {
	margin-right: 5px;
	white-space:nowrap;
	width:auto;
}

#main .form label.hide-dfn dfn {
	display: none;
}

#main .form .field.indent {
    margin-left: 20px;
}

#main .form .field.medium input.text {
    width:95px;
}

/* Form Messages */
.error {
	color: #bd2716;
}

label.error {
	font-weight: bold;
}
	
#main .form div.messages { 
    border-top: 1px solid #B4B4B4;
    padding:0 0 10px;
}

#main .form div.messages span.requiredSymbol {
	display: block;
	font-weight: bold;
	margin-top:10px;
}

#main .form div.messages li {
	list-style-type:none;
}

/*
#main div.error {
	margin: 20px 0;
	font-weight: bold;
}

#main div.error ul {
	margin: 0 0 0 45px;
}

#main div.error li {
	color: #ec1549;
}

#main div.error li a,#main div.error label span {
	color: #ec1549;
}

#main .form-wrapper div.error {
	margin: 0;
}
*/

.form .error input,
.form .error textarea {
	border: 1px solid #ec1549;
}

/* success messages */
#main .success {
	margin: 10px 0;
}

#main .success h1 {
}

/* Step */
#main .form div.step {
}

#main .form.editMode div.step {
    border: 1px dashed #808080;
    background-color: #dfdfdf;
    margin:10px -20px;
    padding:20px;
}

/* Step Navigation */
#main .form div.stepNavigation {
    clear:both;    
    margin-top: 10px;
}

#main .form div.stepNavigation input.buttonPrevious {
	background: transparent url(../img/mcard/form-button-previous.gif) no-repeat scroll 0 0;
	border: 0 none;
	cursor:pointer;
	height: 20px;
	float: left;
	margin:0;
	padding:2px 0 0 0;
	width: 66px;
}

#main .form div.stepNavigation input.buttonNext {
	background: transparent url(../img/mcard/form-button-next.gif) no-repeat scroll 0 0;
	border: 0 none;
	cursor:pointer;
	height: 20px;
	float: right;
	margin:0;
	padding:2px 0 0 0;
	width: 66px;
}

#main .form div.stepNavigation input.buttonCorrect {
	background: transparent url(../img/mcard/form-button-correct.gif) no-repeat scroll 0 0;
	border: 0 none;
	cursor:pointer;
	height: 20px;
	float: left;
	margin:0;
	padding:2px 0 0 0;
	width: 86px;
}

#main .form div.stepNavigation input.buttonConfirm {
	background: transparent url(../img/mcard/form-button-confirm.gif) no-repeat scroll 0 0;
	border: 0 none;
	cursor:pointer;
	height: 20px;
	margin:0 0 0 10px;
	padding:2px 0 0 0;
	width: 86px;
}

/* Steps Display */
#main .form div.steps {
    height: 86px;
	margin:20px 0 20px -10px;
	padding:0 0 0 10px;
}

#main .form div.steps li {
    display: block;
    float: left;
    list-style-type:none;
    width:140px;
}

#main .form div.steps span {
    color:#b4b4b4;
}

/*
#main .form div.steps img.stepIcon {
    margin-left: 0 !important;
}
*/

#main .form div.steps span.stepNo {
	font-size: 58px;
	font-weight: bold;
	line-height: 58px;
	margin-top: -9px;	
}

#main .form div.steps li.active span {
    color:#bd2716;
}

#main .form div.steps li.done span {
    color:#666666;
}

#main .form div.steps span.stepTitle {
    clear: left;
    display:block;
    font-size:11px;
    font-weight:bold;
    height:1%;
    line-height:12px;
    text-transform:uppercase;
}

#main .form div.steps span.stepTitle.active {
    color:#BD2716;
}

/* Partner Selection */
#main .form div.partnerSelection li {
    display: block;
    float: left;
    list-item-type: none;
    margin-bottom:20px;
    width: 275px;
}

#main .form div.partnerSelection label.editable {
    background:transparent url(../img/mcard/arrow.gif) no-repeat scroll 0 9px;
    clear: left;
    color:#BD2716;
    cursor: pointer;
    display: block;
    font-weight:bold;
    padding:5px 0 5px 10px;
    text-decoration:none;
    width:250px;
}

#main .form div.partnerSelection.preview span.label {
	display: inline-block;
	font-weight:bold;
	width:164px;
}

#main .form div.partnerSelection label.editable:hover {
    text-decoration:underline;    
}

#main .form div.partnerSelection input.partner {
    display: none;
}

#main .form div.partnerSelection span.partnerTitle {
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
}

#main .form div.partnerSelection img.cardImage {
	clear: left;
	display: block;
	float: left;	
    margin-top:10px;
    margin-left: 0;
}

#main .form div.partnerSelection div.partnerLogo {
	float:right;
	height:158px;
	margin-top:10px;
	width:300px;
}

#main .form div.partnerSelection div.partnerLogo img.logo {
	display:block;
	margin: auto;
}

/* Group Edits */
#main .form div.groupEdit div.mod {
    float: left;
}

/* Confirmation screen */
#main .form label.confirmation,
#main .form label.preview {
    float: left;
}

#main .form span.confirmation,
#main .form span.preview {
}

#main .form .field.confirmation span.label, 
#main .form .field.preview span.label {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin-top:2px;
	vertical-align:top;
	width:126px;
}

#main .form .field.confirmation span.label.small, 
#main .form .field.preview span.label.small {
	float:left;
	width: 60px;
}

#main .form .field.float-right.confirmation span.label, 
#main .form .field.float-right.preview span.label {
	margin-right:4px;
	text-align: right;
}

#main .form .field span.value.confirmation, 
#main .form .field span.value.preview {
	display:inline-block;
	line-height:16px;
	margin-top:2px;
	width:115px;
}

#main .form .field.small span.value.confirmation, 
#main .form .field.small span.value.preview {
	width: 70px;
}

#main .form .field.large span.value.confirmation, 
#main .form .field.large span.value.preview {
	width: 160px;
}

#main .form .field.preview.large span.value.confirmation, 
#main .form .field.preview.large span.value.preview {
	width: 280px;
}

#main .form .field.selection.confirmation label.wide,
#main .form .field.selection.preview label.wide {
	display: inline;
}

#main .form .field.selection.confirmation img.symbol,
#main .form .field.selection.preview img.symbol {
	float: right;
}

#main .form .field.selection.confirmation ul,
#main .form .field.selection.preview ul {
	margin: 10px 0;
}

#main .form .field.selection.confirmation li.label,
#main .form .field.selection.preview li.label {
	clear:both;
	display:block;
	list-style-type: none;
	margin-top:14px;
	min-height:15px;
}

#main .form .field.selection.confirmation span.label.wide,
#main .form .field.selection.preview span.label.wide {
	float: left;
	margin-bottom:5px;
	width: 500px;
}

#main .form .field.selection.confirmation span.label.long,
#main .form .field.selection.preview span.label.long {
	margin-bottom:15px;
}

#main .form .field.selection.confirmation li.label.small img,
#main .form .field.selection.preview li.label.small img {
	margin-right:400px;
	margin-top:-3px;
}

#main .form .fieldset.confirmation .fieldGroup,
#main .form .fieldset.preview .fieldGroup {
	margin-bottom: 0;
}

/* Thanks Page (Form Result) */
#section #main div.container div {
    padding-left: 0;
}

#section #main div.container div.textImage {
    margin-left: 0;
}

#main div.formResult {
    border-bottom: 1px solid #B4B4B4;
    margin-bottom:10px;
    padding-bottom:10px;
}

#main div.formResult.editMode {
    border: 1px dashed #808080;
    background-color: #dfdfdf;
    margin:10px -20px;
    padding:20px;
}

/* Email */

#mail #main div.textImage {
	padding: 0 10px;
}

#mail #main .form div.textImage {
	padding: 0;
}