﻿/* Web.master */
.text12            { font-family:Verdana; font-size:12px; color:black; font-style:normal;text-decoration:none;}
.courier8          {font-family:Courier; font-size:8px; color:Black;}

/* custdesign, custmenumgmt - altes Customizing*/
.tab1              { background-color:#ffffff; font-size:10px; font-weight:bold; font-family:Verdana; border-width:0px;}

/* guestbook */
.tab2              { background-color:#ebeeec; font-size:10px; font-weight:bold; font-family:Verdana; border-width:0px; cursor:pointer;  }

/* button */
.input
{
   font-size:11px;
   font-family:Verdana;
   font-weight:bold;
   color:#000000;
   width:100px;
   background-color:#EEEEEE;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
}
    
/* .basictab = CSS Tab Menu */
.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f2f2f2;
color: #000000;
}

.basictab li a:visited{
color: #000000;
}

.basictab li a:hover{
background-color: #333333;
color: white;
}

.basictab li a:active{
color: white;
 background-color: #333333;
}

.basictab li.selected a{ /*selected tab effect*/
top: 1px;
padding-top: 4px;
background-color: #333333;
color: white;
}
