﻿@charset "utf-8";
/* ==========================================
this file includes the site-specific layout 
for bka.gv.at
========================================== */


dfn {
  position: absolute;
  top: -1000em;
  left: -1000em;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


textarea {
  font-size: 1.0em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


td.LeftPane ul {
  font-size: 0.8em;
  margin-bottom: 1.8em;
}

td.LeftPane ul ul {
  margin-bottom: 0;
  font-size: 0.85em;
}

td.LeftPane ul ul ul {
  font-size: 1em;
}

td.LeftPane h2 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 0.3em 0;
  color: #305886;
}

td.LeftPane h2 a {
  font-weight: bold;
  color: #305886;
  text-decoration: none;
  display: block;
}

td.LeftPane h2 a.current,
td.LeftPane h2 a:hover,
td.LeftPane h2 a:focus,
td.LeftPane h2 a:active {
  color: #bc101d;
}

td.LeftPane ul li dfn {
  position: absolute;
  top: -1000em;
  left: -1000em;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

td.LeftPane ul li {
  margin-top: 1px;
  line-height: 1.3;
}

td.LeftPane ul li a {
  color: Black;
  text-decoration: none;
  background-color: #f9f9f9;
}

td.LeftPane ul li a,
td.LeftPane ul li span.current {
  border-left: 4px solid #c5cce5;
  padding: 3px 5px 3px 8px;
  display: block;
}

td.LeftPane ul li.current {
  font-weight: bold;
  color: #bc101d;
}

td.LeftPane ul li a:hover,
td.LeftPane ul li a:focus,
td.LeftPane ul li a:active {
  background-color: #e6e8e8 !important;
  color: #bc101d !important;
  border-left: 4px solid #d82128 !important;
}

td.LeftPane ul li.selected a,
td.LeftPane ul li span.current {
  border-left: 4px solid #d82128;
  background-color: #e6e8e8;
}

td.LeftPane ul li li a,
td.LeftPane ul li li .current {
  padding-left: 16px;
  background-color: #eff0f0;
}

td.LeftPane ul li.selected li a,
td.LeftPane ul li li .current {
  border-left: 4px solid #df888a;
  background-color: #eff0f0;
}

td.LeftPane ul li li li a,
td.LeftPane ul li li li .current {
  padding-left: 24px;
  background-color: #f4f5f6;
}

td.LeftPane ul li.selected li li a,
td.LeftPane ul li li li .current {
  border-left: 4px solid #e6bdbd;
  background-color: #f4f5f6;
}

td.LeftPane ul li a img {
  border-bottom: 2px solid White;
}

td.LeftPane ul li  a:focus img {
  border-bottom: 2px solid #BC101D;
}


/* listen in div.content */

td.ContentPane div.content ul li,
td.ContentPane div.content ul ul li,
td.ContentPane div.content ol ul li,
td.ContentPane div.content ul li,
td.ContentPane div.content ul ul li,
td.ContentPane div.content ol ul li {
  padding-left: 30px;
  margin-left: 0;
  background: url(../../img/bg_li_rot.jpg) 0.8em 0.4em no-repeat;
  list-style-type: none;
}

td.RightPane div.content ul li,
td.RightPane div.content ul ul li,
td.RightPane div.content ol ul li {
  background: url(../../img/bg_li_blau.jpg) 0.8em 0.4em no-repeat;
  padding-left: 30px;
  margin-left: 0;
  list-style-type: none;
}


.rb_DefaultLayoutDiv
{
      width: 48em;
	  text-align:  center;
	  margin: 0px auto 0px auto;
	  padding: 0px 0px 0px 0px;    
}

#ID rb_DefaultLayoutTable {
	text-align: center;
}

/* ************** three panes container (table version) **************** */

table.myThreePanesTable
{
	width: 48em;
	text-align: left;
	border-collapse:collapse;
}

td.LeftPane
{
	width: 15em;
	padding:0px;
	margin:0px;
	overflow: hidden;
}

td.ContentPane
{
	width: 100%;
	margin:0px;
	padding-top:5px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom:0px;
}

td.RightPane
{
	border-left:solid 1px #DDD;
	width: 14em;
	padding-top:7px; /*10px;*/
	padding-left: 7px;
}


/*********** new 20060102ev - Header userprofil & logout menu ******************/
/* text style für site links (nur im editiermodus für redakteure sichtbar) 
fuer eingeloggte User Welcome & Logout-Button */

div.HeaderUserMessage {
    font-size: 65%;
	text-align: right;
	padding: 0.2em;
}

table.SiteLink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
	padding: 0.5em;
	font-size: 0.85em;
margin-bottom: 0.5em;
}

table.SiteLink td {
	font-size:85%;
}

span.SiteLink
{
	color: #FFF;
}

/* hyperlink styles */
.SiteLink a:link
{
    text-decoration: none;
    color: #FFF;
}

.SiteLink a:visited
{
    text-decoration: none;
    color: #FFF;
}

.SiteLink a:active
{
    color: #DDD;
    text-decoration: none;
}

.SiteLink a:hover
{
    text-decoration: underline;
    color: #FFF;
}

/* style for separator between site links */
.Accent
{
    color:#FFF;
    font-weight: bold;
}

/* end new 20060102ev - userprofil & logout */


/* === diverses im content === */

div.imgdivfloat
{
	width: 160px;
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
	padding: 3px 3px 3px 3px;
	/* border: 1px solid #666666; */
}

h3.infotitle
{

    font-size: 1.1em;
    font-weight: bold;
    color: #222;
    padding-left:0px;
}

/* *** MODUL InternDocuments *** */
/*
.bkaModuleTitle
{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 100%;
    line-height:150%;
    font-weight: bold;
    color: #003366;
}
*/

td.Normal
{
	font-size: 80%;
    line-height:150%;
    font-weight: normal;
    color: #000;
}

td.NormalBold
{
	font-size: 80%;
    line-height:150%;
    font-weight: bold;
    color: #000;
}

td a.Normal {
	font-size: 80%;
    line-height:150%;
}

a.Normal:link
{
    color: #003366;
    text-decoration: underline;
}

a.Normal:visited
{
    text-decoration: underline;
    color: #999999;
}

a.Normal:active
{
    text-decoration: underline;
    color: #999999;
}

a.Normal:hover
{
    text-decoration: underline;
    color: #003366;
}

/* **** wzo Admin modules **** */

.checkgreen
{
background-color: #33ff33;
}

.checkred
{border: 10px solid #ff3333}


/* ********** diverses fuer Rainbow ADMIN ********* */

table.Normal td {
	font-size: 80%;
    line-height:150%;
}

span.mager{
font-weight:normal;
}

SMALL
{
    font-size: small;
}

BIG
{
    font-size: large;
}

/*editoren styles */


div.rb_ModuleButtons_float {
	width: 20px;
	float: left;
}


/* === SPECIALS in Content === */

/******** SPECIALs for new ST *********/

img.imgFloatRight, img.imgFloatright {
	display: block;
	float: right;
	padding-left: 0.7em;
}

img.imgFloatLeft, img.imgFloatleft {
	display: block;
	float: left;
	padding-right: 0.7em; /* sollte eigentlich margin sein */
}

div.clearfloatDiv, div.clearfloatContent  {
	clear: both;
	float: none;
	line-height: 1px;
	margin: 0;
	padding: 0;
	height: 1px;
}


div.textblock table.tableSpecial
{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse:collapse;
	margin-bottom: 12px;
background-color: #FEFEFE;
}

div.textblock table.tableSpecial td
{
	padding:6px;
	border-right: 1px solid #999999;
	vertical-align:top;
	text-align:left;
	border-bottom: 1px solid #999999;
	font-size: 100%;
	background: transparent;
font-size: 95%;
}

div.textblock table.tableSpecial th
{
	padding:6px;
	border-right: 1px solid #999999;
	vertical-align:top;
	text-align:left;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	font-size: 100%;
	background: transparent;
}

div.textblock table.tableSpecial tr.rowstyle0 {
	background-color: #E6E6E6;
	background: #E6E6E6;
}

div.textblock table.tableSpecial tr.rowstyle1 {
	background-color: #FFF;
	background: #FFF;
}




div.textblock p.pSpecial {
	/* border: 1px solid  #999; */
	padding: 0.5em;
	background-color: #E6E6E6;
}

div.textblock span.spSpecial {
	padding: 0.1em;
	background-color: #E6E6E6;
	border: 1px solid #999;
}


div.STdivBlock {
	width: 150px;
	border: 1px solid #E6E6E6;
	background-color: #E6E6E6;
	margin-bottom:0.5em;
}

div.STdivBlock p.pImgCob {
	padding: 0.1em;
	font-size: 80%;
}

div.cobBlockTransparent {
	width: 15em;
	border: 1px solid #E6E6E6;
	background-color: #E6E6E6;
	margin-bottom:0.5em;
}

div.cobBlockTransparent p.pImgCob {
	background-color: #E6E6E6;
	padding: 0.1em;
	font-size: 80%;
}

div.textblock_alternative {
	font-size: 100%;
	line-height: 130%;
	margin-bottom: 2em;
}

div.textblock_alternative h3
{
	background-color: #E4E4E4;
	color: #333;
	font-weight: bold;
	line-height:150%;
}

div.textblock_alternative h2
{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 100%;
    line-height:150%;
    font-weight: bold;
    color: #003366;
}

/* explizit fuer menu im textblock */
/*
div.textblock_alternative ol.STMenu
{
	margin-left: 0px;
}

div.textblock_alternative ol.STMenu li
{
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 0.3em;
}


div.textblock_alternative ol.STmenu
{
	font-size: 100%;
    line-height:140%;
    font-weight: bold;
    color: #003366;
}
*/

/* special for Verwaltungsinnivation - Wettbewerbe */

span.prVWP {
	font-size:0.9em;
	font-weight: normal;
}


/* ====================================
   SPECIALs FOR CONTENT IN HTML 
===================================== */

/* Bundesregierung Portraits und Lebenslauflinks */

#colcontentOR div.content ul.threecolfloat, 
td.ContentPane div.content ul.threecolfloat { 
	list-style-type: none;
	list-style: none;
	padding: 0; 
	margin: 0;
	margin-top: 2em;
}

#colcontentOR div.content ul.threecolfloat li.tcfItem, 
td.ContentPane div.content ul.threecolfloat li.tcfItem { 
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	padding: 0; 
	margin: 0;
	float: left;
	width: 20em;
	height: 20em;
	margin-right: 1em;
	text-align:center;
	background: #FFF;
	background-image: url(Design/img/empty.jpg); 
}


/* ========= 2-spaltige Liste im Content  ======== */

div.content div.liste_2cols ul.liste_2cols {
	width: 100%; 
	margin-bottom: 1em;
}

div.content div.liste_2cols ul.liste_2cols li.li2colsItem {
	display: block;
	float: left;
	width: 44%;
}


/* special block without background-color */

div.content div.inlinecontentwithoutbackground {
	width: 150px;
	border: 0px solid #E6E6E6;
	background-color: #FFF;
	margin-bottom:0.5em;
}