/*
reset
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}

body {
	line-height:1;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:400;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:400;
}

h2 {
	font-weight:900;
}

q:before,q:after {
	content:'';
}

fieldset,img,abbr,acronym {
	border:0;
}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
basic
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

a:focus,input:focus,input:active {
	outline:none;
}

* {
	border:none;
}


/* site settings */
body,html {
	margin-right:5px;
	margin-left:5px;
	text-align:left;
	line-height:19px;
	font-size:13px;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

#site {
	padding-left:0;
	padding-bottom:20px;
	padding-right:10px;
	padding-top:0;
	position:relative;
	min-height:500px;
	height:auto;
	width:960px;
	margin:0 auto;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
navigation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* css Navigation für alle außer IE6 */
#navigation {
	top:0;
	z-index:90;
	position:absolute;
	padding-right:10px;
	padding-left:10px;
	width:940px;
	left:0;
	min-height:163px;
	background-position:0 162px;
	background-repeat:no-repeat;
	background-image:url(../images/basics/nav-line.jpg);
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:11px;
}

#navigation a {
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#navigation > ul {
	z-index:100;
	left:-10px;
	width:970px;
	top:130px;
	position:relative;
	height:33px;
}

#navigation ul li {
	z-index:120;
	float:left;
	position:relative;
	display:inline-block;
}

#navigation >ul >li.space,#navigation >ul >li.space:hover {
	height:33px;
	width:50px;
	background-color:transparent;
}

#navigation > ul > li > a {
	background-position:6px 0;
	background-repeat:no-repeat;
	clear:right;
	float:left;
	position:relative;
	height:33px;
	width:100%;
	text-indent:-9000px;
}

#navigation > ul > li.active a  {
	color:white;
	background-position:8px -33px;
}

html {
	overflow-y:scroll;
}



#navigation > ul > li:hover,#navigation > ul > li:hover a {
	background-position:6px -33px;
	background-color:gray;
	color:white;
}

#navigation > ul > li.active:hover,#navigation > ul > li.active:hover a {
	background-color:black;
	background-position:6px -33px;
}

#navigation >ul >li.active:hover,#navigation >ul >li.active a {
	background-position:6px -33px;
}

#navigation > ul > li.active,#navigation ul li.active ul {
	background-color:black;
	color:white;
}

#navigation > ul > li > a {
	background-repeat:no-repeat;
	color:black;
	padding-right:7px;
	padding-left:6px;
	display:inline-block;
	height:33px;
	width:auto;
}

#navigation ul li ul li {
	width:auto;
	position:relative;
	left:0;
}

#navigation ul li ul li:hover {
	background-position:10px 5px;
	background-repeat:no-repeat;
	background-image:url(../images/nav/nav-point.png);
}

#navigation ul li ul {
	padding-bottom:16px;
	padding-top:8px;
	clear:left;
	height:auto;
	width:22em;
	position:absolute;
	background-color:gray;
	top:33px;
	left:0;
}

#navigation ul li ul li a {
	padding:0;
	margin-left:24px;
	width:18em;
	line-height:18px;
	color:white;
	display:inline-block;
}

#navigation ul li ul li.row {
	background-repeat:no-repeat;
	position:relative;
	background-position:0 0;
	margin-left:12px;
	margin-bottom:5px;
	margin-right:0;
	margin-top:4px;
	padding:0;
	background-image: none;
	height:1px;
	width:19.7em;
	border-bottom-color:#cbcbcb;
	border-bottom-style:solid;
	border-left-width:0;
	border-bottom-width:1px;
	border-right-width:0;
	border-top-width:0;
}

/* schmaleres menu ..................................  */
#navigation ul li.mainnav_10 ul {
	width:235px;
}

#navigation ul li.mainnav_10 ul li a {
	width:195px;
	background-color:transparent;
}

#navigation ul li.mainnav_11 ul {
	width:185px;
}

#navigation ul li.mainnav_11 ul li a {
	width:158px;
	background-color:transparent;
}

/* nav basics sprache + impressum .................................. */
#navigation .mmk-logo {
	border-width:0;
	border-style:none;
	left:5px;
	top:35px;
	position:absolute;
}

#navigation .nav-basics {
	right:0;
	top:76px;
	position:absolute;
}

#navigation .nav-basics a {
	margin-bottom:4px;
	display:block;
	clear:left;
	letter-spacing:1px;
	line-height:1.2em;
	font-size:11px;
	text-align:left;
	margin-left:20px;
	color:#bfbfbf;
	text-indent:-9000px;
}

#navigation .nav-basics a.sprache:hover,#navigation.nav-basics a.impressum:hover {
	background-repeat:no-repeat;
	background-position:2px -12px;
}

/* css fallback hauptnavigation .................................. */
#navigation ul li ul {
	z-index:0;
	display:none;
}

#navigation ul li:hover ul {
	display:block;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
navigation bilder de
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* css hintergrundbildzuweisungen, breitenzuweisungen
   und sonder abstände
*/

/* rechte spalte - haben andere abstände .................................. */
#navigation ul > li > a.mainnav_10 {
	background-image:url(../images/nav/shop.png);
	width:37px;
	margin-right:6px;
}

#navigation ul > li > a.mainnav_11 {
	background-image:url(../images/nav/newsletter.png);
	width:76px;
	margin-right:7px;
	margin-left:7px;
}

#navigation ul > li > a.mainnav_12 {
	padding-right:9px;
	background-image:url(../images/nav/kalender.png);
	width:62px;
	margin-right:0;
	margin-left:5px;
}


/* basic nav(igation) sprache + impressum  ..................................  */
.nav-basics a.sprache {
	height:12px;
	width:72px;
	background-position:2px 0;
	background-image:url(../images/nav/english.png);
	background-repeat:no-repeat;
}

.nav-basics a.impressum {
	height:12px;
	width:72px;
	background-position:2px 0;
	background-image:url(../images/nav/impressum.png);
	background-repeat:no-repeat;
}



/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
css für die rechte spalte
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/*  #right-col */
#right-col {
	padding-bottom:3em;
	left:719px;
	top:172px;
	position:absolute;
	height:auto;
	width:241px;
	z-index: 10;
}

#right-col div {
	position:relative;
	border-color:#bababa;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:auto;
	width:241px;
}

#right-col h1 {
	line-height:20px;
	font-size:13px;
	padding-bottom:1.55em;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	border-bottom-style:none;
	border-bottom-width:1px;
	float:none;
	display:block;
	padding-left:10px;
	padding-top:15px;
	position:relative;
	background-repeat:repeat;
	text-transform:uppercase;
	font-weight:bold;
}

#right-col h2,#right-col p,#right-col a,#right-col ul {
	padding-left:10px;
	line-height:16px;
	font-size:11px;
	margin-right:2px;
	margin-left:0;
}

#right-col ul *,#right-col ul li * {
	margin-left:0;
}

#right-col h2 {
	padding-bottom:0;
	margin-top:0;
	font-size:11px;
	font-weight:bold;
}

#right-col img {
	margin-bottom:1.4em;
}

#right-col a {
	border-bottom:1px solid #7F7F7F;
	color:black;
	left:0;
	line-height: 0;
	margin-left:0;
	padding-bottom:2px;
	padding-left:0;
	text-decoration:none;
}

#right-col a:hover {
	border-bottom-style:none;
	border-bottom-width:0;
	padding-bottom:3px;
}

#right-col p,#right-col ul {
	margin-bottom:1.8em;
}

#right-col .titel {
	font-weight:bold;
}

#right-col ul.important {
	margin-left:0;
	border-bottom-color:#bababa;
	padding-bottom:1.8em;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#right-col div span,#right-col ul li.link {
	display:block;
	margin-bottom:1em;
	margin-top:1em;
}

#right-col div form.select {
	z-index: 10;
}
#right-col div form.select {
	margin-bottom:1.8em;
	z-index: 10;
}

#right-col div form.select select {
	border:1px solid #BABABA;
	height:21px;
	margin-left:10px;
	padding-top:2px;
	width:220px;
}
 /* Abschließende Linie in der rechten Spalte */
#right-col hr {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #bababa;
	height: 1px;
	}

/* entfernt die linien von typo content-elementen bild, text, bild mit text - .csc-textpic, .csc-textpic-left, usw. sind klassen der standard typo elemente*/
#right-col .csc-textpic, #right-col .csc-textpic-left, #right-col .csc-textpic-above, #right-col .csc-textpic-clear, #right-col .csc-textpic-imagewrap,#right-col .csc-textpic-bottom   {
	border-style: none;
	}

/* für alle elemente ind divs mit links  - klassen ergänzen */
#right-col div.tx-damdownloads-pi1 a, #right-col div.tx-cal-controller a {
	line-height: 1.8em;
	}



#right-col div.tx-cal-controller {
	border: none;
}

div.tx-cal-controller .month-small {
	width: 220px;
	margin-left: 10px;
	margin-right: 10px;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

#right-col div.tx-cal-controller .month-small span {
	margin-bottom: 0px;
	margin-top: 0px;
}

#right-col .month-small td, #right-col .month-small th {
	text-align: center;
}

#right-col .month-small tbody td {
	font-size: 11px;
}
#right-col .month-small a {
	font-size: 11px;
}

#right-col div.tx-cal-controller .cal_m_left {
	text-align: left;
}
#right-col div.tx-cal-controller .cal_m_left a {
	padding-left: 10px;
}


#right-col div.tx-cal-controller .cal_m_right {
	text-align: right;
}

#right-col div.tx-cal-controller .cal_m_right a {
	padding-right: 10px;
}

#right-col div.tx-cal-controller .cal_m_date {
	text-align: center;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}


#right-col div.tx-cal-controller, #right-col .month-small img{
	padding: 0;
	margin: 0;
	border: 0;
}


#right-col .month-small .cal_m_right a , #right-col .month-small .cal_m_left a{
	border: 0;
}

#right-col div.tx-cal-controller .monthOff, #right-col div.tx-cal-controller .monthOff a {
	color: #eaeaea;
	border: none;
}

#right-col div.tx-cal-controller .month-weekdays {
	font-weight: bold;
	padding: 10px 0 10px 0;
}

#right-col div .default_catheader_bullet, #right-col div .green_catheader_bullet {
	display: none;
}

#right-col div .default_catheader_text, #right-col div .green_catheader_text {
	display: inline;
	padding-left: 10px;
}



#right-col .submit_refresh_category {
	border-bottom: 1px solid #BABABA;
	background-color: #ffffff;
	font-family:georgia;
	font-size:13px;
	margin-left: 21px;
	margin-bottom: 10px;
}


#right-col #calendar-nav div {
	border: none;
}

#right-col #calendar-nav select.query_style {
	border: 1px solid #BABABA;
	width: 220px;
	margin: 0px 0 10px 0;
	padding: 2px;
}

#right-col #calendar-nav {
	position: relative;
	border-bottom: 1px solid #BABABA;
	margin-bottom: 20px;
	padding: 0px 10px 0 10px;
	width: 220px;
}

/*

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Content Basics
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

#content {
	text-align:left;
	color:black;
	position:relative;
	clear:left;
	height:auto;
	width:670px;
	left:0;
	top:163px;
	padding-bottom:40px;
	z-index:10;
}

#content.newsletter {
	text-align:left;
	color:black;
	position:relative;
	clear:left;
	height:auto;
	width:670px;
	left:0;
	top:163px;
	padding-bottom:40px;
	z-index:10;
	margin-left:	0px;
}

#content.newsletter .newsletter_box {
	margin-left:	10px;
}

#content h1 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	line-height:45px;
	width:660px;
	height:45px;
	padding-left:10px;
	padding-top:12px;
	padding-bottom:0.9em;
	position:relative;
	float:none;
	display:block;
}

#content h2,#content h3,#content h4,#content p {
	margin-right:10px;
	margin-left:10px;
}

#content img {
	margin-bottom:1em;
}

#content p {
	margin-bottom:1em;
	font-size:1em;
}

#content.newsletter .newsletter_box p {
	margin-bottom:1em;
	font-size:1em;
	margin-left:	0em;
}

#content.newsletter .newsletter_box form input#profil {
	border:1px solid #bfbfbf;
	height:22px;
	width:250px;
}

#content img {
	margin-bottom:1em;
}


/* Link definintionen ---------------------- */
#content a {
	text-decoration:none;
	color:black;
	border-bottom-color:#7f7f7f;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:1px;
}

#content a:hover {
	border-bottom-style:none;
	border-bottom-width:0;
	padding-bottom:2px;
}

/* formatierung für externe Links */
/* klasse .blank als ersatz für target _blank */

#content a.blank {
	color:#7f7f7f;
}

#content a.blank:hover {
	border-bottom-style:none;
	border-bottom-width:1px;
	padding-bottom:2px;
}

/* Platzhalter für den Medienbox */
#content #media {
	margin-bottom:2em;
	margin-left:10px;
	background-color:transparent!important;
	position:relative;
	height:415px;
	width:650px;
}


/* Subnavigation zurück zur Teaser Seite */
/* Pressedownloads */

#content div.back-link {
	right: 10px;
	top: 25px;
	position: absolute;
	}

#content div.back-link a {
	font-style: normal;
	font-weight: normal;
	padding-bottom: 2px;
	text-align: right;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	position: relative;
	text-transform:uppercase;
	}

/*
------------------------------------------------------------------------------------------------------------------
Footer
Links Vorschau / Rückblick
------------------------------------------------------------------------------------------------------------------
*/

#content div.site-footer {
	height: auto;
	padding-bottom: 20px;
	border-bottom-color: #bababa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 670px;
	top: -1em;
	position: relative;
	margin-top: 0px;
	font-weight: normal;
}

#content.press div.site-footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #bababa;
	padding-left: 10px;
	font-weight: normal;
}
 
#content div.site-footer a {
	line-height: 1.7em;
	float: none;
	padding-bottom: 1px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	text-transform: uppercase;
	font-weight: normal;
}

#content div.site-footer a:hover {
	padding-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


/* Allgemeines Template  -----------------------------------------------------------------*/
/* .universal */

#content.universal h2 {
	margin-top: 0.1em;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
	line-height: 1em;
	font-size:2.5em;
	font-style: bold;
}

#content.universal h3 {
	text-transform: none;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-top: -0.9em;
	line-height:1em;
	font-size: 1.3em;
	margin-bottom: 2em;
	border-bottom-width:1px;
	float:none;
	display:block;
	position:relative;
	width:660px;
	background-repeat:repeat;
}

#content.universal h4 {
	font-weight: bold;
	line-height: 1em;
	margin-top: 2.2em;
	margin-bottom: 0.9em;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 1.13em;
}

#content.universal hr {
	padding-bottom:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	margin-top:15px;
	padding-left:0;
	padding-right:0;
	padding-top:15px;
	max-height:1px;
	min-height:1px;
	float:none;
	clear:right;
	top:0;
	line-height:1px;
	font-size:1px;
	position:static;
	width:670px;
	height:1px;
	border-bottom-color:#bababa;
	border-right-style:none;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:solid;
	border-right-width:0;
	border-left-width:0;
	border-top-width:0;
	border-bottom-width:1px;
}

#content.universal ul, #content.universal ol {
	list-style-position: inside;
	margin-bottom: 1em;
	margin-right: 10px;
	margin-left: 10px;
}

/* Spendenaktion  -----------------------------------------------------------------------------------*/

#content.universal p.donation {
	margin-top: 0.2em;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	margin-bottom: 0em;
	line-height: 52px;
	font-size:2.5em;
}

#content.universal p.donation cufon.cufon.cufon-canvas {
    height: 45px!important;
}

#content h1.donation {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	line-height:45px;
	width:660px;
	height:35px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0em;
	position:relative;
	float:none;
	display:block;
}


/* Info  -----------------------------------------------------------------------------------*/
/* .info */

#content.info h4 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	margin-top: 2.4em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	font-size: 1em;
}

#content.info div {
	margin-top: 1em;
	margin-right: 20px;
	clear: right;
	float: left;
	position: relative;
	width: 315px;
}

#content.info .footer{
	position: relative;
	clear: left;
	}

#content.info hr {
	padding-bottom:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	margin-top:15px;
	padding-left:0;
	padding-right:0;
	padding-top:15px;
	max-height:1px;
	min-height:1px;
	float:none;
	clear:right;
	top:0;
	line-height:1px;
	font-size:1px;
	position:static;
	width:670px;
	height:1px;
	border-bottom-color:#bababa;
	border-right-style:none;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:solid;
	border-right-width:0;
	border-left-width:0;
	border-top-width:0;
	border-bottom-width:1px;
}




/* Ausstellungsübersicht / Ausstellungsteaser  -----------------------------------------------------------------*/
/* .exhibiton-teaser */

#content.exhibition-teaser h1 {
	float: none;
}

#content.exhibition-teaser div.big {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom-style: solid;
	border-bottom-color: #bababa;
	border-bottom-width: 1px;
}

#content.exhibition-teaser div.small {
	position: relative;
	height: auto;
	width: 670px;
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bababa;
}

#content.exhibition-teaser div.small h2 {
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	margin-left: 350px;
	margin-bottom: 0.9em;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

#content.exhibition-teaser div.small h2 b {
	font-weight: bold;
}

#content.exhibition-teaser div.small h3 {
	margin-left: 350px;
	margin-bottom: 0.4em;
	line-height: 1em;
	font-size: 2em;
}

/* typ1 */
#content.exhibition-teaser div.small h3.typ1 {
	margin-left: 350px;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/* typ2 */
#content.exhibition-teaser div.small h3.typ2 {
	margin-left: 350px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

/* typ3 */
#content.exhibition-teaser div.small h3.typ3 {
	margin-left: 350px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

#content.exhibition-teaser div.small h4 {
	margin-left: 350px;
	margin-bottom: 1.1em;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
}

#content.exhibition-teaser div.small p {
	margin-left: 350px;
	position: relative;
}

#content.exhibition-teaser div.small img {
	margin-left: 10px;
	float: left;
}


#content.exhibition-teaser div.big.text h3 {
	line-height:0.9em;
	font-size:4em;
	margin-top: 0.1em;
}

#content.exhibition-teaser div.big.text h2 {
	text-transform: uppercase;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	margin-top:1em;
	font-size: 1.2em;
	line-height: 1.45em;
	font-weight:normal;
	padding-bottom: 1em;
}

#content.exhibition-teaser div.big.text h4 {
	font-size: 1.8em;
	text-transform: uppercase;
	margin-top:0.35em;
	font-style:normal;
	font-weight:normal;
	margin-bottom: 0.7em;
	line-height: 1.2em
}

#content.exhibition-teaser div.big.text h5 {
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 1.15em;
	font-style:normal;
	font-weight:normal;
	margin-bottom: 1.5em;
}

/* typ1  */
#content.exhibition-teaser div.big h3.typ1,#content.exhibition-teaser div.big h4 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

/* typ2  */
#content.exhibition-teaser div.big h3.typ2 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

/* typ3  */
#content.exhibition-teaser div.big h3.typ3 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}





/* ergänzungen kleiner teaser */

#content.exhibition-teaser div.small h3 {
	margin-bottom: 0.25em;
	}

	/* Subheadline */
#content.exhibition-teaser div.small h5 {
	margin-top: 0px;
	text-transform: none;
	line-height: 1.55em;
	font-style: normal;
	font-weight: normal;
	margin-left: 350px;
	margin-bottom: 0.9em;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}



/* ausstellung --------------------------------------------------------------------------------------------------- */
/* .exhibition */

#content.exhibition h1 {
	line-height:1em;
	font-size:4em;
	top:30px;
	height:auto;
	margin-bottom:.5em;
	margin-left:10px;
	padding-bottom: 0.1em;
	padding-left: 0;
	font-weight: normal;
}


/* typ1 - es gibt in der Ersetzungsschrift keine kursive */
#content.exhibition h1.typ1, #content.exhibition h2.typ1 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

/* typ2 */
#content.exhibition h1.typ2, #content.exhibition h2.typ2 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

/* typ3 */
#content.exhibition h1.typ3, #content.exhibition h2.typ3 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

#content.exhibition h2 {
	padding-bottom:0.85em;
	padding-top:.5em;
	margin-top:0;
	line-height:0.9em;
	font-size:1.8em;
	height:auto;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	float:none;
	display:block;
	position:relative;
	width:650px;
}

#content.exhibition h3 {
	padding-top:1.2em;
	margin-bottom:1.7em;
	height:auto;
	font-style:normal;
	font-weight:normal;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	float:none;
	display:block;
	position:relative;
	line-height:1em;
	width:660px;
	text-transform:uppercase;
}

	#content.exhibition h4{
		padding-bottom: 0.2em;
		text-transform: uppercase;
		margin-bottom: 0em;
		position: relative;
		top: 30px;
		line-height: 1.45em;
		font-size: 1.15em;
		font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	}

#content.exhibition h3 {
		font-size: 1.15em;
	}

#content.exhibition h1 {
		text-transform: none;
}

/* sammlung ------------------------------------------------------------------------------------------------*/
/* .collection */

#content.collection h1 {
	margin-bottom:0;
	padding-top:15px;
	border-bottom-width:1px;
}

#content.collection h2 {
	margin-bottom:0.6em;
	line-height:1.1em;
	font-style:normal;
	font-weight:normal;
	font-size:2.5em;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

#content.collection h3 {
	margin-top:25px;
	line-height:1em;
	font-size:1em;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom-width:1px;
	float:none;
	display:block;
	position:relative;
	width:660px;
	background-repeat:repeat;
	text-transform:uppercase;
	font-weight:bold;
}

#content.collection div.small h2 {
	margin-left:350px;
	margin-bottom:.4em;
	line-height:1em;
	font-size:2em;
}

#content.collection div.site-footer {
	height:auto;
	padding-bottom:20px;
	border-bottom-color:#bababa;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:670px;
	top:-1em;
	position:relative;
	margin-top:0;
}

#content.collection div.site-footer a {
	line-height:1.7em;
	float:none;
	padding-bottom:1px;
	border-bottom-style:none;
	border-bottom-width:0;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

#content.collection div.site-footer a:hover {
	padding-bottom:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#content.collection hr {
	padding-bottom:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	margin-top:15px;
	padding-left:0;
	padding-right:0;
	padding-top:15px;
	max-height:1px;
	min-height:1px;
	float:none;
	clear:right;
	top:0;
	line-height:1px;
	font-size:1px;
	position:static;
	width:670px;
	height:1px;
	border-bottom-color:#bababa;
	border-right-style:none;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:solid;
	border-right-width:0;
	border-left-width:0;
	border-top-width:0;
	border-bottom-width:1px;
}


/* Mitarbeiter ------------------------------------------------------------------------------------------------*/
/* .staff */

#content.staff h1 {
	border-bottom-color:#bababa;
	border-left-width:0;
	border-bottom-width:1px;
	border-right-width:0;
	border-top-width:0;
	border-bottom-style:solid;
}


#content.staff h2 {
	line-height: 1em;
	margin-top: 0.5em;
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
	margin-bottom: 1em;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size:1em;
}

#content.staff div.staff-box h3 {
	font-weight:bold;
	margin-left: 0;
}

#content.staff div.staff-box {
	padding-left: 162px;
	margin-top: 1em;
	min-height: 110px;
	margin-bottom:1em;
	line-height:16px;
	font-size:11px;
	clear:left;
	float:none;
}

#content.staff a {
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding-bottom: 3px;
	text-decoration:none;
}

#content.staff a:hover {
	border-bottom-color: #7f7f7f;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
}

#content.staff div ul {
	list-style-position: outside;
	line-height:16px;
	font-size:11px;
}

#content.staff ul li.position {
	line-height: 15px;
	padding-bottom: 6px;
}

#content.staff div div {
	margin-left: -152px;
	height: auto;
	padding-top:2.5px;
	margin-top: 2.5em;
	padding-bottom:2.5em;
}

#content.staff div div * {
	padding-left:0;
	margin-left:0;
}

#content.staff div img {
	padding-top: 1px;
	margin-top:.3em;
	margin-left: -152px;
	float:left;
}

#content.staff div span.vita {
	line-height: 25px;
	float:none;
	padding-bottom:1px;
	border-bottom-color:#7f7f7f;
	border-bottom-width:1px;
	border-bottom-style:solid;
	position:relative;
}

#content.staff div span.vita:hover {
	border-bottom-style:none;
	border-bottom-width:0;
	cursor:pointer;
	display:inline;
}

#content.staff hr {
	padding-top: 0.5em;
	position:relative;
	width:660px;
	height:1px;
	border-bottom-color:#7f7f7f;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#content.staff h2 {
	line-height:1em;
	margin-bottom:0;
	margin-top:1.3em;
	text-transform:uppercase;
}

#content.staff div div dl {
	float: none;
	clear: right;
	visibility: visible;
}

#content.staff div div dl dt {
	left: 0px;
	clear: left;
	float: left;
	display: inline;
	width: 7.3em;
}

#content.staff div div dl dd {
	clear: right;
	left: 0px;
	display: block;
	float: none;
	margin-left: 7.3em;
}

/* Freunde Formular --------------------------------------------------------------------------------------------------*/
/* .friends-form */

#content.friends-form form {
	font-size: 13px;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 6px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	left: 10px;
	position: relative;
	width: 670px;
}

#content.friends-form form select {
	border-width: 1px;
	border-style: solid;
	margin-left: 100px;
	width: 7em;
	margin-bottom: 14px;
	display: block;
}

#content.friends-form form .partner input,
#content.friends-form form .address input,
#content.friends-form form .donation input,
#content.friends-form form .payment input,
#content.friends-form form .tip input
 {
	line-height: 20px;
	display: inline-block;
	position: relative;
	margin-left: 0px;
	clear: left;
	padding-bottom:0;
	padding-top: 4px;
	border-color:#bfbfbf;
	border-style: solid;
	border-width:1px;
	margin-right: 38px;
	padding-left:8px;
	margin-bottom: 10px;
	height: 22px;
	width: 190px;
}

#content.friends-form form input.button	{
	padding: 0px;
	margin-bottom: 25px;
	display: inline;
	position: relative;
	border-style: none;
	margin-top: 16px;
	line-height:21px;
	background-color:transparent;
	background-position:0 0;
	background-image: url(../images/basics/button_01.png);
	width:91px;
	height:21px;
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset dl dt input.button1.tx-srfeuserregister-pi1-submit,
div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset dl dd input.button1.tx-srfeuserregister-pi1-submit	{
	width:110px;
	background-image: url(../images/sr-feuser-regis/button-1-passiv-sr.png);
	padding: 0px;
	margin-bottom: 25px;
	display: inline;
	position: relative;
	border-style: none;
	margin-top: 16px;
	line-height:21px;
	background-color:transparent;
	background-position:0 0;
	height:21px;
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset dl dt input.button2.tx-srfeuserregister-pi1-submit	{
	width:140px;
	background-image: url(../images/sr-feuser-regis/button-2-passiv-sr.png);
	padding: 0px;
	margin-bottom: 25px;
	display: inline;
	position: relative;
	border-style: none;
	margin-top: 16px;
	line-height:21px;
	background-color:transparent;
	background-position:0 0;
	height:21px;
}

#content.friends-form form input.button:hover, #content form input.button:focus {
	height:21px;
	width:91px;
	outline:none;
	background-color:transparent;
	background-image: url(../images/basics/button_01_hover.png);
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset dl dt input.button1.tx-srfeuserregister-pi1-submit:hover,
div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset dl dt input.button1.tx-srfeuserregister-pi1-submit:focus,
div#content div.tx-srfeuserregister-pi1 input.button1:hover,
div#content div.tx-srfeuserregister-pi1 input.button1:focus {
	height:21px;
	width:110px;
	outline:none;
	background-color:transparent;
	background-image: url(../images/sr-feuser-regis/button-1-aktiv-sr.png);
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset dl dt input.button2.tx-srfeuserregister-pi1-submit:hover,
div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset dl dt input.button2.tx-srfeuserregister-pi1-submit:focus {
	height:21px;
	width:140px;
	outline:none;
	background-color:transparent;
	background-image: url(../images/sr-feuser-regis/button-2-aktiv-sr.png);
}

#content.friends-form form div.error, .login .error {
	display: block;
	font-weight: bold;
	left: 10px;
	line-height: 36px;
	color: #ff0100;
	position: relative;
}

#content.friends-form form div a {
	text-decoration: none;
	border: none;
	color: #FF0100;
}

#content.friends-form form p {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-top: 4px;
}

#content.friends-form form input.checkbox {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	display: inline;
}

#content.friends-form form input.radio {
	border-style: none;
	border-width: 0px;
	float: left;
	height: auto;
	position: relative;
	display: inline;
	margin: 0;
	padding: 0;
}

#content.friends-form form div.select {
	float: left;
	position: relative;
	margin-right: 0;
	width: 210px;
}

#content.friends-form form div.select label {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 20px;
	display: block;
}

#content.friends-form .donation .startext {
	padding-top: 0;
	width: 105px;
	margin-left: 20px;
	font-weight: bold;
	display: inline;

}
#content.friends-form form .select .headline,
#content.friends-form form .payment .headline {
	font-weight: bold;
	display: block;
}

#content.friends-form .partner .headline {
	height: auto;
	font-weight: bold;
	display: block;
	text-indent: 20px;
}

#content.friends-form form .select div {
margin-top: 20px;
}

#content.friends-form form div.address ul {
	margin-right: 20px;
	clear: right;
	float: left;
	position: relative;
	width: 320px;
	margin-bottom: 20px;
}

#content.friends-form form div.address ul.col2 {
		margin-right: 0px;
		}

#content.friends-form div.address ul li {
	display: block;
}

#content.friends-form div.address label {
	width: 100px;
	clear: left;
	float: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	height: 25px;
	width: 100px;
	line-height: 30px;
}

#content.friends-form form div.address input {
	clear: right;
	position: relative;
	margin-left: 100px;
}

#content.friends-form form .payment input.radio,
#content.friends-form form .donation input.radio {
	width: auto;
}

#content.friends-form .payment label {
	display: block;
	margin-left: 20px
}

#content.friends-form .tip ul,
#content.friends-form .partner ul,
#content.friends-form .donation ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

#content.friends-form .payment ul {
	margin-bottom: 10px;
	margin-top: 25px;
}

#content.friends-form .payment ul input,
#content.friends-form .tip ul input,
#content.friends-form .partner ul input,
#content.friends-form .donation ul input {
	margin-left: 135px;
}

#content.friends-form .payment ul label,
#content.friends-form .tip ul label,
#content.friends-form .partner ul label,
#content.friends-form .donation ul label {
	position: absolute;
	width: 115px;
	line-height: 30px;
}

#content.friends-form .donation {
	top: 20px;
	position: relative;
	clear: left;
	height: 20px;
}

#content.friends-form .donation label {
	margin-top: 0px;
	padding: 0;
	height: 20px;
}

#content.friends-form .donation ul {
	margin-top: 0;
	width: 345px;
	margin-right: 0;
	display: inline;
	position: relative;
	float: left;
}


#content.friends-form .donation div.box {
	top: 0px;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
	position: relative;
	width: 290px;
	clear:left;
	float:none;
}

#content.friends-form .donation div .select {
	top: 6px;
	margin-top: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 90px;
}

#content.friends-form .partner {
	width: 650px;
	float: left;
	clear: left;
	padding-bottom: 20px;
	position: relative;
	padding-left: 0px;
	margin-left: 0px;
	top: 20px;
	margin-top: 20px;
}

#content.friends-form .partner label {
	text-indent: 20px;}

#content.friends-form .payment {
	margin-top: 25px;
	clear: left;
}

#content.friends-form .tip {
	margin-top: 20px;
}

#content.friends-form .tip .headline {
	font-weight: bold;
}

#content.friends-form hr {
	padding-bottom:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	margin-top:15px;
	padding-left:0;
	padding-right:0;
	padding-top:15px;
	max-height:1px;
	min-height:1px;
	float:none;
	clear:right;
	top:0;
	line-height:1px;
	font-size:1px;
	position:static;
	width:670px;
	height:1px;
	border-bottom-color:#bababa;
	border-right-style:none;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:solid;
	border-right-width:0;
	border-left-width:0;
	border-top-width:0;
	border-bottom-width:1px;
}




/* Newsletter Anmeldung --------------------------------------------------------------------------------------------------*/
/* .newsletter */

#content.newsletter form {
	width: 670px;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 6px;
	margin-left: -10px;
	margin-bottom: 0;
	margin-right: 0;
	left: 10px;
	position: relative;
}

#content.newsletter form ul input {
	margin-left: 0px;
	clear: left;
	padding-bottom:0;

	line-height:20px;
	border-color:#bfbfbf;
	border-style: solid;
	border-width:1px;
	margin-right:10px;
	padding-top:4px;
	padding-bottom: 0;
	padding-left: 8px;
	margin-bottom: 10px;
	margin-left: 100px;
	height:22px;
	width:190px;
}

#content.newsletter form input.button {
	margin-bottom: 0px;
	display: inline;
	position: relative;
	border-style: none;
	padding-bottom:0;
	margin-top: 22px;
	line-height:21px;
	background-color:transparent;
	background-position:0 0;

	background-image: url(../images/basics/button_01.png);
	width:91px;
	height:21px;
}

#content.newsletter form input.button:hover, #content.newsletter form input.button:focus {
	height:21px;
	width:91px;
	outline:none;
	background-color:transparent;
	background-image: url(../images/basics/button_01_hover.png);
}

#content.newsletter form div.error {

	font-weight: bold;
	/* left: 10px; */
	line-height: 36px;
	color: #ff0100;
	position: relative;
}

#content.newsletter hr {
	padding-bottom:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	margin-top:15px;
	padding-left:0;
	padding-right:0;
	padding-top: 13px;
	max-height:1px;
	min-height:1px;
	float:none;
	clear:right;
	top:0;
	line-height:1px;
	font-size:1px;
	position:static;
	width:670px;
	height:1px;
	border-bottom-color:#bababa;
	border-right-style:none;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:solid;
	border-right-width:0;
	border-left-width:0;
	border-top-width:0;
	border-bottom-width:1px;
}

#content.newsletter form p {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-top: 4px;
}

#content.newsletter form label {
	margin-right: 1em;
}


#content.newsletter form ul label {
	width: 100px;
	clear: left;

	float: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	line-height: 25px;
	height: 25px;
	width: 100px;
}


#content.newsletter form div ul {
	margin-bottom: 10px;
	margin-right: 20px;
	clear: right;
	float: left;
	position: relative;
	width: 315px;
}


#content.newsletter form div ul.col2 label {
width: 75px;
}

#content.newsletter form div ul.col2 input {
margin-left: 75px;
}

#content.newsletter form .select input {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-top: 0px;
	border-width: 0px;
	padding: 0px;
	display: inline;
}

#content.newsletter form .select label {
	margin-right: 25px;
}



/* Kalender --------------------------------------------------------------------------------------------------*/
/* .calendar */

#content.calendar h2 {
	padding-top: 1em;
	margin-bottom: 1em;
	font-size:1.5em;
}

#content.calendar #calendar {
	border-bottom-color:#7f7f7f;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:auto;
	width:680px;
}

#content.calendar #calendar ul {
	position:relative;
	width:680px;
	float:none;
	font-size:11px;
	height:2em;
	border-top-color:#7f7f7f;
	border-top-style:solid;
	border-right-width:0;
	border-left-width:0;
	border-bottom-width:0;
	border-top-width:1px;
	cursor:pointer;
}

#content.calendar #calendar ul li {
	margin-top:0;
	line-height:1.8em;
	position:relative;
	float:left;
	clear:right;
}

#content.calendar #calendar .datum {
	padding-left:4px;
	width:70px;
}

#content.calendar #calendar .tag {
	width:35px;
}

#content.calendar #calendar .zeit {
	width:75px;
}

#content.calendar #calendar .thema {
	display:inline;
	width:220px;
}

#content.calendar #calendar .thema em {
	border-bottom-color:#7f7f7f;
	padding-bottom:1px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#content.calendar  #calendar .thema:hover em {
	border-bottom-style:none;
}
/* ui-state-active - wenn das Accordion geöffnet ist */
#content.calendar  #calendar .ui-state-active .thema em {
	border-bottom-style:none;
}

#content.calendar #calendar .person {
	width:150px;
}

#content.calendar #calendar .kategorie {
	text-align:left;
	/*width:125px;*/
	width: auto;
}

#calendar div {
	margin:0;
	padding:0;
	height:auto;
	position:relative;
	clear:left;
	width:680px;
}

/* regelt die hintergrundfarbe der geöffnteten Panels */
#calendar .basic {
	padding:0;
	margin:0;
	height:auto;
	clear:left;
	position:relative;
	width:680px;
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	top:0;
	border-style:none;
	border-width:0;
	left:0;
	background-color:#f3f3f3;
}

/* farbe sollte via cms editierbar sein */
#calendar .kinder {
	margin:0;
	clear:left;
	position:relative;
	width:680px;
	display:block;
	top:0;
	border-style:none;
	border-width:0;
	left:0;
	background-color:#bec2e4;
}

#calendar .ui-state-default {
	background-color:transparent;
}

#calendar .ui-state-active .thema em {
	border-bottom-style:none;
	border-bottom-width:0;
	border-left-width:0;
}

#calendar div img {
	padding-left:0;
	padding-bottom:0;
	padding-right:0;
	padding-top:7px;
	margin-top:0;
	margin-bottom:0;
	position:absolute;
	margin-left:16px;
}


#calendar div .description {
	min-height:125px;
	width:425px;
	left:220px;
	margin-left:16px;
	margin-right:18px;
	padding-bottom:15px;
	font-size:13px;
	height:auto;
	display:block;
	clear:both;
	float:none;
	position:relative;

}
#calendar div .description p {
	margin: 0;
	padding-top:10px;
}

#content.calendar #calendar div div.footer {
	clear:left;
	top:-17px;
	margin:0;
	padding:0;
	position:relative;
	display:block;
	left:236px;
	font-size:13px;
}

#calendar div .footer a {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	padding-top:0;
	border-bottom-color:#9b9b9b;
	margin-right:40px;
	padding-bottom:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:black;
	text-decoration:none;
	font-size:13px;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
}


#calendar div.footer a.anmelden {
	border-left-style:none;
	border-bottom-style:solid;
	border-right-style:none;
	border-top-style:none;
	border-bottom-width:1px;
	border-bottom-color: #9b9b9b;
	background-position:0;
	background-repeat:no-repeat;
}

#calendar div.footer a:hover, #calendar div.footer a.anmelden:hover, #calendar div .footer a:hover span {
	border-bottom-width: 0;
	border-bottom-style: none;
	padding-bottom: 2px;
}

/* für die kinder felder andere unterstreichungsfarbe - cms regelung */
#calendar div.kinder div.footer a, #calendar div.kinder div.footer a.anmelden {
	border-color:black;
}

#calendar div.kinder div.footer a:hover, #calendar div.kinder div.footer a.anmelden:hover {
	padding-bottom:2px;
	border-bottom-style:none;
	border-bottom-width:0px;
}

#calendar div.footer a.open {
	border-bottom-width:0;
	border-bottom-style:none;
	padding-bottom: 2px;
}

#calendar div div.anmeldeform {
	padding:0;
	height: 114px;
	margin:0;
	top:15px;
	left:0;
	position:relative;
	width:443px;
}

#calendar div div.anmeldeform input.text {
	padding-bottom:0;
	padding-top:8px;
	line-height:1em;
	border-color:#bfbfbf;
	border-style:none;
	border-width:1px;
	margin-right:10px;
	padding-left:8px;
	margin-bottom:7px;
	height:21px;
	width:199px;
}

#content.calendar  #calendar div div.anmeldeform input.button {
	padding-bottom:0;
	margin-top:2px;
	line-height:21px;
	background-position:0 0;
	background-image:url(../images/basics/button_01.png);
	background-color:transparent;
	float:left;
	clear:left;
	width:91px;
	height:21px;
}

#calendar div div.anmeldeform input.button:hover,#calendar div div.anmeldeform input.button:focus {
	height:21px;
	width:91px;
	outline:none;
	background-color:transparent;
	background-image:url(../images/basics/button_01_hover.png);
}

#calendar div div.anmeldeform p.forminfo {
	left:8px;
	color:#9b9b9b;
	line-height:2em;
	clear:right;
	margin-left:0;
	margin-bottom:0;
	margin-right:15px;
	margin-top:0;
	text-align:right;
	padding:0;
	height:2em;
	width:325px;
	float:left;
	font-size:11px;
	position:relative;
}

#calendar div.kinder div.anmeldeform p.forminfo {
	padding:0;
	margin:0;
	color:#2b2b2b;
}

#calendar div div.anmeldeform p.submitted {
	margin-top: 1em;
	margin-left: 0px;
	left: 0px;
}


/* Übersichtseiten / allgemeine Teaser -------------------------------------------------------------------------*/
/* .teaser */

#content.teaser h1 {
	border-bottom-style:none;
	border-bottom-width:1px;
}

#content.teaser a {
	margin-bottom:5px;
	left:0;
	margin-left:0;
	padding-bottom:0;
}

#content.teaser a:hover {
	padding-bottom:1px;
}

/* einleitender Text */
#content.teaser div.intro {
	margin-bottom:2em;
	padding-bottom:2em;
	border-bottom-style:solid;
	border-bottom-color:#bababa;
	border-bottom-width:1px;
}

#content.teaser div.teaser-box {
	min-height:140px;
	position:relative;
	height:auto;
	width:670px;
	padding-bottom:2.5em;
	margin-bottom:1.9em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#bababa;
}

#content.teaser div.teaser-box h2 {
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
	margin-left:233px;
	margin-bottom:.9em;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight: bold;
}

#content.teaser div.teaser-box p {
	margin-left:233px;
	position:relative;
}

#content.teaser div.teaser-box div a {
	bottom:1.8em;
	left:233px;
	position:absolute;
}

#content.teaser div.teaser-box img {
	margin-top:.3em;
	margin-left:10px;
	float:left;
}


/* Übersichtse Partner -  Teaser -------------------------------------------------------------------------*/
/* .partner */


/* einleitender Text */
#content.partner div.intro {
	margin-bottom: 1.4em;
	padding-bottom:2em;
	border-bottom-style:solid;
	border-bottom-color:#bababa;
	border-bottom-width:1px;
}

#content.partner div.partner-box {
	min-height: 100px;
	position:relative;
	height:auto;
	width:670px;
	padding-bottom:1.9em;
	margin-bottom:1.5em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#bababa;
}

#content.partner div.partner-box h2 {
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
	margin-left: 162px;
	margin-bottom:.9em;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight: bold;
}

#content.partner div.partner-box p {
	margin-left: 162px;
	position:relative;
}

#content.partner div.partner-box div a {
	/*font-size:1.8em; */
	left:162px;
	position:absolute;
}

#content.partner div.partner-box img {
	margin-top:.3em;
	margin-left:10px;
	float:left;
}


/* Presse / Login + Datei- /Bilderliste ---------------------------------------------------------------------------------------------*/
/* .press */


/* login */
#content.press ul {
	margin-right:10px;
	margin-left:10px;
}

#content.press ul {
	margin-bottom: 1em;
	margin-top: 0px;
	font-size:1em;
}

#content.press h3 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	line-height:1em;
	font-size:1em;
	text-transform:uppercase;
	float:none;
	display:block;
	position:relative;
	background-repeat:repeat;
	text-transform:uppercase;
	margin-bottom: 1em;
	margin-top:25px;
}

#content.press form.login {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 6px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	left: 10px;
	position: relative;
}

#content.press form.login input.text, #content.press form.login input.password {
	clear: left;
	padding-bottom:0;
	padding-top:4px;
	line-height:20px;
	border-color:#bfbfbf;
	border-style: solid;
	border-width:1px;
	margin-right:10px;
	padding-left:8px;
	margin-bottom:10px;
	height:22px;
	width:199px;
}

#content.press form.login input.button {
	border-style: none;
	clear: left;
	padding-bottom:0;
	margin-top: 8px;
	line-height:21px;
	background-color:transparent;
	background-position:0 0;

	background-image: url(../images/basics/button_01.png);
	float:left;
	width:91px;
	height:21px;
}

#content.press form.login input.button:hover, #content.press form.login input.button:focus {
	height:21px;
	width:91px;
	outline:none;
	background-color:transparent;
	background-image: url(../images/basics/button_01_hover.png);
}

#content.press form.login span.error {
	font-weight: bold;
	left: 10px;
	line-height: 36px;
	color: #ff0100;
	position: relative;
}



#content.press form.login dl {
	
}


#content.press form.login dd {
	width: 210px;
	display: block;
	overflow: hidden;
}


#content.press form.login dt {

	width: 100px;
	float: left;
	line-height: 25px;
	display: block;	
	float: left;
	overflow: hidden;

}

#content.press form.login .error {
	left: 0;
}


#content.press form.login p {
	margin-left: 0;
	
}

#content.press hr {
	padding-bottom:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	margin-top:15px;
	padding-left:0;
	padding-right:0;
	padding-top:15px;
	max-height:1px;
	min-height:1px;
	float:none;
	clear:right;
	top:0;
	line-height:1px;
	font-size:1px;
	position:static;
	width:670px;
	height:1px;
	border-bottom-color:#bababa;
	border-right-style:none;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:solid;
	border-right-width:0;
	border-left-width:0;
	border-top-width:0;
	border-bottom-width:1px;
}




/* Datei- / Bilderliste */

.download-icon-pdf, .download-icon-doc {
	display: block;
	background-image:url(../images/basics/pdfdownloadsicon.jpg);
	background-repeat: no-repeat;
	width: 33px;
	height: 47px;
	margin-left: 10px;
	float: left;
}

#content.press #download {
	margin-left: 0px;
	left: 0px;
	float: left;
	position: relative;
	height: auto;
	width: 670px;
	padding-bottom: 40px;
	padding-top: 0px;
	margin-top: 20px;
	border-top-color: #cbcbcb;
	border-top-style: solid;
	border-top-width: 1px;
}

#content.press #download div {
	clear: left;
	min-height: 1px;
	float: left;
	height: auto;
	margin: 0px;
	border-bottom-color: #cbcbcb;
	border-bottom-style: solid;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 670px;
	border-bottom-width: 1px;
	position: relative;
	left: 0px;
}

#content.press #download img {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	top: 0.4em;
	float: left;
	position: relative;
	left: 0px;
}

#content.press #download img {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
	top: 0.4em;
	float: left;
	position: relative;
	left: 0px;
}

#content.press #download p, #content #download ul {
	margin-left: 233px;
	position: relative;
	left: 0px;
}

#content.press #download ul.specifications {
	margin-bottom: 1em;
	margin-top: 1em;
}

#content.press #download ul.specifications li {
	display: inline;
	line-height: 16px;
	font-size: 11px;
}
#content.press #download li b {
	font-style: normal;
	font-weight: normal;
}

/* Index-Seite / News ---------------------------------------------------------------------------------------------*/
/* .news */

#content.news {
	top:185px;

}

/* Teaser Große Ausstellung ----------------------------------------------------- */
/* .big */


/* mit vertikale Zentrierung Ausstellungsteaser Text */
#content.news div.text {
float:none;
background-color:black;
top:0;
border-width:0;
margin-left:10px;
margin-bottom:10px;
margin-right:10px;
margin-top:0;
padding-bottom:0;
height: 240px;
text-decoration:none;
position:relative;
padding-top:0;
color:white;
width:650px;
border-bottom-style:none;
border-bottom-color:#bababa;
display:table;
overflow:hidden;
clear: both;
}

#content.news div.image {
float:none;
background-color:black;
top:0;
border-width:0;
margin-left:10px;
margin-bottom:10px;
margin-right:10px;
margin-top:0;
padding-bottom:0;
height: 440px;
text-decoration:none;
position:relative;
padding-top:0;
color:white;
width:650px;
border-bottom-style:none;
border-bottom-color:#bababa;
display:table;
overflow:hidden;
clear: both;
}

/* Teaser grosse Ausstellung */
/* vertikale Zentrierung Ausstellungsteaser Text */
#content.news div.big div {
top:50%;
display:table-cell;
vertical-align:middle;
}

/* vertikale Zentrierung Ausstellungsteaser Text */
#content.news div.big div div {
top:-50%;
display:table-cell;
vertical-align:middle;
}

#content.news div.text a {
background-image:url(../images/basics/blank.gif);
background-repeat:repeat;
float:none;
z-index:30;
top:0;
border-width:0;
margin-left:0;
margin-bottom:10px;
margin-right:10px;
margin-top:0px;
padding-bottom:0;
padding-top:0;
height: 18.5em;
text-decoration:none;
display:block;
position:absolute;
width:650px;
border-bottom-style:none;
}

#content.news div.image a {
background-image:url(../images/basics/blank.gif);
background-repeat:repeat;
float:none;
z-index:30;
top:0;
border-width:0;
margin-left:0;
margin-bottom:10px;
margin-right:10px;
margin-top:0px;
padding-bottom:0;
padding-top:0;
height: 440px;
text-decoration:none;
display:block;
position:absolute;
width:650px;
border-bottom-style:none;
}
/*
#content.news div.big a:hover {
position:absolute;
}
*/
#content.news div.big a img {
float:none;
z-index:25;
top:0;
position:absolute;
}

#content.news div.big h3 {
line-height:0.9em;
font-size:4em;
}

#content.news div.big h2 {
text-transform: uppercase;
font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
margin-top:0;
font-size: 1.6em;
line-height: 0.8em;
font-weight:normal;
padding-bottom: 0.8em;
}

#content.news div.big h4 {
text-transform: uppercase;
margin-top:0.35em;
font-size: 1.5em;
font-style:normal;
font-weight:normal;
}

/* typ1 */
#content.news div.big h3.typ1,#content.news div.big h4 {
font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

/* typ2 */
#content.news div.big h3.typ2 {
font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

/* typ3 */
#content.news div.big h3.typ3 {
font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

/* Teaser kleine Ausstellungen ----------------------------------------------------- */
/* .small */

#content.news div.small {
	display:inline;
	background-image:url(../images/basics/blank.gif);
	padding-left:0;
	padding-right:0;
	padding-top:0;
	text-decoration:none;
	border-style:none;
	border-width:0;
	z-index:10;
	color:white;
	margin:10px;
	left:0;
	float:left;
	position:relative;
	height:230px;
	width:315px;
	overflow:hidden;
}

#content.news div.small a {
	background-repeat:repeat;
	background-image:url(../images/basics/blank.gif);
	top:0;
	padding:0;
	border-style:none;
	border-width:0;
	display:block;
	z-index:30;
	margin:0;
	left:0;
	position:absolute;
	height:230px;
	width:315px;
}

/* klasse .layer braucht der IE6 */
#content.news div.small div.layer {
	padding-bottom:0;
	background-image:url(../images/basics/news-black-layer.png);
	z-index:20;
	/*min-height:106px;*/
	min-height:80px; 
	/*max-height:230px;*/
	max-height:230px;
	left:0;
	bottom:0;
	width:315px;
	position:absolute;
}

#content.news div.small img {
	margin:0;
	left:0;
	top:0;
	float:none;
	position:absolute;
}

#content.news div.small h4 {
	padding-bottom:10px;
	line-height:20px;
	margin-left:15px;
	text-transform:uppercase;
	font-size:12px;
}

#content.news div.small h2 {
	padding-top:6px;
	padding-bottom:0;
	line-height:22px;
	font-style:normal;
	font-weight:normal;
	margin-left:15px;
	text-transform:uppercase;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size:13px;
}

#content.news div.small h2 b {
	font-weight:bold;
}

#content.news div.small h3 {
	word-spacing:1px;
	margin-left:15px;
	line-height:23px;
	font-size:20px;
}

/* typ1  */
#content.news div.small h3.typ1 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	line-height:20px;
	font-weight: bold;
}

/* typ2  */
#content.news div.small h3.typ2 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

/* typ3  */
#content.news div.small h3.typ3 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
}

#content.news div.small h4 {
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}



/* Teaser Shop Publikationen / Editionen ------------------------------------------------ */


/* #shop */
#content.news #shop-teaser {
	margin-top:10px;
	padding-bottom:40px;
	border-top-color:#bababa;
	border-top-style:solid;
	border-top-width:1px;
	left:0;
	float:left;
	position:relative;
}

#content.news .jcarousel-skin p {
	width:100px;
}

#content.news #shop-teaser div.slider-box {
	padding-left:0;
	padding-bottom:.5em;
	padding-right:0;
	padding-top:0;
	margin-left:10px;
	margin-bottom:0;
	margin-right:10px;
	margin-top:10px;
	clear:right;
	float:left;
	position:relative;
	left:0;
	width:315px;
}

#content.news #shop-teaser .slider-box h5 {
	font-size:13px;
	text-transform:uppercase;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-weight:bold;
	position:absolute;
	margin-left:10px;
	margin-top:10px;
}

#content.news #shop-teaser .slider h6 {
	width: 120px;
	line-height:16px;
	font-size:11px;
	font-weight:bold;
	top:0;
	position:relative;
	padding:0;
	margin:0;
}

#content.news .slider p {
	margin-left:0;
	margin-bottom:0;
	margin-right:5px;
	margin-top:0;
	line-height:16px;
	font-size:11px;
	clear:left;
	float:left;
	padding:0;
	height:auto;
	position:relative;
	width:120px;
}

#content.news .slider li img {
	margin-left:0;
	margin-bottom:0;
	margin-right:10px;
	margin-top:0;
	padding:0;
	position:relative;
	top:-11px;
}

#content.news .slider p.shop-link {
	padding-bottom:4px;
	margin-top:1.5em;
}

/* für das css fallback - klasse noscript wird mit jquery entfernt */
#content.news #shop-teaser .noscript {
	margin-bottom: 20px;
	padding-left: 10px;
	/*margin-top: 50px;*/
}

/* für das css fallback - klasse noscript wird mit jquery entfernt */
#content.news #shop-teaser .noscript img {
	margin-top: 20px;
	}



/* Footer (unter dem Shop-Teaser) ------------------------------------------------ */
/* #footer */

#content.news .footer {
	padding-bottom:4em;
	float:left;
	position:relative;
	width:670px;
}

#content.news .footer hr {
	display:block;
	margin:0;
	padding:0;
	top:0;
	line-height:1px;
	font-size:1px;
	width:325px;
	height:1px;
	border-bottom-color:#bababa;
	border-right-style:none;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:solid;
	border-right-width:0;
	border-left-width:0;
	border-top-width:0;
	border-bottom-width:1px;
}

#content.news .footer hr.left {
	left:0;
	top:0;
	position:absolute;
	padding:0;
	margin-right:19px;
}

#content.news .footer hr.right {
	left:350px;
	top:0;
	position:absolute;
	padding:0;
	margin-right:0;
}

/* Slider System ------------------------------------------------------------------------------------------------- */
/* http://sorgalla.com/jcarousel/  */

/* Settings für die Shop-Teaser Slider */
#content.news .jcarousel-skin .jcarousel-container {
	padding:0;
	margin:0;
	width:314px;
}

#content.news .jcarousel-skin .jcarousel-container-horizontal {
	padding-left:0;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	width:315px;
}

#content.news .jcarousel-skin .jcarousel-clip-horizontal {
	height:auto;
	width:295px;
	top:45px;
	padding-left:10px;
	padding-right:10px;
}

#content.news .jcarousel-skin .jcarousel-item {
	width:315px;
}



/* Horizontal Buttons */
#content.news .jcarousel-skin .jcarousel-next-horizontal {
	position:absolute;
	top:0;
	right:5px;
	width:18px;
	height:32px;
	cursor:pointer;
	background:transparent url(../images/basics/slider-next-horizontal.png) no-repeat -10px 0;
}

#content.news .jcarousel-skin .jcarousel-next-horizontal:hover {
	background-position:-42px 0;
}

.jcarousel-skin .jcarousel-next-horizontal:active {
	background-position:-74px 0;
}

#content.news .jcarousel-skin .jcarousel-next-disabled-horizontal,#content.news .jcarousel-skin .jcarousel-next-disabled-horizontal:hover,#content.news .jcarousel-skin .jcarousel-next-disabled-horizontal:active {
	cursor:default;
	background-position:-106px 0;
}

#content.news .jcarousel-skin .jcarousel-prev-horizontal {
	position:absolute;
	top:0;
	left:275px;
	width:18px;
	height:32px;
	cursor:pointer;
	background:transparent url(../images/basics/slider-prev-horizontal.png) no-repeat -5px 0;
}

#content.news .jcarousel-skin .jcarousel-prev-horizontal:hover {
	background-position:-37px 0;
}

#content.news .jcarousel-skin .jcarousel-prev-horizontal:active {
	background-position:-69px 0;
}

#content.news .jcarousel-skin .jcarousel-prev-disabled-horizontal,#content.news .jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,#content.news .jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
	cursor:default;
	background-position:-96px 0;
}



/* ----------------------------------------------- */


/* allgemeine css für die Slider / jcarousel */


/**
 * This div element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position:relative;
}

.jcarousel-clip {
	z-index:2;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
}

.jcarousel-list {
	z-index:1;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
}

.jcarousel-list li,.jcarousel-item {
	float:left;
	list-style:none;


/* We set the width/height explicitly. No width/height causes infinite loops. */
	width:315px;
}



/**
 * The buttons are added dynamically by jCarousel before
 * the ul list (inside the div described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index:25;
	display:none;
}

.jcarousel-prev {
	z-index:25;
	display:none;
}

#content h1 cufon.cufon-canvas {
padding-top: 12px;
}

#content.news div.big {
	float:none;
	top:0;
	border-width:0;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
	padding-bottom:0;
	height: 440px;
	text-decoration:none;
	position:relative;
	padding-top:0;
	color:white;
	width:650px;
	border-bottom-style:none;
	display:table;
	overflow:hidden;
}

#content.news div.big.text {
	height: 18.5em;
	background-color: black;
}

#content.news div.big.image {
	background-color: transparent;
}

/**
* dkd fix
*/
#content .small .layer cufon.cufon-canvas {
padding-top: 7px;
}

.back-link {
  z-index: 10;
}
#rglbCenter, #rglbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #FFF !important;
	border: 1px solid #666;
}
.hidden {
  display: none;
}

#content.staff h2 {
  border-top-color:#bababa;
  border-top-style: solid;
	border-top-width:1px;
	padding-top: 20px;
	text-align:left;
	width:670px;
	left:0;
	margin-left: 0px;
  padding-left: 10px;
}

#content.staff h1 {
  border-style: none;
  height: auto;
}

#site {
  margin-bottom: 30px;
}

#navigation {
  z-index: 11;
}

 #content.universal .csc-textpic-imagewrap {
 	margin-left: 10px;
 }

.csc-textpic-caption {
 	margin-top:6px;
 }


/**
* shop
**/

#content.shop .tx-dkdshop {
	/*margin-left: 10px;*/
}

#content .tx-dkdshop #tx-dkdshop-pi1 form table#tx-dkdshop-cart,
#content .tx-dkdshop #tx-dkdshop-pi1 form table#tx-dkd-shop-step2,
#content .tx-dkdshop #tx-dkdshop-pi1 form table#tx-dkd-shop-step3 {
	border-collapse:collapse;
	margin-left:	0px;
	width:	670px;
}

#content .tx-dkdshop #tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even td.colspan-5 div#bill-address-change	{
	display:	none;
}

#content .tx-dkdshop #tx-dkdshop-pi1 form table#tx-dkd-shop-step2 div#bill-address-change table tr.tr-1,
#content .tx-dkdshop #tx-dkdshop-pi1 form table#tx-dkd-shop-step2 div#bill-address-change table tr.tr-9,
#content .tx-dkdshop #tx-dkdshop-pi1 form table#tx-dkd-shop-step2 div#bill-address-change table tr.tr-11	{
	height:	10px;
}

#content .tx-dkdshop #tx-dkdshop-pi1 form table#tx-dkd-shop-step2 div#bill-address-change table tr td.td-2 input {
	border:	1px solid #bababa;
	background:	#ffffff;
}

table#tx-dkdshop-cart tbody tr.tr-odd td.td-0,
table#tx-dkdshop-cart tbody tr.tr-odd td.td-1,
table#tx-dkdshop-cart tbody tr.tr-odd td.td-2,
table#tx-dkdshop-cart tbody tr.tr-odd td.td-3,
table#tx-dkdshop-cart tbody tr.tr-odd td.td-4,
table#tx-dkdshop-cart tbody tr.tr-odd td.td-5,
table#tx-dkdshop-cart tbody tr.tr-odd td.td-6,
table#tx-dkdshop-cart tbody tr.tr-odd td.td-last.td-btn,
table#tx-dkdshop-cart tbody tr.tr-even td.td-0,
table#tx-dkdshop-cart tbody tr.tr-even td.td-1,
table#tx-dkdshop-cart tbody tr.tr-even td.td-2,
table#tx-dkdshop-cart tbody tr.tr-even td.td-3,
table#tx-dkdshop-cart tbody tr.tr-even td.td-4,
table#tx-dkdshop-cart tbody tr.tr-even td.td-5,
table#tx-dkdshop-cart tbody tr.tr-even td.td-6,
table#tx-dkdshop-cart tbody tr.tr-even td.td-last.td-btn	{
	border-bottom:	1px solid #dbdbdb;
	/*padding-left:	15px;*/
	vertical-align:	middle;
}

table#tx-dkdshop-cart tbody tr.tr-odd td.td-1,
table#tx-dkdshop-cart tbody tr.tr-even td.td-1 {
	padding-top:	20px;
}

table#tx-dkdshop-cart tbody tr.tr-odd td.td-3 select.tx-dkdshop-cartquantity,
table#tx-dkdshop-cart tbody tr.tr-even td.td-3 select.tx-dkdshop-cartquantity,
table#tx-dkdshop-cart tbody tr.tr-even td.colspan-2,
table#tx-dkdshop-cart tbody tr.tr-odd td.colspan-2	{
	text-align:	center;
}

table#tx-dkdshop-cart tbody .tr-even.tr-0 th.td-3,
table#tx-dkdshop-cart tbody .tr-even.tr-0 th.td-6,
table#tx-dkdshop-cart tbody tr.tr-odd td.td-6,
table#tx-dkdshop-cart tbody tr.tr-even td.td-6	{
	text-align:	right;
}

table#tx-dkdshop-cart tbody .tr-even.tr-0 th.td-0	{
	width:	1px;
}

table#tx-dkdshop-cart tbody tr.tr-odd td.colspan-6,
table#tx-dkdshop-cart tbody tr.tr-odd td.colspan-6,
table#tx-dkdshop-cart tbody tr.tr-even td.colspan-6,
table#tx-dkdshop-cart tbody tr.tr-even td.colspan-6	{
	text-align:		right;
	padding-top:	10px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd th.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-6 th.colspan-5,
table#tx-dkdshop-cart tbody tr.tr-even td.colspan-6,
table#tx-dkdshop-cart tbody tr.tr-even td.colspan-2,
table#tx-dkdshop-cart tbody tr.tr-odd td.colspan-2,
table#tx-dkdshop-cart tbody tr.tr-odd td.colspan-6 {
	padding-bottom:10px;
	padding-right:15px;
	text-align:right;
}

table#tx-dkdshop-cart tbody tr.tr-even td.colspan-6.tx-dkdshop-carttotal,
table#tx-dkdshop-cart tbody tr.tr-even td.colspan-2.tx-dkdshop-carttotal,
table#tx-dkdshop-cart tbody tr.tr-odd td.colspan-2.tx-dkdshop-carttotal,
table#tx-dkdshop-cart tbody tr.tr-odd td.colspan-6.tx-dkdshop-carttotal,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-4.txt-dkdshop-hdgtotal,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.td-4.txt-dkdshop-total,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.colspan-4.txt-dkdshop-hdgtotal,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.td-4.txt-dkdshop-total {
	border-bottom:	1px solid #dbdbdb;
	font-weight:	bold;
	padding-bottom:	10px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-4.txt-dkdshop-hdgproduktstotal,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-4.txt-dkdshop-hdgforwardingcharges,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-4.txt-dkdshop-hdgvat,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-4.txt-dkdshop-hdgtotal,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.colspan-4.txt-dkdshop-hdgproduktstotal,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.colspan-4.txt-dkdshop-hdgforwardingcharges,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.colspan-4.txt-dkdshop-hdgvat,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.colspan-4.txt-dkdshop-hdgtotal	{
	text-align:	right;
}

table#tx-dkdshop-cart tbody tr.tr-odd td.td-2 p#btn-remove,
table#tx-dkdshop-cart tbody tr.tr-even td.td-2 p#btn-remove {
	margin-left:	0px;
	margin-top:	5px
}

*+html table#tx-dkdshop-cart tbody tr.tr-odd td.td-2 p#btn-remove,
*+html table#tx-dkdshop-cart tbody tr.tr-even td.td-2 p#btn-remove {
	margin-left:	0px;
	margin-top:	5px
}

table#tx-dkdshop-cart tbody tr.tr-odd td.td-2 p#btn-remove a#remove,
table#tx-dkdshop-cart tbody tr.tr-even td.td-2 p#btn-remove a#remove {
	border-bottom:1px solid #bababa;
	color:#bababa;
	font-size:11px;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 div#tx-dkdshop-loginrequired table tbody tr.tr-even td.td-0.td-btn a,
div#content div.tx-dkdshop div#tx-dkdshop-pi1 div#tx-dkdshop-loginrequired table tbody tr.tr-even td.td-1.td-last.td-btn a	{
	border:	medium none;
	font-weight:bold;
	text-decoration:underline;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 div#tx-dkdshop-loginrequired table tbody tr.tr-odd.tr-1 td.colspan-2 {
	padding-bottom:	15px;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 div#tx-dkdshop-loginrequired table tbody tr.tr-even.tr-2	{
	height:	100px;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 div#tx-dkdshop-loginrequired table tbody tr.tr-even td.td-0.td-btn,
div#content div.tx-dkdshop div#tx-dkdshop-pi1 div#tx-dkdshop-loginrequired table tbody tr.tr-even td.td-1.td-last.td-btn {
	text-align:	center;
	border-bottom:	1px solid #bababa;
	vertical-align:	middle;
	width:	50%
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 table#tx-dkdshop-paymentmethod-debitdata	{
	margin-top:	10px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 table#tx-dkdshop-paymentmethod-debitdata tr td	{
	padding-left:	5px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form div#tx-dkdshop-cartmessages div.tx-dkdshop-message.step2	{
	color:#E6292D;
	font-weight:bold;
	margin-bottom:10px;
}

table#tx-dkdshop-cart tbody tr.tr-odd td.td-3 select.tx-dkdshop-cartquantity,
table#tx-dkdshop-cart tbody tr.tr-even td.td-3 select.tx-dkdshop-cartquantity,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.colspan-3 select#tx-dkdshop-addressid,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even td.colspan-3 input,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd td.colspan-3 input,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even td.colspan-3 select,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd td.colspan-3 select,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-3 select#tx-dkdshop-paymentmethod	{
	border-color:#bababa;
	border-style:solid;
	border-width:1px;
}

div#right-col p.agb a	{
	border-bottom:medium none;
	color:#BABABA;
	font-family:sans-serif;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-2 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.tr-0 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd.tr-11 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.tr-0 td.colspan-3,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-4 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-6 th.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tx-dkdshop-deliveryaddress.tr-even.tr-12 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tx-dkdshop-deliveryaddress.tr-even.tr-12 td.colspan-3,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-4.txt-dkdshop-hdgproduktstotal,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.td-4.txt-dkdshop-produktstotal,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.colspan-4.txt-dkdshop-hdgproduktstotal,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.td-4.txt-dkdshop-produktstotal,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd th.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-2.tx-dkdshop-hdgpaymentmethod,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-3.tx-dkdshop-selectboxpaymentmethod,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-0 td.colspan-5	{
	padding-top:	10px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tx-dkdshop-deliveryaddress.tr-odd td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tx-dkdshop-deliveryaddress.tr-even td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd.tr-11 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.tr-2 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-0 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd.tr-3 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.tr-0 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-4 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd.tr-5 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd.tr-7 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd.tr-9 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd.tr-25 th,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-6 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-8 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-10 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-12 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-0 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-odd.tr-1 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tx-dkdshop-deliveryaddress.tr-odd.tr-3 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-2 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd td.colspan-3,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even td.colspan-3,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd.tr-23 td.colspan-2.tx-dkdshop-hdgpaymentmethod,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-3.tx-dkdshop-selectboxpaymentmethod,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkdshop-cart tbody tr.tr-even td.cartempty,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.requiredfields td.colspan-5	{
	padding-left:10px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-0 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-2 td.colspan-5	{
	font-weight:	bold;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd.tr-25 th,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-4 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-6 th.colspan-5 {
	padding-left:10px;
	text-align:	left;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd td.colspan-3 table#tx-dkdshop-paymentmethod-debitdata tr th span.star,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd td.colspan-2 span.star,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even td.colspan-2 span.star,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.requiredfields td.colspan-5 span.star	{
	color:	#E6292D;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.tr-12 td.colspan-5	{
	border-bottom:1px solid #BABABA;
	padding-bottom:5px;
	padding-top:5px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tx-dkdshop-deliveryaddress.tr-odd.tr-3 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-odd.tr-1 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.tr-4 td.colspan-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.border td.colspan-4,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.border td.td-4,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-2.tx-dkdshop-hdgpaymentmethod,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-3.tx-dkdshop-selectboxpaymentmethod	{
	border-bottom:1px solid #BABABA;
	padding-bottom:10px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tx-dkdshop-deliveryaddress.tr-even.tr-22 td.colspan-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tx-dkdshop-deliveryaddress.tr-even.tr-22 td.colspan-3,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-10 td.colspan-2.tx-dkdshop-labelcountry,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-10 td.colspan-3.tx-dkdshop-country	{
	padding-bottom:10px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd.tr-23 td.colspan-2.tx-dkdshop-hdgpaymentmethod,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.colspan-3.tx-dkdshop-selectboxpaymentmethod	{
	border-top:1px solid #BABABA;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd.tr-11 td.colspan-2	{
	border-bottom:1px solid #BABABA;
	border-top:1px solid #BABABA;
	padding-bottom:10px;
	padding-top:10px;
}

#tx-dkdshop-cart .tr-even.tr-0,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-odd.tr-5,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-26,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.hdg	{
	background-color:#dbdbdb;
	height:	30px;
	text-transform:uppercase;
}

*+html #tx-dkdshop-cart .tr-even.tr-0 th,
*+html div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.tr-26 td,
*+html div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-odd.tr-5 td,
*+html div#tx-dkdshop-loginrequired table tbody tr.tr-even.tr-0 td,
*+html div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.hdg th,
*+html div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even.hdg th	{
	background-color:#dbdbdb;
	text-transform:uppercase;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd td.colspan-3 table#tx-dkdshop-paymentmethod-debitdata tr th,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.td-3,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.td-4,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.td-4,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-odd.tr-5 td.td-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-26 td.td-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-26 td.td-4	{
	padding-top:5px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.tr-26 td.td-3,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.td-3,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.td-3	{
	text-align:	right;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.td-4,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.td-4	{
	padding-right:	10px;
	text-align:right;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.tr-26 td.td-4	{
	padding-right:10px;
	padding-top:5px;
	text-align:right;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.tr-26 td.td-0,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-odd.tr-5 td.td-0,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even.hdg th	{
	padding-top:	5px;
	padding-left:	10px;
	text-align:	left;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.tr-26 td.td-0,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-odd.tr-5 td.td-0	{
	width:	70px;
}
div.tx-dkdshop div#tx-dkdshop-pi1 table#tx-dkdshop-checkoutcompleted	{
	margin-left:	10px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even.tr-26 td.td-1	{
	width:	35px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-odd td.td-0,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step2 tbody tr.tr-even td.td-0,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-odd td.td-0,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even td.td-0	{
	padding-left:	34px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.td-1,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.td-1	{
	padding-left:	5px;
}

div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.td-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.td-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-odd td.td-2,
div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even td.td-2	{
	padding-left:20px;
	padding-top:20px;
}

*+html div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-odd td.td-2,
*+html div.tx-dkdshop div#tx-dkdshop-pi1 form table tbody tr.tr-even td.td-2,
*+html div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-odd td.td-2,
*+html div.tx-dkdshop div#tx-dkdshop-pi1 form table#tx-dkd-shop-step3 tbody tr.tr-even td.td-2	{
	/*padding-bottom:	15px;*/
}


table#tx-dkdshop-cart tbody .tr-even.tr-0 th.td-0,
table#tx-dkdshop-cart tbody .tr-even.tr-0 th.td-1,
table#tx-dkdshop-cart tbody .tr-even.tr-0 th.td-2,
table#tx-dkdshop-cart tbody .tr-even.tr-0 th.td-4,
table#tx-dkdshop-cart tbody .tr-even.tr-0 th.td-5,
table#tx-dkdshop-cart tbody .tr-even.tr-0 th.td-last	{
	padding-left:	5px;
	padding-top:	5px;
}

/* Der Kern von Clearfix "footer" */
div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* IE-Patch für IE 7*/
*:first-child+html div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer { min-height: 0; }

/* IE-Patch für IE 6*/
* html div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer { height: 1%; }

div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer	{
	border-bottom:	1px solid #bababa;
	width:	670px;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cartbtns {
	margin-top:	10px;
	padding-bottom:	10px;
	display:	inline;
	float:	right;
	margin-right:	10px;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer div.tx-dkdshop-cartbtns-overview a#tx-dkd-shop-tooverview	{
	border:	none;
}

*+html div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer div.tx-dkdshop-cartbtns-overview a#tx-dkd-shop-tooverview	{
	padding-left:	10px;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer div.tx-dkdshop-cartbtns input.order,
div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cartbtns input.order,
div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer div.tx-dkdshop-cartbtns-overview input.back	{
	background:none repeat scroll 0 0 #FFFFFF;
	font-family:georgia;
	font-size:13px;
}

*+html div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer div.tx-dkdshop-cartbtns-overview	{
	margin-left:	0px;
}

*+html div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer div.tx-dkdshop-cartbtns	{
	margin-right:	0px;
}

*+html div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer div.tx-dkdshop-cartbtns input.order	{
	padding-right: 10px;
	text-align: right
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cart-footer div.tx-dkdshop-cartbtns strong input.order {
	font-weight:	bold;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 form div.tx-dkdshop-cartbtns-overview {
	margin-top:	10px;
	padding-bottom:	10px;
	display:	inline;
	float:	left;
	margin-left:	10px;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 h2 {
	background-color:#DBDBDB;
	height:30px;
	margin-left:0;
	padding-left:10px;
	padding-top:11px;
	text-transform:uppercase;
	/*width:670px;*/
}

div#tx-dkdshop-pi1 table#tx-dkdshop-checkoutcompleted tbody tr.tr-even.tr-0 td.colspan-2 div#tx-dkdshop-paypal div#tx-dkdshop-paypalmsg	{
	margin-bottom:10px;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 div#tx-dkdshop-loginrequired table tr.tr-even.tr-0 h2 {
	text-transform:uppercase;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 div#tx-dkdshop-cartmessages 	{
	margin-left:	10px;
	width:	660px;
}

div#content div.tx-dkdshop div#tx-dkdshop-pi1 div#tx-dkdshop-cartmessages div.tx-dkdshop-message img	{
	margin-bottom:	0px;
}

#content.shop #tx-dkdshop-categoryoverview {
	width:	670px;
}

#content.shop #tx-dkdshop-categoryoverview .clearfixoverview{
	width:	660px;
}

#content.shop #tx-dkdshop-categoryoverview div.cat-title,
#content.shop #tx-dkdshop-singleview div.cat-title {
	border: medium none;
	float:	left;
	font-family:	"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-size:	22px;
	margin-left:	10px;
	margin-bottom:25px;
	margin-top:20px;
	text-align:	left;
	width:	400px;
}

#content.shop #tx-dkdshop-categoryoverview div#paging,
#content.shop #tx-dkdshop-singleview div#allproduct	{
	border:medium none;
	float:right;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-size:13px;
	margin-bottom:25px;
	margin-right:10px;
	margin-top:20px;
	text-align:right;
}

#content.shop #tx-dkdshop-categoryoverview div#paging span.pagingSpacer	{
	margin-right:4px;
}

.previouspage-class	{
	display:none;
}

.page_distance {
	margin-left: 5px;
	float: left;
}

#content.shop #tx-dkdshop-categoryoverview div#paging strong	{
	font-weight:	bold;
}

#content.shop #tx-dkdshop-categoryoverview div.underline,
#content.shop #tx-dkdshop-singleview div.underline{
	border-bottom:1px solid #BFBFBF;
	margin-left:0px;
	margin-top:-6px;
	width:670px;
}

*+html #content.shop #tx-dkdshop-categoryoverview div.underline {
	margin-top:-17px;
}

#content.shop #tx-dkdshop-categoryoverview div.shopitem {
	border-bottom: #bababa solid 1px;
	display:inline;
	float:left;
	height:240px;
	margin-right:20px;
	margin-top:30px;
	position:relative;
	text-align:center;
	width:200px;
}

#tx-dkdshop-categoryoverview .productname{
	margin-left: auto !important;
	margin-right: auto !important;
}

#tx-dkdshop-categoryoverview .productname h2{
	font-weight:bold;
	margin-left: auto !important;
	margin-right: auto !important;
}

#tx-dkdshop-categoryoverview .price {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:	10px;
}

#content .tx-dkdshop .catview {
	border-bottom: 1px solid #BFBFBF;
	display: block;
	height: 20px;
	padding: 20px 10px;
}

#content .tx-dkdshop .catview div.cat-title	{
	font-size: 22px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	float: left;
}

#content .tx-dkdshop .catview div.cat-backlink	{
	font-size: 13px;
	float: right;
}

#content .tx-dkdshop .catview div.cat-backlink	a {
	border: none;
}

#tx-dkdshop-singleview .details-right div.prod-title	{
	font-size: 18px;
	font-style: italic;
	width: 250px;
}

#tx-dkdshop-singleview .details-right div.prodtitle	{
	font-size: 18px;
	margin-bottom: 20px;
	width: 250px;
}

#tx-dkdshop-singleview .details-right div.tx-dkdshop-productdescription	{
	float: left;
	margin-right: 15px;
	width: 245px;
}

#tx-dkdshop-singleview div.details-right div.tx-dkdshop-productdescription div.tx-dkdshop-producttable form#product-submit input	{
	margin-top:4px;
}

*+html #tx-dkdshop-singleview div.details-right div.tx-dkdshop-productdescription div.tx-dkdshop-producttable form#product-submit input	{
	margin-top: 9px !important;
}

#tx-dkdshop-singleview .details-right div.tx-dkdshop-product_sec_description {
	float: left;
	width: 245px;
}

#tx-dkdshop-singleview .details-right div.tx-dkdshop-productdescription p,
#tx-dkdshop-singleview .details-right div.tx-dkdshop-product_sec_description p {
	margin: 0 0 13px;
}

#tx-dkdshop-categoryoverview a {
	border-width:	0px;
	text-decoration: none;
}

#tx-dkdshop-categoryoverview a div.imageframe	{
	height:	120px;
}

#tx-dkdshop-singleview .details-left {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 30px;
}

#tx-dkdshop-singleview .details-left .tx-dkdshop-productimages	{
	width:	125px;
}

#tx-dkdshop-singleview .tx-dkdshop-product_sec_description {
	margin-top:30px;
}

#tx-dkdshop-singleview h2 {
	font-weight: bold;
}

#tx-dkdshop-singleview .quantity input {
	border: 1px solid #BFBFBF;
	clear: left;
	height: 22px;
	line-height: 20px;
	padding-bottom: 0;
	padding-left: 8px;
	padding-top: 4px;
	width: 30px;
	margin-right: 5px;
}

*+html #tx-dkdshop-singleview .quantity input {
	margin-top:	5px !important;
}

#tx-dkdshop-singleview form.singleview	{
	margin-left:10px;
	width:300px;
}

#tx-dkdshop-singleview .hdgproductquantity,
#tx-dkdshop-singleview .quantity,
#tx-dkdshop-singleview .price	{
	float: left;
	margin-right: 10px;
}

#tx-dkdshop-singleview .hdgproductquantity,
#tx-dkdshop-singleview .price	{
	margin-bottom: 13px;
	float:  none;
}

#tx-dkdshop-singleview .productsubmit	{
	margin-left: 10px;
	padding-top: 2px;
}


#tx-dkdshop-singleview .details-right {
	float: left;
	margin-top: 30px;
	position: relative;
	width: 505px;
}

#tx-dkdshop-singleview .details-right div.tx-dkdshop-productdescription p.prod-title	{
	font-size:15px;
	font-style:italic;
}

#right-col #tx-dkdshop-productlist	{
	padding-bottom: 15px;
}

#right-col .csc-header,
#tlogin .middle .center #cont-inn .csc-header,
#tlogin .middle .center #cont-inn .tx-dkdshop,
#tlogin .middle .center #cont-inn #tx-dkdshop-minicart,
#tlogin .middle .center #cont-inn #tx-dkdshop-minicartdata,
#tlogin .middle .center #cont-inn #tx-dkdshop-minicartdata div,
#tlogin .middle .center #cont-inn #tx-dkdshop-minicartproducts,
#tlogin .middle .center #cont-inn #tx-dkdshop-minicartproducts div,
#tlogin .middle .center #cont-inn #tx-dkdshop-minicartinfo {
	border: medium none;
}

#tlogin .middle .center #cont-inn #tx-dkdshop-minicartinfo	{
	border: medium none;
	font-family:	"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-size:	10px;
	margin:	11px 0px 11px 0px;
	text-align:	left;
}

#tlogin .middle .center #cont-inn #tx-dkdshop-minicartinfo a	{
  border: medium none;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

#tlogin .middle .center #cont-inn #tx-dkdshop-minicartinfo .tx-dkdshop-cartcontent {
	display:	inline;
}

/* Der Kern von Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; }

/* IE-Patch für IE 6*/
* html .clearfix { height: 1%; }

#tlogin .middle .center #cont-inn #tx-dkdshop-minicart #tx-dkdshop-minicartdata {
	padding:	0 5px;
}

#tlogin .middle .center #cont-inn #tx-dkdshop-minicart span.tx-dkdshop-hdgcart	{
	font-weight:bold;
	margin-bottom:0;
	margin-top:0;
	width: 170px;
}

#tlogin .middle .center #cont-inn #tx-dkdshop-minicart #tx-dkdshop-minicartdata hr {
	border:	0px;
	background-color: #ffffff;
	color:	#ffffff;
	height:	1px;
	margin-top:	0px;
}

#tlogin .middle .center #cont-inn .tx-dkdshop-product	{
	border: medium none;
	color:	#e6292d;
	display:	inline;
	float:	left;
	font-family:	"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-size:	10px;
	margin-left:	0px;
	text-align:	left;
}

#tlogin .middle .center #cont-inn .tx-dkdshop-product-unitprice	{
	border: medium none;
	color:	#e6292d;
	display:	inline;
	float:	right;
	font-family:	"Georgia","Times New Roman",Times,serif;
	font-size:	10px;
	margin-right:	0px;
	text-align:	right;
}

/**
Shop Login Content
*/
div#content div.tx-felogin-pi1 form#login.login fieldset div.clearfix div.felogin-input input	{
	border:1px solid #BABABA;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-size:13px;
	height:20px;
	padding-left:5px;
	width:200px;
	display: inline;
	margin-left:0px;
	margin-bottom:	15px;
	float:	left;
}

*+html div#content div.tx-felogin-pi1 form#login.login fieldset div.clearfix div.felogin-input input,
*+html div#content div.tx-felogin-pi1 form#login.login fieldset div.clearfix div.felogin-label,
*+html div#content div.tx-felogin-pi1 form#login.login fieldset div#felogin-submit	{
	margin-top:	15px;
}

div#content div.tx-felogin-pi1 form#login.login fieldset div.clearfix div.felogin-label	{
	display:inline;
	float:left;
	margin-bottom:15px;
	margin-left:10px;
	width:110px;
}

div#content div.tx-felogin-pi1 form#login.login fieldset div.hdg-felogin,
div#content div.tx-felogin-pi1 form fieldset div.hdg-felogin h3	{
	background-color:#DBDBDB;
	color:#000000;
	margin-bottom:25px;
	margin-left:0;
	padding-bottom:8px;
	padding-left:10px;
	padding-top:8px;
	text-transform:uppercase;
	width:660px;
}

div#content div.tx-felogin-pi1 h3	{
	color:#E6292D;
	margin-bottom:10px;
}

div#content div.tx-felogin-pi1 div#frgtmail-cont	{
	margin-left:10px;
	margin-top:40px;
}

div#content div.tx-felogin-pi1 div#frgtmail-cont label	{
	float:left;
	padding-top:5px;
	width:150px;
}

div#content div.tx-felogin-pi1 div#frgtmail-cont input	{
	border:1px solid #BABABA;
	height:25px;
	width:200px;
}

div#content div.tx-felogin-pi1 div#frgtmailsend-cont	{
	clear:both;
	margin-left:0;
	margin-top:20px;
	padding-left:10px;
}

div#content div.tx-felogin-pi1 div#frgtmailsend-cont input	{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #BABABA;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-size:13px;
	height:25px;
}

div#content div.tx-felogin-pi1 p#frgtback-cont	{
	border-bottom:1px solid #BABABA;
	border-top:1px solid #BABABA;
	margin-left:0;
	margin-top:20px;
	padding-bottom:7px;
	padding-left:10px;
	padding-top:7px;
	text-decoration:none;
}

div#content div.tx-felogin-pi1 p#frgtback-cont a,
#tx-dkdshop-singleview .details-left .tx-dkdshop-productimages a	{
	border:medium none;
}

div#content div.tx-felogin-pi1 form#login.login fieldset div#felogin-submit	{
	border-bottom:1px solid #BABABA;
	height:50px;
}

div#content div.tx-felogin-pi1 form#login.login fieldset div#felogin-submit	input {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #BABABA;
	font-family:georgia;
	font-size:13px;
	margin-left:10px;
	padding:4px;
}

div#content div.tx-felogin-pi1 p#frgtpw-cont	{
	border-bottom:1px solid #BABABA;
	margin-left:0;
	margin-top:7px;
	padding-bottom:7px;
	width:670px;
}

div#content div.tx-felogin-pi1 p#frgtpw-cont a	{
	border-bottom:medium none;
	padding-left:10px;
}

	/**
	Serachbox
	*/

tx-dkdshop-searchform {
	border: none !important;
}

div.searchfield {
	   border-style: hidden;
     border-width: 0px;
     color: #000;
     padding-left:24px;
     /*padding-right:7px; */
     font-size:8pt;
     background-image: url(../images/basics/suchfeld.png);
     margin-left:3px;
     height: 30px !important;
     width: 199px !important

}

div.searchfield .tx-dkdshop-searchfield{
	margin-top: 9px;
}

.searchbox {
	position: absolute;
	right: 0px;
	top: 40px;
}

.searchbox .searchinput {
	border-style: hidden;
  border-width: 0px;
  color: #000;
  padding-left:24px;
  /*padding-right:7px; */
  font-size:8pt;
  background-image: url(../images/basics/suchfeld.png);
  margin-left:3px;
  height: 30px !important;
  width: 199px !important

	}
.searchbox .searchinput #sword {
	margin-top: 9px;
	width: 187px;
	margin-top /*\**/: 9px\9;
	height /*\**/: 11px\9;
	font-size /*\**/: 11px\9;
}

*+html .searchbox .searchinput #sword {
	margin-top: 8px! important;
	font-size: 12px! important;
	width: 175px;
	height: 12px! important;
	border-top-width: 0px! important;
}

/**
* gallery
**/

/** .slideInfoZone {
	margin-top: 40px !important;
	visibility: visible !important;
}
**/

/**
* felogin
**/

#cscheader {
	font-family:	"Lucida Sans","Lucida Grande","Lucida Sans Unicode","Helvetica","Arial","sans-serif";
	margin-top:	18px;
}

#cscheader #head {
	border:	medium none;
	font-size:13px;
	font-weight:bold;
}

#cscheader form  {
  	margin:20px 5px;
}

#cscheader #selcat {
  	border:	1px solid #DBDBDB;
  	width:	230px;
}

div#cont-out	{
	border: medium none;
	width: auto;
}

*+html div #cont-out	{
	border: medium none;
	width: auto;
}

div#cont-inn	{
	border: medium none;
	width: auto;
}

*+html div #cont-inn	{
	border: medium none;
	width: auto;
}

#tlogin {
	margin-top: 15px;
	width: 100%;
}

#tlogin .up .left	{
	background: url(../images/shop/li-o.png) no-repeat;
	width:	2px;
	height:	5px;
}
#tlogin .up .right	{
	background: url(../images/shop/re-o.png) no-repeat;
	width:	2px;
	height:	5px;
}
#tlogin .up .center	{
	background-color: #dbdbdb;
}


#tlogin .middle .left	{
	background-color: #dbdbdb;
}
#tlogin .middle .right	{
	background-color: #dbdbdb;
}
#tlogin .middle .center	{
	background-color: #dbdbdb;
}

#tlogin .middle .center #cont-inn .csc-header h4 {
	border:	none;
	background-color: #dbdbdb;
	height: auto;
	margin: 3px 0 5px 5px;
	font-weight:	bold;
	width: auto;
}

#tlogin .middle .center #cont-inn .csc-header-csc-header-n2 {
	border:	none;
	background-color: #dbdbdb;
	height: auto;
	margin: 3px 0 5px 5px;
	width: auto;
}

#tlogin .middle .center #cont-inn p.newreg {
	background-color:#DBDBDB;
	border:medium none;
	height:auto;
	margin:10px 0 8px 0;
	padding-left:	7px;
	padding-left /*\**/: 7px\9;
	width:170px;
}

*+html #tlogin .middle .center #cont-inn p.newreg {
	padding-left:	 5px !important;
	width:auto;
	margin-top:	20px;
}

#tlogin .middle .center #cont-inn #newregis .csc-header-csc-header-n2 {
	margin:	8px 0 7px 5px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 {
	border:	none;
	background-color: #dbdbdb;
	height: auto;
	width: auto;
}

div#tx-dkdshop-loginrequired table	{
	margin-left:	0px;
	width:	670px;
}

div#tx-dkdshop-loginrequired table tbody tr.tr-even.tr-0 td h2 img 	{
	margin-bottom:	0px;
}

div#tx-dkdshop-loginrequired table tbody tr.tr-even.tr-0 	{
	background-color:	#dbdbdb;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 label {
	display:	inline;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 .felogin-logout  {
	border:medium none;
	color:#000000;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-size:13px;
	margin-left:7px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 form {
  	margin-right: 5px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 .felogin-hidden {
	background-color: #dbdbdb;
	border-bottom-width: 0px;
	width: auto;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 form#login.login fieldset legend#legend	{
	font-weight:bold;
	padding:0 5px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 input {
  	display: block;
  	float: left;
  	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
  	font-size:	13px;
  	margin: 5px 0 0 5px;
  	padding-left: 3px;
  	text-align: left;
  	width: 105px;
}

*+html #tlogin .middle .center #cont-inn .tx-felogin-pi1 input {
	width:	101px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 .button {
	background-color:#DBDBDB;
	float:left;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
	font-size:1em;
	margin:8px 0 7px 4px;
	padding:0;
}

/*Safari*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
#tlogin .middle .center #cont-inn .tx-felogin-pi1 .button {
padding-left: 3px;
}
}

body:first-of-type #tlogin .middle .center #cont-inn .tx-felogin-pi1 div#send-pw input {
	padding-left: 6px;
}

*+html #tlogin .middle .center #cont-inn .tx-felogin-pi1 .button	{
	margin:	8px 0 7px 0px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 .button span {
  margin:0;
  text-decoration: underline;
  padding-left /*\**/: 5px\9;
}

*+html #tlogin .middle .center #cont-inn .tx-felogin-pi1 .button span {
	padding-left:	1px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 div {
	border:medium none;
	color:#E6292D;
	margin-left:6px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 h3 {
	font-weight:bold;
	margin-left:7px;
	width:	170px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 form#login.login fieldset div#frgt-pw	{
	float:right;
	font-size:1em;
	margin-top:16px;
}

*+html #tlogin .middle .center #cont-inn .tx-felogin-pi1 form#login.login fieldset div#frgt-pw	{
	float:none;
	text-align:	right;
	margin-top:20px !important;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 div#frgtpw-back	{
	font-size:1em;
	margin-bottom:7px;
	margin-top:10px;
	padding-left:1px;
}

*+html #tlogin .middle .center #cont-inn .tx-felogin-pi1 div#frgtpw-back	{
	padding-left:2px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 div#frgt-email	{
	margin-top:5px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 div#frgt-email input	{
	margin-left:0;
	width:135px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 div#send-pw	{
	margin-left:0;
	padding-left:0;
	text-align:left;
	text-decoration:underline;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 div#send-pw input	{
	background:none repeat scroll 0 0 #DBDBDB;
	margin-left:0;
	padding-left:4px;
	text-align:left;
	text-decoration:underline;
	padding-left /*\**/: 6px\9;
}

*+html #tlogin .middle .center #cont-inn .tx-felogin-pi1 div#send-pw input	{
	padding-left:7px;
	width:	150px;
}

#tlogin .middle .center #cont-inn .tx-felogin-pi1 form#login.login fieldset div#frgt-pw a,
#tlogin .middle .center #cont-inn .tx-felogin-pi1 div#frgtpw-back a {
	border-bottom:medium none;
	font-size:1em;
	text-decoration:underline;
}

/*#tlogin .middle .center #cont-inn #newregis {
	clear:both;
	margin:10px 0 7px 7px;
}

*+html #tlogin .middle .center #cont-inn #newregis {
  margin: 8px 0 7px 7px;
}

#tlogin .middle .center #cont-inn #newregis a {
  border: medium none;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-decoration: underline;
}*/


#tlogin .middle .center #cont-inn p.newreg a {
  border: medium none;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode",  Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-decoration: underline;
}

#tlogin .down .left	{
	background: url(../images/shop/li-u.png) no-repeat;
	width:	5px;
	height:	5px;
}

#tlogin .down .right	{
	background: url(../images/shop/re-u.png) no-repeat;
	width:	5px;
	height:	5px;
}

#tlogin .down .center	{
	background-color: #dbdbdb;
}

#cont-out, #cont-inn div {
	width: auto !important;
}

/**
* new registration
**/

.tx-srfeuserregister-pi1 input,
.tx-srfeuserregister-pi1 input[type="password"],
#tx-srfeuserregister-pi1-status,
#tx-srfeuserregister-pi1-static_info_country,
#tx-srfeuserregister-pi1-language,
#tx-srfeuserregister-pi1-zone	{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #BFBFBF;
	height:	20px;
}

div#content div.tx-srfeuserregister-pi1 input.button1	{
	width:110px;
	background-image: url(../images/sr-feuser-regis/button-1-passiv-sr.png);
	padding: 0px;
	margin-bottom: 25px;
	display: inline;
	position: relative;
	border-style: none;
	margin-top: 16px;
	line-height:21px;
	background-color:transparent;
	background-position:0 0;
	height:21px;
}

#tx-srfeuserregister-pi1-comments	{
	border:1px solid #BFBFBF;
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form div	{
	background:none repeat scroll 0 0 #DBDBDB;
	padding-bottom:7px;
	padding-left:10px;
	padding-top:7px;
	text-transform:uppercase;
}

div#content div.tx-srfeuserregister-pi1 h4.setfixed-create,
div#content div.tx-srfeuserregister-pi1 p.setfixed-create	{
	padding-left:0px;
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset legend	{
	font-weight:bold;
	padding-left:10px;
}

*+html div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset legend	{
	padding-left:0px;
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset p.tx-srfeuserregister-pi1-notice	{
	padding:0;
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset dl dt	{
	clear:both;
	padding-left:10px;
	width:35%;
	text-align:	left;
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset dl dt.create-preview	{
	width:70%;
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset dl dd p.tx-srfeuserregister-pi1-error	{
	margin-left:	0px;
}

div#content div.tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form fieldset	{
	margin-top:20px;
}

.clear{
	clear: both;
}


/**
* Indexsearch
**/

ul.browsebox li {
	display: inline;
	margin-right: 5px;
}
div.tx-indexedsearch-browsebox {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bababa;
	margin-left: -10px;

}

div.tx-indexedsearch-res a {
	font-weight: bold;
}

div.tx-indexedsearch {
	padding-left: 10px;
}

ul.browsebox {
	margin-left: 10px;
}

.page_distance {
	float:left;
	margin-left:5px;
}






#right-col div #addthis, #right-col div #addthis div {
    top: -10px;
    height: auto;
    width: 230px;
    border-width: 0px;
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

#right-col div #addthis div a{
  line-height: 38px;
  float: left;
  position: relative;
  clear: left;
  border-style: none;
}

#right-col div #addthis div span{
    clear: right;
    float: left;
    border-style: none;
    line-height: normal;
    display: inline;
    position: relative;
}

#right-col div div.fb {
    padding: 0px;
    margin: 0px;
    height: auto;
    border-style: none;
}

#right-col div div.fb a.fb {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-top: 0px;
    float: left;
    display: inline-block;
    width: 16px;
    padding: 0px;
    height: 26px; border-width: 0px;
	border-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/fileadmin/user_upload/allgemein/f.jpg);
}

#right-col div div.fb a {
    height: 24px;
    line-height: 24px;
}


.columns2 {
	overflow: hidden;
	
}


.columns2 .col1 {
	float: left;
	width: 47%;
	margin-right: 40px;
}

.columns2 .col2 {
	float: left;
	width: 47%;
	
}


.lineafter {
	border-bottom: 1px solid #B2B2B2;
	margin-bottom: 16px;
	padding-bottom: 8px;
}






.yearnav {
	float: right;
	padding-top: 20px;
	position: relative;
	z-index: 300;
}

.yearnav li {
	float: left;
	padding: 0 5px 0 5px;
}

#content .yearnav li a {
	text-decoration: none;
	border: 0;
}

#content .yearnav li.active a {
	font-weight: bold;
}

#content  .yearnav .next a{
	width: 10px;
	height: 19px;
	background-image: url(/fileadmin/templates/mmk/images/gallery/right.gif);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}


#content .yearnav .prev a{
	width: 10px;
	height: 19px;
	background-image: url(/fileadmin/templates/mmk/images/gallery/left.gif);
	background-position: center center;
	background-repeat: no-repeat;
	
	overflow: hidden;
	display: block;
}

#content.press div.site-footer a {
	font-weight: normal;
} 


/* 20 Jahgre MMK Logoleiste +++ 4 April 2011 FG +++++++++++++++++++++++++++++++*/

#content.exhibition .logos20jahre {
    margin-left: 12px;
}

#content.exhibition .logos20jahre a {
    left: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px!important;
    border-bottom-width: 0px!important;
    border-bottom-style: none!important;
}

#content.exhibition .logos20jahre a img {
    padding: 0px!important;
    margin: 0px!important;
    border-style: solid!important;
    border-width: 0px!important;
} 


#content.exhibition .logos20jahre .left {
    margin-left: 0px!important;
    display: inline-block!important;
    float: left!important;
    position: relative;
    height: 167px!important;
    width: 289px!important;
}

#content.exhibition .logos20jahre p.hl {
		margin-left: 0px!important;
		padding: 0px!important;
		width: auto!important;
		float: none;
		padding-bottom: 10px!important;
	}

#content.exhibition .logos20jahre p {
		margin: 0px!important;
		padding: 0px!important;
		width: auto!important;
		float: left;
	}



#content.exhibition .logos20jahre .db {
    display: blockimportant;
    position: relative!important;
    float: none!important;
}

#content.exhibition .logos20jahre .right {
    margin-left: 0px;
    display: inline-block;
    float: left;
    position: relative;
    height: 167px;
    width: 330px!important;
}

/* Ende 20 Jahgre MMK Logoleiste ++++++++++++++++++++++++++++++++++++++++++*/


#sammlung_subnavi a cufon.cufon.cufon-canvas {
    margin-bottom: 7px !important;
}

/* flv player in der rechten spalte */
#right-col .tx-flvplayer2-pi1 {
    padding-left: 10px;
}


#right-col a.imagelink, 
#right-col a.imagelink:hover,
#content a.imagelink, 
#content a.imagelink:hover  {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

