/**
 * Common HOLM Stylesheet
 *
 * @author Boris Bettag
 * @author Markus Bosch
 */

 /* ------------------------------------------------------------------------------------------- */
/* global reset + basics ---------------------------------------------------------------------- */


* {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

html {
	overflow-x:hidden;
	overflow-y:scroll;
}

body, html {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	/*padding: 5px 0 10px 0;*/
}

.clearAll {
    clear: both;
	font-size: 0px;
}

.clearRight {
	clear: right;
	font-size: 0px;
}

.robotview {
	display: none;
}

 /* ------------------------------------------------------------------------------------------- */
/* page elements ------------------------------------------------------------------------------ */

#page {
	width: 975px;
	margin: 0;
  /*margin: 0 auto 0 auto;*/
}

#pageheader {
	height: 206px;
	background: transparent url('../images/site/bg_header_large.jpg') top left no-repeat;
	position: fixed;
	width: 100%;
	z-index: 10;
}

body.layout_1 #pageheader {
	background: transparent url('../images/site/bg_header_home_large.jpg') top left no-repeat;
}

#headnavigation {
	width: 985px;
	margin-top: 179px;
	position: absolute;
}

#logo {
	margin: 29px 0 0 570px;
	position: absolute;
}

#pagebody {
	/*background: #ffffff url(../images/site/content_back.gif) top center repeat-y;*/
	overflow: hidden;
	/*padding-top: 206px;*/
	padding-bottom: 20px;
}

#pagefooter {
	height: 30px;
	background: #ffffff;
	z-index: 100 !important;
	border-top: 1px solid #99b7d5;
	bottom: 0;
	/*background: transparent url(../images/site/content_border_bottom.gif) top center no-repeat;*/

}

body.layout_1 #pagefooter {
	margin-left: 220px;
}

#pagefooter #copyright {
	float: left;
	margin: 2px 0 0 5px;
	font-size: 0.9em;
	color: #a4a4a4;
}

body #subnavarea {
	float: left;
	width: 220px;
	height: 100%;
/*	position: relative;
	margin-top: 239px;
	left: 0;
*/	margin: 236px 0 10px 0;
}

body.layout_1 #subnavarea {
	float: none;
	height: 645px;
	margin: 206px 0 0 0;
	position: fixed;
	left: 0;
	background: url('../images/site/bg_subnavi_left_home.gif') top left no-repeat;
	z-index: -1;
}

#content {
	float: left;
	width: 240px;
	margin: 236px 0 10px 0;
}

body.layout_1 #content {
	float: left;
	width: 460px;
	margin: 236px 0 10px 220px;
}

.marginalia {
	float: right;
	width: 218px;
	margin-top: 265px;
	margin-right: 2px;
}

.layout_1 .marginalia {
	margin-top: 236px;
}

.contenttext {
	float: left;
	width: 456px;
	margin-bottom: 1.5em;
}

.marginalia_box p,
.marginalia_box ul {
	margin-right: 10px;
}

#minheight {
	float: left;
	height: 400px;
	width: 1px;
	font-size: 0;
}



/* ...... Language-Navigation ......................................... */
#langnav {
	position: absolute;
}

#langnav li {
	float: left;
	margin: 13px 10px 0 16px;
	line-height: 12px;
	list-style-type: none;
	font-size: 11px;
}

#langnav li a {
	color: #004b96;
}

#langnav li a:hover{
	color: #000000;
}

body.layout_1 #langnav li a {
	color: #ffffff;
}

body.layout_1 #langnav li a:hover{
	color: #d8e5f1;
}

#langnav li.active {
	display: none;
}

#langnav li img {
	margin-right: 5px;
	vertical-align: top;
}

/* ...... Sub-Navigation ......................................... */
#subnav {
	float: left;
	/*margin-left: 18px;*/
	text-align: left;
	font-weight: normal;
	width: 182px;
	border-bottom: 1px solid #7fa5ca;
}

#subnav li {
/*	border-top: 1px solid #ccdbea;
*/	list-style-type: none;
	font-size: 12px;
	line-height: 13px;
/*	display: none;
 *
 */
}

#subnav li.active,
#subnav li li,
li.current #subnav li {
	display: block;
}

#subnav li a {
	display: block;
	padding: 6px 0 6px 15px;
	border-top: 1px solid #7fa5ca;
}

#subnav li li a {
	border-top: 1px solid #ccdbea;
}

#subnav li li li a {
	padding: 0px 0 6px 15px;
}

#subnav li a.active {
	color: #DB2B36;
/*	font-weight: bold;
*/
}


/* ...... Sub-Nav 3rd level ...... */

#subnav ul.level3rd {
	width: 182px; /* 182 - padding */
	margin-top: 1px;
	border-top: 1px solid #ccdbea;
}

#subnav ul.level3rd li {
	font-size: 11px;
	border: 0;
}

#subnav ul.level3rd li a {
	padding-left: 28px;
}


/* ...... Sub-Nav 4th level ...... */

#subnav ul.level4th {
	width: 182px; /* 182 - padding */
}

#subnav ul.level4th li {
	border: 0;
}

#subnav ul.level4th li a {
	border: 0;
	padding-left: 40px;
	width: 142px;
}

#subnav ul.level4th li a.last {
	border-bottom: 1px solid #ccdbea;
	padding-left: 40px;
}




/* ...... Small-Navigation (Impressum)......................... */
#small-navigation {
	float: right;
	margin: 2px 1px 0 0;
}

#small-navigation li {
	float: left;
	list-style-type: none;
	margin: 0 0 0 20px;
}

#small-navigation li a {
	font-size: 11px;
	font-weight: normal;
}

#small-navigation li a.active {
	color: #db2b36;
}


 /* ------------------------------------------------------------------------------------------- */
/* content elements --------------------------------------------------------------------------- */

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #004b96;
}

a:hover {
	color: #000000;
}

h1 {
	display: none;
}

#content h1 {
	display: block;
}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	color: #a4a4a4;
}

#content h2 {
	clear: both;
	width: 400px;
}

h3 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}

.marginalia h3 {
	border-bottom: 1px solid #004b96;
	margin-bottom: 4px;
}

.marginalia p {
	margin-bottom: 5px;
}

p.small {
	font-size: 0.8em;
	line-height: 1.43em;
	margin-bottom: 1.4em;
}

.marginalia ul.small {
	font-size: 0.9em;
}

p {
	font-size: 1em;
	line-height: 1.43em;
	margin-bottom: 1.4em;
}

p.cite {
	line-height: 1.4em;
	margin-bottom: 1.4em;
	font-style: italic;
}

.marginalia ul,
#content ul {
	margin-bottom: 1.4em;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
}

.marginalia ul li,
#content ul li,
div.news-list-item div.news-list-morelink,
.tx-mmdamfilelist-pi1-normallink {
	margin: 0 0 0 2px;
	padding: 0 0 0.4em 18px;
	background: url(../images/site/bullet.gif) left 4px no-repeat;
	font-size: 1em;
/*  line-height: 1.4em;*/
}

marginalia ul,
#content ul li ul {
	margin: 0.5em 0 0 0;
}

#content table.people td {
	vertical-align: top;
	padding-bottom: 10px;
}

#content table.people td.address {
	padding-left: 5px;
}

#content table.chair {
	border: solid #004b96;
	border-width: 1px 0 1px 0;
	margin: 0 0 15px 0;
	padding-top: 15px;
}

.download_details {
	white-space: nowrap;
	visibility: hidden;
}

a:hover .download_details {
	visibility: visible;
}

#content hr {
	border: 1px solid transparent;
	border-top-color: #004b96;
}

#submit,
input.submit {
	display: block;
	background: #e3e7f3 url(../images/site/bg_button.gif) center center repeat-x;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccdbea;
	color: #004b96;
}

img.spacer-gif {
	visibility: hidden;
	width: 100%;
}

span.big {
    font-size: 1.2em;
}

span.date {
	color: #A4A4A4;
	font-size: 0.9em;
	margin-right: 3px;
}

td.align-left {
	text-align: left;
}

td.align-center {
	text-align: center;
}

td.align-right {
	text-align: right;
}

 /* ........................................................................................... */
/* home page .................................................................................. */
/*
body.layout_1 #content h2 {
	width: 413px;
	height: 57px;
	background: url(../images/content/home/setting_future_in_motion.gif) top left no-repeat;
	margin-bottom: 30px;
}
*/
body.layout_1 #content h2 span {
	display: none;
}

body.layout_1 .marginalia p.cite_source,
body.layout_1 .marginalia img {
	float: left;
}

body.layout_1 .marginalia p.cite_source {
	width: 150px;
	padding-left: 5px;
}

#scm-login {
	margin-top: 8px;
}

#scm-login br {
	clear: both;
}

#scm-login label {
	float: left;
	margin-bottom: 8px;
}

#scm-login #userid,
#scm-login #password {
	float: right;
	width: 155px;
	margin-bottom: 8px;
}

#scm-login .submit {
	float: right;
	width: 100px;
}




/*+++++++++++++++++++++++++++++++*/

 /* ........................................................................................... */
/* kontaktformular page ....................................................................... */

.mailformplus_contactform form {
	margin: 10px 45px 0 0;
}

.mailformplus_contactform label {
	width: 75px;
	float: left;
	clear: left;
}

.mailformplus_contactform input {
	float: left;
	display: block;
}

.mailformplus_contactform legend {
	display: none;
}

.mailformplus_contactform fieldset {
	float: left;
	width: 260px;
	border: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

label.hidden {
	display: none;
}

.mailformplus_contactform #firstname,
.mailformplus_contactform #lastname,
.mailformplus_contactform #street,
.mailformplus_contactform #phone,
.mailformplus_contactform #email {
	width: 276px;
	height: 15px;
	font-size: 12px;
}

.mailformplus_contactform #zip {
	width: 70px;
	height: 15px;
	margin-right: 6px;
	font-size: 12px;
	margin-left: 0;
}

.mailformplus_contactform #city {
	width: 196px;
	height: 15px;
	font-size: 12px;
	margin-right: -40px;
}

.mailformplus_contactform #text {
	width: 276px;
	font-size: 12px;
	margin-right: -2px;
}

.mailformplus_contactform #submit {
	margin-left: 75px;
	width: 170px;
	float: left;
}

.mailformplus_contactform .required {
	float: right;
}

.mailformplus_contactform .fieldset {
	float: left;
	clear: left;
	margin-bottom: 5px;
	width: 355px;
	overflow: hidden;
}

.mailformplus_contactform .errors {
	color: #db2b36;
	margin-bottom: 10px;
}

.mailformplus_contactform .footnote {
	float: right;
	font-size: 0.9em;
}


 /* ........................................................................................... */
/* press ....................................................................................... */

div.press-list-item {
    width: 456px;
    overflow: hidden;
    margin-top: 10px;
}

div.press-list-item div.press-list-image {
	float: right;
	width: 80px;
	/*height: 80px;*/
	overflow: hidden;
    margin-left: 10px;
}

div.press-list-item .press-list-date {
	color: #a4a4a4;
	font-size: 0.9em;
	padding-top: 0.1em;
}

div.press-list-item p {
	width: 360px;
	margin-bottom: 0;
}


 /* ........................................................................................... */
/* news ....................................................................................... */

div.news-latest-container {
	margin-top: 1.4em;
}

div.news-latest-container span.news-latest-date {
	float: left;
	color: #a4a4a4;
	font-weight: normal;
	font-size: 0.9em;
	padding-top: 0.1em;
}

div.news-latest-container div.news-latest-item {
	margin-bottom: 2px;
}

div.news-latest-container h3 a {
	display: block;
	margin-left: 4em;
	font-weight: normal;
	line-height: 130%;
	width: 400px;
}

div.news-latest-gotoarchive {
	display: none;
}

div.news-list-item div.news-list-image {
	float: right;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

div.news-list-item .news-list-date {
	color: #a4a4a4;
	font-size: 0.9em;
	padding-top: 0.1em;
}

div.news-list-item p {
	width: 360px;
	margin-bottom: 0;
}

div.news-list-item div.news-list-morelink {
	margin-bottom: 1.4em;
}

 /* ........................................................................................... */
/* news page ................................................................................. */

body.layout_2 #content,
body.layout_2 #content div.contenttext {
	width: 710px;
}

body.layout_2 div.marginalia {
	display: none;
}

body.layout_2 #content div.news-single-item p.bodytext {
	width: 460px;
}

body.layout_2 #content div.csc-textpic-imagewrap {
	width: 220px !important;
	overflow: hidden;
}

body.layout_2 #content dl.csc-textpic-image {
	border-top: #004b96 solid 1px;
	margin-bottom: 2em;
	padding-top: 3px;
}

body.layout_2 #content dd.csc-textpic-caption {
	width: 220px;
	margin-top: 3px;
}

hr.clearer,
body.layout_2 div.news-single-additional-info dl.news-single-files dt,
body.layout_2 div.news-single-additional-info dl.news-single-files dd img {
	display: none;
}

body.layout_2 div.news-single-additional-info dl.news-single-files dd {
	margin-bottom: 20px;
}



 /* ........................................................................................... */
/* gallery page .............................................................................. */

body #content div.showResultsWrap {
	display: none;
}

.tx-mmdamfilelist-pi1 {
    position: relative;
    padding-top: 5px;
}

.tx-mmdamfilelist-pi1 .browseBoxWrap {
    position: absolute;
    top: -25px;
    right: 10px;
}

.tx-mmdamfilelist-pi1-col {
    width: 160px;
    float: left;
    margin-left: 20px;
	margin-bottom: 20px;
}

.tx-mmdamfilelist-pi1-col1 {
    clear: left;
    margin-left: 0;
}

.tx-mmdamfilelist-pi1-col-empty {
    display: none;
}

.tx-mmdamfilelist-pi1-preview {
	border-top: 1px solid #004b96;
	padding-top: 3px;
	width: 160px;
    height: 100px;
    overflow: hidden;
	background-color: #f6fafd;
	text-align: center;
}

.tx-mmdamfilelist-pi1-title {
    height: 2.5em;
	font-size: 0.9em;
}

body #content div.browseBoxWrap span.activeLinkWrap,
body #content div.browseBoxWrap span.inactiveLinkWrap {
	display: block;
	height: 1.3em;
	width: 2em;
	overflow: hidden;
	float: left;
	margin-left: 4px;
	background: #e3e7f3 url(../images/site/bg_button.gif) center center repeat-x;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

body #content div.browseBoxWrap span.activeLinkWrap {
	border: 1px solid #db2b36;
	color: #db2b36;
}

body #content div.browseBoxWrap span.inactiveLinkWrap {
	border: 1px solid #ccdbea;
	color: #004b96;
}

body #content div.browseBoxWrap span.activeLinkWrap a,
body #content div.browseBoxWrap span.inactiveLinkWrap a {
	display: block;
	height: 1.3em;
	width: 2em;
	overflow: hidden;
}

