/*-------------------------------------/* !COLOR DEFINITION *//*
-
-		ESM rot: #E22C21
-
-
-
----------------------------------------------------------- */

/*-------------------------------------/* !VARIOUS RESETS */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*-------------------------------------/* !BASICS */

html {
	background: #f0f0f0;
}

body {
	font-size: 62.5%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #333333;
	padding: 0 0 2em 0;
}

a:link, a:visited {
	color: #E22C21;
	text-decoration: none;
}

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

p {
	margin: 0 0 1em 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.42em;
}

.hidden {
	display: none;
}

input.submit {
	border: none;
}


/*-------------------------------------/* !TEMPLATE */

#wrap {
	width: 80.8em;
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/wrap-bg.png) repeat-y 0 0;
	margin: 0 auto;
	text-align: left;
	min-height: 60em;
	height: auto;
/*	position: relative; */
}

#container {
	padding: 2em 1.4em 1.4em 1.4em;
	position: relative;
}

#page_2 #container {
	padding: 2em 1.4em 0 1.4em;
}


#container-footer {
	height: 1em;

/*	width: 100%;*/
	position: relative;
	bottom: -1em;
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/container-footer-bg.png) no-repeat 0 0;
}

#logo {
	position: absolute;
	top: 15.1em;
	right: 1.4em;
	z-index: 100;
}

#page_2 #logo {
	left: -16em;
	top: 2em;
	width: 146px;
	height: 145px;
}

#logo a {
	width: 146px;
	height: 145px;
	display: block;
	text-indent: -999em;
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/esm-logo.png) repeat-x 0 0;
	color: transparent;
}

#page_2 #logo a {
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/esm-logo-prepage.png) repeat-x 0 0;
}

#navigation {
	position: relative;
	z-index: 1000;
	margin: 0 0 1em 0;
/*	background: rgb(240,240,240);*/
/*	border-left: 1px solid rgb(193,193,193);
	border-top: 1px solid rgb(193,193,193);
	border-right: 1px solid rgb(193,193,193);*/
	border-bottom: 1px solid rgb(193,193,193);
}
#navigation a:link,
#navigation a:visited,
#breadcrumb a:link,
#breadcrumb a:visited,
.meta.bottom a:link,
.meta.bottom a:visited {
	color: #333333;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:active,
#breadcrumb a:hover,
#breadcrumb a:active,
.meta.bottom a:hover,
.meta.bottom a:active {
	color: #E22C21;
	text-decoration: none;
}
#keyvisual {
	height: 21.5em;
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

img.left,
img.center {
	margin: 0 2.45em 0 0;
}

#content {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1.2em;
	position: relative;
	min-height: 20em;
	z-index: 1;
	top: 1.5em;
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/firstHeader-bg.gif) repeat-x 0 21px;
}

#page_2 #content {
	background: none;
}

#service-box {
	position: relative;
	right: 0;
/*	top: 30.6em;*/
	width: 100%;
	z-index: 2;
}

.col.left {
	width: 42.2em;
	float: left;
}

.col.right {
	float: right;
	width: 20.5em;
	margin: 5.2em 0 0 0;
	position: relative;
}

.col.right .bodytext {
	margin: 1em 0 1em 0;
}

#content-inner {
	margin: 0 0 0 0;
	font-size: 1em;
	position: relative;
	z-index: 1;
}

.box {
	width: 21em;
	margin: 0 0 1.5em 1.5em;
	background: #EEEEEE;
	height: 18em;
}

#footer {
	margin: 1em 0 0 0;
	border-top: 1px solid rgb(193,193,193);
	position: relative;
}

#footer .csc-default  {
	margin: 0;
}
/*-------------------------------------/* !NAVIGATION */

/*--------/* !menu */
#menu {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	position: relative;
	z-index: 1000;
	cursor: pointer;
}

/*--------/* !#1 LEVEL */

.l1 li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.l1 a {
	display: block;
	padding: 0 .5em 0 .4em;
	line-height: 2em;
/*	border-bottom: 1px solid rgb(193,193,193);*/
}

.l1 a:link,
.l1 a:visited {
	color: rgb(102,102,102);
}

.l1 a:hover,
.l1 a:active {
	color: #E22C21;
}

.l1 .first a {
	padding: 0 .7em 0 .9em;
}

.l1 .last a {
	padding: 0 .6em 0 .7em;
}

.l1 .cur a:link,
.l1 .act a:visited {
	color: #E22C21;
}

.l1 a:focus,
.l1 a.focus,
.l1 li:hover a,
.l1 li.hover a {
/*	border-bottom: 1px solid rgb(255,255,255);*/
}

.l1 li.no-submenu a:hover {
/*	border-bottom: 1px solid rgb(193,193,193);*/
}

#menu.l1 li:hover .l2,
#menu.l1 li.hover .l2 {
	display: block;
}

/*--------/* !#2 LEVEL */
#menu .l2 {
	background: url(../images/l2-bg.png) repeat scroll 0 0;
/*	top: 28px;
	left: 0;*/
	position: absolute;
	width: 15em;
	z-index: 1001;
	font-size: .9em;
	display: none;
/*	border-left: 1px solid rgb(193,193,193);
	border-bottom: 1px solid rgb(193,193,193);
	border-right: 1px solid rgb(193,193,193);*/
	border-top: 1px solid rgb(193,193,193);
}

#menu .last .l2 {
	width: 8em;
}

#menu .l2 li {
	float: none;
	margin: 10px 0;
}

.l1 .l2 a {
	padding: 0 .7em 0 .7em;
	line-height: 1.4em;
	border: none;
}

.l2 .first a {
	padding: 0 .7em 0 .8em;
}

.l1 .first .l2 .last a {
	padding: 0 .5em 0 .7em;
}

.l1 .cur .l2 a:link,
.l1 .cur .l2 a:visited,
.l1 .act .l2 a:link,
.l1 .act .l2 a:visited {
	color: rgb(102,102,102);
	border: none;
}

.l1 .cur .l2 a:hover,
.l1 .cur .l2 a:active,
.l1 .act .l2 a:hover,
.l1 .act .l2 a:active {
	color: #E22C21;
	border: none;
}

/*--------/* !prepage menu */

.l1 .block {
	margin: 0 0 0 .7em;
}

.l1 .nosub.first .block {
	margin: 0 0 0 1em;
}

.l1 .block li {
	float: none;
	list-style-type: disc;
	font-size: .8em;
	list-style-position: outside;
	width: 110px;
}

.l1 .block li a {
	display: inline;
	padding: 0;
}

/*--------/* !breadcrumb */
#breadcrumb {
	font-size: 1.1em;
	position: relative;
	padding: 0 14em 0 0;
	top: .5em;
}

#breadcrumb li {
	float: left;
}
#breadcrumb li.cur,
#breadcrumb li a {
	padding: .3em .5em .5em .5em;
	display: block;
}

#breadcrumb li.spacer {
	padding: .2em 0 .5em 0;
	color: #888888;
}

#breadcrumb li.home a,
#breadcrumb li.newstitle {
	padding: .3em .5em .5em 0;
	display: block;
}

#breadcrumb li.cur,
#breadcrumb li.newstitle {
	color: #E22C21;
}

/*--------/* !sub-menu */
#sub-menu {
	font-size: 1em;
	position: absolute;
	padding: 0 0 0 0;
/*	right: 0; */
	left: 43.6em;
	width: auto;
	z-index: 1000;
	width: 249px;
	top: -5px;
}

#sub-menu li {
	
}

#sub-menu li a {
	padding: .3em .5em .5em .5em;
	display: block;
}

#sub-menu li.spacer {
	padding: .2em 0 .5em 0;
	color: #888888;
}

#sub-menu li.cur a {
	color: #E22C21;
}

/*--------/* !meta-top */
.meta.top {
	font-size: 1em;
	position: absolute;
	right: 0;
	top: 1.8em;
	z-index: 100;
	border-left: 1px solid rgb(193,193,193);
	border-bottom: 1px solid rgb(193,193,193)
}

.meta.top li {
	float: right;
	padding: 1px 7px 1px 7px;
}

.meta.top li.last {
	padding: 1px 5px 0 2px;
}

.meta.top li a {
/*	padding: .3em .5em .5em .5em;*/
	padding: 0;
	display: block;
	font-size: .9em;
	color: transparent;
	color: #FFFFFF;
}

.meta.top input.submit {
	width: 16px;
	height: 17px;
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/meta-top-bg.png) no-repeat 0 -19px;
	border: none;
	padding: 0 0 0 5px;
	vertical-align: middle;
}

.meta.top input.submit:hover {
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/meta-top-bg.png) no-repeat 0 0px;
}

.meta.top .searchbox-sword {
	height: 15px;
	background: #EFEFEF;
	border: none;
	color: rgb(53,53,53);
	font-size: .9em;
	padding: .2em .4em .1em .4em;
	padding: 1px 4px;
	width: 14.6em;
}

.meta.top #searchbox {
	padding: 1px 0 2px 0;
}
/*
#searchbox {
	padding: .3em 0 .3em 0;
}
*/
.meta.top form fieldset {
	padding: 0;
	margin: 0;
	height: 100%;
}

.meta.top li.tipurl a:link,
.meta.top li.tipurl a:visited {
	width: 16px;
	height: 16px;
	display: block;
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/meta-top-bg.png) no-repeat -18px -17px;
	text-indent: -999em;
	padding: 2px 0 1px 0;
}

.meta.top li.tipurl a:hover,
.meta.top li.tipurl a:active,
.meta.top li.tipurl a:focus {
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/meta-top-bg.png) no-repeat -18px 2px;
}

.meta.top li.printlink a:link,
.meta.top li.printlink a:visited {
	width: 16px;
	height: 16px;
	display: block;
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/meta-top-bg.png) no-repeat -37px -17px;
	text-indent: -999em;
	padding: 2px 0 1px 0;
}

.meta.top li.printlink a:hover,
.meta.top li.printlink a:active,
.meta.top li.printlink a:focus {
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/meta-top-bg.png) no-repeat -37px 2px;
}

/*--------/* !meta-bottom */
.meta.bottom {
	border-left: .1em solid rgb(193,193,193);
	border-bottom: .1em solid rgb(193,193,193);
	width: 20.7em;
	font-size: 1.1em;
	position: absolute;
	top: 0;
	right: 0;
}

.meta.bottom li {
	float: left;
	margin: .3em .5em .2em .5em;
}

.meta.bottom li a {
	padding: 0 0 0 0;
}

/*
#fixed-menu {
	border: 0em solid #EEEEEE;
	margin: 0 0 7em 0;
	color: #333333;
	font-size: 1.2em;
}

#fixed-menu.l1 li {
	border-bottom: .1em dotted #E0E0E0;
	line-height: 100%;
}

#fixed-menu li:hover {
	color: #E22C21;
}

#fixed-menu li.last {
	border-bottom: .1em dotted #E0E0E0;
}

#fixed-menu li a,
#fixed-menu li strong {
	display: block;
	padding: .5em .5em .5em 0;
}

#fixed-menu.l1 .l2 li {
	border-bottom: 0 dotted #E0E0E0;
	padding: 0 0 0 .5em;
}

#fixed-menu li strong {
	color: #E22C21;
}
*/
/*--------------------------------------------/* !CONTENT */

.error,
.emphase {
	color: #E22C21;
}

.home-link {
	background: url("../images/home-link-bg.jpg") no-repeat scroll 100% -6px transparent;
	font-size: 1.3em;
	padding: 0 2em 0 0;
	position: absolute;
	right: 1em;
}

.home-link:hover {
	background: url(../images/home-link-bg.jpg) no-repeat 100% -39px;
}

.csc-textpic-image {
	position:relative;
	z-index:inherit;
}

/*
dl.csc-textpic-image {
	display: block;
}

#keyvisual .csc-textpic {
	float: left;
	margin: 0 0 0 1.5em;
	position: relative;
	z-index: inherit;
}

#keyvisual .csc-textpic {
	float: left;
	margin: 0 0 0 1.5em;
	position: relative;
	border: 1px solid #C1C1C1;
	border: none;
	z-index: inherit;
}

#keyvisual .csc-textpic-n0 {
	float: left;
	margin: 0;
}

.csc-textpic-caption {
	font-size: 1.2em;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/l2-bg.png) repeat scroll 0 0;
	margin: 0;
	padding: .2em .4em .1em .4em;
}

#keyvisual .csc-textpic-n2 .csc-textpic-caption {
	margin: 0 5.7em 0 0;
}

#keyvisual .csc-textpic {
	position: relative;
	z-index: inherit;
}
*/
#keyvisual .csc-textpic-image {
	float: left;
	margin: 0 15px 0 0;
	border: none;
}

#keyvisual .csc-textpic-image.csc-textpic-lastcol {
	margin: 0;
}

#keyvisual .csc-textpic-n0 {
	float: left;
	margin: 0;
}

.csc-textpic-caption {
	font-size: 1.2em;
	position: absolute;
	bottom: .3em;
	left: 0;
	background: url(../images/l2-bg.png) repeat scroll 0 0;
	margin: 0;
	padding: .2em .4em .1em .4em;
}

#content .csc-textpic-caption {
	font-size: 1em;
}

.csc-textpic-caption {
	display: none;
}
/*
#keyvisual .csc-textpic-n2 .csc-textpic-caption {
	margin: 0 5.7em 0 0;
}

#content .csc-textpic-imagewrap .csc-textpic {
	margin: 0 0 1.6em 0;
	border: 1px solid #C1C1C1;
	border: none;
}

.general-ce.gallery .csc-textpic {
	float: left;
	margin: 1em 1em 0 0;
}

div.csc-textpic div.csc-textpic-imagewrap ul li.csc-textpic-image {
	margin: 0 2.45em 0 0;
}

div.csc-textpic div.csc-textpic-imagewrap il li.csc-textpic-image.csc-textpic-lastcol {
	margin: 0 0 0 0;
}

#sidebar h1, #sidebar h2 {
	font-weight: bold;
}

#content .csc-header-n1 h1 {
	position: relative; 
}
*/

#content .csc-firstHeader {
	font-size: 1.5em;
	margin: 0;
}

#content .col.left a:link, #content .col.left a:visited {
	color: #E22C21;
}

#content .col.left a:hover, #content .col.left a:active {
	text-decoration: underline;
}

#content .col.left .news-title a:hover, #content .col.left .news-title a:active {
	text-decoration: none;
	color: #000;
}

.csc-default {
	margin: 0 0 1em 0;
}

#content h2.csc-firstHeader {
	padding: .6em 0 1em 0;
	font-size: 1.2em;
	border-bottom: 0 solid rgb(193,193,193);
}

.csc-header.csc-header-n1 {
	margin: 0 0 .4em 0;
}

#content-inner div.csc-header.csc-header-n1,
.left div.csc-header.csc-header-n1 {
	height: 4.8em;
}

#content .right .csc-firstHeader {
	font-size: 1.3em;
	padding: 0 0 .3em .4em;
	border-bottom: 1px solid rgb(193,193,193);
}

#content .header-layout-2 {
	font-size: 1.2em;
	padding: 0 0 .3em 0;
}

#content .header-layout-3 {
	border-bottom: 1px solid #C1C1C1;
	font-size: 1.3em;
	padding: 0 0 .3em .4em;
}

#content .right .header-layout-2 {
	border-bottom: 1px solid #C1C1C1;
	font-size: 1.3em;
	padding: 0 0 .3em .4em;
}

#content-inner .csc-textpic {

}

#content-inner .csc-textpic p.bodytext {
	padding: 0 21em 0 0;
	text-align: justify;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float:right;
}
/*
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0 0 0 1.3em;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image.csc-textpic-lastcol {
	margin: 0 0 0 1.4em;
}

#content div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0 0 1em 0;
}
*/



/*.csc-sitemap .l1 li:hover {
	background: #FFEFEE;
}

.csc-sitemap .l2 li:hover {
	background: #FFE0DD;
}

.csc-sitemap .l3 li:hover {
	background: #FFC1BC;
}
*/



.csc-sitemap {
	padding: 0 0 0 4em;
}

.csc-sitemap .l1 {
	padding: 0 0 0 2em;
	line-height: 150%;
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
}

.csc-sitemap .l1 a {
	padding: 0;
	display: inline;
}

.csc-sitemap .l1 li {
	float: none;
}

.csc-sitemap .l2 {
	padding: .3em 0 .3em 1em;
}

.csc-sitemap .l3,
.csc-sitemap .l3 ul {
	padding: .3em 0 .3em 2em;
}

.csc-sitemap .l1 .sitemap-item {
	list-style: decimal;
	color: #E22C21;
	font-size: 1.5em;
}

.csc-sitemap .l1 .sitemap-item a {
	font-size: .7em;
}

.csc-sitemap .l2 .sitemap-item {
	list-style: square;
	list-style: disc;
	color: #E22C21;
	font-size: 1em;
}

.team {
	margin: 0 0 5em 0;
}

#content .team h1 {
	font-size: 1.3em;
	padding: 0 0 .3em 0;
	border-bottom: 1px solid rgb(193,193,193);
}

#content .team h2 {
	font-size: 1.1em;
	padding: .2em 0 .6em 0;
	border-bottom: 0 solid rgb(193,193,193);
	font-style: italic;
	color: #AAAAAA;
}

.team .csc-textpic-imagewrap {
	margin: 1.6em 0 0 0;
	margin: 0 0 0 0;
}

#address {
	margin: .3em 0 .1em 0;
}

#address li,
.openings li {
	float: left;
	margin: 0 .8em 0 0;
}

#address li.first,
.openings li.first {
	font-weight: bold;
}

/*--------/* !awesome buttons */

	.awesome {
		background: #222222 url(http://edwinscharffmuseum.de/fileadmin/templates/images/alert-overlay.png) repeat-x;
		display: inline-block;
		padding: .3em .5em;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 1;
		-moz-box-shadow: 0 .1em .3em rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 .1em .3em rgba(0,0,0,0.5);
		text-shadow: 0 -.1em .1em rgba(0,0,0,0.25);
		border-bottom: .1em solid rgba(0,0,0,0.25);
		-moz-border-radius: .3em;
		-webkit-border-radius: .5em;
		position: relative;
		cursor: pointer;
	}

	/* Sizes ---------- */

		.small.awesome {
			font-size: 1em;
		}

		.medium.awesome {
			font-size: 1.3em;
		}

		.large.awesome {
			font-size: 1.4em;
			padding: .8em 1.4em .9em;
		}

	/* Colors ---------- */

		.red.awesome {
			background-color: rgb(90,90,90);
		}

		.red.awesome:hover {
			background-color: #E22C21;
		}

/* common look of input elements*/

.tx_tipafriend input,
.tx_tipafriend textarea,
.tx-srfeuserregister-pi1 input,
.felogin #user,
.felogin #pass,
.felogin .forgot-email {
	display: block;
	margin: 0 0 1em 0;
	border: .1em solid #CCCCCC;
	width: 14.8em;
	font-size: 1em;
	padding: .6em 0 0 0;
	padding: .3em .5em;
	line-height: 130%;
}

/* common focus on input elements */

.tx_tipafriend input:focus,
.tx_tipafriend textarea:focus,
.tx-srfeuserregister-pi1 input:focus,
.felogin #user:focus,
.felogin #pass:focus,
.felogin .forgot-email:focus {
	border: .1em solid rgb(255,143,156);
	background: rgb(255,221,225) url(http://edwinscharffmuseum.de/fileadmin/templates/images/alert-overlay.png) repeat-x scroll 0 100%;
}

/*--------------------------------------------/* !EXTENSIONS */

/*--------/* !registration + login */

#content .felogin-status-header {
	border: none;
	position: absolute;
	top: 1.7em;
	font-size: 1.2em;
}

.felogin {
	padding: 0 1em 3em 0;
	padding: 0 0 3em 0;
	float: right;
}

.felogin .expose {
	position: relative;
}

.felogin legend {
	display: none;
}

.tx-srfeuserregister-pi1 label,
.felogin label {
	display: block;
	margin: 0 0 .3em .2em;
	font-size: .9em;
	color: #888888;
}

.felogin .submit {
	border: none;
	position: absolute;
	bottom: -2.5em;
	right: 0;
}

.tx-srfeuserregister-pi1 .hidden,
.felogin .felogin-hidden {
	display: none;
}

.felogin .login-form,
.felogin .forgot-pass,
.felogin .logout-form {
	-moz-border-radius-bottomleft: .4em;
	-moz-border-radius-bottomright: .4em;
	-moz-border-radius-topleft: .4em;
	-moz-border-radius-topright: .4em;
	-webkit-box-shadow: 0 .1em .3em rgba(0,0,0,0.5);
	-moz-box-shadow: 0 .1em .3em rgba(0,0,0,0.5);
	border-bottom: .1em solid rgba(0,0,0,0.25);
	background: url(http://edwinscharffmuseum.de/fileadmin/templates/images/h250.png) repeat-x scroll 0 100%;
	padding: 1em .5em .5em .5em;
}

.forgot-pass-link {
	font-size: .9em;
	margin: 0 0 0 .2em;
}

.forgot-pass-link a:link,
.forgot-pass-link a:visited{
	color: #666666;
}

.forgot-pass-link a:hover,
.forgot-pass-link a:active {
	color: #E22C21;
}

#mask { 
	background: #FFFFFF;
}

.tx-srfeuserregister-pi1 h4 {
	font-size: 1.3em;
	margin: 0 0 .8em 0;
}

#page_5 .tx-srfeuserregister-pi1 .bodytext {
	text-align: right;
}
/*--------/* !sr_feuser_register */

.tx-srfeuserregister-pi1 {
	position: relative;
	font-size: 1em;
}

.tx-srfeuserregister-pi1 dt {
	clear: both;
}

.tx-srfeuserregister-pi1 .col.left,
.tx-srfeuserregister-pi1 .col.right {
	width: 45%;
}

.tx-srfeuserregister-pi1 .col.right {
	margin: 3.2em 0 0 0;
}

#tx-srfeuserregister-pi1-gender-0,
#tx-srfeuserregister-pi1-gender-1,
#tx-srfeuserregister-pi1-datenschutz {
	width: auto;
	float: left;
	margin: 0 .5em;
}

.tx-srfeuserregister-pi1-datenschutz {
	font-size: 1.1em;
	padding: 1em 0 1em 0;
	
}

.tx-srfeuserregister-pi1-gender label {
	width: 3em;
	float: left;
	margin: 0 .5em;
}

.tx-srfeuserregister-pi1-gender {
	margin: 0 0 2em 0;
}

input.tx-srfeuserregister-pi1-submit {
	position: absolute;
	bottom: 1.2em;
	right: 3em;
	border: none;
	width: auto;
}

.tx-srfeuserregister-pi1-error,
.required {
	color: #E22C21;
}

.tx-srfeuserregister-pi1-error {
	font-size: .9em;
}

/*--------/* !tipafriend_plus */

.tx_tipafriend {
	position: relative;
	padding: 0 0 2em 0;
}

.tx_tipafriend input.submit {
	border: none;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}

.tx-srfreecap-pi2-cant-read {
	display: block;
	margin: 1em 0 0 0;
}

/*--------/* !tt_news LIST */

.news-list-container {

}

.news-list-item {
	padding: 0;
	margin: 0 0 2em 0;
	position: relative;
}

.news-list-container .news-title {
	margin: 0 7.5em 0 0;
	font-size: 1.3em;
	text-transform: none;
	border-bottom: 1px solid #C1C1C1;
	line-height: 130%;
}

.news-meta-info {
	margin: .1em 0 .7em 0;
	color: #999999;
}

.news-category,
.news-date,
.news-time,
.news-author,
.news-event,
.news-event-period,
.news-event-organizer {
	font-size: .9em;
}

.news-image {
	float: right;
	margin: 1.6em 0 0 0;
	position: relative;
}

.news-list-container .teasertext {
	margin: 0 10em 0 0;
	font-size: 1.05em;
	line-height: 150%;
	text-align: justify;
}

.news-list-morelink  {
	margin: .5em 0 0 0;
	display: block;
}

.news-list-browse {
	clear: both;
	margin: 2em 0 0 0;
	padding: .5em 0;
	border-top: 1px solid #C1C1C1;
}

.browseLinksWrap {
	text-align: center;
}
.activeLinkWrap {

}

.activeLinkWrap ,
.inactiveLinkWrap {
	display: inline;
	margin: 0 .2em;
	padding: .1em .4em;
	border: 1px solid #C1C1C1;
}

/*--------/* !tt_news CATMENU */
.news-catmenu img {
	display: none;
	visibility: hidden;
}

.news-catmenu li a {
	display: none;
}

.news-catmenu li li a {
	display: block;
	padding: .3em 0 .3em 0;
}

.news-catmenu li li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0 0 0 2em;
}
/*--------/* !tt_news LIST_3 (prepage) */

.news-list3-item {
	float: left;
	margin: 0;
	position:relative;
	z-index:inherit;
}

.news-list3-item.middle {
	margin: 0 10px 0 10px;
}

.news-list3-item .news-image {
	float: none;
	margin: 0;
}

/*--------/* !tt_news SINGLE */

.news-single-item {
	margin-bottom: 0;
	border: 0 solid rgb(170,170,170);
}

#content .news-single-item .news-title {
	border: none;
}

.news-single-item .news-title {
	font-size: 1.5em;
	margin: 0;
}

.news-single-item .news-meta-info {
	margin: 0;
	padding: .6em 0 1em 0;
	font-size: 1.2em;
	border-bottom: 0 solid rgb(193,193,193);
}

.news-single-item .subheader {
	font-size: 1.1em;
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 1.39em;
}

.news-single-item h3 {
	margin: 0 0 .5em 0;
	font-size: 1.1em;
}

.news-single-item p {
	text-align:justify;
}

.news-single-item .news-image {
	margin: 0 0 0 2em;
}

/*
.news-single-item ul {
	list-style: square;
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	color: rgb(153,0,0);
}

.news-single-item ul li {
	color: rgb(32,32,32);
}
*/

.news-single-backlink {
	clear: both;
	margin: 0 0 1em 0;
}

.news-single-files {
	/*	border: 1px solid #C1C1C1;*/
	margin: 0 0 1.5em 0;
}

.news-files-title {
	padding: .3em 0 .3em 1em;
	border-bottom: 1px solid #C1C1C1;
	margin: 0 0 .5em 0;
/*	background: #EEEEEE;*/
}

.news-files-item {
	margin: 0 0 .5em 1em;
	line-height: 160%;
	padding: 0 0 0 20px;
	color: #C1C1C1;
}

.news-files-item.pdf {
	background: url(../images/page_white_acrobat.png) no-repeat 0 2px;
}

.news-files-item.doc {
	background: url(../images/page_white_word.png) no-repeat 0 2px;
}

.news-files-item a {
	margin: 0 .7em 0 0;
}

.news-browser {
	padding: .2em 0;
	border-top: 1px solid #C1C1C1;
}

.news-browser .next {
	float: right;
}

.news-browser .prev {
	float: left;
}

/*
.news-single-imgcaption {
	padding:3px;
	clear:both;
}


.news-single-item .news-category {
	border-right: none;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 10px;
}
.news-single-author {
	padding-bottom: 10px;
}


.rgmediaimages-player {
	margin: 0 auto 1em auto;
	display: block;
	width: 480px;
}



.news-single-additional-info {
	background-color: #fff;
	clear: both;
	margin-top: 15px;
	border: 0px solid #666;
	padding:3px;
	padding-bottom:0px;
	overflow:hidden

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 0px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#d3d3d3;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 13px;
	margin-left:5px;
	width:90%;
}*/
/*--------/* !tt_news AMENU */

ul.amenu-list {
	padding: 0 0 0 .5em;
}

ul.amenu-list li {
	padding: .2em 0 .2em 1em;
	list-style-type: disc;
	list-style-position: inside;
	color: #E22C21;
}

.amenu-list li.news-amenu-item-year {
	padding: .3em 0 .3em 0;
	list-style-type: none;
	color: rgb(53,53,53);
}
.amenu-list .amenu-act a {
	color: #E22C21;
}

/*--------/* !indexed_search */

.tx-indexedsearch legend {
	display: none;
}

.tx-indexedsearch-search-submit {
	display: inline;
}

.tx-indexedsearch-whatis {
	display: none;
}

.tx-indexedsearch-browsebox {
	display: none;
}

.tx-indexedsearch-form label {
	margin: 0 .5em 0 0;
}

.tx-indexedsearch .sword {
	border: .1em solid #CCCCCC;
	font-size: 1em;
	line-height: 130%;
	margin: 0 1em 1em 0;
	padding: 0.3em 0.5em;
	width: 14.8em;
}

.tx-indexedsearch .sword:focus {
	border: .1em solid rgb(255,143,156);
	background: rgb(255,221,225) url(http://edwinscharffmuseum.de/fileadmin/templates/images/alert-overlay.png) repeat-x scroll 0 100%;
}

.tx-indexedsearch .submit {
	border: none;
}

.tx-indexedsearch .res {
	border: 1px solid #C1C1C1;
	border: none;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 0;
	padding: 1em 1em 0 1em;
}

.tx-indexedsearch .res h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 .3em 0;
	margin: 0 0 .2em 0;
	border-bottom: 1px solid rgb(193,193,193);
}

.tx-indexedsearch .res .percent {
	color: #E22C21;
}

.tx-indexedsearch .res .info {
	margin: 0 0 1em 0;
}

.tx-indexedsearch .res .info,
.tx-indexedsearch .res .result-number,
.tx-indexedsearch .res .percent {
	display: none;
}

.tx-indexedsearch .res a:link,
.tx-indexedsearch .res a:visited {
	color: #E22C21;
}

.tx-indexedsearch .res a:hover,
.tx-indexedsearch .res a:active {
	color: #E22C21;
	text-decoration: underline;
}

.tx-indexedsearch .res .tx-indexedsearch-redMarkup {
	font-weight: bold;
}
.tx-imagecycle-pi1 {
	overflow: hidden;
}

#cboxLoadedContent {
	margin-bottom: 40px !important;
}

#cboxTitle {
	bottom: 20px !important;
}

#cboxCurrent {
	left: 45% !important
}

.col.right .tx-ttnews {
	position: relative;
}

#c348 h1 {
	font-weight: bold;
	font-size: 10pt;
	padding: 0 0 3px 0;
}

#c348 .csc-header {
	border-bottom: 1px solid #C1C1C1;
	margin: 0 0 5px 0;
}
