/* Base Css file 'D:\internet\root\www\TourWebRhomberg\www\css\comPageTabs.css' */
/* Configure styles for tabs which are integrated in a page (not a popup) */

/* atwa variation 

light: #D9ECD9
med	 : #94CA94
dark : #008000
*/

div.pagetabset
{
      clear: both;
      text-align: left;
      margin:10px;
      width:580px;
      background-color:#D9ECD9;
}


div.pagetabset h1, div.pagetabset h2
{
      padding-right: 0px;
      margin-top: 15px;
      padding-left: 0px;
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 0px;
      padding-bottom: 0px;
      padding-top: 0px;
      font-family: 'Trebuchet MS' , Verdana, Sans-Serif;
      letter-spacing: 0.08em;
      color:#008000;
}


div.pagetabset h2
{
      font-size: 12px;
}

div.pagetabset p
{
      padding-right: 0px;
      padding-left: 4px;
      padding-bottom: 0px;
      margin: 0px 0px 6px;
      padding-top: 0px;
}

div.pagetabset ul
{
      margin: 0px;
      padding: 0px;
      position: relative;
      z-index: 1;
}


div.pagetabset li
{
	border-right: #008000 0px solid;
	border-top: #008000 0x solid;
	border-left: #008000 0px solid;
	border-bottom: #008000 0px solid;
	background-color: #D9ECD9;
	color: #008000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display:inline;
	height: 29px;
	line-height: 23px;
}

div.pagetabset li.hover
{
   background-color:#94CA94;
   color:White;
}

div.pagetabset li.on
{
      border-bottom: solid 1px #008000;
      background-color: #008000;
      color:white;
      cursor: default;
}

div.pagetabset div.pagedata
{
      margin-top: -1;
}

div.pagetabset div.pagetab
{
      border-right: #008000 1px solid;
      border-top: #008000 1px solid;
      border-left: #008000 1px solid;
      border-bottom: #008000 1px solid;
      padding-right: 5px;
      display: none;
      padding-left: 5px;
      padding-bottom: 5px;
      padding-top: 5px;
      background-color: white;
      width: 100%;
}

div.pagetabset div.pagetab.on
{
      display: block;
}

div.pagetabset p
{
	padding:0px;
	margin:0px;
}



/* Appended skin Css file 'D:\internet\root\www\TourWebRhomberg\www\css\atko\comPageTabs.css' for skin 'atko' */
/* Configure styles for tabs which are integrated in a page (not a popup) */

/* atko variation 

light: #E1F0F0
med	 : #A9D4D4
dark : #339999
*/

div.pagetabset
{
      background-color:#E1F0F0;
}

div.pagetabset h1, div.pagetabset h2
{
      color:#339999;
}

div.pagetabset li
{
	background-color: #E1F0F0;
	color:#339999;
}

div.pagetabset li.hover
{
      background-color:#A9D4D4;
}

div.pagetabset li.on
{
   background-color: #339999;
   border-bottom: #339999 1px solid;
}

div.pagetabset div.pagetab
{
      border-right: #339999 1px solid;
      border-top: #339999 1px solid;
      border-left: #339999 1px solid;
      border-bottom: #339999 1px solid;
}