@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/* ----------------------------------------------------- Page layout */

html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}

#mainwrap{
	width: 891px;
	margin: 10px auto 0 auto;
	padding: 0 30px;
	/*background: url(img/081105_r2_c1.png) no-repeat;*/
}

#header {
	border-bottom: 1px dotted #507477;
	height: 180px;
	position: relative;
	margin-bottom: 40px;
}

#logo {
	width: 336px;
	height: 112px;
	position: absolute;
	top: 0px;
	left: -30px;
}

#nav-main {
	position: absolute;
	bottom: 2px;
	left: 0px;
}


#hl-section {
	margin-left: 183px;
	margin-bottom: 6px;
	font: 24px Georgia,"Times New Roman",Times,serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #F75B46;
	font-weight: normal;
}

#col1,
#col2,
#col3 {
	float: left;
	display: inline;
	border-top: 1px dotted #507477;
	
	min-height: 100px;
}
#col1,
#col3 {
	width: 159px;
		
}

#col1 {
	padding-top: 10px;
}

#col2 {
	padding-top: 8px;
	width: 525px;
	margin: 0 24px;
	line-height: 1.3em;
	/*letter-spacing: 1px;*/
	color: #507477;
	border-bottom: 1px dotted #507477;
}

#col2.no-bottom-border {
	border-bottom: 0 none;
}


#col2 h2 {
	border-bottom: 1px dotted #507477;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font: 14px Georgia,"Times New Roman",Times,serif;
	letter-spacing: 1px;
}

#col2 h3 {
	margin: 12px 0px 11px 0px;
	font-weight: bold;
}

#col2 p {
	margin-bottom: 10px;
	line-height: 18px;
}

#col2 a {
	color: #ea433c;
}

#col2 .csc-textpic-caption {
	font-size: 11px;
	line-height: 13px;
	margin-top: 6px;
}

#col2 .csc-textpic-image {
	margin-bottom: 15px;
}

#col2 .csc-textpic:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

#col2 .csc-textpic {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html #col2 div.csc-textpic { height: 1%; }
#col2 div.csc-textpic { display: block; }
/* End hide from IE-mac */


#col2 img {
	margin-top: 3px;
}


#col2 .csc-frame-frame1 {
	border-bottom: 1px dotted #507477;
	margin-bottom: 16px;
}

#col2 .csc-frame-frame2 {	
	padding-top:  1px;
}

#col2 .csc-frame-frame2 h3 {
	margin-top: 23px;
	border-top: 1px dotted #507477;
	padding: 6px 0;
	font: 14px/18px Georgia,"Times New Roman",Times,serif;
	color: #F75B46;
	letter-spacing: 1px;
	border-bottom: 1px dotted #507477;
	margin-bottom: 12px;
}

#col2 ul {
	margin-bottom: 10px;
	line-height: 18px;
}
#col2 ul li {
	padding-left: 15px;
	background: url(img/listbullet.gif) 0px .7em no-repeat;
	margin-bottom: 0.5em;
}



.teaser-title {
	font: 14px/18px Georgia,"Times New Roman",Times,serif;
	letter-spacing: 1px;
	margin-bottom: 16px;
	font-weight: normal !important;
}

.footnote {
	font-size: 11px;
	line-height: 13px;
}

em {
	font-style: italic;
}

.hl-bb {
	border-bottom: 1px dotted #507477;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font: 14px/18px Georgia,"Times New Roman",Times,serif;
}



/* global styles */
a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/* 
	Navigation 
*/

/* Main Navigation */
#nav-main li {
	float: left;
	display: inline;
	padding: 4px 4px 4px 0;
	margin-right: 42px;
}

#nav-main li.last {
	margin-right: 0px;
	padding-right: 0px;
}

#nav-main a {
	color: #507477;
	display: block;
	width: 100%;
	float: left;
	display: inline;
}
#nav-main a:hover,
#nav-main a:active,
#nav-main li.act a {
	color: #ea433c;
}

/* Sub-Navigation */

#nav-sub li {
	margin-bottom: 6px;
	line-height: 16px;
}

#nav-sub a {
	color: #507477;
	display: block;
}
#nav-sub a:hover,
#nav-sub a:active,
#nav-sub li.act a {
	color: #ea433c;
}

#nav-sub li ul {
	margin-top: .6em;
}

#nav-sub li.act li a {
	padding-left: 20px;
	color: #507477;
	display: block;
}
#nav-sub li.act li a:hover,
#nav-sub li.act li a:active,
#nav-sub li.act li.act a { 
	background: url(img/nav-arrow.gif) 0 0.3em no-repeat;
}

/*Footer-Navigation*/

#nav-footer {
	float: right;
	display: inline;
	font-size: 11px;
	margin-top: 20px;
}

#nav-footer li {
	float: left;
	display: inline;
	margin-left: 20px;
}

#nav-footer a {
	color: #507477;
	display: block;
	width: 100%;
	float: left;
	display: inline;
}
#nav-footer a:hover,
#nav-footer a:active,
#nav-footer li.act a {
	color: #ea433c;
}

/* Service-Navigation */

#nav-service {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 11px;
	
}

#nav-service li {
	float: left;
	display: inline;
	margin-left: 20px;
}

#nav-service a {
	color: #507477;
	display: block;
	width: 100%;
	float: left;
	display: inline;
	padding: 4px 0px;
}
#nav-service a:hover,
#nav-service a:active,
#nav-service li.act a {
	color: #ea433c;
}



/* Teaserboxen (Sidebar) */
.teaserbox {
	border-bottom: 1px dotted #507477;
	font-size: 11px;
	line-height: 1.3em;
	letter-spacing: 1px;
}

.teaserbox a {
	display: block;
	padding: 9px 4px 8px 4px;
	color: #507477;
}

.teaserbox .title {
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	text-transform: uppercase;
	color: #ea433c;
	margin-bottom: .6em;
}
.teaserbox .description {
	letter-spacing: 1px;
}


/* Forms */
#form-search .input-text  {
	border: 1px solid #507477;
	margin: 0px;
	padding: 3px 4px;
	width: 160px;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background: url(img/nav-arrow.gif) 152px 6px no-repeat;
	color: #507477;
} 
#form-search .input-submit  {
	display: none;
} 

/* FAQs */
.faq-question.clickable {
	color: #ea433c;
	background: url(img/nav-arrow.gif) 0 0.3em no-repeat;
	padding-left: 20px;
	cursor: pointer;
}


/* Search */

.tx-indexedsearch-res {
	margin-bottom: 1.5em;
}

#col2 ul.browsebox:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

#col2 ul.browsebox {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html #col2 ul.browsebox { height: 1%; }
#col2 ul.browsebox { display: block; }
/* End hide from IE-mac */

#col2 ul.browsebox {
	margin-bottom: 1.5em;
} 

#col2 ul.browsebox li {
	padding: 2px;
	background: none;
	float: left;
	display: inline;
} 






form.order {
	font: 13px/13px Arial, Helvetica, sans-serif;
}

form.order label {
	line-height: 24px;
}

form.order input {
	font: 13px/13px Arial, Helvetica, sans-serif;
}

form.order .input-text {
	width: 251px;
	border: 1px solid #ccc;
	padding: 3px 1px;
	margin: 0px;
	color: #666;
}

form.order .input-text:focus {	
	border: 1px solid #507477;
}

form.order .multicol .form-col1,
form.order .multicol .form-col2 {
	float: left;
	display: inline;
	width: 255px;
}  


form.order .multicol .form-col1 {
	margin-right: 15px;
	
}  

form.order .multicol .multicol .form-col1 {
	width: 190px;
	float: left;
	display: inline;
}

form.order .multicol .multicol .form-col2 {
	float: right;
	display: inline;
	margin: 0;
	width: 190px;
}

form.order .form-element {
	margin-bottom:12px;
} 

form.order .button-row {
	clear: both;
	margin-top: 1.5em;
	margin-bottom: 24px;
}

form.order .error label,
form.order .error-msg {
	color: #F75B46;
}

#col2 form.order .error {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ea433c;
}

#col2 form.order .global-error {
	color: #ea433c;
}

#col2 form.order .global-error p.error {
	display: none;
}



/* News */

/* latest */
#col2 .news-top-item,
#col2 .news-latest-item {
	padding-bottom: 12px;
	border-bottom: 1px dotted #507477;
	margin-bottom: 10px;
}

#col2 .news-top-item img,
#col2 .news-latest-item img {
	display: block;
}

#col2 .news-top-item h3,
#col2 .news-latest-item h3 {
	margin-top: 0px;
}

#col2 .news-top-item .news-teaser,
#col2 .news-latest-item .news-teaser {
	margin-bottom: 0px;
}

#col2 .news-top-item .left,
#col2 .news-top-item .right,
#col2 .news-latest-item .left,
#col2 .news-latest-item .right {
	float: left;
	display: inline;
}

#col2 .news-top-item .left 	{ width: 272px; }
#col2 .news-top-item .right { width: 253px; }

#col2 .news-latest-item .left 	{ width: 163px; }
#col2 .news-latest-item .right { width: 362px; }

/* single */
#col2 .news-single-img { 
	float: left; 
	display: inline;
	margin-right: 20px;
}
#col2 .news-single-img img { 
	display: block;
}

#col2 .news-single-imgcaption {
	font-size:11px;
	line-height:13px;
	margin-top:6px;
}

/* Termine */
#col2 .tx-cal-controller dt {
	margin-bottom: 1em;
}

#col2 .tx-cal-controller dd {
	padding-bottom: 12px;
	border-bottom:  1px dotted #507477;
	margin-bottom: 12px;
}
#col2 .tx-cal-controller dd p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#col2 .event-dateandloc {
	margin-bottom: 1em;
}
#col2 .event-date {
	font-weight: bold;
}

#col2 .event-title {
	font: 14px Georgia,"Times New Roman",Times,serif;
	letter-spacing: 1px;
}

#col2 table.event-list-short th,
#col2 table.event-list-short td {
	padding-bottom: 1em;
}

#col2 table.event-list-short th {
	font-weight: bold;
	padding-right: 20px;
	white-space: nowrap;
}


/* Patrimonia */
#col2 ul li.patrimonia-item {
	padding-left: 0px;
	background: 0 none;
	padding-bottom: 12px;
	border-bottom: 1px dotted #507477;
	margin-bottom: 10px;
}

.patrimonia-issue {
	font-weight: bold;
	width: 525px;
}

.patrimonia-item th {
	width:  100px;
}


form.form-patrimonia-search {
	font: 13px/13px Arial,Helvetica,sans-serif;
	padding-bottom: 12px;
	border-bottom: 1px dotted #507477;
	margin-bottom: 10px;
}

form.form-patrimonia-search label {
	line-height: 24px;
}

form.form-patrimonia-search input {
	font: 13px/13px Arial, Helvetica, sans-serif;
}

form.form-patrimonia-search .input-text {
	width: 251px;
	border: 1px solid #ccc;
	padding: 3px 1px;
	margin: 0px;
	color: #666;
}

form.form-patrimonia-search .input-text:focus {	
	border: 1px solid #507477;
}

form.form-patrimonia-search .multicol .form-col1,
form.form-patrimonia-search .multicol .form-col2 {
	float: left;
	display: inline;
	width: 255px;
}  


form.form-patrimonia-search .multicol .form-col1 {
	margin-right: 15px;
	
}  

form.form-patrimonia-search .multicol .multicol .form-col1 {
	width: 190px;
	float: left;
	display: inline;
}

form.form-patrimonia-search .multicol .multicol .form-col2 {
	float: right;
	display: inline;
	margin: 0;
	width: 190px;
}

form.form-patrimonia-search .form-element {
	margin-bottom:12px;
} 

form.form-patrimonia-search .button-row {
	clear: both;
	margin-top: 1.5em;
	margin-bottom: 24px;
}


table.patrimonia-single-info {
	margin-top: 20px;
	margin-bottom: 20px;
}

table.patrimonia-single-info th {
	width: 33%;
}

.pat-issue {
	width: 263px;
	float: left;
	display: inline;
}
.pat-status {
	width: 262px;
	float: left;
	display: inline;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}

/* Menu of Subpages (with abstract) */

#col2 .csc-menu-4 dt {
	font: 14px/18px Georgia,"Times New Roman",Times,serif;
	letter-spacing: 1px;
	margin-bottom: 16px;
	font-weight: normal !important;
}

#col2 .csc-menu-4 dd {
	padding-bottom: 12px;
	border-bottom: 1px dotted #507477;
	margin-bottom: 12px;
}


/* Image Gallery */

#col2 .image-gallery ul {
	margin-left: -20px;
}

#col2 .image-gallery ul li {
	padding-left: 0px;
	background: 0 none;
	width: 116px;
	height: 87px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

#col2 .image-gallery ul li img {
	display: block;
}

/* Arsprototo */
#col2 .apt-cover-container {
	/*margin-bottom: 12px;*/
	padding-bottom: 12px;
	border-bottom: 1px dotted #507477;
	height: 333px;
}


#col2 .apt-cover {
	float: left;
	margin-right: 20px;
	display: inline;
	width: 254px;
}

#col2 .apt-cover img {
	display: block;
	border: 1px solid #507477;
}

#col2 .apt-info {
	float: left;
	display: inline;
	position: relative;
	width: 250px;
	height: 100%;
}

#col2 .apt-links {
	position: absolute;
	bottom: 0px;
	left: 0px;
}


#col2 .apt-hl-index {
	/*margin-top: 23px;*/
	/*border-top: 1px dotted #507477;*/
	padding: 6px 0;
	font: 14px/18px Georgia,"Times New Roman",Times,serif;
	letter-spacing: 1px;
	border-bottom: 1px dotted #507477;
	margin-bottom: 12px;
}



#col2 .apt-archive-item {
	height: 192px;
} 

#col2 .apt-archive-item .left {
	float: left;
	margin-right: 20px;
	display: inline;
	width: 145px;
}

#col2 .apt-archive-item .left img {
	display: block;
	border: 1px solid #507477;
}


#col2 .apt-archive-item .right {
	float: left;
	display: inline;
	position: relative;
	width: 250px;
	height: 100%;
} 


/* Pressemeldungen */

#col2 .presse-list-container .presse-item {
	border-bottom: 1px dotted #507477;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

#col2 .pressimg-container {
	margin-top: 12px;
}

#col2 .pressimg-item .left {
	float: left;
	margin-right: 20px;
	display: inline;
	width: 145px;
}

#col2 .pressimg-item .right {
	float: left;
	display: inline;
	position: relative;
	width: 250px;
} 

#col2 .pressimg-item h3 {
	margin: 0px;
} 

.pressimg-toggle.clickable {
	color: #ea433c;
	cursor: pointer;
}


/* Verwandte Themen */

#col2 .related-content,
#col2 .related-downloads {
	padding-top: 18px
}

#col2 .related-content h3,
#col2 .related-downloads h3 {
	font: 14px/18px Georgia,"Times New Roman",Times,serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: normal !important;
	border-top: 1px dotted #507477;
	padding-top: 12px;
	color: #ea433c;
}

#col2 .related-content li {
	background-image: none;
	padding: 12px 0 0 0;
	border-top: 1px dotted #507477;
	
}

#col2 .related-content li h4 {
	font: 14px/18px Georgia,"Times New Roman",Times,serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: normal !important;
}

#col2 .related-downloads ul {
	background-image: none;
	padding: 12px 0 0 0;
	border-top: 1px dotted #507477;
	
}

#col2 .related-downloads li {
	background-image: none;
	padding: 0 0 0 0;	
}
