a.head2:link, a.head2:visited, a.head2:hover, a.head2:active  
 {
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/*****  standard links ****/

a:link, a:visited, a:hover, a:active  
 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:hover 
 {
	text-decoration: underline;	 
	color: #666666;
}


/***  the top of the page -  links in the tabs ***/

a.top:link, a.top:hover, a.top:visited, a.top:active   {
	font-family: arial, Helvetica, 'Bitstream Vera Sans', Verdana, Sans-Serif;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	color: #ffffff;
}

 a.top:hover, a.top:active  {
	text-decoration: underline;
 
	}
 	
 

/*****   page center : product descriptions ****/

a.angebot:link, a.angebot:visited, a.angebot:hover, a.angebot:active  
 {
	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


a.angebot:link {
	color: #000000;
	font-weight: normal;
}

 a.angebot:visited {
	color: #000000;
	}
	
 a.angebot:hover {
	color:#000000;
	text-decoration: underline;
}

 a.angebot:active {
	color:#e6bf1a;
}


a.ausfuehrlich:link, a.ausfuehrlich:visited, a.ausfuehrlich:hover, a.ausfuehrlich:active  {
	color: #242424;
	background-color: #F7C725;
	border: 1px solid #000000;
	height: 20px;
	width: 160px;
	font-size: 10px;
	font-weight: bolder;
	line-height: 18px;
	padding-left: 3px;
	float: left;
	margin-top: 5px;
	margin-bottom: 7px;
}

 a.ausfuehrlich:hover
{
	background-color: #E6BD1A;
}


a.infosanfordern:link, a.infosanfordern:visited, a.infosanfordern:hover, a.infosanfordern:active  {
	color: #242424;
	background-color: #f7c725;
	border: 1px solid #000000;
	height: 20px;
	width: 130px;
	font-size: 10px;
	font-weight: bolder;
	line-height: 18px;
	padding-left: 3px;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 7px;
}

 a.infosanfordern:hover
{
	background-color: #E6BD1A;
}

/******/
 
/** left menu  - breite und ränder **/
#menu {
    clear: both;
    float: left;
    width: 200px;
    margin: 0px;  /** 1. Zahl: Abstand oben ***/

}

/** linkes menu  - entfernen der listenpunkte  **/
#menu ul {
    list-style: none;
     padding: 0px 0px 0px 0px; /** 1=iobrn 2=re 3=unten 4=li **/
    margin: 0px;
}

 
/** linkes menu  - kategorietitel   **/
#menu div.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BDD1E8;
	font-weight: bold;
	
	line-height: 28px;
	
	
	padding: 0px;
	margin: 0px;
	
	
	
	text-align: center;
	
	background-image: url(../photos_maps_gfx/grafiken_cairns/menu-h1-hg.jpg);
	background-repeat: no-repeat;
	
	border-top: 2px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	background-color: #0963A1;
}

/** linkes menu  - randabstände der listenpunkte   **/
#menu ul.sub {
    padding: 0px 0px 0px 0px;
    margin: 0px; /** randabstand bzw. breite d. hintergrunds **/
    list-style: none;
}

/** linkes menu  - darstellung der links mit  hintergrund   **/
#menu li a
{
	font-family: arial, Helvetica, 'Bitstream Vera Sans', Verdana, Sans-Serif;
    font-size: 12px;
	display: block;
	color: #ffffff;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	margin: 0px;
	padding: 0px;
	padding-left: 5px; /** abstand des Links vom linken Rand **/
	width: 100%;
	line-height: 25px;
	height: 25px;
	font-weight: normal;
    background-color: #8CAED5;
	width: auto;
}

#menu li a:visited {
    /***color: #666666; ***/
	color: #ffffff;
}


/** linkes menu  - darstellung der links mit  hintergrund   **/
body.menustyle #menu li.style2 a,
#menu li.item a:hover, ul.sub li.item a:hover
 {
	display: block;
	color: #ffffff;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	text-decoration: none;
	background-color: #e6bd1a;
	 
	 
	/** background-image: url(../test/menu-hover.gif); **/
}



/*************** right side - boxes *********/

a.rbox:link, a.rbox:visited, a.rbox:hover, a.rbox:active  
 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}


/***  maps and photos   ***/

a.bildinfo:link, a.bildinfo:visited, a.bildinfo:hover, a.bildinfo:active
{
	color: #588AC1;
	border: 2px solid #588ac1;
}
form {
	margin: 0px;
	padding: 0px;
	display: inline; // no line break after form ends
}

