/* -------------------------------------------------
	CSS File - Andritz - Style
	(c) 2007 - Internet Service - Holzer & Dengg OEG
  		       Sperdin Michael
   
	2008-01-18 bernd.pammer@andritz.com brought back to life ;-) (structure, cleanup, breaking some functionality)
   
	#213A8C - darkest blue -> for left-menu-background, borders, link-color
	#596ba9 - middle blue -> for active tabs, text-color, highlight-top-menu
	#d5dae9 - light blue -> for background breadcrumb, bg searchbox, bg bottomnavigation, tab-border, bg searchbutton
	#c2984e - darker brown - link color for not visited links - #c2984e
	#debb43 - middle brown - link color for visited links - #debb43
   
	2008:
	#005ba4 - blue - basecolour: frames, bg, a, h1
	#146fb8 - blue strong light - a.visited
	#207bd4 - blue strong lighter - a.selected, a.hover
	#eff2f9 - lightblue - bg
	
	#dddacf - light graybrown - background
	#c0c0c0 - dark grey
	#adadad - light grey
   ------------------------------------------------- */



/* -------------------------------------------------
	overwrite html-elements
   ------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%; 
}

body {
	font-family:  verdana, geneva, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #FFF;
	height: 100%;
	background: url('background.gif') repeat-y;
}

h1 {
	font-size: 1.8em;
	line-height: 1em;
	text-align: left;
	margin-bottom: 3px;
	color: #005ba4;
}

h2 {
	font-size: 1.3em;
	line-height: 1.1em;
	text-align: left;
	margin-bottom: 3px;
	color: #005ba4;
}


h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 3px;
}

.h4 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 800;
	text-align: left;
}


a,
a:visited {
	color: #005ba4;
	text-decoration: none;
}

a:hover {
	color: #146fb8;
}


input {
	border: none;
	valign: middle;
}



/* -------------------------------------------------
	common classes 
   ------------------------------------------------- */

.darkBlue {
	background-color: #005ba4;
}

.mediumBlue {
	background-color: #146fb8;
}

.lightBlue { 
	background-color: #207bd4 ;
}
 

.darkGrey {
	background-color: #c0c0c0;
}

.mediumGrey {
	background-color: #dddacf;
}

.lightGrey {
	background-color: #adadad;
}
	
  
.button {
	display: inline;
	height: 19px;
	background: #dddacf;
	border: 1px solid #005ba4;
	font-size: 0.9em;
	color: #005ba4;
}

.noListStyle {
	list-style: none;
	list-style-image: none;
}


a.forward {
	background: url('arrowforward.gif') no-repeat;
	padding-left: 12px;
}

a.back {
	background: url('arrowback.gif') no-repeat;
	padding-left: 12px;
}

a.top {
	background: url('arrowup.gif') no-repeat;
	padding-left: 12px;
}

div.row {
	clear: both;
	padding: 0px;
	margin: 0px;
	/*
	line-hight: 1.5em;
	*/
}

div.row span.val {
	float: left;
	width: 22px;
} 

div.row span.lab {
	float: left;
	width: 133px;
}	

div.row span.but {
	text-align: right;
	float: left;
	width: 133px;
	padding-bottom: 3px;
}	

.right,
.right h3 {
	text-align: right;
}

.serverinfo {
	display: none;
}

/* -------------------------------------------------
	sitestructure
   ------------------------------------------------- */

#leftContainer {
	position: absolute;
	width: 230px;
	left: 10px;
	height: 100%;
	min-height: 100%;
	
	
}

#mainContentContainer {
	position: absolute;
	width: 730px;
	left: 250px; 
	top: 0px;
	bottom: 0px;
	margin-top: -18px;
}


#topMenu {
	height: 20px;
	padding: 20px 0px 0px 0px;
	text-align: right;
	background: #fff;
}

#breadCrumbMenu {
	height: 50px;
	padding-right: 10px;
	border: 1px solid #005ba4;
	background: #dddacf;
	font-weight: bold;
	color: #005ba4;
}

#content { font-size:1.2em; 
	position: static;
	width: 708px;
	border: 1px solid #005ba4;
	border-top: none;
	border-bottom: none;
	padding: 10px 10px 0px 10px;
	display: block; 
	text-align: justify;
	background: #fff;
	/* start min-height with ugly CSS-hack for IE */
		min-height:487px;
	  	height:auto !important;
	  	height:487px;
	/* end min-height with ugly CSS-hack for IE */
}



#bottomNavigation {
	padding: 0px 10px;
	height: 20px;
	background: #dddacf;
	border: 1px solid #005ba4;
	font-weight: bold;
}

#bottomExtraMenu {
	height: 30px;
	color: #005ba4;
}



/* -------------------------------------------------
	leftContainer
   ------------------------------------------------- */
   
#leftContainer .leftTopImageDe {
	height: 179px;
	width: 230px;
	background-color: #FFFFFF;
	background-image:url('lefttopimage.jpg') ;
	background-repeat: no-repeat;
}

#leftContainer .leftTopImageEn {
	height: 179px;
	width: 230px;
	background-color: #FFFFFF;
	background-image:url('lefttopimageen.jpg') ;
	background-repeat: no-repeat;
}
   
#leftContainer #searchBox {
	width: 230px;
	height: 22px;
	background: #dddacf;
	text-align: center;
	padding-top: 2px;
}

#leftContainer #searchBox .searchField {
	width: 170px;
	height: 16px;
}

#leftContainer #searchBox .button {
	height: 18px;
	margin-top: 1px;
	color: #005ba4;
}   
   
#leftContainer #searchBox input {
	border: 1px solid #005ba4;
	height: 17px;
}   


/* -------------------------------------------------
	leftContainer #tabmenu
   ------------------------------------------------- */

#leftContainer #tabmenu {
	padding: 10px 0px 0px 0px;
	width: 230px;
}

#leftContainer #tabmenu ul{
	font-weight: bold;
	line-height: 20px;
	list-style-type: none;
}

#leftContainer #tabmenu ul li{
	text-align: center;
	list-style-type: none;
	margin-left: 1px;
	margin-right: 0px;
	float:left
}

#leftContainer #tabmenu ul li a {
	width: 113px;
	background: url('tabbackground.gif') no-repeat;
	color: #adadad;
	float: left;
}

#leftContainer #tabmenu ul li a:hover,
#leftContainer #tabmenu ul li.selected a:hover {
	width: 113px;
	background: url('tabactivebackground.gif') no-repeat;
	color: #dddacf;
	float: left;
}

#leftContainer #tabmenu ul li.selected a {
	width: 113px;
	background: url('tabactivebackground.gif') no-repeat;
	color: #fff;
	float: left;
}


/* -------------------------------------------------
	leftContainer #menu
   ------------------------------------------------- */

#leftContainer #menu {
	clear: both;
	border-top: 1px solid #dddacf; 
	color: #fff;  
	font-weight: bold;
	padding-top: 10px;
}

#leftContainer #menu ul li {
	margin-left: 18px;
	margin-right: 3px;
	list-style-image: url('arrowbrightleftright.gif');
}

#leftContainer #menu li {
	padding-top: 4px; 
	padding-bottom: 4px;
}

#leftContainer #menu ul li ul li {
	padding-bottom: 0px;
}


#leftContainer #menu a {
	color: #adadad;
}

#leftContainer #menu ul li a {
	color: #fff;
}

#leftContainer #menu ul li ul li a {
	color: #adadad;
}


#leftContainer #menu a:hover {
	color: #dddacf;
}

#leftContainer #menu #menuSelectedLink a {
	background-color: #146fb8;
	color: #fff;
}

#leftContainer #menu li.separatorTop {
	border-top: 1px #cccccc solid; 
	padding-top: 10px;
	margin-top: 5px; 
}
	
#leftContainer #menu li.separatorBottom {
	border-bottom: 1px #cccccc solid;  
	padding-bottom:10px; 
	margin-bottom: 5px;
}


/*
#dddacf - light graybrown - background
#c0c0c0 - dark grey
#adadad - light grey
*/


#leftContainer #menu ul li.open {
	list-style-image: url('arrowtopbottom.gif'); 
}

#leftContainer #menu ul li.opendark {
	list-style-image: url('arrowbrightleftrightdarker.gif'); 
}

#leftContainer #menu ul li.openNoChildren {
	list-style-type: none;
	list-style-image: none;
}



#leftContainer #menu ul li ul li.open {
	list-style-image: url('arrowdarktopbottom.gif');
}

#leftContainer #menu ul li ul li.openNoChildren {
	list-style-type: none;
	list-style-image: none;
}



/*
#leftContainer #menu ul li ul {
	list-style-image: url('arrowbrightleftright.gif');
	padding-bottom: 0px;
}

#leftContainer #menu ul li ul li ul {
	list-style-image: url('arrowdarkleftright.gif');
}
*/







#leftContainer #menu.themesContainer {
	padding-top:20px;
	padding-left:16px;
}






/* -------------------------------------------------
	topMenu
   ------------------------------------------------- */

#topMenu span {
	padding:0px 0px 0px 40px;
	line-height: 20px;
}


   
/* -------------------------------------------------
	breadCrumbMenu
   ------------------------------------------------- */

#breadCrumbMenu .left {
	width: 580px;
	float: left;
}

#breadCrumbMenu .left ul {
	list-style: none;
	padding-left: 5px;
}

#breadCrumbMenu .left ul li ul {
	list-style-image: url('nextlayer.gif');
	padding-left: 25px;
}

#breadCrumbMenu .right  {
	float: right;
	padding-top: 35px;
}



/* -------------------------------------------------
	content
   ------------------------------------------------- */


#content  ul li {
	list-style-type: disc;
	list-style-image: none;
}
   
#content p {
	margin-bottom:1.2em;
}

#content p + span.h4 {
	margin:0px;
	padding:0px;
}

#content sup {
 line-height: 0; 
}

#content .textSmaller {
	font-size:0.8em;
}

#content font {
	font-size:1em;
}


 

#content a,
#content a:visited,
#popup a,
#popup a:visited {
	background: url('linkint.gif') no-repeat 0 1px;
	padding-left: 18px;
	color: #146fb8;
}

#content a:hover,
#popup a:hover {
	color: #207bd4;
}

#content a.email {
	background: url('linkemail.gif') no-repeat 0 1px;
	padding-left: 18px;
}

#content a.glossar,
#content a.glossar:visited {
	background: url('linkglossar.gif') no-repeat 0 2px;
	padding-left: 20px;
}

   
#content a.forward {
	background: url('arrowforward.gif') no-repeat;
	padding-left: 12px;
	font-weight: bold;
	font-size: 0.8em;
}

/* hack for printstyles on collections / personalized report  */
#content #popup {
	margin: 0px;
	padding: 0px;	
}


.auditorsConfirmation {
	background-color: #EFF2F9;
	width: 505px;
	float: rigth;
	padding: 10px;
	border: 1px #146fb8 solid;
}

/* -------------------------------------------------
	#content .box
   ------------------------------------------------- */

#content .box {
	border: 1px solid #005ba4;
	width: 165px;
	float: right;
	margin: 0px 0px 10px 10px;
	clear: right;
}

#content .box .header {
	height: 14px;
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #005ba4;
}

#content .box .body {
	padding: 3px 5px 3px 5px; 
	color: #005ba4;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	background: #fff;
}


#content .box a {
	padding-left: 22px;
}

#content .box ul {
	width: 150px;
	float: left;
	padding-bottom: 3px;
	padding-left: 0px;
}

#content .box li {
	width: 155px;
	float: left;
	padding-bottom: 3px;
	list-style-image: none;
}

#content .box ul li a {
	float: left;
	line-height: 1.4em;
}

#content .box .emailListStyle a {
	background: url('linkemail.gif') no-repeat 0px 0px;
	padding-left: 22px;
}

#content .box .printListStyle a ,
#content a.printListStyle {
	background: url(iconprint.gif);
	background-repeat: no-repeat;
	packground-position: 2px 1px;
}

#content .box .downloadListStyle a {
	background: url('icondownload.gif') no-repeat 2px 1px;
}

#content .box .collectionListStyle a,
#content a#collectionLink {
	background: url('iconsitemap.gif') no-repeat 2px 1px;
}

#content .box .lastyearListStyle a {
	background: url('linklastyear.gif') no-repeat 0px 1px;
}

#content .box .glossaryListStyle a {
	background: url('linkglossar.gif') no-repeat 0px 1px;
}

#content .box .pdfListStyle a,
#content .box .pdfListStyle a:visited
 {
	background: url('linkpdf.gif') no-repeat 0px 0px;
}

#content .box .excelListStyle a {
	background: url('linkexcel.gif') no-repeat 0px 0px;
}

#content a.deleteStyle {
	background: url('linkdelete.gif') no-repeat 0px 0px;
}

#content a.closeStyle {
	background: url('linkclose.gif') ;
	background-repeat: no-repeat;
	packground-position: 2px 1px;

}
#popup a.closeStyle {
	background: url('linkclose.gif') no-repeat 0px 0px;
}


/* -------------------------------------------------
	#content .sidebox
   ------------------------------------------------- */

#content .sidebox {
	border: 1px solid #005ba4;
	width: 239px;
	float: right;
	margin: 0px 0px 10px 10px;
	clear: right;
}

#content .sideboxBig {
	border: 1px solid #005ba4;
	width: 304px;
	float: right;
	margin: 10px 0px 10px 10px;
	clear: right;
}

#content .sideboxBig h2 {
	text-align: right;
}

/* -------------------------------------------------
	#content popup images
   ------------------------------------------------- */
   
#content #article_images {
	margin: 0px 0px 10px 15px;
	float: right;
	clear: right;
}

#content .article_image {
	border: 1px solid #005ba4;
	margin-bottom: 10px;
}


#content .article_image_text {
	padding-bottom: 5px;	 
	text-align: right;
	padding-left: 5px;	
	font-size: 11px;
	width: 150px;
	display: none;
}

#articleBigImageDisplay { 
	width:10px; 
	height:10px; 
	position:absolute; 
	display:none; 
	z-index: 1;
}


#popupImage { 
	border-left  : 1px solid #005ba4;
	border-right : 1px solid #005ba4;
	border-top   : 1px solid #005ba4;
	cursor       : hand;
}


#popupImageText {
	height           : 55px;
	background-color : #FFFFFF;
	border-left      : 1px solid #005ba4;
	border-right     : 1px solid #005ba4;
	border-bottom    : 1px solid #005ba4;
	padding          : 5px;
	text-align       : center;
	overflow         : display;
}


/* -------------------------------------------------
	#content chapterImage
   ------------------------------------------------- */

#content table.chapterImages {
	clear: both;
	border-collapse: collapse;
}

#content td.chapterText {
	width: 240px;
	text-align: center;
	border: 1px solid #596ba9;
	border-bottom: none;
	padding: 3px;
}   

#content td.chapterLink {
	width: 240px;
	text-align: center;
	border: 1px solid #596ba9;
	border-top: none;
}   

#content td.chapterImage {
	width: 240px;
	text-align: center;
	border: 1px solid #596ba9;
	border-top: none;
	border-bottom: none;
}   
   
#content td.chapterImage img {
	border: 1px solid #005ba4;
}

#content td.chapterImage a {
	background: none;
	padding: 0px
}


/* -------------------------------------------------
	#content chapterOverview
   ------------------------------------------------- */

#content ul.chapterOverview {
	padding-top: 0px
	padding-left: 15px;
	margin-left: 0px;
}

#content ul.chapterOverview li {
	margin-top: 2px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-image: none;
}

.chapterOverview a {
	background: url('linkint.gif') no-repeat 0 1px;
	padding-left: 16px;
	color: #005ba4;
	text-decoration: none;
}

.chapterOverview a:visited, 
.chapterOverview a:hover {
	text-decoration: none;
	color: #005ba4;
}










/* -------------------------------------------------
	bottomNavigation
   ------------------------------------------------- */

#bottomNavigation .left {
	padding-top: 5px;
	float: left;
}

#bottomNavigation .right {
	padding-top: 5px;
	float: right;
}



/* -------------------------------------------------
	bottomExtraMenu
   ------------------------------------------------- */

#bottomExtraMenu .left {
	float: left;
	padding-top: 8px;
}

#bottomExtraMenu .right {
	padding-top: 5px;
	float: right;
}

#bottomExtraMenu .right a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #005ba4;
	background: #fff;
	text-align: center;
	float: left;
	margin-left: 5px;
}

#bottomExtraMenu .right a:hover,
#bottomExtraMenu .right a.selected {
	background: #dddacf; 
}

#bottomExtraMenu .right .title {
	display: block;
	float: left;
	padding-top: 3px;
}


.textSizeSmall {
	display:block;
	text-align: center;
	font-size: 0.9em;
	padding-top: 2px;
}

.textSize {
	display:block;
	text-align: center;
	font-size: 1.1em;
	padding-top: 1px;
}

.textSizeBig {
	text-align: center;
	font-size: 1.2em;
}













   
   
   
   












/* -------------------------------------------------
	layout definitions
   ------------------------------------------------- */



























#content a.pdf {
	background: url('linkpdf.gif') no-repeat 0 0;
	padding: 0px 0px 3px 17px;
	color: #005ba4;
	text-decoration: none;
	line-height:20px;
}

#content a.pdf:hover,
#content a.pdf:visited {
	background: url('linkpdf.gif') no-repeat 0 0;
	color: #005ba4;
}

#content a.excel {
	background: url('linkexcel.gif') no-repeat 0 0;
	padding: 0px 0px 3px 17px;
	color: #005ba4;
	text-decoration: none;
	line-height:20px;
}

#content a.excel:hover,
#content a.excel:visited {
	background: url('linkexcel.gif') no-repeat 0 0;
	color: #005ba4;
}



#content ul,
#content ol {
	padding-left:25px;  
}
#content ul li {
	list-style-image:url(listicon-content.gif)
}

#content .imageRight {
	float: right;
	clear: right;
	margin-top: 10px;
	width: 180px; 
}

#content .imageRight tr,
#content .imageRight tbody {
	padding-left: 0px; 
}

#content .imageRight td {
	padding-left: 10px; 
}


#content .imageRightBig {
	float:right;
	clear: right;
	padding-left: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px;	
}


#content .imageLeft {
	float: left;
	padding: 10px 10px 10px 0px;
	text-align:left;
}

#content div.imageLeft,
#content p.imageLeft {
	float: left;
	display: inline;
	padding: 10px 10px 10px 0px;
	width: 330px;
	margin-bottom: 0px;
}

#content div.imageRight span,
#content div.imageLeft span,
#content p.imageLeft span {
	font-size: 0.9em;
	color:#005ba4;
}

#content p.imageRight span,
#content p.imageLeft span {
	font-size: 0.8em;
	color:#005ba4;
}























#content .quickLinkBox  {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	float:right;
	clear:right;
	margin-bottom:10px;
	width: 165px;
	font-size: 1.1em;
	font-weight:bold;
	
}



#content .quickLinkBox .header{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;	
	background-color: #005ba4;
	color: #FFFFFF;
}

.quickLinkBox .body
 {
	background-color:#FFFFFF;
	color: #005ba4;
	padding: 10px 10px 0px 10px; 
	text-align:left;
	vertical-align:bottom;
	border: 1px solid #596ba9;
	border-top: none;
}

#content .box ul li {
	list-style-type: none;
}


#content .quickLinkBox div.body p.liste a {
	 clear:right;
	/*  white-space:nowrap; */
	 display:list-item;
	 list-style-type:none;
	 vertical-align:top;
	 background-position:0px 5px;
	 padding:0px;
	 margin:0px;
	 padding-left:16px;
	 font-size:12px;
	 display: block;	 
}


.quickLinkBox  {
	
}

#themes tr td {
	vertical-align:middle
}


.quickLinkBox .form {
	text-align:left;
}

.quickLinkBox input {
	border: none;
}

.quickLinkBox .body label {	
	text-align:left;
}

.quickLinkBox .body td{
	vertical-align:text-top;
}

.quickLinkBox .body a {
	color: #005ba4;
	
}

.spalteLinks {
	float: left;
	display:block;
	width: 49%;
	padding-right: 1%;
}

.spalteRechts {
	float: left;
	display:block;
	width: 49%;
	padding-left: 1%;
}

.break {
	clear:both;
	display:block;
	width:100%;
	height: 1px;
}
















/* -------------------------------------------------
	popup
   ------------------------------------------------- */

#popup {
	width: 730px;
	margin-top: 20px;
	margin-left: 20px;
}

#popup #header {
	height: 80px;
	min-height: 80px;
	background: #dddacf;
}

#popup .logo_left_abc {
	width: 200px;
	height: 80px;
	background: url('abc_popup.gif') no-repeat;
	float:left;
}

#popup .logo_right {
	width: 200px;
	height: 80px;
	background: url('logo_popup.gif') no-repeat;
	float: right;
	padding-right: 9px;
}

#popup #title {
	height: 18px;
	color: #fff;
	padding: 5px 0px 0px 10px;
	font-weight: bold;
	font-size: 1.2em;
	background: #005ba4;
	clear:both;
}





#popup #content {

	/* start min-height with ugly CSS-hack for IE */
		min-height:180px;
	  	height:auto !important;
	  	height:180px;
	/* end min-height with ugly CSS-hack for IE */
	width: 708px;
	padding: 10px 10px 0px 10px;
	border: 0px;
}

#content #popup #content {
	width: 708px;
	border: 0px;
	padding-left: 0px;
}



#popup #innerContainer {
	/* start min-height with ugly CSS-hack for IE */
		min-height:140px;
	  	height:auto !important;
	  	height:140px;
	/* end min-height with ugly CSS-hack for IE */
	width: 690px;  
	clear: both
}

#popup #innerContainer #content {
	padding-left: 0px;
	padding-right: 0px;
}




#popup #closer {
	width: 180px;
	line-height: 1.2 em;
	text-align: right;
	float: right;
	padding-bottom: 5px;
}


#popup .buttonBox {
	width: 450px;
	line-height: 1.2 em;
	text-align: left;
	float: left;	
	padding-bottom: 5px;
}

#popup #footer {
	margin-bottom: 20px;
	border-top: 1px solid #005ba4;
}

#content #popup #footer {
	display: none;
}



/* -------------------------------------------------
	glossary
   ------------------------------------------------- */

#glossaryFooter .right {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
}


.pdfList {
	line-height:22px;
	background-image:url('linkpdf.gif');
	background-repeat:no-repeat;
	padding-left:25px;
}

.excelList {
	line-height:22px;
	background-image:url('linkexcel.gif');
	background-repeat:no-repeat;
	padding-left:25px;
}


.glossaryLink {
	background-image:url('bg_link_glossar.gif');
	background-repeat:no-repeat;
	padding-left:39px;
	color:blue;
}













#sideBoxBigHeader h2 {
	text-align: right;
}








/* -------------------------------------------------
	startpage
   ------------------------------------------------- */
#content .startpage .text p {
	margin-bottom: 0px;
}

.startpage .text {
	width: 530px;
	height: 194px; 
	float: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.startpage a.forward {
	height: 20px;
	float: right;
	background: #12fa12;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.startpage .boxes {
	width: 176px;
	float: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content .startpage .boxes div.box {	
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#content .startpage .boxes div.box div.header {	
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
}

#content .startpage .boxes div.box div.body {	
	padding-left: 5px;
	padding: 0px;
	margin:0px; 
	margin-left: 5px;
	padding-bottom: 9px;

}

#content .startpage .boxes div.box form {
	margin: 0px;
	padding: 0px; 
	padding-top: 5px;
	padding-left: 3px;		
}


#content .startpage .boxes div.box div.body div.row {	
	margin: 0px;
	padding: 0px;
	height: 20px;
	border: 0px transparent solid;
}

#content .startpage .boxes div.box div.body div.row span{
	margin: 0px;
	padding: 0px;
}	

#content .startpage .boxes div.box div.body div.doublerow {	
	margin: 0px;
	padding: 0px;
	height: 30px;
	border: 0px transparent solid;
}

#content .startpage .boxes div.box div.body div.doublerow span.val {
	display: bock;	
	width: 15px;
	float: left;
	padding: 0px;
	margin: 0px;	
}


#content .startpage .boxes div.box div.body div.doublerow span.lab {	
	width: 135px;
	float: right;	
}


.startpage .picture {
	width: 532px;
	height: 282px;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


















/* ??????? ab do is schrott...


#buttons input {
	display: inline;
	border: 1px solid #005ba4;
	background: #dddacf;
	color: 213A8C;
}


#content p.liste a.excel {
	background-position: 2px 0;
	padding-left: 26px;
}

#content p.liste a.pdf {
	background-position: 2px 0;
	padding-left: 26px;
}

#content p.liste a.glossar {
	background-position: 0;
	padding-left: 26px;
	text-decoration: none;
}

#content p.liste a.lastYear {
	background-position: 0;
	padding-left: 26px;
}

#content p.liste a.email {
	background-position: 2px 0;
	padding-left: 26px;
	text-decoration:none;
}

#content p.liste a {
	background-position: 2px 0;
	padding-left: 26px;
	text-decoration:none;
}

#content p a.excel {
	background: url('linkexcel.gif') no-repeat 0 0;
	padding: 0px 0px 3px 17px;
	color: #005ba4;
	text-decoration: none;


*/

#content p a.lastYear {
	background: url('linklastyear.gif') no-repeat;
	padding-left: 22px;
	color: #005ba4;
	text-decoration: none;
}



