/* 
client: MGB MCS 
author: Silvan Hagen, Namics AG
*/
* {
    margin: 0;
    padding: 0;
}
body { /* font: default 16px to 10px */
    font: 62.5% Verdana, sans-serif;
	background: #fff;
	color: #000;
}
a {
	color: #000; 
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
	color: #ff9900;
}
a img {
	border: none;
}
a:hover img,
a:active img
a:focus img {
	border: none;
}
#main .text:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#main .text {
	display: inline-block;
	width: 100%;
}

/* 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,
p#copyright-magnolia span,
#event-pager h5,
div.superpromos .superpromo-section p.more a span,
#breadcrumb h2 {      
	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: 1000; 		
	left: 200px;	
    overflow: visible;
    width: auto;
    height: auto;
    padding: 5px 15px 10px 15px;
    font-size: 130%;
    font-weight: bold;
}

/* GRID / LAYOUT 
--------------------- */
#home #wrapper {
	background: #fff none;
}
#wrapper {
	background: #fff none;
	position: relative;
	margin: 0 30px;
}
#branding {  
	position: relative;
	margin: 0 auto 20px auto;
	width: 960px;
}
#nav-global, #regionTitle {     
	overflow: visible;     
	margin: 0 auto;
	padding: 0;
	border-bottom: 4px solid #ff9900;
	width: 960px; 
}  
#section-header {
	margin: 30px auto 20px auto;
	width: 960px;
}
#stage,
#section-header {
	position: relative;
	overflow: hidden;  
	margin: 0 auto;
	border-top: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;	
	/*height: 32em;*/
	width: 960px;
	background: transparent;
}
#main #stage {
	border-top: none;
	width: 540px;
	margin-bottom: 40px;
}  
#wrapper-2 { 
	background: #fff;    
	overflow: hidden;
  	margin: 20px auto 60px auto;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;   
}
.nav-col #wrapper-2 {padding-top: 30px;}
#nav {      
	float: left; 
	display: inline; /* IE 6 */
	margin: 0 30px 0 0;          
	width: 180px;
}
#wrapper-3 {
	float: left;
	display: inline; /* IE 6 */
	margin: 0 -20px 0 0; /* IE 6 */
	width: 700px;
} 
#map {
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 700px;
}
#main {
	float: left;
	overflow: hidden;  /* IE 6 */
	display: inline; /* IE 6 */
	margin: 0 30px 20px 0;
	width: 460px;
}
#wrapper-3 > #main {
	overflow: visible;	
}
#extras {
	float: left;
	display: inline; /* IE 6 */
	width: 220px;
}

#promos {
	overflow: visible;
	float: right; /* ie 6 */
	width: 180px; /* ie 6 */
	padding: 0;
	clear: none;
} 
#site-info {
	clear: both;  
	overflow: hidden;
	height: 1%; /* IE 6 */
}

/* 2 column layout: no nav vertical | main column | sidebar */
.col-subcol #wrapper-3,
.col #wrapper-3 {
	width: 750px;
	margin-right: 30px; 
}
.col-subcol #main,
.col #main {
	width: 540px;
	margin: 0 0 20px 20px;
}
.col-subcol #extras,
.col-subcol #main {
	width: 330px;
}
.col-subcol #extras {
	margin-left: 30px;
	width: 350px;
}
#article #wrapper-3 {
	width: 730px;
}
#article.nav-col #wrapper-3,
#home.nav-col #wrapper-3 {
	width: 570px;
	margin: 0;
}
#home #main {
	width: 350px;
}


/* 2 column layout: nav vertical | main column | no sidebar */
#home.nav-col #main,
.nav-col #main {
	width: 540px;
}

/*
	Branding Styles
	
	#nav-meta, #search-box, #logo
	
*/
/* Solange noch keine Suche #nav-meta {position: absolute; top: 15px; right: 176px; width: 784px;} */ 
#nav-meta {position: absolute; top: 15px; right: 0; width: 960px;}
#nav-meta ul {float: right;}

#nav-meta ul li {
	float: left;
	margin: 0 5px 0 0;
	padding-right: 5px;
	list-style: none;
	font-size: 9px;
	border-right: 1px solid #000;
}

#nav-meta ul li a {color: #000; text-decoration: none; font-size: 1.1em; text-transform: uppercase; font-size: 11px;}
#nav-meta ul li a:hover,
#nav-meta ul li a:active,
#nav-meta ul li a:focus {color: #ff9900; text-decoration: underline;}

#nav-meta ul li.home {position: absolute; top: 0; left: 0; border-right: none;}
#nav-meta ul li.print a img {border: none;}
#nav-meta ul li.home,
#nav-meta ul li.print,
#nav-meta ul li:last-child {border-right: none;}
#search-box {position: absolute; top: 11px; right: 0; bottom: none; width: 176px;}
#search-box form {float: right;}
#search-box .button:hover, 
#search-box .button:active,
#search-box .button:focus,
#search-box .button,
.mcs-plz-suche .button {
	background:url(../img/layout/icon_pfeil_go_bg.gif) left bottom no-repeat;
	border: none;
	font-size: 100%;
	width: 18px;
	height: 19px;
	padding: 0;
	margin: -1px 0 0 0;
	display: block;
	float: right;
	cursor:pointer;
}
#nav-meta ul li.print {margin-right: 10px; border: none;}
#wrapper .mcs-plz-suche .text {color: #ff0000;}

#search-box label {
	position: relative;
	height: auto;
	width: auto;
	display: inline;
	overflow: auto;
	left: 0;
	font-size: 1.1em;
	color: #000;
	text-transform: uppercase;
}
#search-box input:focus,
#search-box input.a11y-focus,
#search-box input,
.mcs-plz-suche input {
	background: #fff;
	border: 1px solid #999;
	width: 100px;
	padding: 1px 2px;
	margin: 0 0 0 3px;
}
#logo {
	height:102px;
	margin-left:370px;
	padding: 50px 0 0 0;
	overflow:hidden;
	position:relative;
}
#logo span {width: 220px; height: 85px;}
#logo a {height: 85px; width: 220px; padding: 0; top: 50px;}
/*
	Global Nav Styles
*/
#nav-global,
#regionTitle {border-top: none; min-height: 18px; margin: 0 auto; padding-bottom: 10px; position: relative;}
#nav-global ul {
	position: relative; 
	z-index: 100;  
	background: transparent none;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	list-style: none;
}
#nav-global li {
	float: left;  
	margin: 0 9px 0 0;
	padding: 0 10px 0 0;
	border-right: none;
	background: url(../img/layout/main-nav-sep.gif) right bottom no-repeat;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

#nav-global li a,
#nav-global li a:visited,
#nav-global li strong,
#regionTitle strong {
	display: block;
	float: left; 
	color: #000;
	text-decoration: none;
}

#regionTitle strong {
	margin: 0 7px 0 0;
	padding: 0 8px 0 0;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
 
#nav-global li a {
	cursor: pointer; /* IE */
}
#nav-global li.on {
    background: url(../img/layout/main-nav-sep.gif) right bottom no-repeat; 
}
#nav-global li:last-child {background: none;} 
#nav-global li strong,
#nav-global li.on a {
	background: #fff;
	font-weight: normal;
	color: #ff9900;
	border-radius: 0; /* CSS3 - IE roundies.js */ 
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
}
#nav-global li strong span,
#nav-global li.open a span {
	padding-right: 0;
} 
#nav-global li span,
#nav-global li.open a span {
	float: left;
	margin-left: 0;
	padding: 0;
}    
/* hover */
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
	background: #fff;
	color: #ff9900;
	text-decoration: underline;
	border-radius: 0; /* CSS3 - IE roundies.js */
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
}
#nav-global #region {position: absolute; top: 0; right: 0; z-index: 100;}
/*
	Additional Stage Styles
	#stage, #stage-box
*/
#stage a img {width: 100%; border: none;}
#stage-box {display: none;}

/* 
	Footer Styling
	#site-info
*/
#site-info {   
	position: relative;
	background: transparent none;
	padding: 5px 0;
	margin: 0 auto;
	width: 960px;
	color: #000;
	border-top: 1px solid #ff9900;
	font-size: 0.6em;
	clear: both;
	height: 1%;
	overflow: visible;
	margin-bottom: 15px;
}
#site-info ul { 
	margin: 0;
	list-style: none;
	display: inline-block;
} 
#site-info li {
	float: left; 
	margin: 0 10px 0 0;
	padding-right: 9px;
	border-right: 1px solid #000;
	
}
#site-info li:last-child {
	border-right: none;
} 
#site-info li a {
	text-transform: uppercase;
	display: block;
	font-size: 11px; 
	color: #000;
	border-bottom: none;
} 
#site-info li a:hover,
#site-info li a:active,
#site-info li a:focus {
	text-decoration: underline;
	border-bottom: none;
	color: #ff9900;
}
#site-info li.external a { 
	background: none transparent;
	padding-left: 0;
}
#site-info li.rss a { 
	background: none transparent;
	padding-left: 0;
}

 
/*
	Text Definitions
	.text, .msc-plz-suche, ...
*/

p, 
li,
dd,
dt {
	font-size: 120%;
	line-height: 1.3em;
}

#main h1 {font-size: 22px; font-weight: normal; color: #000; border-top: none; margin: 0 0 20px; padding-top: 0;} 
#main .intro h1 {margin-top: 35px;}
#main .intro-national h1 {margin-top: 0;} 
#main .text {color: #000; padding: 10px 0 0; margin:0; overflow: visible;}
#main h2 {font-size: 14px; font-weight: normal; margin-bottom: 10px; color: #666;}
#main h2 a {color: #666;}
#main h2 a:hover {text-decoration: underline; color: #ff9900;}
#main .text ul, #main .text ol,
#promos .text ul, #promos .text ol {margin: 0 0 5px 0;}
#main .text ul,
#promos .text ul,
#main .text ol,
#promos .text ol {margin-left: 15px; clear: both;}

#main .links ul,
#promos .links ul { list-style: none; margin-left: 0;}

.links li {display: inline;}

.lineBefore {border-top: 1px solid #ccc;}
.lineAfter {border-bottom: 1px solid #ccc;}

#main .text p a {border-bottom: none; color: #666;}
#main .links {margin: 5px 0 5px; float: left;}
#main .links li a,
#extras .links li a,
#promos .links li a {color: #666; display: block; padding-left: 18px; background: url(../img/layout/icon_pfeil_einfach.gif) 0 3px no-repeat;}
#main .links li {background: transparent none; padding: 0; display: inline;}
#main .links li.external a,
#promos .links li.external a,
#extras .links li.external a {background: url(../img/layout/icon_peil_exerne_site.gif) 0 3px no-repeat;}
#main .links li.email a,
#promos .links li.email a,
#extras .links li.email a {background: url(../img/layout/icon_mail.gif) 0 2px no-repeat;}
#main .links li.download a,
#promos .links li.download a,
#extras .links li.download a {background: url(../img/layout/icon_dokument.gif) 0 2px no-repeat;}

.links li.download em {font-style: normal;}

#main .text ul a:hover,
#promos .text ul a:hover,
#promos .links ul a:hover {color: #ff9900;}

#promos .text,
#promos .links {border: none; margin: 0 0 30px 0;}
#promos .text:last-child,
#promos .links:last-child {border-bottom: none;}
                                                                                        
#main .text p, #promos .text p,
#promos .links p { margin-bottom: 5px;}
#promos .mcs-plz-suche {border-top: 1px solid #ccc; padding-top: 5px;}
.mcs-plz-suche input {width: 152px; margin: 0;}                       
#wrapper .mcs-plz-suche ul {list-style: none; margin-left: 0;}
#promos .text h2,
#promos .links h2 {border-top: 1px solid #ff9900; border-bottom: 1px solid #ccc; font-size: 14px; font-weight: normal; color: #000; padding: 4px 0 4px 0; margin-bottom: 15px;}

#breadcrumb {position: relative; height: 16px; float: none; font-family: Arial; font-size: 10px; margin: -16px auto 20px auto; width: 960px; background: rgb(238, 238, 238); background: rgba(238, 238, 238, 0.7); z-index: 10; zoom: 1;}
#breadcrumb ol {margin: 0; list-style: none;}
.nav-col #breadcrumb {margin-top: -20px;}
#breadcrumb li {
	float: left;
	background: none;
	border: none;
	margin: 0 2px 0 0;
	padding: 1px 0 2px 2px;
	font-size: 11px;
	font-weight: normal;
}
#breadcrumb li a:hover {color: #000;}

#main .mcs-twoColumn .mcs-colL {width: 350px; margin-right: 30px; float: left;}
#main .mcs-twoColumn div:first-child {margin-right: 30px; margin: ;}
#main .mcs-twoColumn div.text {margin: 0;}
#main .mcs-twoColumn .mcs-colS {width: 160px; float: left;}

/* ACCORDION/FAQ 
--------------------- */
#main .super-list {
   
}
#main .super-list div div {
	background: transparent none;
	padding: 0 0 10px 25px;
}
#main .super-list div div.links {
	padding: 5px 0 5px 0;
}
#main .super-list h3,
#main .super-list p, 
#main .super-list li li {
	font-size: 100%;
}
#main .super-list h3 { font-size: 14px; }
#main .super-list p {
	margin-bottom: 10px;
}
#main .super-list li {
	float: left;
	background: transparent none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	list-style-type: none;
}
#main .super-list li:first-child {border-top: 1px solid #ccc;}
#main .super-list li li,
#main .super-list li li:first-child {
	background: #fff;
	float: none;
	border: none;
	list-style-type: none;
	
}
#main .links li.gallery a,
#promos .links li.gallery a,
#extras .links li.gallery a {display: inline-block; padding-left: 18px; background: url(../img/layout/kamera.gif) no-repeat 0 2px; color: #666;}
#main .super-list li li a:hover {color: #ff9900;}
#main .super-list li p {
	margin: 0;
}
#main .super-list li h3 a {
	display: block;
	background: transparent url(../img/layout/icon_pfeil_einfach.gif) no-repeat scroll 1px 7px;
	padding: 5px 0 5px 25px;
	font-weight: normal;
	cursor: pointer;
}
#main .super-list li h3 a:hover {background-color: #eee; text-decoration: none;}
#main .super-list li h3 a.a11y-focus {
	text-decoration: none;
}
#main .super-list li h3 a.on {
	background-color: transparent;
	color: #ff9900;
	background: transparent url(../img/layout/icon_pfeil_einfach_down.gif) no-repeat scroll 1px 9px;
}
#main .super-list li ul,
#main .super-list li ol {
	margin: 0;
}

#main .super-list ol li {
	list-style-type: decimal;
}

#main .super-list .photo,
#main .super-list dt img {
	margin-bottom: 0;
	max-width: 160px;
	border:none;
}
.photo-index {
	margin: 10px 0;
}
.photo-index .photo dt img,
.photo img {
	width: auto !important;
}
 
#main .super-list .photo {float: right; padding: 0; background: transparent; margin: 0 0 10px 10px;} 
#main .super-list dt a:hover,
#main .super-list dt a:focus {text-decoration: none;}
#main .super-list dl {
	overflow: hidden;
}
#main .super-list dd {
	font-size: 85%; /* 11px */
	line-height: 1.3em;
}
#main .super-list dd.copyright {
	font-size: 85%;
}

/*
	Sitemap Specific Stuff
*/

.sitemap #breadcrumb {display: none;}
/* SITEMAP 
--------------------- */
#main .sitemap .links {
	border-top: none;
	border-bottom: 1px solid #ff9900;
	margin: 5px 0 5px 0;
	padding-bottom: 15px;
	float: none;
}
#main .sitemap .links h2 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	clear: both;
}
#main .sitemap .links h2 a {
	font-weight: normal;
	font-size: 14px;
	display: block;
	color: #666;
}
#main .sitemap .links h2 a:hover,
#main .sitemap .links h2 a:active,
#main .sitemap .links h2 a:focus {
	color: #ff9900;
}
#main .sitemap .links ul {margin: 5px 0; clear: both;}
#main .sitemap .links li { display:block; border:none; margin:0 0 10px 0; padding:0; /* IE6 */height:1%; clear:both; background:transparent none; }
#main .sitemap .links li a {
	color: #666;
	background: none;
	padding: 4px 0 0 0;
	display: block;
}
.sitemap .links li a:hover {color: #ff9900;}
#main .sitemap .links li ul {float: left; display: block; clear: none; border-right: none; background: url(../img/layout/sitemap-sep.gif) right center no-repeat; margin: 2px 5px 8px 0; padding: 0 5px 0 0; font-size: 12px; width: auto !important;}
#main .sitemap .links li ul:last-child {background: none;}
#main .sitemap .links li ul li a {
	font-size: 12px;
	background: none; 
	padding: 0;
} 
#main .sitemap .links li ul li {margin: 0;}
#main .sitemap .links li li li a {
	background: none;
	padding-left: 75px;
}
/*
	Left navigation
	#nav, #nav-box
*/
#nav {
	background: transparent none;
	margin-bottom: 20px;
	padding-top: 0;
}
#nav-box {
	background: transparent none;
	padding-bottom: 0;
}
#nav-box ul {
	background: transparent;
	margin: 0 0 0 0;
}
#nav-box li {
	height: 1%; /* IE 6 */
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
}
#nav-box li a,
#nav-box li strong {
	display: block;
	font-size: 11px;
	margin-bottom: -1px;
	height: 1%;
	padding: 5px 0 5px 0;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
#nav-box li.open a {
	font-weight: bold;
}

/* hover and marked */
#nav-box li.on strong,
#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 strong,
#nav-box li.on a {
	border-radius-topleft: 0;
	border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	background: #eee;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
/* FORMS 
-------------------- */
.form-wrapper {
	clear: both;
	width: 390px;
}
.form-wrapper fieldset {
	border: none;
	margin: 5px 0 30px 0;
}
#main .form-wrapper fieldset h2 {
	margin: 0 0 1px 0;
	border-top: none;
	border-bottom: none;
	padding: 5px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
.form-wrapper div span,
.form-wrapper p.required {
	color: #000;
	text-align: left;
	font-size: 11px;
	margin: 10px 0 10px 165px;
}
.form-wrapper p.required {
	display: none;
	margin: 10px 0;
}
.form-wrapper div table span {
	margin: 0;
}
.form-wrapper p.required span,
.form-wrapper dfn {
	color: #000;
	font-weight: bold;
}
.form-wrapper div {
	clear: both;
	float: none;
	width: 380px;
	border-bottom: none;
	margin: 12px 0 12px 5px;
	padding: 0;
}
.form-wrapper div div {
	width: auto;
	border-bottom: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form-wrapper div div.form-item {
	margin: 0;	
	clear: none;
	width: 100%;
}
.form-wrapper label {
	position: relative;
	display: block;
	float: left;
	font-size: 12px;
	width: 160px;
}
.form-wrapper  fieldset .multiple-labels fieldset input,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper div.mod input.mod {
	display: block;
	background: #eee;
	width: 216px;
	margin: 3px 0 0 0;
	border: 1px solid #999;
	padding: 1px;
}
.form-item-hidden,
.form-wrapper input[type=hidden] {
   display: none;
}
.form-wrapper .multiple-labels fieldset input.a11y-focus,
.form-wrapper .multiple-labels fieldset input:focus,
.form-wrapper input:focus,
.form-wrapper textarea:focus,
.form-wrapper input.focus,
.form-wrapper textarea.focus,
.form-wrapper input.a11y-focus,
.form-wrapper textarea.a11y-focus {
	border: 1px solid #999;
	background: #fff;
}

.form-wrapper input[type=radio].a11y-focus,
.form-wrapper input[type=checkbox].a11y-focus {
	background: transparent;
	border: none;	
}


.form-wrapper textarea {
	height: 80px;
	width: 216px;
	overflow: auto;
}
.form-wrapper select {
	display: block;
	width: 216px;
	margin: 5px 0 0 0;
}
.form-wrapper div span {
	display: block;
	padding: 0;
	color: #000;
	font-size: 110%;
}
.form-wrapper h4 {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	width: 160px;
	float: left;
}
.form-wrapper .form-item input {width: auto; float: left; margin: 0 10px 4px 0;}
.form-wrapper .form-item label {width: auto;}
.form-wrapper fieldset.mod {margin-bottom: 5px;}
.form-wrapper div.multiple-labels label span {
	color: #555;
	font-size: 110%;
	font-weight: normal;
}
.form-wrapper div label span {
	display: inline;  
	margin: 0;
	color: #000;
	font-size: 12px;
}
.form-wrapper div label.m span {
	clear: both;
	padding: 0 0 5px 0;
}
.form-wrapper div span.help a {
	background: url(../img/icons/sprites.png) 0 -651px no-repeat;
	padding-left: 15px;
}

/* multiple inputs in one row */
.form-wrapper div div.form-item-s,
.form-wrapper div div.form-item-m,
.form-wrapper div div.form-item-l {
	float: left;
	margin: 0;
	clear: none;
	width: 92px;
}

.form-wrapper div div.form-item-m {
	width: 161px;
	padding: 0;
}
.form-wrapper div div.form-item-l {
	width: 363px;
}
.form-wrapper div div.form-item-s input {
	width: 70px;
}
.form-wrapper div div.form-item-m input {
	width: 139px;
}
.form-wrapper div div.form-item-l input {
	width: 209px;
}

/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
	float: none; /* ie 6 */
	margin: 0;
	padding: 0;
}
.form-wrapper fieldset fieldset .form-item {
	float: none;
	display: block;
	clear: both;
}
.form-wrapper fieldset fieldset input {
	width: auto;
	display: inline;
	background: transparent;
	border: none;
}
#main .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}
.form-wrapper  fieldset fieldset div.form-item label {
	display: inline;
}
/* mod for short elements */
.form-wrapper fieldset fieldset.mod .form-item {
	float: left;
	margin-right: 10px;
	width: auto;
	clear: none;
}
.form-wrapper fieldset fieldset.mod .form-item label {
	display: inline;
}
/* Submit */
.form-wrapper div.button-wrapper {
	position: relative;
	border: none;
	padding: 10px 5px 5px 5px;
	width: 375px;
}
.form-wrapper fieldset div.button-wrapper em {
	float: right;
	margin-top: -24px;
	font-size: 140%;
}
.new-search .button,  /* button outside button-wrapper */
.form-wrapper div.button-wrapper input { /* button */
	background: #666 none;
	right: auto;
	width: auto;
	border: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 0 8px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	text-align: left;
	float: right;
	width: 220px;
	text-transform: none;
	font-weight: normal;
}
.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: #666;
	color: #fff;
	border: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	
}

/* link-Button */
a.button {
	background: #b90834 url(../img/bgs/submit.png) 0 0 repeat-x;
	min-width: 60px;
	width: auto;
	border: 1px solid #f19eb2;
	border-right: 1px solid #920728;
	border-bottom: 1px solid #920728;
	padding: 3px 20px 2px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
a.button span {
	position: absolute;
}
a.button:hover,
a.button:active,
a.button:focus {
	color: #fac4d1;
}

/* New Search */
#search-results .form-wrapper div {
	background: #f2f2bf;
	float: left;
	width: 100%;
	padding: 10px 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;
}

/* error messages */
.error {
	color: #ec1549;
	font-weight: bold;
}
.error label {color: #000; font-weight: normal;}
#main .error h1 {
	background: url(../img/bgs/error.png) 0 8px no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 0 30px;
	color: #ec1549;
}
#main div.error.text {
	margin: 20px 0;
	font-weight: normal;
	border: 1px solid #ff0000 !important;
	border: none;
	padding: 0;
	width: 385px !important;
	width: auto;
	height: 18px;
}
#main div.error h2 {float: left; font-size: 12px; background: #ff0000; color: #fff; padding: 2px 40px 2px 4px; margin: 0 5px 0 0;}
#main div.error p {margin-bottom: 2px; padding-top:2px;}
#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: #000;
}
#main div.error span {
	font-weight: normal;
}
#main .form-wrapper div.error {
	margin: 0;
}
.form-wrapper div.error input,
.form-wrapper div.error textarea {
	border: 1px solid #ff0000;
}
/* success messages */
#main .success {
	margin: 10px 0;
}
#main .success h1 {
	background: none transparent;
	margin-bottom: 10px;
	padding: 0;
	color: #000;
}
#main .success p {
	color: #000;
}
#main .form-wrapper fieldset div.error {
	margin: 12px 0 12px 5px;
}
/* Inside #Stage */ 

#stage .stageCarousel {width: 960px; height: 350px; overflow: hidden;}
#stage .stageCarousel .stageImage {float: none;}                          	

#stage div.tw-paging {
	position: relative;
	background: transparent;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	float: left; /* ie 6 */
	clear: both;
	height: auto;
	width: 960px;
	margin: 0;
	padding: 0;
}  
.js-on #stage div.tw-paging {
	padding: 0 0 0 0;
}  
#stage div.tw-paging h3 { 
	border: 0;
	padding: 5px 10px; 
	color: #fff;
	font-size: 200%;
} 
#stage div.tw-paging .pagination {
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 30px;
}
#stage div.tw-paging .pagination ul {
	float: none;
}
#stage div.tw-paging .pagination li {
	float: left;
	margin-right: 8px;
	list-style-type: none;
}
#stage div.tw-paging .pagination li a {
	display: block;
	float: left;
	background: transparent;
	opacity: .5;
	margin-left: 1px;
	padding: 6px 14px 7px 9px;
	color: #000;
	font-size: 180%;
	font-weight: bold;
}  
#stage div.tw-paging .pagination li a:hover,
#stage div.tw-paging .pagination li a:active,
#stage div.tw-paging .pagination li a:focus {
	color: #ec1549;
	text-decoration: none;
} 
#stage div.tw-paging .rack {
	float: left;
	width: 960px;
	margin: 0;
	padding-left: 0;
} 
.js-on #stage div.tw-paging .rack {
	display: inline;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 960px;
	margin: 0;
}
#stage div.tw-paging .rack-teaser {
	overflow: hidden;
	float: left;
	width: 960px;
	height: 350px;
	border: none;
	margin: 0 10px 5px 0;
	padding: 0 5px 0 0;
}
.js-on #stage div.tw-paging .rack-teaser {
	position: relative;
	background-image: none;
	border-right: none;
	margin: 0;
	padding: 0 0 0 0px;
} 
#stage div.tw-paging .rack-teaser h2 {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 350px;
	z-index: 10;
	margin: 0;
	font-size: 200%;
	font-weight: normal;
}
#stage div.tw-paging .rack-teaser p {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 5;
	background: #000;
	border: 1px solid #000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 350px; 
	padding: 50px 10px 20px 10px;    
	font-size: 160%;
	color: #fff;
}
#stage div.tw-paging .mod p {
	width: 100%; 
}
#stage div.tw-paging .rack-teaser img {
	display: inline;
	width: 960px;
	height: 350px;
	float: left;
	margin: 0 0 0 0;
	border: none;
}
#stage div.tw-paging .rack-teaser em {
	display: block;
	margin-top: 5px;
	font-style: normal;
}
#stage div.tw-paging .rack-teaser em a {
	padding-left: 17px;
}
/*
	Special forms
*/
form.jqtransformdone label{
	margin-top:4px;
	margin-right: 8px;
	display: block;
	float:left;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}
#nav-global .jqTransformSelectWrapper,
.form-wrapper .jqTransformSelectWrapper {
	width: 180px;
	position:relative;
	height: 18px;
	background: #fff none;
	border: 1px solid #666;
	float:left;
}
.form-wrapper .jqTransformSelectWrapper {width: 218px; margin: 0; float: right;}

#nav-global .jqTransformSelectWrapper div span,
.form-wrapper .jqTransformSelectWrapper div span {
	
	font-size: 11px;
	text-transform: uppercase;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 14px;
	width: 160px;
	line-height: auto;
	padding: 2px 8px;
	overflow: hidden;
	cursor:pointer;
	display: block;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}
.form-wrapper .jqTransformSelectWrapper div span {width: 200px; margin: 0;}
#nav-global .jqTransformSelectWrapper:hover div span,
.form-wrapper .jqTransformSelectWrapper:hover div span { background: #ff9900; color: #000;}
#nav-global .jqTransformSelectWrapper  a.jqTransformSelectOpen,
.form-wrapper .jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 18px;
	height: 18px;
	background: url(../img/layout/icon_pfeil_down_bg.gif) no-repeat center center;
}

#nav-global .jqTransformSelectWrapper ul,
.form-wrapper .jqTransformSelectWrapper ul {
	position: absolute;
	width: 182px;
	top: 18px;
	left: -1px;
	list-style: none;
	background-color: #666;
	border: none;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 350px;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
}
.form-wrapper .jqTransformSelectWrapper ul {width: 220px;}
#nav-global .jqTransformSelectWrapper li,
.form-wrapper .jqTransformSelectWrapper li {
	border-right:none;
	float:none;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-transform:none;
	display: block;
    height: 19px;
}
#nav-global .jqTransformSelectWrapper ul a,
.form-wrapper .jqTransformSelectWrapper ul a {
	display: block;
	padding: 2px 8px;
	text-decoration: none;
	color:#fff;
	background-color: #666;
	font-size: 11px;
	width: 100%;
}

#nav-global .jqTransformSelectWrapper ul a.selected,
.form-wrapper .jqTransformSelectWrapper ul a.selected {
	background: #eee;
	color: #000;
}

#nav-global .jqTransformSelectWrapper ul a:hover, #nav-global .jqTransformSelectWrapper ul a.selected:hover,
.form-wrapper .jqTransformSelectWrapper ul a:hover, .form-wrapper .jqTransformSelectWrapper ul a.selected:hover {
	background:#eee;
	color: #000;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden,
.form-wrapper .jqTransformHidden {display: none;}



/* article navigation */ 
.intro img {
	margin-bottom: 15px;
}

#nav-content {
	clear: both;
	background: #eee;
	margin: 0 0 20px 0;
	border: none;
	padding: 0 4px 0;
}
#nav-content em {
	display: none;
}
#main #nav-content h3 {
	display: none;    
}
#main #nav-content ul {
	margin: 0;
	display: inline-block;
}
#main #nav-content li {
	margin: 0;
	display: block;
	float: left;
	margin-right: 7px;
	padding:  2px 7px 2px 0;
	border-right: none;
	background: url(../img/layout/list-sep.gif) no-repeat scroll right center transparent;
	font-size: 11px;
}
#main #nav-content li a {
	background: transparent none;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 11px;
	white-space: nowrap;
}
#main #nav-content li a:hover {color: #ff9900; text-decoration: underline;}
#main #nav-content li.on {
    color: #ff9900;
    text-transform: uppercase;
    font-size: 11px;
}
#main #nav-content li.on span {
	font-size: 11px;
	white-space: nowrap;
}
#main #nav-content li:last-child {
	background: none transparent;
}

/* lightbox*/

.mask {
	background-color: #666;
	width: 100%;
	z-index: 110;
}
.loading-mask {
	background: #666 none;
}
.showbox {
	position: absolute;
	overflow: hidden;
	z-index: 120;
	top: 0;
	left: 0;
	margin: 40px 0 0;
	padding: 0 10px 18px 10px;
	width: 995px;
	background-color: #fff;
}
.showbox-head {
	overflow: hidden;
	height: 1%;
	margin: 0 0 0;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	color: #000;
}
.showbox-toolbar,
.showbox h1.showbox-title {
	float: none;
	clear: both;
	text-align: center;
}
.showbox h1.showbox-title {
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: normal;
}
.showbox-head a {
	color: #fff;
	margin-right: 0;
	font-size: 1%;
}
.showbox-toolbar {position: absolute; top: 9px; right: 65px; width: 60px;}
.showbox-toolbar .prev {
	background: url(../img/layout/icon_pfeil_prev.gif) 0 0 no-repeat;
	padding-left: 7px;
	margin: 3px 0 0 0;
	height: 12px;
	float: left;
	display: block;
}
.showbox-toolbar .next {
	background: url(../img/layout/icon_pfeil_next.gif) 0 0 no-repeat;
	padding-right: 7px;
	margin: 3px 0 0 4px;
	height: 12px;
	float: right;
	display: block;
}
.showbox-head a.disabled {
	color: #fff;
}
.showbox .close-button {
	position: absolute;
	top: 3px;
	right: 0px;
	padding: 0;
	height: 28px;
	width: 28px;
	color: #fff;
	font-size: 1%;
	background: url(../img/layout/icon_close_gallery.gif) center center no-repeat;
}

.showbox .content-box {
	background-color: #fff;
	margin: 0 auto;
}
.showbox .content-box img {
	max-width: 995px;
}
.showbox.loading {
	background: #fff none;
}
.showbox .multimedia-box {
	overflow: hidden;
}

.showbox .text-content {
	background: #fff;
	padding: 5px;
}
.showbox h2 {
	margin: 5px 0;
	font-size: 130%;
}
.showbox p {
	margin-bottom: 10px;
	font-size: 120%;
}
.showbox ul {
	margin: 10px 0 10px 0;
}
.showbox li {
	list-style: none;
	color: #555;
	font-size: 110%;
} 
.showbox .play-pause {display: none;}

/* Gallery Thumbnails */
.photo dd {
	background: transparent;
	display: block;
	padding: 0;
}
.photo dd.zoom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.photo dd.zoom a {
	display: block;
	background: url(../img/layout/x.gif) 0 0 repeat;
	width: 100%;
	height: 100% !important;
	height: 100px;
	outline: none;
	text-indent: -9999px;
}
.photo-index dl.photo,
dl.photo {background: none transparent; position: relative; width: 160px; margin: 0 10px 10px 0;}
.photo-index dl.last {margin-right: 10px;}

.photo-index dl.photo {width: 218px;}

.isEditMode .text ul,
.isEditMode .text ol {list-style: none;}
.isEditMode #breadcrumb {margin-top: 0;}