/*****************************************************************************/
/*Navigation

green  #009C62

hell green  #D6EFE6



*/
div {border:0px solid red;}
/*definition des <div> in dem die navigation angzeigt wird*/

#ContainerAdministration{
	position: absolute;
	left: 2px;
	top:  18px;
	height: 100%;
	width: 778px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: White;
}

#ContainerAdministrationEdit{
	position: absolute;
	left: 2px;
	top:  -8px;
	height: 100%;
	width: 790px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: White;
}

#LayerSearchModules{
	visibility: visible;
}

#layerBanner{
	position: absolute;
	left: 0px;
	top: 0px;/*0*/
	height: 41px;
	width:100%;
	z-index:25;
	background-image:url(../images/bannerback.jpg);
}


#layerBackground1{
	position: absolute;
	left: 0px;
	top: 41px;/*0*/
	height: 115px;
  width:100%;
}

#layerBackground2{
	position: absolute;
	left: 177px;
	top: 64px;/*23*/
	height: 91px;
}

h1{
	font-size: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

#layerNavigation
{
	position: absolute;
	left: 207px;
	top: 133px;/*92*/
	width: 785px;
	z-index: 1;
	border-left: #fff 1px solid;
}

#layerNavigation ul {
  	background-color: #003366;
  	list-style-type: none; /* get rid of the bullets */
  	padding:0px;             /* no padding */
  	margin:0px;              /* no margin for IE either */
			
}

#layerNavigation ul li  {
  	display: block;
  	float: left;	
	
}

#layerNavigation ul  li h1 a  {   
  	 color: #ffffff;  
	 line-height: 18px;
    font-weight: bold; 
	 font-size: 12px;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 text-decoration: none; 
    cursor: hand;
	 padding-top: 1px;
	 padding-left:10px;
	 padding-right:10px;
	 padding-bottom:2px;
	 border-right: #fff 1px solid;	
}

#layerNavigation ul  li a:hover {
	 background-color: #BAC2E9;
	 color: #003366;
}

#layerNavigation ul li.active a {
 	background-color: #BAC2E9;
	color: #003366;
}

#layerNavigation ul  li.visited a {
}


/*****************************************************************************/
/*auxiliar nav*/

#layerAuxiliar{
	position: absolute;
	top: 101px;/*60*/
	width: 963px;
	z-index: 1;
}

#layerAuxiliar a
{
	color: #ffffff; 
	text-decoration:none ;
	font-size:11px;
	font-weight:normal;
}

#layerAuxiliar a:link   {color: #000;}
#layerAuxiliar a:visited{color: #000;}
#layerAuxiliar a:hover  {color: #000; text-decoration: underline;}
#layerAuxiliar a:active {color: #000;}

/*****************************************************************************/
/*SUBNAV */
/*definition des <div> in dem die subnavigation angzeigt wird*/
#subnav
{
	position: absolute;
	left: 25px;
	top: 165px;/*124*/
	width: 183px;
	float:left;
	overflow: hidden;
	
}

h2 {
  display: block;         
  color: #049B66;
  
  margin:0px;
  text-decoration: none;
  
  font-size:10px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding-top: 1px; padding-bottom: 1px;
  border-left: 1px #9BCEC5 solid;
  border-right: 1px #9BCEC5 solid;  
  border-bottom: 1px #9BCEC5 solid;	
}

#subnav h2 a  {
  text-decoration: none;
}

#subnav a{
	text-decoration: none;
}

#subnav  a:hover 			 h2{ text-decoration: none; background-color: #049B66; color:#fff;}
#subnav  a.level1 		 h2{ padding-left: 10px; text-decoration: none; font-weight: bold; padding-top: 3px; padding-bottom: 3px;} 
#subnav  a.level1:hover  h2{ padding-left: 10px; text-decoration: none; font-weight: bold; padding-top: 3px; padding-bottom: 3px;} 
#subnav  a.level1_active h2{ padding-left: 10px; text-decoration: none; font-weight: bold; padding-top: 3px; padding-bottom: 3px; background-color: #049B66; color: #fff;} 

#subnav a.level2 			h2{ padding-left: 20px; text-decoration: none; font-weight: normal;} 
#subnav a.level2:hover  h2{ padding-left: 20px; text-decoration: none; font-weight: normal;} 
#subnav a.level2_active h2{ padding-left: 20px; text-decoration: none; font-weight: normal; padding-top: 3px; padding-bottom: 3px; background-color: #049B66; color: #fff;} 

#subnav a.level3			h2{ padding-left: 30px; font-weight: normal;}
#subnav a.level3:hover 	h2{ padding-left: 30px; font-weight: normal;}
#subnav a.level3_active	h2{ padding-left: 30px; text-decoration: none; font-weight: normal; padding-top: 3px; padding-bottom: 3px; background-color: #049B66; color: #fff;} 

#subnav a.level4			h2{ padding-left: 40px; font-weight: normal;}
#subnav a.level4:hover 	h2{ padding-left: 40px; font-weight: normal;}
#subnav a.level4_active	h2{ padding-left: 40px; text-decoration: none; font-weight: normal; padding-top: 3px; padding-bottom: 3px; background-color: #049B66; color: #fff;} 

#subnav a.level5			h2{ padding-left: 50px; font-weight: normal;}
#subnav a.level5:hover 	h2{ padding-left: 50px; font-weight: normal;}
#subnav a.level5_active	h2{ padding-left: 50px; text-decoration: none; font-weight: normal; padding-top: 3px; padding-bottom: 3px; background-color: #049B66; color: #fff;} 


#sitemap  a {
  font-weight:normal;
}

#sitemap span{ 
  padding:2px;
  margin:0px;
  text-decoration: none;
  display: block;
  overflow: hidden;
 }

#sitemap span.level0 { background-color: #D6EFE6;} 
#sitemap span.level1 { padding-left: 15px; } 
#sitemap span.level2 { padding-left: 30px; } 
#sitemap span.level3 { padding-left: 45px;}
#sitemap span.level4 { padding-left: 60px;}




/*****************************************************************************/
/* LOGINAREA*/
/*definition des <div> in dem der login angzeigt wird*/	
#loginarea
{
	position: absolute;
	left: 25px;
	top: 176px;/*135*/
	background-color: #259D89;
	border-bottom: 0px #9BCEC5 solid;
   border-left: 1px #9BCEC5 solid;
   border-right: 0px #9BCEC5 solid;  
  	padding-left: 10px;
}	

.loginTable{
	width: 141px;
}

#loginarea input
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: White;
	width: 100px;
	border: 1px solid #fff;
}


#loginarea input.buttonlogin
{
	color: #000;
	text-align : center;
	background: #ccc;

}	


td.login {
	font-size : 11px;
	color: #fff;
	line-height: 20px;
}

/*END LOGINAREA*/	


.editMarkTD{
	border : 1px solid #ccc;
}

/*layers*/
#message
{
	position: absolute;
	left: 10px;
	top: 600px;
	width: 200px;
	height: 300px;
}

#layerLogo
{
	position: absolute;
	left: 760px;
	top: 41px;/*0*/
	width: 160px;
	height: 90px;
}

#pagecontent
{
	position: absolute;
	left: 197px;
	top: 164px;/*123*/
	width: 770px;
	height: 800px;
	margin-left:10px;
	z-index: 2;

}

#layerHide
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 20px;
    visibility: hidden;
}

#layerUser{
	
	position: absolute;
	left: 10px;
	top: -8px;
	width: 790px;
	height: 23px;
	background-color: white;
}
#layerOptions{
	position: absolute;
	left: 601px;
	top: -9px;
	width: 100px;
	height: 10px;
}

.optionsTable{
	padding-left: 10px;
	width: 189px;
}

.printOptions{
	padding-left: 1px;
	width: 189px;
}

body 
{
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
   background-color: #ffffff;
	font-size : 12px;
	font-weight : normal;
}

table{
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	font-size : 12px;
}
th
{
	font-weight : bold;
	background-color:#E8ECF1;
	line-height: 20px;
}

.borderTable{
	background-color: #BECAD6;
}

/****************************************** BEGINN contentview STYLES *****************************************/
.listtableLeft{
	padding-right: 15px;
}
.mainTable{
  width: 575px;
}

.topTable{
	
}

.leftTable{
	
}

.rightTable{
	width: 189px;
}

.rightTextBgColor{
	background-color: #049B66;
   
}

.contentTable{
	
}

.loggedUser{
	font-size: 11px;
	font-weight: normal;
	color: #000;
	line-height: 23px;
}

h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	font-style: italic;
	color: #009B64;
}

h4{
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5{

  display: block;         
  color: #000;
  background-color: #DEE4EB;
  padding: 2px 3px 2px 10px;
  margin:0px;
  text-decoration: none;
  font-weight:normal;
  font-size:11px;
  border: 1px #829AB3 solid;
}
	
.pageTitleView{
	padding-left:10px;
}
.userLine{background-color: #003366;}
/****************************************** ENDE contentview STYLES *****************************************/

/*Reiter (Beim Bearbeiten)*/
.menu{
	background-color: #DEE4EB;
	padding-left : 5px;
	padding-right : 30px;
	border : 1px solid #003163;
	border-bottom-width : 0px;
	margin : 0px 0px 0px 5px;
	}

.menuSelected{
	background-color: #AABBCF;
	padding-left : 5px;
	padding-right : 30px;
	border : 1px solid #003163;
	border-bottom-width : 0px;
	margin : 0px 0px 0px 5px;
}
	
/* Suche , Eigenschaften    */
.menuVertical{
	background-color: #DEE4EB;
	padding-left : 5px;
	padding-right : 5px;
	border : 1px solid #003163;
	border-left-width: 0px;
	border-right-width: 0px;
	line-height: 35px;
	margin : 0px 0px 0px 5px;
}

.menuVerticalLeft{
	background-color: #DEE4EB;
	padding-left : 5px;
	padding-right : 5px;
	border : 1px solid #003163;
	border-left-width: 1px;
	border-right-width: 0px;
	line-height: 35px;
	margin : 0px 0px 0px 5px;
}

.menuVerticalRight{
	background-color: #DEE4EB;
	padding-left : 5px;
	padding-right : 5px;
	border : 1px solid #003163;
	border-left-width: 0px;
	border-right-width: 1px;
	line-height: 35px;
	margin : 0px 0px 0px 5px;
}

.menuVerticalSelected{
	background-color: #AABBCF;
	padding-left : 5px;
	padding-right : 5px;
	border : 1px solid #003163;
	border-left-width: 0px;
	border-right-width: 0px;
	line-height: 35px;
	margin : 0px 0px 0px 5px;
}

.menuVerticalSelectedLeft{
	background-color: #AABBCF;
	padding-left : 5px;
	padding-right : 5px;
	border : 1px solid #003163;
	border-left-width: 1px;
	border-right-width: 0px;
	line-height: 35px;
	margin : 0px 0px 0px 5px;
}

.menuVerticalSelectedRight{
	background-color: #AABBCF;
	padding-left : 5px;
	padding-right : 5px;
	border : 1px solid #003163;
	border-left-width: 0px;
	border-right-width: 1px;
	line-height: 35px;
	margin : 0px 0px 0px 5px;
}

.bottomline
{
	font-family : Arial, Helvetica, sans-serif;
	color : #003366;
	font-size : 12px;
	font-weight : normal;
	BORDER-BOTTOM: #8A9BAF 1 solid;
}

.tdBackground
{
	background-color: #ffffff;
}

.tdBackground2
{
	background-color: #EEF1F5;
}

.tdSelectBackground
{
	background-color: #e3e3f2;
}


.stripline
{
	background-color: #049B66;
}

.chartSelected
{
	background-color: #003163;
}

.line
{
	background-color: #009C62;
}

/*------ hide border of images ------*/
img {border-style: none; border-width: 0px;}

/*------  Links ---------------*/

a{font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #000;
	text-decoration: underline; 
}

a:link    {}
a:visited {}
a:hover   {color: #049B66;}
a:active  {}


.headline a:link    {}
.headline a:visited {}
.headline a:active  {}
.headline a:hover   {color: #049B66;}

.attachment a:link    {}
.attachment a:visited {}
.attachment a:active  {}
.attachment a:hover   {color: #049B66;}

.optionsLink a:link    {color: #000;}
.optionsLink a:visited {color: #000;}
.optionsLink a:active  {color: #000;}
.optionsLink a:hover   {color: #049B66;}


.moreBack a:link    { font-size: 10px; }
.moreBack a:visited {font-size: 10px;}
.moreBack a:hover   {color: #049B66;font-size: 10px;}
.moreBack a:active  {font-size: 10px;}

.quicklink a {color: #ffffff;font-size: 11px; text-decoration:none; font-weight:bold}
.quicklink a:link    {color: #ffffff;}
.quicklink a:visited {color: #ffffff;}
.quicklink a:hover   {color: #ffffff;text-decoration:underline;  }
.quicklink a:active  {color: #ffffff;}

/* end links */

/* headlines and text */
.tableHeader{
	background-color:#D6EFE6;
	font-weight : bold;
	padding-left: 5px;
	line-height: 20px;
	border-bottom:  0px solid  #049B66;
}

.viewTable{
	width: 580px;
	border:  1px solid  #049B66;
}
/*DMS*/
.tableHead{
	font-weight : bold;
	background-color:#E8ECF1;
	border:  1px solid  #8A9BAF;
}

.tableLines{
	font-weight : normal;
	border:  1px solid  #8A9BAF;
}
/*end DMS*/


.caption1{
	font-size : 11px;
	font-weight : bold;
}
.caption2{
	font-size : 12px;
	font-weight : bold;
}
.caption3{
	font-size : 13px;
	font-weight : bold;
}
.caption4{
	font-size : 14px;
	font-weight : bold;
}
.caption5{
	font-size : 15px;
	font-weight : bold;
}
.caption6{
	font-size : 16px;
	font-weight : bold;
}


.text1{
	font-size : 11px;
}
.text2{
	font-size : 12px;
}
.text3{
	font-size : 13px;
}
.text4{
	font-size : 14px;
}
.text5{
	font-size : 15px;
}
.text6{
	font-size : 16px;
}


.highlight{
    background : #049B66;
    color: #fff;
}


/*------  Formular  ---------------*/
input{
	font-size: 11px;
	color: #000;
	background-color : White;
	border: 1px solid #009C62;
}

input.radio {
	width: 15px;
	border: 0px solid #009C62;
}

input.button{
	width: 70px;
	background-color: #DEE4EB;
}

input.searchField{
	width: 120px;
}

input.dateField{
	width: 70px;
}

input.inputField1{
	width: 370px;
}

input.inputField2{
	width: 345px;
}

input.inputField3{
	width: 190px;
}

input.inputField4{
	width: 190px;
}

input.searchPfeil{
	width: 21px;
	border: 0px solid #009C62;
}

input.checkBox{
	width: 15px;
	border: 0px solid #009C62;
}

select{
	font-size: 11px;
	color: #000;
	border-right:  1px solid #009C62;
}
select.selectFeatures{
	width: 150px;
}

select.selectField1{
	width: 345px;
}

select.selectField2{
	width: 370px;
}

select.selectField3{
	width: 190px;
}
textarea{
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px;
	color: #000;
	background-color : White;
	border: #009C62 1px solid;
}

textarea.textareaField1{
	width: 370px;
}

textarea.textareaField2{
	width: 345px;
}

textarea.textareaField3{
	width: 190px;
}

textarea.textareaField4{
	width: 320px;
}

.entryTable{
	width:760px;
}

.editbuttons
{
	vertical-align:top;
	height:25px;
}

.layoutPosition
{
	vertical-align:top;
	height:25px;
}

.contentArea
{

}

.helptext
{
	font-size:10px;
	vertical-align:bottom;
}

.helptextDetail
{
	width:300px;
	font-size:10px;
	vertical-align:bottom;
}

.label {}
.labelBold{
	font-weight: bold;
}
.labelHighlight{
	color: red;
}

.even{
	background-color: #efefef;
}

.odd{
	background-color: #fefefe;
}

.edittable
{
	border:1px solid #DEE4EB;
	border-collapse:collapse;
	border-top: 0px;
	padding-bottom:5px;
}

/*------  Formular  end ---------------*/

.contentText{}

.listText{}

.rightText{}

.tableRow0{
	background-color: #EEF1F5;
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
}
.tableRow1{
	background-color: white;
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
}

.tableHeaderTD{height: 22px;}
.tableLink a{
	color: #ffffff;  
	vertical-align: middle; 
	height: 22px; 
	padding-top: 3px; 
	padding-bottom: 4px;
	text-decoration: none;
}
.tableLink a:link    {color: #000; text-decoration: underline;}
.tableLink a:visited {color: #000; text-decoration: underline;}
.tableLink a:active  {color: #000; text-decoration: underline;}
.tableLink a:hover   {color: #000;text-decoration: underline;}

.tableHeaderSeperator{
	 width: 5px;
	 background-color: #D6EFE6;
	 border-bottom: 0px solid #003163;
}

.tableRow1 a{
	vertical-align: middle; 
	height: 22px; 
	padding-top: 3px; 
	padding-bottom: 4px;
	text-decoration: none;
}

.tableRow0 a{
	vertical-align: middle; 
	height: 22px; 
	padding-top: 3px; 
	padding-bottom: 4px;
	text-decoration: none;
}

.textFormTD{
	width: 130px;
	line-height: 20px;
	
}

.textContentTD{
}

/*neue Styles für Beamwebsite */

.contentTable{
	padding-right: 10px;
}

.leftTable{
	padding-right: 10px;
}

.listImageTD{
	padding-right: 18px;
}

.listTextline{
	font-weight: bold;
}

.contentDetailLinkHeadline{
	font-size: 16px;
	font-weight: bold; 
	line-height: 24px;
	font-style: italic;
}

.topDetailLink {
	font-size: 16px;
	color: #049B66;
	font-weight : bold;
	line-height: 30px;
	font-style: italic;
}

.topDetailLinkBild{
	font-size: 16px;
	color: #049B66;
	font-weight : bold;
	font-style: italic;
}

.contentDetailLink{
   font-size: 16px;
	color: #049B66;
	font-weight : bold;
	line-height: 30px;
	font-style: italic;
}

.leftDetailLink{
	font-size: 16px;
	color: #049B66;
	font-weight : bold;
	line-height: 30px;
	font-style: italic;
}

.rightDetailLink{
	font-size: 16px;
	color: #049B66;
	font-weight : bold;
	line-height: 30px;
	font-style: italic;
}

.bottomDetailLink{
	font-size: 16px;
	color: #049B66;
	font-weight : bold;
	line-height: 30px;
	font-style: italic;
}

.topTextline{

	font-weight: bold;
}

.contentTextline{

	font-weight: bold;
}

.rightTextline{

	font-weight: bold;
	color: White;
}

.leftTextline{

	font-weight: bold;
}

.bottomTextline{

	font-weight: bold;
}

.topSeparatorLineTD{
	background-color: #049B66;
}

.leftSeparatorLineTD{
	background-color: #049B66;
}

.rightSeparatorLineTD{
	background-color: #049B66;
}

.contentSeparatorLineTD{
	background-color: #049B66;
}

.bottomSeparatorLineTD{
	background-color: #049B66;
}
.contentTableTD{
   font-weight: bold;
   padding-right: 10px;
}
.tableBorder{
	border: 1px red solid;
	border-collapse:collapse;
}
/*********************************************************/

.main_table   { width: 750px; }
.menu_top	  { height: 25px; background-color: #005BAA; padding: 0px 10px; color: #FFFFFF; }
.menu_left    { border: 0px; width: 150px; background-color: #F0F0E3; padding: 0px; vertical-align: top; }
.menu_categories { background-color: #005BAA; color: #ffffff; font-weight:bold; }
.menu_categories_sub { background-color: #E4E8F6;  color: #005BAA; font-weight:bold;}
.menu_categories_head { background-color: #005BAA; padding: 0px; font-weight: bold; color: #ffffff;  }
.menu_left_line { height: 2px; border: 0px; background-color: #ffffff; padding: 0px; }
.menu_left_line_sub { height: 1px; border: 0px; background-color: #ffffff; padding: 0px; }
.footer		  { width: 100%; height: 10px; background-color: #005BAA; padding: 0px 10px; color: #FFFFFF; }
.footer_2	  { width: 100%; border: 0px; padding: 0px; background-color: #005BAA; }

.right		  { background-color: #ffffff; width: 600px; padding: 0px; border-top: 3px solid white; vertical-align: top; }
.left_content { text-align: left; padding: 15px; vertical-align: top; }
.right_content { padding: 5px; vertical-align: top; text-align: center; }
.separator    { width: 1px; background-color: #bbbbbb; }

.form_desc   { text-align: right; padding: 5px; background-color: #dddddd; }
.form_desc_data   { background-color: #dddddd; }

.product_list_foto		{ background-color: #E4E8F6; text-align: center; padding: 5px; border-bottom: 3px solid white; vertical-align: top; }
.product_list_data		{ background-color: #E4E8F6; padding: 5px; border-bottom: 3px solid white; vertical-align: top; }
.product_list_name		{ font-weight: bold; color: #005BAA; font-family: verdana, sans-serif; }
.product_list_category  { font-size: 9px; color: #737373; }
.product_list_price		{ width: 75px; text-align: right; font-weight: bold; padding: 5px; }
.product_list_desc		{ padding: 5px; font-size: 10px }

.product_show_table		{ margin-left: 3px; }
.product_show_foto		{ margin-right: 5px; border: 2px solid #BBBBBB; }
.product_show_data		{ background-color: #f3f3f3; padding: 5px; border-bottom: 3px solid white; vertical-align: top; }
.product_show_name		{ font-weight: bold; font-family: verdana, sans-serif; font-size: 14px; }
.product_show_category  { font-size: 9px; color: #737373; }
.product_show_price		{ text-align: right; font-weight: bold; padding: 5px; }
.product_show_desc		{ font-size: 10px }

.order_table_head { background-color: #E4E8F6; text-align: center; height: 20px; }
TD.order_table_head { border-right: 1px solid #f3f3f3 }
.order_table_data_odd { background-color: #ffffff; }
.order_table_data_even { background-color: #f3f3f3; }
TD.order_table_data { padding: 5px; border-right: 1px solid #E4E8F6; text-align: right; }
.order_table_footer { background-color: #E4E8F6; text-align: right; height: 20px; padding: 5px; }
.order_table_footer_light { background-color: #E4E8F6; text-align: right; height: 20px; padding: 5px; }

.hr_dotted { width: 100%; height: 1px; border: 1px dotted #BBBBBB; }

.operation_table { border: 0px; padding: 0px; width: 300px; }
.alert    {font-family: tahoma, sans-serif; font-size: 14px ; font-weight: bold; color: red; text-decoration: none; text-align: center; }
.ok   {font-family: tahoma, sans-serif; font-size: 14px ; font-weight: bold; color: green; text-decoration: none; text-align: center; }

.image_border { border: 2px solid #BBBBBB; }


.tekst8   { font-family: verdana, sans-serif; font-size: 9px ; font-weight: normal; color: #000000; text-decoration: none;}
.tekst10  { font-family: verdana, sans-serif; font-size: 10px ; font-weight: normal; color: #000000; text-decoration: none;}
.tekstw14 { font-family: tahoma, sans-serif; font-size: 14px ; font-weight: bold; color: #CC3300; text-decoration: none;}
.px		  { font-family: tahoma, sans-serif; font-size: 1px ; font-weight: normal; color: #ffffff; text-decoration: none;}


.tekst_w          {text-decoration: none; font-size: 12px; font-weight: bold; font-family: arial, sans-serif; color: #FFFFFF;}
a.tekst_w:link    {text-decoration: none; font-size: 12px; font-weight: bold; font-family: arial, sans-serif; color: #FFFFFF;}
a.tekst_w:visited {text-decoration: none; font-size: 12px; font-weight: bold; font-family: arial, sans-serif; color: #FFFFFF;}
a.tekst_w:active  {text-decoration: none; font-size: 12px; font-weight: bold; font-family: arial, sans-serif; color: #FFFFFF;} 
a.tekst_w:hover   {text-decoration: underline; font-size: 12px; font-weight: bold; font-family: arial, sans-serif; color: #FFFFFF;}

.tekst			{ font-family: verdana, sans-serif; font-size: 11px ; font-weight: normal; color: #000000; text-decoration: none;}
a.tekst:link    { font-family: verdana, sans-serif; font-size: 11px ; font-weight: normal; color: #000000; text-decoration: none;}
a.tekst:visited { font-family: verdana, sans-serif; font-size: 11px ; font-weight: normal; color: #000000; text-decoration: none;}
a.tekst:active  { font-family: verdana, sans-serif; font-size: 11px ; font-weight: normal; color: #000000; text-decoration: none;}
a.tekst:hover    { font-family: verdana, sans-serif; font-size: 11px ; font-weight: normal; color: #000000; text-decoration: underline;}

.tekst_b { font-family: verdana, sans-serif; font-size: 11px ; font-weight: bold; color: #000000; text-decoration: none;}
a.tekst_b:link    { font-family: verdana, sans-serif; font-size: 11px ; font-weight: bold; color: #000000; text-decoration: none;}
a.tekst_b:visited { font-family: verdana, sans-serif; font-size: 11px ; font-weight: bold; color: #000000; text-decoration: none;}
a.tekst_b:active  { font-family: verdana, sans-serif; font-size: 11px ; font-weight: bold; color: #000000; text-decoration: none;}
a.tekst_b:hover   { font-family: verdana, sans-serif; font-size: 11px ; font-weight: bold; color: #000000; text-decoration: underline;}
/* ShopEnde*********************************************************/

@media print{
	#pagecontent
	{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 800px;
		height: 800px;
		margin-left: 0px;
		z-index: 0;
	}
	body
	{
		background-image: none;
		 zoom : 85%; 
	}
	
	#layerBanner{
		position: absolute;
		left: 0px;
		top: 0px;/*0*/
		height: 41px;
		width:100%;
		z-index:25;
		background-image:url(../images/bannerback.jpg);
	}

	.viewTable{
		position: absolute;
		left: 35px;
		top: 41px;
		width:600px;
		z-index:26;	
		border:1px solid  #049B66;
	}

	
	#subnav,  #layerOptions, #layernavigation, #layerReise, #layerAuxiliar, #layerLogo, #layerBackground1, #layerBackground2, #layerBackground3  {
		visibility: hidden;
	}	
}