@CHARSET "UTF-8";

body {
	background: #ECF2F7 url(../images/bg_wolken.jpg) no-repeat top center;
	font-family:Arial,Helvetica,sans-serif;
	}

.hidden {
	position:absolute;
	top:-10000px;
	left:-10000px;
	/* display: none; */
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/***
    disable blueprint
     ***/

label {
	font-weight: normal;
	}
	

/********************************************
	Basic Layout
 ********************************************/
	
#content h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	}

img, a img {
 border: 1px solid #cccccc;
 }
 img.logo{
    padding: 10px;
 }
/**********************
	Header
 **********************/
#header {
	position: relative;
}
#header,
#header h1,
#header a {
	color: white;
	}
#header h1 {
	margin-top:10px;
}

#header .subline {
	font-size: 0.7em;
	margin-left: 20px;
}

.directlink {
	text-align: center;
	margin-top: 10px;
	position:absolute;
	top: 0px;
	right: 0px;
	} 
.directlink img, .directlink a img, img.link_icon {
	border: none;
	}	
.directlink img, .directlink a img {
	margin: 0 5px;
	}	

/********************************************
	Navigations
 ********************************************/
#headernav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#headernav ul li{
	background: transparent url(../images/bg_headernav.gif) repeat-x bottom;
	margin:0px;
	padding:0px;
}


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

/********************************************
	Header Navigation
 */

#headernav{
    padding:0px 20px;
    clear:both;
    height:27px;
    
}

#headernav ul a{
	display:block;
	padding:0px 10px;
	margin-top:3px;
	border:1px solid #cccccc;
	border-width:1px 1px 1px 0px;
	line-height:22px;
}

#headernav ul .first a{
	border-left:1px solid #cccccc;
}
#headernav ul a.active,
#headernav ul a:focus {
	display:block;
	margin-top:0px;
	margin-left:-1px;
	padding-top:2px;
	border-width:1px 1px 0px 1px;
	background-color: #ffffff;
	line-height:24px;
}

#headernav ul .first a.active{
	border-left:1px solid #cccccc;
	padding-left:11px;
}
#headernav li{
	float:left;
}

/********************************************
    Sub Navigation
 */

#subnav{
    clear:both;
    height:30px;
    margin-bottom: 5px;
    margin-top: -15px;
    margin-left: -10px;
}

#subnav ul a{
	display:block;
	padding:0px 10px;
	margin-top:3px;
	border:1px solid #cccccc;
	border-width:0px 1px 0px 0px;
}
#subnav ul .last a{
	border-right:none;
}
#subnav ul a.active{
	display:block;
}

#subnav li{
	float:left;
}

/********************************************
    Content
 ********************************************/

#content {
    border: 1px solid #cccccc;
    background-color: white;
    margin-top: -1px;
    padding: 20px 20px 0px 20px;
}

/********************************************
    Footer
 ********************************************/
#footer {
    clear:both;
}

/********************************************
    Links
 ********************************************/

a, a:link, a:visited, active p,
a p, a:link p, a:visited p, active p{
    color:#cc0000;
    text-decoration:underline;
}

#headernav a,
#subnav a{
    text-decoration:none;
    font-weight:bold;
    color: #000000;
}

#headernav a.active,
#subnav a.active{
    color:#cc0000;
}

/* links im header h1 */
#header .subline a {
    text-decoration:none;
    color: #FFFFFF;
}

/********************************************
    tables
 ********************************************/
table {
	border-collapse:collapse;
	width: 100%;
	border: 1px solid #C3D9FF;
	clear: both;
	empty-cells: show;
	}
caption {
	margin-bottom: 5px;
	background-color: #F2F8FC;
}
td, th {
    border: 1px solid #c2e1ef;
    padding: 1px 2px 4px;
    text-align: left;
    vertical-align: top;
    }
tr.even td{background-color:#FFFFFF;}
tr.odd td{background-color:#F2F8FC;}
thead th, th{background-color: #dff4ff;}

th.center, 
td.center {
	text-align: center;
}
.table_5col table tr td {
	width: 20%;
	}
/********************************************
    table KBI
 */
table.kbi tr td{
	    width: 23%;}
	    
tr.even td.kbi6, 
tr.odd td.kbi6 {
    background-color:  rgb(250,87,252);
}
tr.even td.kbi5,
tr.odd td.kbi5 {
    background-color: rgb(251,101,86);
}
tr.even td.kbi4,
tr.odd td.kbi4 {
    background-color: rgb(251,183,86);;
}
tr.even td.kbi3,
tr.odd td.kbi3 {
    background-color: rgb(246,244,81);
}
tr.even td.kbi2,
tr.odd td.kbi2 {
    background-color: rgb(81,245,81);
}
tr.even td.kbi1,
tr.odd td.kbi1 {
    background-color:rgb(86,249,251);
}


/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

-------------------------------------------------------------- */

.buttons a, .buttons button {
	font-family: Arial,Helvetica,sans-serif;
    display:block;
    float:left;
    margin:0 7px 10px 0;
    background-color:#f0f0f0;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px 5px 4px 4px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:2px 5px 1px 4px; /* IE6 */
    
}
.buttons button[type]{
    padding:3px 5px 3px 4px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 5px 1px 4px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}




/* Button colors
-------------------------------------------------------------- */

/* STANDARD */
button:hover, .buttons a:hover, .buttons .active{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/********************************************
    Helper class
 ********************************************/
.margintop {
    margin-top: 15px;
}

#select_all_stations, #select_no_stations {
	margin-top: 5px;
	margin-bottom: 5px;
}

.floatleft {
    float: left;
}
.floatright {
    float: right;
}

.w2em {
    width: 1.5em;
}
.w4em {
    width: 6em;
}

.dontshow {
	display: none;
}

.nobottom {
	margin-bottom: 0px;
}

.fieldsetborder {
	border: 1px solid #CCC;
	padding: 2px;
}

.inactive {
    color: #dadada;
}

.noborder, .ui-datepicker-trigger {
	border: 0px;
}