/* style.css - Included in Frontend + Backend (/edit/) */

/* ================================= 
   Contents
   ================================= */
/* Frontend Basic Styles */
body, font, p, div, span, tbody {
font-family: Arial, sans-serif;
font-size: 12px;
color: #0b3b67;
font-weight:normal;
}

body {
background: #d5e5f1;
}
 
.platocontent, .platocontent font, .platocontent p, .platocontent div, .platocontent span, .platocontent tbody, .cms_content_content {
font-family: Arial, sans-serif;

font-size: 12px;
color: #0b3b67;
text-decoration:none;
line-height:16px;

}

.platocontent {
	padding-top:30px;
	}
 
.platocontent h1, .cms_h1_content {
font-family: Arial, sans-serif;
font-weight: normal;
font-size: 30px;

}

.platocontent h1 {
margin:0px; 
padding:15px 0px 10px 0px;
line-height:normal;
}

.platocontent h2, .cms_h2_content {
color: #536186;
font-family: Arial;
font-weight: bold;
font-size: 14px;
 
}

.platocontent h2 {
 margin:0px; 
padding:12px 0px 10px 0px; 
line-height:normal;
}

.platocontent h3 {
font-size:11px;
font-weight:bold;
margin:0px; 
padding:9px 0px 4px 0px; 
}



/* ================================= 
   Margins
   ================================= */
   /*
.platomargin h1, .cms_h1_margin {
font-size:14px;
font-weight:bold;
}

.platomargin h1{
margin:0px; 
padding:0px 0px 2px 0px;
}

.platomargin h2, .cms_h2_margin {
font-size:12px;
font-weight:bold;
}

.platomargin h2 {
margin:0px; 
padding:0px 0px 0px 0px; 
}

.platomargin font, .platomargin p, .platomargin div, .platomargin span, .platomargin tbody, .cms_content_margin {
font-family:Arial,sans-serif;
font-size:11px;
text-decoration:none;
line-height:16px;
}

.platomargin input, .platomargin select, .platomargin textarea, .platomargin button {    
font-family:Arial,sans-serif; 
font-size:11px;
margin:0px;
}

.platocontent p, .platomargin p {
padding:10px 0px 0px 0px;
margin:0px;
}

.platocontent p.p-block, .platomargin p.p-block{
margin:0px;
padding:20px 0px 0px 0px;
clear:both;
}

*/

/* ================================= 
   Standard Contents
   ================================= */
cite {
margin:0px 0px 0px 20px;
padding:0px 0px 0px 15px;
border-left:1px solid #CCC;
display:block;
font-style:normal;
}

br.invisible-br {
height:0px; clear:both; line-height:0px; overflow:hidden;
}



/* ================================= 
   Links
   ================================= */
.platocontent a, .platocontent a:link, .platomargin a, .platomargin a:link {
color: #8aadc0;
text-decoration: none;
}

.platocontent a:hover, .platomargin a:hover {
 color: #40567D;
text-decoration: none;
}
 
a.stdlink, a.stdlink:link, a.stdlink-ext, a.stdlink-ext:link, a.internal-link, a.internal-link:link, a.mail-link {
color: #0B3B67;
text-decoration: underline;
}

a.stdlink:hover, a.stdlink-ext:hover, a.internal-link:hover, a.mail-link:hover {
 color: #0B3B67;
text-decoration: underline;
}


/* ================================= 
   Lists
   ================================= */
.content-block ul {
margin:5px 5px 5px 0px;
padding:0px;
}

.content-block ul {
list-style-type:none;
}

.content-block ul ul {
margin:5px 10px 0px 15px;
}

.content-block ul li {
margin:0px 0px 0px 15px;
padding:0px 0px 0px 2px;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
}

.content-block ol {
margin:5px 10px 0px 20px;
padding:0px;
}


/* ================================= 
   Sitemap
   ================================= */
   /*
#sitemap a {
color:#F97F00;
}

#sitemap a:hover {
text-decoration:underline;
color:#F97F00;
}

#sitemap ul {
list-style-type:none;
margin:0px;
padding:0px;
}

#sitemap ul ul {
margin:0px 0px 10px 15px;
}

#sitemap ul li {
margin:0px;
padding:0px 0px 0px 0px;
}*/

/* ================================= 
   CMS Content Classes and Modules
   ================================= */
/* [BILD] Tag */
.inline-image {
vertical-align:middle;
}


/* Suchbegriff hervorheben - Search Klasse */
.mark-term {
color:#CC0000 !important;
background:yellow !important;
font-weight:bold;
font-size:inherit;
font-family:inherit;
}

/* ---------------------------- 
   Validator, form-table, Inputs
   ---------------------------- */
.platocontent input, .platocontent select, .platocontent textarea, .platocontent button {    
font-family:Arial,sans-serif; 
font-size:12px;
margin:0px;
}   
   
.val-err, .error {
color:#CC0000;
font-weight:normal;
font-size:9px;
}

.val-desc-err {
color:#CC0000 !important;
font-weight:bold
}

table.form-table tr td {
padding:3px 0px;
}

table.form-table td.a {
white-space:nowrap;
padding-right:10px;
}

table.form-table td.b {
width:100%
}

table.form-table td table.inner td {
padding:0px 0px;
}

.p-ra {
vertical-align:middle;
margin-right:3px;
border-color:#C2D8E6;
}

.p-cx {
vertical-align:middle;
margin-right:3px;
border-color:#C2D8E6;
}

.p-ta {
border-color:#C2D8E6;
}

.p-ti {
border-color:#C2D8E6;
}

.p-mul {
border-color:#C2D8E6;
}

.p-dd {
border-color:#C2D8E6;
}

.p-sb, button {
border:none;
color:white;
font-weight:bold;
background:#A5AAC0;
line-height:16px;
padding:2px 2px;
margin:0px;
}

/* ---------------- 
   Paging
   ---------------- */
ul.paging {
margin: 0px;
padding: 0px;
display:inline;
list-style-type: none;
}

ul.paging li {
display:inline;
line-height:20px;
padding:0px !important;
}

ul.paging li a, ul.paging li div {
color: #444;
border:1px solid #CCC;
padding:1px 5px;
display:inline;
}
ul.paging li a {
background:#F5F5F5;
text-decoration:none;
}
ul.paging li div {
font-weight:bold;
}

* html ul.paging li div { margin-right:0.25em; }

ul.paging li a:hover {
background:#FFF;
text-decoration:none;
}

/* nur benötigt, wenn Paging-Jump Funktion aktiv
ul.paging .page-textinput, ul.paging .page-submit {
font-size:10px;
color: #444;
border:1px solid #CCC;
background:none;
}
*/


/* ================================= 
   CMS Content-Types Bilder
   ================================= */
/*
div.thumb {
}

div.thumb div {
}

img.thumb {
}

.left-float-image {
float:left;
}

.right-float-image {
float:right;
}

div.image-subscription {
padding:1px 4px;
font-size:10px;
}*/
/* ================================= 
   CMS Content-Types 
   ================================= */
/*
div.content-block {
}

div.content-div-1 {
background:#CCC;border-width:1px 0px 1px 0px;border-style:solid;border-color:#666;
padding:8px 12px;
}

div.content-div-1 div.content-div-inner {
}

div.content-div-2 {
background:#F0F0F0;border-width:1px 0px 1px 0px;border-style:solid;border-color:#DDD;
padding:8px 12px;
}

div.ruler {
background:#CCC;
margin:5px 0px; 
height:1px;
overflow:hidden;
}
*/













/* ================================= 
   LTA Layout
   ================================= */

.boxes-active {
height:76px;
width:78px;
font-size:11px;
text-align: center;
vertical-align:middle;
}

.boxes-active a, .boxes-active a:visited {
color: #0b3b67 !important;
font-weight:bold;
text-transform: uppercase;
}

.boxes-active a:hover {
color: #0b3b67 !important;
font-weight:bold;
text-decoration:underline;
}


.boxes {
height:76px;
width:78px;
font-size:11px;
text-align: center;
vertical-align:middle;
}

.boxes a, .boxes a:visited {
color: #fff !important;
font-weight:bold;
text-transform: uppercase;
}

.boxes a:hover {
color: #fff !important;
font-weight:bold;
text-decoration:underline;
}

#navi ul {
display:inline;
margin: 0px;
z-index: 999;
}

#navi ul li {
display:inline;
float:left;
margin: 0px 5px 0px 0px;
padding:0px;
width: 148px;
line-height: 36px;
background: url(/layout/button.gif);
vertical-align:middle;
}

#navi ul li a, #navi ul li a:visited {
display:block;
color: #0b3b67;
width: 148px;
height: 36px;
line-height: 36px;
}

#navi ul li a:hover {
color: #fff;
}    

.lang {
      color: #8aadc0 ;

}
    a.lang {
      color: #8aadc1 !important;
      text-decoration: none;
    }
    
    a.lang:hover  {
      color: #8aadc1 !important;
      text-decoration: underline;
    }

    a.link {
      color: #0b3b67 !important;
      text-decoration: none;
    }
    
    a.link:hover  {
      color: #0b3b67 !important;
      text-decoration: underline;
    }


#navi .lvl-1 span, #navi .lvl-1-inpath span, #navi .lvl-1-active span {
	width:100%;
	display:block;
}

#navi .lvl-1 a, #navi .lvl-1 a:visited, #navi .lvl-1-active span {
	font-weight:bold;	
}

#navi .lvl-1-active span {
	color:#536186;	
}

#navi .lvl-1-inpath a, #navi .lvl-1-inpath a:visited {
	color:#536186;	
	font-weight: bold;
}

#navi .lvl-2 a, #navi .lvl-2 a:visited{
	font-weight:normal;	

}


#navi .lvl-2-ul {
	display:none;	
	line-height:1px;
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	z-index:999;

}

#navi .lvl-2, #navi .lvl-2-active, #navi .lvl-2-inpath {
  margin:0 !important;
  padding:0 !important;
  display:inline !important;
  float:none !important;
 
}

#navi .lvl-2 a, #navi .lvl-2 a:visited, #navi .lvl-2-active span, #navi .lvl-2-inpath span, #navi .lvl-2-inpath a, #navi .lvl-2-inpath a:visited {
  background-color:#aecde2 !important;
  font-size:11px;
  color: #0b3b67;
      height: 25px;
  padding:0px;margin:0px;
  line-height:25px;


}

#navi .lvl-2 a:hover{
  color: #fff;
}

#navi .lvl-2-active span, #navi .lvl-2-inpath span {
  font-weight: bold;
}

#navi .lvl-2-active span, #navi .lvl-2-inpath span {
  width:148px;
  font-size:11px;
}


#platocontent {
  padding-left:42px;	
  padding-right:25px;
}

.trav_reg td {
  padding-top:2px;
  padding-bottom:2px;	
}

.p-ti, .p-dd, .p-ta {
  border:1px solid #aecde2;
  background-color:#dceaf3;
  color:#0C3D66;
  	
}

.p-sb {
  border:1px solid #536186;
  background-color:#aecde2;
  color:#0C3D66;
  	
}

img, div, a, input, li { behavior: url("/css/iepngfix.htc") }

/* ----------------- tabs ----------- */ 

.ui-tabs-nav { 
position: relative;  
z-index: 10 !important;        
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px;
text-align: center;
font-size: 11px;
}

.ui-tabs-nav a {
white-space: nowrap;
display:block;
}

.ui-tabs-nav li {
background: url(/images/backend/tab_off.gif) no-repeat;
margin: 0px 0px -2px 0px;
float:left;
width: 185px;
height: 23px;
}

.small-tabs .ui-tabs-nav li {
background: url(/images/backend/tabk_off.gif) no-repeat;
width: 100px;
}

.ui-tabs-nav li a:link {
color: #7c9ead !important;
text-decoration: none !important;
}

.ui-tabs-nav li a:visited {
color: #7c9ead !important;
text-decoration: none !important;
}

.ui-tabs-nav li a:hover  {
text-decoration: underline !important;
cursor: pointer;
}

.ui-tabs-selected {       
background: url(/images/backend/tab_on.gif) no-repeat !important;
position: relative;
    top: 0px;
    z-index: 2;
    margin-top: 0;
}

.small-tabs .ui-tabs-selected {       
background: url(/images/backend/tabk_on.gif) no-repeat !important;
}



.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-hide {           
display: none;
}

.ui-tabs-nav a, .ui-tabs-nav a span {
float: center; /* fixes dir=ltr problem and other quirks IE */
}

.ui-tabs-nav a span {
    padding-right: 5px;
    line-height: 23px;
}


.ui-tabs-nav .ui-tabs-selected a span {
font-weight: bold;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
.ui-tabs-panel {
clear:left;
}

/* ----------------- Link-Buttons ----------- */

.lb {
background: no-repeat 5px 0px;
padding: 2px 0px 4px 26px;
font-size:11px;
}

.lb:link {
color: #7c9ead !important;
text-decoration: none !important;
}

.lb:visited {
color: #7c9ead !important;
text-decoration: none !important;
}

.lb:hover  {
color: #778888 !important;
}

/* ----------------- allgemein ----------- */

a, a:link {
text-decoration:none;
color:#9eab29;
}
a:hover {
text-decoration:none;
color:#778888;
}

/* ----------------- tabellen ----------- */

.td_header {
background: #dce8ec;
height: 23px;
border: 1px solid #c8d1d6;
padding: 3px 5px;
font-weight: bold;
}

.td_header_in {
background: #dce8ec;
height: 23px;
border-top: 1px solid #c8d1d6;
border-bottom: 1px solid #c8d1d6;
padding-left: 5px;
font-weight: bold;
}

.td_main {
border-left: 1px solid #c8d1d6;
border-right: 1px solid #c8d1d6;
border-bottom: 1px solid #c8d1d6;
}

.td_main_in {
padding: 5px;
vertical-align: top;
}

.td_cb {
background: #e3edf0;
text-align: center;
border-right: 1px solid #c8d1d6;
border-top: 1px solid #c8d1d6;
width: 20px !important;
}

.td_dnd {
background: url(/images/icons/drag2.gif) center center no-repeat #eaf0bc;
text-align: center;
vertical-align:middle !important;
border-right: 1px solid #c8d1d6;
}

.td_dnd a {
display: block;
width:100%;
height:100%;
}

.td_cb2 {
background: #e3edf0;
width: 20px !important;
border-right: 1px solid #c8d1d6;
}

/* ----------------- border ----------- */


.bd {
border: 1px solid #c8d1d6;
}

.bd_hinw {
border: 1px dashed #c8d1d6;
text-align: center;
}

.bd_vs {
border: 1px dashed #c8d1d6;
padding: 5px;
}

.bd_t {
border-top: 1px solid #c8d1d6;
}

.bd_b {
border-bottom: 1px solid #c8d1d6;
}

.bd_trbl {
border-top: 1px solid #c8d1d6;
border-right: 1px solid #c8d1d6;
border-bottom: 1px solid #c8d1d6;
border-left: 1px solid #c8d1d6;
}

.bd_rbl {
border-right: 1px solid #c8d1d6;
border-bottom: 1px solid #c8d1d6;
border-left: 1px solid #c8d1d6;
}

.platomargin h1 {
font-size:32px;
color:white;
font-weight:normal;
margin-bottom:10px;
margin-top:0px;
}

.platomargin {
	padding-top:25px;	
}
