﻿body 
{ 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, Arial, sans-serif; 
	line-height: 1.4em; 
	background: #fff; 
	color: #454545; 
}
/* links */
a 
{ 
	color: #003B6E; 
	background: inherit; 
}
a:hover 
{ 
	color: #9EC068; 
	background: inherit; 
}	
/* headings */
h1 
{ 
	font: bold 2.2em Arial, Sans-Serif; 
	margin: 0; 
	letter-spacing: -1px; 
}
h2 
{ 
	font: bold 1.4em Arial, Sans-Serif; 
	margin: 0; 
	padding: 0; 
}
h3
{
	font: bold 1.2em Arial, Sans-Serif; 
	margin: 0; 
	padding: 0; 
}
h1 a, h2 a 
{ 
	color: #2b2b2b; 
	background: #fff; 
	text-decoration: none; 
}
h1 a:hover, h2 a:hover 
{ 
	color: #2b2b2b; 
	background: #FFF; 
}
.title 
{ 
	color: #9EC068; 
	background: #fff; 
}
.description 
{ 
	padding: 0 0 2px 0; 
	margin: 0 10px 5px 0; 
	border-bottom: 1px dotted #ccc; 
}
.thumbnail 
{ 
	float: left; 
	margin: 0 18px 8px 0; 
	border:0px;
}
/* lists and form elements */
ul 
{ 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}
/* content holder */
#content 
{ 
	margin: 10px auto; 
	width: 960px; 
}

/* header */
#header 
{ 
	height: 70px; 
}

/* grey subheader */
.gboxtop { clear: both; }
/*.gbox {background: #dedede url(images/gbox.gif) no-repeat; color: #444; padding: 0px 13px 0px 13px; margin: 0px 0 20px 0; font-size:1em; font-weight:bold; height:35px; text-align:center;}*/
.gbox {color: #444; padding: 0px 13px 0px 13px; font-size:1em; font-weight:bold; text-align:center;}

.gbox p { padding: 3px 0px 0px 0px; margin: 0px;}
.gbox a {color: #003B6E; font-weight: bold; text-decoration: none; }
.gbox a:hover {color: #000; }	
.gbox a.current {color: #2C71AE; }	

.calendar { height: 50px; float: right; background: #fff url(images/calendar.gif) no-repeat; width: 40px; padding: 5px 0 0 0;  color: #808080; text-align:center;}
.calendar p { padding: 0; margin: 0;}

/* left side */
.left 
{ 
	float: left; 
	width: 650px; 
	margin: 0 0 10px 0; 
}
.left_articles 
{
	margin: 0 20px 15px 10px;
	padding: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	color: #000;
	background: #fff;
}
	
/* bottom thirds */
.thirds 
{ 
	float: left; 
	width: 203px; 
	background: #eee; 
	margin: 0 12px 0 0; 
	color: #5d5d5d; 
}
.smallboxtop 
{ 
	height: 14px; 
	background: #fff url(images/smallboxtop.gif) no-repeat; 
	color: #000; 
}
.smallbox 
{ 
	background: #fff url(images/smallbox.gif) no-repeat bottom left; 
	color: #444; 
	padding: 1px 10px 10px 10px;  
}
.smallbox p 
{ 
	padding: 0; 
	margin: 0; 
}
/* box350 */
.boxtop350
{
	height: 19px; 
	background: #fff url(images/boxtop350.gif) no-repeat; 
	color: #000; 
}
.box350
{
	background: #fff url(images/box350.gif); 
	color: #5b5b5b; 
	padding: 0px 10px 0px 10px; 
}
.boxbottom350
{
	height: 14px; 
	background: #fff url(images/boxbottom350.gif) no-repeat; 
	color: #000; 
}
.box350 p 
{ 
	padding: 0; 
	margin: 0;
}	
/* box275 */
.boxtop275
{
	height: 19px; 
	background: #fff url(images/boxtop275.gif) no-repeat; 
	color: #000; 
}
.box275
{
	background: #fff url(images/box275.gif); 
	color: #5b5b5b; 
	padding: 0px 10px 0px 10px; 
}
.boxbottom275
{
	height: 14px; 
	background: #fff url(images/boxbottom275.gif) no-repeat; 
	color: #000;
	margin-bottom: 10px; 
}
.box275 p 
{ 
	padding: 0; 
	margin: 0;
}	
/* box600 */
.boxtop600
{
	height: 19px; 
	background: #fff url(images/boxtop600.gif) no-repeat; 
	color: #000; 
}
.box600
{
	background: #fff url(images/box600.gif); 
	color: #5b5b5b; 
	padding: 0px 10px 0px 10px; 
}
.box600 p 
{ 
	padding: 0; 
	margin: 0;
}	
.boxbottom600
{
	height: 14px; 
	background: #fff url(images/boxbottom600.gif) no-repeat; 
	color: #000;
	margin-bottom: 10px; 
}
/* right side */
#right 
{
	float: right;
	width: 295px;
	margin: 0 0 10px 0;
}
.boxtop 
{ 
	height: 19px; 
	background: #fff url(images/boxtop.gif) no-repeat; 
	color: #000; 
}
.box 
{ 
	background: #fff url(images/box.gif) no-repeat bottom left; 
	color: #5b5b5b; 
	padding: 0 10px 15px 10px; 
	margin: 0 0 10px 0; 
}
.box p 
{ 
	padding: 0; 
	margin: 0;
}
.image 
{ 
	float: left; 
	margin: 0 9px 3px 0; 
}

/* misc */
.buttons 
{ 	
	text-align: right; 
	margin-right: 20px;
}
.menubtn 
{ 
	font: 1em Tahoma, Arial, Sans-Serif; 
	width: 120px;
}

.bluebtn 
{ 
	background: #488EB2 url(images/bluebtn80.gif) no-repeat; 
	padding: 1px 5px 5px 5px; 
	color: #fff; 
	text-decoration: none;
	font-size: 1em; 
	width: 80px;
	height:19px;
	text-align: center;
	border-style: none;
}
.greenbtn 
{ 
	background: #488EB2 url(images/greenbtn80.gif) no-repeat; 
	padding: 1px 5px 5px 5px; 
	color: #fff; 
	text-decoration: none;
	font-size: 1em; 
	width: 80px;
	height:19px;
	text-align: center;
	border-style: none;
}
.bluebtn:hover, .greenbtn:hover 
{ 
	background: #488EB2 url(images/hoverbtn80.gif) no-repeat; 
	color: #fff; 
}

/* footer  */
.footer 
{ 
	clear: both; 
	text-align: center; 
	line-height: 1.8em; 
	padding: 10px 0 10px 0; 
	border-top: 1px solid #ccc; 
}
/* controls */
.ctrl
{
	font: 1em, Arial, sans-serif; 
}
/* Datentabelle */
.tblData
{
	border: solid 1px #454545; 
}
.tblDataHeader
{
	background-color: #003B6E;
	color: #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	text-align: center;
	font-weight: bold;
}
.tblDataVarColLeft
{
	background-color: #dedede;
	border-bottom: solid 1px #454545; 
}
.tblDataVarCol
{
	background-color: #dedede;
	border-bottom: solid 1px #454545; 
	border-left: solid 1px #454545; 
}
.tblDataNCol
{
	width: 70px;
	text-align: center;
	border-left: solid 1px #454545; 
	border-bottom: solid 1px #454545; 
	color: #000;
}
/* für Report */
.tblDataVarColSub
{
	background-color: #dedede;
	border-bottom: solid 1px #454545; 
	border-left: solid 1px #454545; 
	text-align:center;
}
/* TreeView Styles */
.TreeViewNodeStyle
{
  color: #454545; 
}
.TreeViewCSS
{
	font-size: 11px;
	padding:3px;
}
.TreeViewSelectedNodeStyle
{
  color: #fff;
  padding-left: 1px;
  padding-right: 1px;
  background-color: #9EC068; 
  
}
.TreeViewHoverNodeStyle
{
  color: #9EC068;
  text-decoration: none;
}
/* AJAX Tab */
.gray .ajax__tab_header 
{
    font-family:Verdana, Arial, sans-serif;
    font-weight:bold;
    background:url(images/tab-line.png) repeat-x bottom;
    font-size:10px;
    display:block;
}
.gray .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;    
}
.gray .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right top;
    border-color:#666;
    color:#003B6E; 
    padding:3px 10px 2px 0px;
}
.gray .ajax__tab_hover .ajax__tab_inner 
{
    color:#000;
}
.gray .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.gray .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab.png) no-repeat right -40px;
    color:#000;
    border-color:#333;

}
.gray .ajax__tab_body 
{
    font-family:Tahoma, Arial, sans-serif;
    font-size:1em;
    background-color:#fff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
    padding: 5px;
    width: 940px;
}
/* Hintergrund bei ModalPopUp */
.ModalPopupBG
{
	background-color: #f0f0f0;
	filter: alpha(opacity=50);
	opacity: 0.7;
}
.popupConfirmation
{
	width: 640px;
	height: 500px;
	background-color:White;
}
.oboutStyle
{
	font-family: Verdana;
	font-size: 10px;
	color:#333333;
}
.popup_Titlebar {
	background: url(Images/window.png);
	height: 22px;
	width: 640px;
}
.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color: #666666;
}
.TitlebarRight 
{
	height:17px;
	width:19px;
	float:right;
	margin-right:5px;
	margin-top:3px;
}
.btnDefault
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #003B6E;
	width: 120px;
}
.gridViewData
{
  font-family: Courier New, Courier, Monospace;
  font-size: 8pt;
}
.gridViewDataHeader
{
  background-color: #003B6E;
  color: White;
  font-weight:bold;
}
