/*** Main Layout ***/

body {
	background-image: url(layout/bgchart2.png);
	color: #000;
	font-family: trebuchet, verdana, arial, helvetica, sans-serif;
	font-size:9pt;
}

#expander {
	border: 1px solid #ddd; 
	background-image: url(layout/stripes2.png);
}

/*************** Header and Footer elements *****************/

.header {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*  background-color:#fbfbfb; */
/*  background: url(../images/jello1.gif) no-repeat 50px 7px; */
} /* "jello" BG is made to be in fixed position here */

/*\*/
/* * html .header {background-position: 10px 3px;} */
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

#topimage {
	width:100%;
	height: 80px;
	background-image: url(layout/header3.jpg);
	background-repeat: no-repeat;
	clear:both;
}

#topimage * {
	display:none;
}

.header span {
	color: #008;
} 
.header h1, .header h2, .header h3, .header h4, .header p {
	margin: 0px;
}

.footer {
  width: 100%;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
  font-size: 0.8em;
  text-align: center;
/*  background-color:#fbfbfb; */
/*  border: 1px dotted #00ff00; */
}

.footer p {
	margin: 10px 0 0 20px; 
	/* color: #383; */
}

.footer hr {
  color: #944;
	margin: 0;
	background: #944;
	height: 5px;
}

.footer table {
/*	border: 1px dotted #ff0000; */
	margin-left:auto; 
	margin-right:auto;
}

div.row {
  clear: both;
  padding-top: 2px; 
  }

div.row label {
  float: left;
  width: 80px;
  text-align: right;
  padding-right: 10px;
  }

/************** Spacing Controls for various column contents ***************/

.outer ul {
/*  text-align: center;
  margin: 10px 0; */
}

.textpadder {padding: 8px;}
.centerbox .textpadder {padding: 8px 0px;}
.leftinset {width: 200px; float:left; margin-right: 10px; }
.magcoll {float:left; clear:both; width:49%; margin-right:1%;}
.magcolr {float:right; clear:right; width:49%; margin-left:1%;}
.magcolfull {clear:both;}

/************** Generic Rules *************/
a {}

p  {}

h1, h2, h3 {
	font-style: normal;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
}

h2 {
  font-size: 1.2em; 
}

h3 {
  font-size: 1em; 
}

h4 {
  font-size: 0.8em; 
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

.centered {text-align:center;}

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0px;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}

.CalendarHeader, .CalendarBody, .CalendarBodyToday, .CalendarList, .CalendarTable, .CalendarTable select 
	{
   		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; 
	} 
.CalendarTable {
/*	border: 1px dashed #000000; */
	border-spacing: 0;
	margin: 0px;
	padding: 0px;
	width: 168px;
	height: auto;
	}
.CalendarTable td {
/*	border: 1px dashed #000000; */
	margin: 0px;
	padding: 0px;
	height: auto;
	width:24px;
	text-align: center;
	}
.CalendarHeader {  
	font-weight: bold; 
	background-color: #CCCCCC; 
	color: #000000; 
	width: 25px;
	height:auto;
}
.CalendarBody, .CalendarBody p {
	vertical-align: top;
	margin: 0;
	width: 100%;
	height:auto;
}
.CalendarBodyToday {  background-color: #008000; }
.CalendarList {
	border: 0px dashed #0000ff;
	border-spacing: 0;
	border-collapse:collapse;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
/*	height: auto; */
}
.CalendarList td {
	border: 0px dotted #ff0000; 
	margin: 0px;
	padding: 2px;
/*	height: 16px; */
	text-align: left;
	}
.CalendarTable th {
	background-color:#CCCCCC;
	text-align: center;
	font-weight: bold;
}

.bildunterschrift {
	font-size: 9pt;
	font-style: italic;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.ImgGrid .bildunterschrift {
	font-size: 7.5pt;
}

.ImgGrid .imagebox {
	height:120px;
	width:150px;
}

/************** Fancy Nav Buttons *************/
/*
.sidenav li a {
  display: block; 
  border: 2px solid #dcd3c2;
  color: #500;
  text-decoration: none;
  background: url(../images/marble1.jpg);
  padding: 4px 5px 4px 10px;
  font-family: tahoma, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
}

.sidenav li a:hover {
  border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
  background-position: -1px -1px;
  padding: 3px 6px 5px 9px;
}

.sidenav li a:active {
  border-width: 3px 1px 1px 3px;
  border-color: #c2b9a8 #ece3d2 #fef5e4 #d4cab9;
  background-position: 0 0;
  padding: 4px 5px 4px 10px;
}
*/
/*********** AAS Styles ***********/
.mainmenu {
	padding: 1px;
/*	border: 1px solid #00FFFF;*/
	font-style: normal;
/*	margin-left:-1em; */
	background-color:#FFFFCC;
}

.boxmenu {
	padding:0;
	margin:0;
	font-style: normal;
}

.boxmenu .fullboxcontent {
	background-color:#FFFFCC;
	padding: 3px;
	font-style: normal;
}

.mainmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
/*	padding-left: 1em;
	text-indent: -1em; */
/*	background-color:#FFCCFF; */
}

.mainmenu ul ul {
	font-weight: normal;
	background-color:#E8E8C8;
}
.mainmenu ul ul ul {
	background-color:#DDB;
}
.mainmenu ul ul ul ul {
	background-color:#CCA;
}
.mainmenu li {
	margin: 0;
	padding: 0;
	padding-left: 0.7em;
/*	background-color:#CCFFFF; */
}

.mainmenu li a {
	background:none;
/*	padding-left:0.7em; */
	margin:0;
	text-decoration: none;
	color:#000;
/*	background-color:#99CCFF; */
}

.mainmenu .active {
	font-style: italic;
	color: #930;
	background:url(/layout/mark1.gif) no-repeat 0.1em 0.3em;
/*	padding-left:0.5em; */
	margin:0;
}

.mainmenu li.active > a {
	color:#930;
}

.mainmenu li a:hover, .mainmenu li a:active {
/*	background:url(/layout/mark2.gif) no-repeat 0.1em 0.3em; */
/*	padding-left:0.7em; */
	margin:0;
	color:#FF0033;
}

.mainmenu .inactive {
	font-style:normal;
	background:none;
/*	padding-left:0.7em; */
	margin:0;
}

.mainmenu .hassub {
	font-style: normal;
	background:url(/layout/mark3.gif) no-repeat 0.1em 0.3em;
/*	padding-left:0.5em; */
	margin:0;
}

#topmenublock {
	clear:both;
	background-color: #000033;
	background-image: none;
	width:100%;
	height:1.5em;
/*	border: thin dashed #99FF66; */
}

#topmenu {
	float:left;
	color:#FFFFFF;
/*	font-size:0.7em; */
/*	border: thin dashed #99FF66;*/
	margin: 0px;
	padding: 0px;
}
#topmenu2 {
	float:right;
	color:#FFFF66;
	font-size:0.7em;
}
#topmenu ul, #topmenu2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topmenu li, #topmenu2 li {
	float:left;
	/*	border: thin dotted #0066FF;*/
	margin: 0px;
	padding: 0px;
}

#topmenu li {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#topmenu2 li {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#topmenu li a, #topmenu2 li a  {
	display: block;
	padding: 0 1em;
	/*   line-height: 2.1em;*/
/*  background:  url("layout/subnavspacer.gif") repeat-y left top;*/
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb {
	clear:both;
	font-size:0.7em;
	background-image: none;
	color: #FFFF80;
	background-color: #333333;
	padding:3px 1em;
}

#breadcrumb a {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb a:hover {
	font-weight:bold;
	color: #80FFFF;
	text-decoration: none;
}

.fullbox {
/*	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-color: #FFCCFF;
	background-image: url(bh_lo2.gif);
	padding: 0; */
	font-weight: normal;
	font-size: 9pt;
	margin: 0pt 0pt 10px;
	padding: 0pt;
}

.fullboxheader {
/*	background-color: #99FF99;
	display: block;
	background-image: url(bh_ro2a.gif);
	background-repeat: no-repeat;
	border: 0px;
	background-position: right top;
	margin-left: 10px;
	padding-left: 0px; */
}

.fullboxheader h1 {
/*	font-size: 14px;
	background-color: #0000CC;
	background-image: url(bh_co2.gif);
	background-repeat: repeat-x;
	margin-right: 10px;
	height: 20px;
	margin-bottom: 0px; */
   background: url(/layout/tabbox/tab_bg2.gif) right bottom;
   background-repeat: no-repeat;
   padding: 0;
   margin: 0;
   font-size: 1em;
   clear: both;
	overflow: hidden;
	white-space: nowrap;
}

.fullboxheader h1 span {
  margin: 0pt;
  padding: 0pt 17px 0pt 12px;
  background: transparent url(/layout/tabbox/tab_bg1.gif) no-repeat scroll right top;
/*  -moz-background-clip: initial;
  -moz-background-origin: initial;
  -moz-background-inline-policy: initial; */
  color: white;
  font-weight: bold;
/*  text-transform: uppercase;
  letter-spacing: 3px; */
  display: inline;
}
.fullboxcontent {
	background-color: #F4F4F4;
	border: 1px solid #999999;
	padding: 5px;
}

.fullboxcontent p {
	margin-top: 0px;
	margin-bottom: 0.5em;
	
}

.plainbox {
	font-weight: normal;
	font-size: 10pt;
	margin: 0pt 0pt 10px;
	padding: 0pt;
	overflow:hidden;
}

.plainboxheader {
	visibility:hidden;
}

.plainboxheader h1 {
   padding: 0;
   margin: 0;
   font-size: 1em;
   clear: both;
	overflow: hidden;
	white-space: nowrap;
}

.plainboxcontent {
	background-color: #F4F4F4;
	border: 1px solid #999999;
	padding: 5px;
	overflow:hidden;
}

.plainboxcontent p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.banner {
	width:inherit;
	margin-left:auto;
	margin-right:auto;
}
.banner table {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.infotable {
	margin-left:auto;
	margin-right:auto;
	padding: 3px;
	border: 1px solid #999999;
	border-spacing: 0px;
}

.infotable th {
	font-weight:bold;
	font-size: 0.9em;
	background-color:#AAA;
	margin: 0px;
	padding: 3px;
}

.infotable td {
	font-size: 0.8em;
	background-color:#DDD;
	margin: 0px;
	padding: 3px;
}

.infotable caption {
	font-size: 0.8em;
	margin-left:auto;
	margin-right:auto;
	padding: 2px;
}
/************** Special Fixes *************/

img {max-width: 100%;}
a img {max-width:none;}
.maxwidth img {max-width: 100%;}
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {
	margin-right: -6px;
}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */

.announcebox {
	font-size: 1em;
	background-color: #DDD;
	margin-right: auto;
	margin-left: auto;
	border: thin double #999999;
	width: 80%;
	padding: 10px;
}

.imagebox {
	margin: 5px;
	/*	border: thin solid #999999;
	padding: 3px; */
	text-align:center;
	margin-left: auto;
	margin-right: auto;
/*	display:table;*/
}

.rightimgbox {
	margin: 5px;
	text-align:right;
}
.leftimgbox {
	margin: 5px;
	text-align:left;
}

/* .imagebox img {max-width:none;} */

.imgr {
	clear: right;
	float:right;
/*	margin: 20px 0 0 17px !important; */
	margin: 0px 0 0 0 !important;
	margin: 0px 0 0 0;
}

.imgl {
	clear: right;
	float:right;
/*	margin: 20px 0 0 17px !important; */
	margin: 0px 0 0 0 !important;
	margin: 0px 0 0 0;
}

.img-shadow, .img-shadowl, .img-shadowr {
	background: url(layout/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 5px;
	background-image: url(layout/shadowAlpha.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	max-width: 100%;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.img-shadowl {
	clear: left;
	float:left;
}

.img-shadowr {
	clear: right;
	float:right;
}

.image-floatright {
	clear: right;
	float: right;
	margin-left: 1em;
}
.image-floatleft {
	clear: left;
	float: left;
	margin-right: 1em;
}
.imagebox .imgpart {
	margin-right: auto;
	margin-left: auto;
}
.imagebox .bildunterschrift {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.img-shadow img, .img-shadowl img, .img-shadowr img, .imagebox img, .image-floatleft img, .image-floatright img {
	max-width: 750px;
}

.img-shadow img, .img-shadowl img, .img-shadowr img, .imagebox img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: 6px 6px 6px 6px;
	padding: 4px;
}

.img-shadow img, .img-shadowl img, .img-shadowr img {
	margin: -6px 6px 6px -6px;
/*	max-width: 100%; */
	max-width: 750px;
}

div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
} 

/*
a.extlink {

*/
.fullbox dt {
	font-weight: bold;
}
.fullbox dd {
	margin-left: 3em;
	margin-bottom: 0.5em;
}

/* Source Formatter / colorizer */

.xml-tag { color:#AA4400 }
.xml-bracket { color:#0000FF }
.xml-cdata { color:#AA0088 }
.xml-attribute-name { color:#FF0000 }
.xml-attribute-value { color:#0000FF }
.cpp
{
	font-family : Arial;
	background-color :#FFFFBB;
	font-size:12px;
	border-width : 1px;
	border-style : solid;
	border-color : #BBBBBB;
}


.cpp-blockdoc
{
	color: #00FF00;
	font-family: Arial;
}

.cpp-linedoc
{
	color: #2eFF57;
	font-family: Arial;
}

.cpp-code
{
	color:#000000;
	font-family:Arial;
}

.cpp-literal
{
	color: #ff00ff;
	font-family: Courrier;
}

.cpp-keyword
{
	color: #4040ff;
	font-family: Courrier;
}

.cpp-comment
{
	color: #808080;
	font-family: Courrier;
}
.newslist ul {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}

.newslist li {
	font-weight:bold;
}

.newslist li li {
	font-weight:normal;
	font-size:smaller;
	margin-bottom:8pt;
}

.errorbox {
	font-weight:bold;
	color:#C00;
	text-align: center;
	padding: 5px;
	border: 1px dotted #600;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.formContainer {
	margin: 5px;
	padding: 5px;
	border: dashed 2px #808080;
	background-color:#DDD;
}