/* Stylesheet for the 'bbaw.theme' Plone theme */

*{
    border: 0;    
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #FFF;
    height: 100%;
    margin: 0;
    padding: 0;
    font: 8pt Arial,sans-serif;
}	 

.mozilla {display:none}
html>body .mozilla {display:block;}

.top_left_column li, .top_left_column ul, #meta_nav ul li, #context_nav ul li {
	list-style:none;	
}

a:focus { outline: none; } 

/* war .center */
#visual-portal-wrapper {	
    position:relative;
    margin: auto auto;
    width:980px;
}

#portal-top {
    position:relative;
    z-index: 99;
}

#portal-header {
    background-image:url(++resource++bbaw.theme.images/header_bckgr_img.jpg);
    height:212px;
    left:0;
    right:0;
    top:0;
    width:980px;
}

/* war .content_container */
#portal-columns {
    position:relative;
    width: 880px !important;
    margin-left: 72px;
    background-image: url(++resource++bbaw.theme.images/hg_content.jpg);
    background-repeat: repeat-y;
    overflow: auto;
    z-index: 1;
}

/* --- header --- */ 

#meta_nav {
   position: absolute;
   top: 22px;
   right: 230px;  
   padding: 0;
   font: 7pt Arial,sans-serif;
   text-transform: uppercase;
   font-weight: normal;
}	

#meta_nav li {float:left;}

#meta_nav a {
    display: inline-block;	
    color: #999;	
    text-decoration: none;
    border-bottom: 2px solid #CCC;
    margin-right: 2px;
    padding: 0 35px 2px 2px;	
}

#meta_nav a:hover {
    color: #666;
    border-bottom: 2px solid #C60C30;
}

#flashbox {
    position: absolute;
    top: 41px;
    left: 72px;
    height: 103px;
    width: 614px;
    border: 0;
    overflow: hidden;
}

#theme_img {
    height: 103px;
    width: 614px;
    border: 0;
}

#theme_link {
    background: transparent url(++resource++bbaw.theme.images/header_0.jpg) 0 0 no-repeat;
    position: absolute;
    margin: 40px 0 0 72px;
    height: 103px;
    width: 614px;
    border: 0;
}

/* kopfgraphiken */

.section-die-akademie #theme_link {
    background: transparent url(++resource++bbaw.theme.images/header_1.jpg) 0 0 no-repeat;
}

.section-forschung #theme_link {
    background: transparent url(++resource++bbaw.theme.images/header_2.jpg) 0 0 no-repeat;
}

.section-veranstaltungen #theme_link {
    background: transparent url(++resource++bbaw.theme.images/header_3.jpg) 0 0 no-repeat;
}

.section-publikationen #theme_link {
    background: transparent url(++resource++bbaw.theme.images/header_4.jpg) 0 0 no-repeat;
}

.section-telota #theme_link {
    background: transparent url(++resource++bbaw.theme.images/header_5.jpg) 0 0 no-repeat;
}

.section-bibliothek-archiv #theme_link {
    background: transparent url(++resource++bbaw.theme.images/header_6.jpg) 0 0 no-repeat;
}
	
#theme_txt {
    position: absolute;
    margin: 41px 0 0 72px;
    height: 103px;
    width: 600px;
    border: 0;
    text-align: right;
    padding: 8px 27px 5px 0;	
}


#theme_txt.only2BottomLines {
    margin: 97px 0 0 72px;		
}
	
	
#theme_txt h2 {
    font: 10pt Arial,sans-serif;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}

#theme_txt h1 {
    font: 18pt Arial,sans-serif;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 27px;
}

#logo	{
    position:absolute;
    top: 42px;
    left: 718px;
    width: 234px;
    height: 104px;
}

#menuebox {
    height:25px;
    margin:-32px 0 0 72px;
    position:absolute;
    width:880px;
    z-index:100;
}
	
/* --- Content ---- */

#portal-column-content,
.left_column {
    float: left;
    margin: 0;
    width: 614px;
}

#portal-column-content {
    padding: 0;
	background-color: #F0F0F0;
}

#portal-column-two, .right_column {	
    margin-left: 616px;
    width: 245px;
	
	
}

/* XXX #portal-breadcrumbs hat auch die Klasse .top_left_column. Kann .top_left_column
entfernt werden oder wird es noch an anderer Stelle verwendet */

#portal-breadcrumbs li, #portal-breadcrumbs ul {
    list-style:none;	
}

#portal-breadcrumbs, .top_left_column {	
    background-color: #DADADA;
    height: 20px;
    padding: 6px 0 0 21px;	
    overflow:hidden;
    border-bottom: 2px solid white;
}

#portal-breadcrumbs ul li, .top_left_column ul li {	
    float: left;
}
	
.top_right_column {
    width: 235px;
    height: 20px;
    padding: 6px 0 0 8px;	
    background-image: url(++resource++bbaw.theme.images/hg_top_c_right.jpg);
    background-repeat: no-repeat;
    border-bottom: 2px solid white;
}

.top_right_column input { 
    display: block;
    float: left;
    width: 155px; 
    height: 14px;
    margin: -2px 0 0 5px;
    border: 1px solid #999;
    padding-top: 1px;
    padding-left: 2px;  
    font: 8pt Arial,sans-serif;
    color: #666;
}	

.top_right_column input.searchbutton { 
    margin-left: 3px;
    float: left;
    width:23px;
    height: 17px;
    background-image:url(++resource++bbaw.theme.images/siteicons.png);
    background-position: 0px -372px;
    background-repeat: no-repeat;
    border: 0;
}

.top_right_column input.searchbutton:hover { 
    background-image:url(++resource++bbaw.theme.images/siteicons.png);
    background-position: 0px -439px;
}
  
.top_left_column p, .top_right_column p {
    font: 8pt Arial,sans-serif;
    color: #666;
    font-weight: normal;
    text-decoration: none;	
    float: left;
    margin-right:3px;
}
	
.top_left_column a, .top_right_colum a {
    font: 8pt Arial,sans-serif;
    color: #777;
    text-decoration: none;
    float: left;	
    margin-right:5px;
}
	
.top_left_column a:hover {
    color: #C60C30;
}

.clear {clear:both;height:1px;overflow:hidden;}

.twocolumn {
	background-image: none;
	display: inline-block;
	width: 580px;	
	margin-bottom: 2px;	
	}
	
.twocolumn p {
	padding-right: 5px;
	}

.left, .right {
	width: 250px;	
	float: left;
	background-color: transparent;
	padding-right:20px;	
	}	

/*.right {		*/
/*	float: left;*/
/*	margin-left:14px;		*/
/*	}*/

.bigleft{
	width: 350px;	
	float: left;
	background-color: transparent;
	padding-right:10px;	
	}

.smallright{
	width: 170px;
	float: right;
	margin-right: 18px;
	}

/* Einzelseite Mitarbeiter */ 

div.personinfo {
    background-color: transparent;
    float: left;
    padding-right: 10px;
    width: 350px
}

div.personinfo p.bold {
    font-weight: bold;
}

div.personinfo p.notopmargin {
    margin-top: 0px;
}

div.personpicture {
    float: right;
    margin-right: 18px;
    width: 170px
}

div.personinfo h1.name {
    border: 0;
    color: #444;
    font: 9pt Arial, sans-serif;
    font-weight: bold;
    margin: 10px 0 15px 0;
    padding: 0;
    text-decoration: none
}

div.personinfo p {
    margin-top: 10px;
}

.txt div.personinfo table.contact {
    margin-top: 30px;
    width:360px;
}

.txt div.personinfo table.contact tr {
    background-color:#F0F0F0;
}

.txt div.personinfo table.contact td {
    padding: 8px 0 0 0;
}

.txt div.personinfo table.contact tr.notoppadding td {
    padding-top: 0;
}

/*Inhaltsformatierung*/

.teaser, .txt {
	padding:17px 30px 20px 21px;
	border-bottom: 2px solid white;
    overflow: hidden;
	}
	
.rubrik {
	float: left;
	height:17px;
	width: 563px;
	background-color: #DADADA;
	padding:5px 30px 4px 21px;
	border-bottom: 2px solid white;
	}

.rubrik h1{
	font: 9pt Arial,sans-serif;
	color: #888;
	text-transform: uppercase;
	}
	
#region-content {  
    clear: right;
	}		
	
/* Teaser Startseite 2014-11-28 */

.ue_title {
    text-transform: uppercase;
    color: #666;
}

.teaserbild {
    position: relative;
    float: left;
    margin: 4px 30px 10px 0px;
}

.teasertext {
    float: left;
    width: 400px;
}
/* ENDE  Teaser Startseite */

.teaser ol li, .txt ol li { 
 list-style-type: upper-roman;
 text-transform: none;
 list-style-position: inside;
	}

.teaser ul, .txt ul {
	margin-left:16px;
	}

.teaser ul.noliststyle li, .txt ul.noliststyle li {	
	list-style: none;	
	margin-left:-16px;
	}

.teaser ul.noliststyle li li, .txt ul.noliststyle li li {	
	list-style-type: disc;
	text-transform: none;
	margin-left: 28px;
	
	}
	
.teaser li, .txt li {	
	list-style: disc;
	margin: 8px 0 8px 0;
	color: #666;
	}
	
.teaser li p, .txt li p {	
	padding-left: 10px;
	text-transform: none;
	}


/*.teaser img, .txt img {*/
/*    float:left;*/
/*    border: 1px solid #999;*/
/*    margin: 4px 30px 15px 0;*/
/*	}*/

.teaser li a.suche, .txt li a.suche {		
	margin-left: 13px;	
	}
	
.teaser.start {
	background-color: #999;
	height: 94px;
	}

.teaser.start p {
	color: #FFF;
	}

/* Bilder und Text "Inhaltsseiten" */

.break {
    height: 20px;
    clear: left;
    }


.thema {
	margin-left: 156px;	
	}
	
/*.txt .thema2 {
	height:220px;
	width:380px;
	margin: 0 0 0 281px;
	}*/

	
.thema2 .text {
	float:  left;
	width: 265px;
	padding-left: 20px;
	}

.thema p.big, .txt p.big {
	font: 10pt Arial,sans-serif;
	line-height: 15pt;
	font-weight: bold;
	margin-bottom: 10px;
	}

.txt .red {
	color: #c60c30;
	}

.txt .lightgrey {
	color: #888;
	}

/* Formatierung Teaser */

.teaser h1, .txt h1 {
	font: 9pt Arial,sans-serif;
	color: #C60C30;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px dotted #C60C30;
	margin: 5px 0 15px 0;
	padding-bottom: 5px;
	}

#region-content h1 a, .teaser h1 a, .txt h1 a {
	text-decoration: none;
	border: 0;
	}
	

#region-content h1 a:hover, .teaser h1 a:hover, .txt h1 a:hover {
	text-decoration: none;
	color: #000;
	}

#region-content h2, .teaser h2, .txt h2 {
	font: 8pt Arial,sans-serif;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	}

#region-content h3, .teaser h3, .txt h3 {
	font: 8pt Arial,sans-serif;
	color: #666;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 2px dotted #FFF;
	margin: 20px 0 0px 0;
	padding-bottom: 5px;
	}

#region-content h3.underline, .teaser h3.underline, .txt h3.underline {
	font: 8pt Arial,sans-serif;
	color: #666;
	font-weight:bold;
	border-bottom: 2px dotted #FFF;
	text-decoration: none;
	margin: 20px 0 10px 0;
	padding-bottom: 5px;
	}

#region-content h3.nounderline,
.teaser h3.nounderline,
.txt h3.nounderline {
	border-bottom: none;
	}

#region-content h3 a, .teaser h3 a, .txt h3 a {
	font-weight:bold;
	}


#region-content.thema h3, .teaser.thema h3, .txt.thema h3{ 
	margin-left: 156px !important;
	}

.teaser.thema ul, .txt.thema ul, .teaser.thema ol, .txt.thema ol {
	margin-left: 168px !important;
	}

	
#region-content td, .documentContent p, .teaser p, .teaser td, .txt p {
	font: 8pt Arial,sans-serif;
	line-height: 12pt;
	color: #444;
	font-weight: normal;
	padding-right: 5px;
	}

/*	Formatierung ist notwendig, weil auf der seite http://www4.bbaw.de:9393/bbaw/service/lageplan
im Template kein <p> einfuegbar ist ohne dass es einen TAL-Error gibt. Die Anweisung kann evtl.
vermieden werden, wenn man generell die Textfarbe in #content oder region-content auf #666
setzt und ggf. abweichungen davon definiert */
	
.txt strong {
	color: #444;
}
	
.teaser a, .txt a, .teaser li a, .txt li a {
	text-decoration:none;
	border-bottom:1px dashed #666;
	font: 8pt Arial,sans-serif;
	line-height: 12pt;
	font-weight: normal;
	color: #666;
	}

.teaser a:hover, .teaser li a:hover,
.txt a:hover, .txt li a:hover {
	text-decoration:none;
	border-bottom:1px solid #C60C30;
	color: #c60c30;
	}

.img a, .bild a, .teaserbild a {
    border: none !important;
}

#region-content a.top, .teaser a.top, .txt a.top {
	background-image: url(++resource++bbaw.theme.images/siteicons.png);
	background-repeat: no-repeat;
	background-position: 0px -502px;
	color: #808080;
	border: 0;
	padding-left: 15px;
	float: right;
	margin-top: -10px;
	}
 
#region-content a.top:hover, .teaser a.top:hover, .txt a.top:hover {
	background-image: url(++resource++bbaw.theme.images/siteicons.png);
	background-repeat: no-repeat;
	background-position: 0px -560px;
	color: #C60C30;
	border: 0;
 }

#region-content a.more, .teaser a.more, .txt a.more {
	background-image: url(++resource++bbaw.theme.images/siteicons.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 16px;
	text-decoration: none;
	color: #666;
	border: 0;
	font-weight: bold;
	}

#region-content a.more:hover, .teaser a.more:hover, .txt a.more:hover {
	background-image: url(++resource++bbaw.theme.images/siteicons.png);
	background-repeat: no-repeat;
	background-position: 0 -55px;
	color: #C60C30;
	}

#region-content a.none, .teaser a.none, .txt a.none {
	background-image: none;
	}

	
	
/* --- Bilder und Bildunterschriften ---- */

/* Bildformatierung fuer alle Seiten ausser Inhaltsseite 2 */

.bild {
    position: relative;
	float:left;    
	margin: 4px 30px 10px 0;
	display: inline-block;
	}

.bild p {
	color: #999;
	font: 7pt Arial,sans-serif;
	line-height: 9pt;
	font-weight: normal;    
	}

.bild img, .teaserbild img {
    
	border: 1px solid #999;
	margin: 0 0 8px 0; 
	}

/* Bildformatierung fuer Inhaltseite 2, wo der Abstand zum
text durch klasse thema gegeben wird */

.img {
	position: relative;	
	float: left;
	}
	
.img img {
	border: 1px solid #999;
	/*height: 125px;*/
	margin: 4px 0 8px 0; 
	}

.bu {
    max-width: 125px;/*24-03-2015*/
    /*margin-top: 5px;*/
}
.bu-st {
    width: 125px;
    margin-top: 5px;
}	
.bu p, .bu-st p {
	color: #999;
	font: 7pt Arial,sans-serif;
	line-height: 9pt;
	font-weight: normal;
	}

#container_bigimg {
	position: relative;
	height: 220px;
	width: 537px;
		
	}

#container_bigimg img {
	float: right;
	height: 220px;
	width: 380px;
	margin: 0 0 0 15px;
	}

	
#container_bigimg p {	
	text-align: right;	
	margin: 0 0 0 0;	
	width: 125px;	
	padding: 0;
	color: #999;
	font: 7pt Arial,sans-serif;
	line-height: 9pt;
	font-weight: normal;
	position: absolute; 
	bottom: 0;
	}
		

/* Footer */

#footer {
	margin:0 0 40px 72px;
	position:relative;
	width:861px;
    overflow: hidden;
	}
	
#footer .border {
    border-bottom:0.5px solid white;
	border-top:2px solid white;
	margin-top:-2px;
	overflow:auto;
	background: url("++resource++bbaw.theme.images/hg_top_c_right.jpg") 616px 0 no-repeat;
	}

.border div {
    width: 593px;
    background-color: #DADADA;
    height: 20px;
    overflow: hidden;
    padding: 6px 0 0 21px;
}

.border div a {
    color: #777;
    margin-right: 5px;
    text-decoration: none;
    text-transform:uppercase;
    display: block;
    padding-top:2px; 
    padding-right: 5px;
    padding-bottom: 8px;
}

.border div a:hover {
    color: #C60C30;
}

.seitenanfang {
    background: url(++resource++bbaw.theme.images/siteicons.png) 0px -502px no-repeat;
    margin:-1px 0 0 2px;
    float: left;
    width: 150px;
    padding-left: 13px;
	}

.seitenanfang:hover {
	background: url(++resource++bbaw.theme.images/siteicons.png) 0px -560px no-repeat;
	}

.drucken {
    background: url(++resource++bbaw.theme.images/siteicons.png) 0 -247px no-repeat;
    margin:-1px 0 0 5px;
    padding-left:20px;
    float: right;
	}

.drucken:hover {
    background: url(++resource++bbaw.theme.images/siteicons.png) 0 -308px no-repeat;
	}

.foot {
    border-top:2px solid #C60C30;
    margin-top: 1px;
    padding-top: 4px;
    font-size: 6pt;
    color: #999;
    text-transform: uppercase;
}

.foot .right_column {
    text-align: right
}

.foot .right_column a {
    color:#999;
    margin:3px 0 0 20px;
    text-decoration:none;
}

.foot .right_column a:hover {
    color:#C60C30;
}


/* Album view classes */
.photoAlbumEntry {
    float: left;
    position:relative;
    overflow: hidden;
    height: 185px;
    width: 143px;
    margin: 0em;
    padding: 0px 6px 0px 9px;
    text-align: center;
    background-repeat: no-repeat;
}
.photoAlbumEntry img {
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
}
.photoAlbumEntryWrapper {
    /*display: block;*/
    height: 130px;
    width: 128px;
    margin-bottom: 7px;
}
.photoAlbumEntry a {
    display: block;
    text-decoration: none;
    height: 169px;
    width: 130px;
    margin: 16px auto 0px;
}

/* Batch selector */
.listingBar {
    background-color:#F0F0F0;
    border:1px solid #CCC;
    font-size:100%;
    padding: 0em 1em;
    text-align: center;
    text-transform: none;
    vertical-align: top;
    margin: 1em 0em;
    clear: both;
}
.listingBar span.previous,
.listingPrevious {
    text-align: left;
    float: left;
    margin-right: 1em;
}
.listingBar span.next,
.listingNext {
    text-align: right;
    float: right;
    margin-left: 1em;
}
.listingBar img {
    vertical-align: middle;
}
.listingBar a {
    text-decoration: none;
}

.album_image {
    text-align: center;
}

/*Abstand Eintraege Suchseite*/
.searchResults dd {
    padding: 5px 0 0 16px;
}

/*Portlets*/

.portlet {
	width: 244px;
	border-bottom: 2px solid #D6D6D6;
	border-top: 2px solid #D6D6D6;
}

.portletCalendar dt {
    background-color: #fff;
    text-align: center;
}

.portletHeader, .managedPortlet .portletHeader {
    background-color: #fff;
    border: 0;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font: 8pt/12pt Arial,sans-serif;
	color: #333333;
}

.portletStaticText .portletHeader a,
.portletStaticText a.extern {
    background-image: url("++resource++bbaw.theme.images/siteicons.png");
    background-position: 2px 11px;
    text-transform: uppercase;
    color: #333333;
    background-repeat: no-repeat;
    padding: 8px 5px 8px 20px;
	margin: 0 0 0 5px;
	display: block;
    text-decoration: none;
	border-bottom: 2px dotted #D6D6D6;
	width: 204px;
}

.portletStaticText .portletHeader a:hover,
.portletStaticText a.extern:hover {
    background-image: url("++resource++bbaw.theme.images/siteicons.png");
    background-position: 2px -47px;
    color: #C60C30;
}


.portletStaticText a.noborder {
    border: 0
}

.portletItem {
    border-left: 0;
    border-right: 0;
    padding: 0 0 8px 0;
	margin-top: 8px;
}

.portletItem p {
	padding: 5px 5px 0 10px;
}

.portletItem p a {
    color: #666666;
    font: 8pt/12pt Arial,sans-serif;
    text-decoration: none;
}

.portletItem a:visited,
.portletFooter a:visited {
    color: #666;
}

.portletItem p a:hover {
    color: #C60C30;
    text-decoration: none;
	}
	
	
.portletFooter {
    background-color: #fff;
	color: #333333;
	border: 0;
    border-top: 2px dotted #D6D6D6;
    margin: 0;
	padding: 8px 5px 8px 20px;
    text-align: right;
	width: 204px;
}

.portletWrapper {
    background-color: #FFF;
    /*border-bottom: 2px solid #D6D6D6;*/
    overflow: hidden;
    width: 244px;    
}

.toggle span {
    background-image: url("++resource++bbaw.theme.images/siteicons.png");
    background-position: 2px 11px;
    background-repeat: no-repeat;
    color: #333333;
    cursor: pointer;
    display: block;
    font: 8pt/12pt Arial,sans-serif;
    margin: 0 0 0 5px;
    padding: 8px 5px 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: 204px;
}

.toggle span:hover {
    background-image: url("++resource++bbaw.theme.images/siteicons.png");
    background-position: 2px -47px;
    color: #C60C30;
}


