/* 

CISMO - Print CSS

*/

/* Standard Definitionen
-------------------------------------------------------------*/

body { 
background: #FFFFFF url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/site_back.gif) repeat-x; 
margin: 0 0 0 0; 
font: 70% tahoma,arial,sans-serif; 
color: #999; 
}

/*em f�r DATUM*/
em { 
color: #6E7A80; 
font-style: normal; 
}

img { 
border: none; 
}

table { 
border-collapse: collapse; 
width: 100%; 
font: 100% tahoma,arial,sans-serif; 
margin: 0 0 10px 0; 
}

td, th { 
font: 100% tahoma,arial,sans-serif; 
vertical-align: top; 
}

form, input, select, textarea { 
font: 100% tahoma,arial,sans-serif; 
margin: 0; 
}

a { 
color: #000;
text-decoration: none; 
}
a:hover { 
color: #000000; 
}

h1 { 
font: bold 140% tahoma,arial,sans-serif; 
margin: 10px 0 10px 0; 
color: #ccc; 
}

h2 { 
font: bold 100% tahoma,arial,sans-serif; 
margin: 10px 0 10px 0; 
color: #ccc; 
}

h3 { 
font: bold 100% tahoma,arial,sans-serif; 
margin: 10px 0 5px 0; 
color: #ccc; 
}

p { 
margin: 0 0 10px 0; 
}

input.submit { 
background: #ccc; 
padding: 1px 2px 1px 6px; 
text-align: left; 
color: #fff;
margin-top: 5px; 
}




/* Seiten Struktur
----------------------------------------------------------- */

#site { 
background: url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/site_back.gif) repeat-x; 
padding: 0; 
width: 990px;
overflow: hidden;
float: left;
}

/*  Header, Logo, Meta Menu, Main Navigation 
------------------------------------------------------------*/

#printheader {
height: 95px;
background: #fff;
}

#header { 
display: none;
}




/*Cismogroup Dropdown*/
#header .cismogroup {
display: none;
}


/* Hauptbereich
------------------------------------------------------*/
#structure { 
overflow: hidden;
padding: 16px 0 0 0;
width: 990px;
float:left;
margin: 0;
}

#structure .portal { 
width: 795px;
float: left; 
margin: 0 20px 40px 0;
padding: 0; 
overflow: hidden;
}

#structure .sidebar_right { 
float: left;
padding: 0;
overflow: hidden;
margin: 0;
}


#structure .sidebar_left { 
display: none;
}

#structure .content { 
width: 600px;
margin: 0 20px 0 0;
padding: 0;
overflow: hidden;


}

/* Portal Bildbereich
----------------------------------------------------------*/
.portal .portal_image { 
display: none;
}

/*Portalbild Bildcontainer Flash*/
.portal .portal_image .image_small { 
display: none;
}

.portal .portal_image .image_medium { 
display: none;
}

.portal .portal_image .image_large { 
display: none;
}

/*Teaserblock Portalbild */
.portal .portal_image .teaserblock { 
float: right;
width: 280px;
height: 190px;
}

/*Personalsuche Portalbild */
.portal .portal_image .personal { 
display: none;
}


/*Bild Text Teaser 280x90 
-----------------------------------------------------*/

.teaser {
width: 280px;
height: 90px;
float: left; 
margin: 0 0 10px 0;
padding: 0;
}

.teaser img { 
width: 90px; 
height: 90px; 
float: right;
margin: 0 0 0 10px;
}

.teaser .text { 
float: left; 
width: 180px;
height: 90px;
overflow: hidden; 
margin: 0;
}

.teaser .text h3 { 
display: block; 
float:none !important; 
clear:both; 
}

.teaser .text p { 
display: block; 
float:none !important; 
clear:both; 
height: 28px;
overflow: hidden;
}

.teaser .text a { 
display: block; 
float:none !important; 
clear:both; 
height: 28px;
overflow: hidden;
padding-left: 10px;
margin: 0;
text-decoration: none;
color: #000;
background: url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/c_arrow_print.gif) no-repeat;
}

/*Bild Text Teaser (ALTERNATIVEVARIANTE - INVERSE) 280x90 
------------------------------------------------------------*/

.teaser_inverse {
width: 280px;
height: 90px;
float: left; 
margin: 0 0 10px 0;
padding: 0;
}

.teaser_inverse img { 
width: 90px; 
height: 90px; 
float: right;
margin: 0 0 0 10px;
}

.teaser_inverse .text { 
float: left; 
width: 180px;
height: 90px;
overflow: hidden; 
margin: 0;
}

.teaser_inverse .text h3 { 
display: block; 
float:none !important; 
clear:both; 
}

.teaser_inverse .text p { 
display: block; 
float:none !important; 
clear:both; 
height: 28px;
overflow: hidden;
}

.teaser_inverse .text a { 
display: block; 
float:none !important; 
clear:both; 
height: 28px;
overflow: hidden;
padding-left: 10px;
margin: 0;
text-decoration: none;
color: #000;
background: url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/c_arrow_print.gif) no-repeat;
}

/*PORTAL INHALTE
------------------------------------------------------------------*/
.portal .portal_left { 
display: none;
}

.portal .portal_box { 
float: left;
width: 280px;
margin: 0 20px 0 0 !important;
overflow: hidden;
}


/*LOGIN BOX 190x89
---------------------------------------------------------------*/
.login_box {
display: none;
}

/*SUCHBOX 190x86
---------------------------------------------------------------*/
.search_box {
display: none;
}


/*DOWNLOAD BOX 190x86
-------------------------------------------------------------*/
.download_box {
display: none;
}


/*AKTUELLE MELDUNGEN PORTAL
----------------------------------------------------------------*/
.messages { 
width: 180px;
margin-bottom: 10px;
background: #fff;
overflow: hidden;
float: left;
}

.messages ul { 
margin: 0; 
padding: 0; 
list-style: none;
width: 175px;
overflow: hidden;
float: left;
}

.messages li { 
margin: 2px 0 8px 0; 
display: block; 
}

.messages a { 
text-decoration: none; 
padding: 0 15px 0 0; 
color: #333;
}

.messages a:hover { 
text-decoration: none; 
}

.messages em { 
display: block; 
}

/*NEWS PORTAL
------------------------------------------------------------------*/
.news { 
width: 180px;
margin-bottom: 5px;
background: #fff;
overflow: hidden;
float: left;
}

.news ul { 
margin: 0; 
padding: 0; 
list-style: none;
width: 175px;
overflow: hidden;
float: left;
}

.news li { 
margin: 2px 0 8px 0; 
display: block; 
}

.news a { 
text-decoration: none; 
padding: 0 15px 0 0; 
color: #333;
}

.news a:hover { 
text-decoration: none; 
}

.news em { 
display: block; 
}

/*LINKBOX (EXAA)
--------------------------------------------------------------*/
.linkbox {
display: none;
}

/*INFORMATIONSBOX
------------------------------------------------------------------*/

.information {
background: #fff;
margin-left: 20px;
}

.information table {
width: 250px;
}

.information .headline {
color: #ccc;
font-weight: bold;
padding: 5px 5px 3px 0;
}

.information .date {
padding: 0 5px 0 0;
}


.information .data  {
border-collapse: collapse;
}

.information .data td {
border-top: 1px solid #d2d2d2;
}

.information .data .label {
color: #000;
padding: 4px 0;
width: 90px;
}

.information .data .value {
color: #000;
background: #f0f0f0;
padding: 4px 5px;
width: 76px;
}

.information .data .text {
color: #aaa;
padding: 2px 4px 0 0;
}

/*------------------------------------------------------------
 INHALTSBEREICH CONTENT
-------------------------------------------------------------*/

/* Subnavigation Contentbereich (Left-Sidebar)
-------------------------------------------------------------*/



/* Breadcumb
-------------------------------------------------------------*/
.position { 
height: 22px;
background: #fff;
padding: 0;
border-bottom: 1px solid #e1e1e1;
overflow: hidden;
}

.position ul {
float: left;
margin: 0; 
padding: 0;
list-style: none;
overflow: hidden;
}

.position ul li { 
margin: 0; 
padding: 0; 
float: left; 
border-left: none; 
}

.position a { 
background: url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/breadcrumb.gif) no-repeat; 
padding: 3px 6px 5px 10px; 
color: #999; 
text-decoration: none;
float:left;
}

.position a:hover { 
color: #000; 
text-decoration: none;
}

a.position_home { 
background: none; 
padding: 3px 6px 5px 0; 
color: #999; 
text-decoration: none; 
}

/* PRINT BOX 
------------------------------------------------------------- */
.printbox {
display: none;
}

/* CONTENTBEREICH INHALTE
---------------------------------------------------------------*/

.content .block {
margin: 0 0 10px 0;
float: left;
color: #999;

}
.content .block strong {
color: #999;
}


.content .left {
width: 380px;
float: left;
overflow: hidden;
margin-right: 20px;
}

.content .left .firstentry ul li {
background: none;
}

.content .left .entry ul li {
background: none;
}

.content .left .entry {
padding: 10px 0;
border-top: 1px solid #e1e1e1;
overflow: hidden;
float: left;
}

.content .left .firstentry {
padding: 10px 0;
overflow: hidden;
float: left;
}

.content .left .image {
width: 90px;
overflow: hidden;
float: left;
margin-right: 10px;
}

.content .left .text {
width: 250px;
overflow: hidden;
float: left;
}

.content .left .text h2 {
margin: 0; 
color: #999; 
}

.content .left .text p {
margin: 10px 0 0 0; 
color: #000; 
}

.content .left .text ul {
margin: 10px 0 0 0;
padding: 0;
}

.content .left .text ul li {
margin: 0;
padding: 0;
}

.content .left .text ul li a {
padding: 0 0 0 10px;
background: url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/link_arrow.gif) no-repeat;
text-decoration: none;
color: #666;
}

/*NOTICES*/

.content .right {
width: 180px;
float: right;
overflow: hidden;
}

.content .right ul li {
background: none;
}

.content .right h2 {
margin: 10px 0 5px 0; 
color: #666; 
}

.content .right .messages {
height: auto;
padding-top: 10px;
border-top: 1px solid #e1e1e1;
}

.content .right .news {
height: auto;
padding-top: 10px;
border-top: 1px solid #e1e1e1;
}


/*LISTEN STYLING CONTENTBEREICH FLIESSTEXT*/
.content .block ul {
margin: 0 0 10px 0;
padding: 0;
list-style: none;
}

.content .block li {
background: url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/list_content.gif) no-repeat;
padding: 0 0 0 10px;
margin: 2px 0;
}

/*Bild mit Bildtext Inhaltsbereich Rechts*/
.content .right .imageentry {
width: 180px;
padding: 0;
margin: 0 0 5px 0;
float: left;
}

.content .right .imageentry .text {
width: 158px;
padding: 10px;
margin: 0;
border: 1px solid #e1e1e1;
border-top: none !important; 
color: #999;
}


/*Linkliste Content*/
.content .linkliste {
margin: 0;
padding: 0;
}

.content .linkliste h2 {
color: #666;
}

.content .linkliste ul {
padding: 0;
margin: 5px 0;
}

.content .linkliste ul li {
padding: 0 0 0 15px;
margin: 5px 0;
background: url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/print_more.gif) left 2px no-repeat; 
}

.content .linkliste ul li a {
color: #000;
text-decoration: none;
}


/*TABELLE CONTENTBEREICH*/

.content .block table {
color: #666;
}

.content .block table a {
text-decoration:none;
color: #000;
}

.content .block thead {
background: #f0f0f0;
}

.content .block td, .content .block th {
padding: 3px 10px;
text-align: left;
}

.content .block td {
border-bottom: 1px solid #d2d2d2;
}

.content .block th {
border-bottom: 2px solid #d2d2d2;
}

.content .block .dark {
background: #f0f0f0;
}

/* CONTENT SIDEBAR RIGHT
------------------------------------------------------------- */
.multibox { 
background: #f2f2f2; 
margin: 0 0 10px 0; 
}

.multibox h2 { 
margin: 2px 10px;
padding: 5px 0; 
color: #666;
border-bottom: 1px solid #e1e1e1;
}

.multibox p { 
margin: 0;
color: #666;
}
.multibox .text { 
padding: 10px 10px 10px 10px; 
margin: 0 0 10px 0; 
}
.multibox ul { 
margin: 0; 
padding: 2px 0 5px 0; 
list-style: none; 
}
.multibox li { 
margin: 0; 
padding: 1px 0 3px 10px; 
display: block; 
}
.multibox li a { 
color: #333; 
text-decoration: none;
}

.multibox li a:hover { 
text-decoration: none; 
}

/*ICONS MULTIBOX*/
.multibox ul.download li { 
background: url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/print_download.gif) left 2px no-repeat; 
padding: 1px 0 2px 18px; 
}
.multibox ul.extern li {
 background: url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/print_more.gif) left 2px no-repeat; 
 padding: 1px 0 2px 18px; 
 }
.multibox ul.links li { 
background: url(/static/cms/system/modules/at.cismo.opencms.framework/ressources/media/layout/print_more.gif) left 2px no-repeat; 
padding: 1px 0 2px 18px; 
}


/* Footer, Copyright
------------------------------------------------------------- */
#footer { 
display: none;
}

#printfooter { 
color: #999; 
background: none; 
clear: both; 
float: left;
margin: 30px 0 0 0;
overflow: hidden;
width: 20cm;
border-top: 1px solid #999;
padding: 8px 10px 12px 0px; 
}


/* Flash Title */

.flashheadline_h3 { 
width: 175px; 
overflow: hidden; 
float: left; 
height: 20px; 
margin: 0 0 -5px 0px; 
padding: 5px 0 0 0;
}

.flashheadline_h3 object, .flashheadline_h3 embed {
display: none;
}

.content .flashheadline_h1 { 
float: left; 
clear: both; 
/*width:560px; */
overflow:hidden; 
margin: 10px 0 5px 0px;
padding: 0;
}

.flashheadline_h1 object, .flashheadline_h1 embed { 
display: none;
} 



/* NEWS LISTING */
#newslist {
	margin:10px 0pt;
}
#newslist table {
}
#newslist td {
	background:#FFFFFF none repeat scroll 0%;
	border-top:1px solid #CAD2DA;
	padding:4px 10px 4px 0pt;
	vertical-align:top;
	width:60px;
}
#newslist th {
	background:#FFFFFF none repeat scroll 0%;
	border-top:1px solid #CAD2DA;
	padding:4px 0pt;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #D2D2D2 !important;
}
#newslist table a {
	margin:0pt 0pt 5px;
}


/*PAGING NAVIGATION
----------------------------------------------------------------- */

.content .paging {
	display: none;
}

/*TABELLENSTYLE TABELLE NOSTYLE  */

.nostyle { 
width: 100%; 
margin: 0 0 10px 0;
background: none !important;
}

.nostyle td  { 
border: none !important; 
background: none !important;
}

.nostyle th {
border: none !important; 
background: none !important;
}

.nostyle thead {
border: none !important; 
background: none !important;
}


/*FLASHHEADLINEERSATZ */

div.h1_print {
display: block !important;
font: bold 140% tahoma,arial,sans-serif; 
color: #000; 
}

div.h3_print {
display: block !important;
font: bold 100% tahoma,arial,sans-serif; 
color: #ccc; 
}




/*PORTALBOXEN INHALTE EXAA (Speziell)
------------------------------------*/

.chart {
color: #666;
border-collapse: collapse;
margin: 0;
}

.chart td {
}

.chart .headline {
color: #dc0a0a;
font-weight: bold;
padding: 5px 5px 3px 10px;
}

.chart .date {
padding: 0 5px 0 10px;
}

.chart .history {
text-align: right;
vertical-align: middle;
color: #000;
}
.chart .calender {
text-align: right;
vertical-align: middle;
}

.chart .nav {
}

.chart .chartnav {
height: 20px;
padding: 0;
margin-bottom: -1px !important;
overflow: hidden;
}

.chart .chartnav p {
padding: 3px 10px;
float: left;
}

.chart .chartnav a {
padding: 3px 10px;
float: left;
color: #dc0a0a;
text-decoration: none;
}

.chart .chartnav a:hover {
padding: 2px 9px 3px 10px;
float: left;
color: #dc0a0a;
border-top: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
background: #f0f0f0;
}
.chart .chartnav a.active {
padding: 2px 9px 3px 10px;
float: left;
color: #dc0a0a;
border-top: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
background: #f0f0f0;
}

.data {
margin: 3px 0 0 0;
color: #666;
border-collapse: collapse;
}

.data td {
border-top: 1px solid #d2d2d2;
padding: 2px 0 1px 10px;
}

.data .label {
width: 82px;
color: #333;
}

.data .label_big {
color: #333;
}

.data .time {
width: 80px;
background: #f0f0f0;
}

.data .unit {
width: 35px;
padding-left: 5px;
}

.data .value {
width: 37px;
padding-left: 0px;
text-align: right;
color: #333;
}

.data .value_big {
text-align: right;
background: #f0f0f0;
color: #333;
}

.data .change {
width: 18px;
padding-left: 0px;
text-align:right;
}

.data .change_big {
width: 18px;
padding-left: 0px;
text-align:right;
background: #f0f0f0;
}



.chart .alternativ {
padding: 3px 5px 3px 10px;
}

.data_simple {
margin: 3px 0 0 0;
color: #666;
border-collapse: collapse;
}

.data_simple td {
border-top: 1px solid #d2d2d2;
padding: 2px 0 1px 10px;
}

.data_simple .label {
color: #333;
}

.data_simple .value {
width: 50px;
padding-left: 0px;
text-align: right;
color: #333;
background: #f0f0f0;
}

.data_simple .change {
width: 18px;
padding-left: 0px;
text-align:right;
background: #f0f0f0;
}


