﻿
 #container {	
	
background: #e4edf5; /* Old browsers */
background: -moz-linear-gradient(top, #e4edf5 0%, #f6ebcd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4edf5), color-stop(100%,#f6ebcd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4edf5 0%,#f6ebcd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4edf5 0%,#f6ebcd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4edf5 0%,#f6ebcd 100%); /* IE10+ */
background: linear-gradient(to bottom, #e4edf5 0%,#f6ebcd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edf5', endColorstr='#f6ebcd',GradientType=0 ); /* IE6-9 */
width:100%;
height:760px;
padding-top:15px;
}
ul li a {color:#7381a0;font-family:OpenSansLight;}
ul li a:hover {color:#e53d67}
 #innercontainer {margin-left:auto;margin-right:auto;margin-top:10px;width:960px;height:auto;overflow:hidden;border: 2px #FEFAED solid;-webkit-box-shadow: 3px 2px 5px #7F7F7F;-moz-box-shadow: 3px 2px 5px #7F7F7F;box-shadow: 3px 2px 5px #7F7F7F;}

a img { border: none ; }

#menu {z-index:100;overflow:hidden;width:265px;height:260px;position:absolute;top:10px;font-family:'OpenSansRegular';font-size:12px;line-height:1.5;color:#565656;}
img {box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;}

#menubox {z-index:10;width:20%;height:24%;position:absolute;top:1%;right:1%;-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;	
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 3px 2px 5px #7F7F7F;
	-moz-box-shadow: 3px 2px 5px #7F7F7F;
	box-shadow: 3px 2px 5px #7F7F7F;
	background:#fcfcf2;
}

#menubox2 {z-index:2;width:130px;height:130px;position:absolute;top:1px;left:1px;-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;	
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 3px 2px 5px #7F7F7F;
	-moz-box-shadow: 3px 2px 5px #7F7F7F;
	box-shadow: 3px 2px 5px #7F7F7F;
		
background: #FFFBEE; /* Old browsers */
background: -moz-linear-gradient(top, #FFFBEE 0%, #EEE6CE 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFBEE), color-stop(100%,#EEE6CE)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #FFFBEE 0%,#EEE6CE 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #FFFBEE 0%,#EEE6CE 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #FFFBEE 0%,#EEE6CE 100%); /* IE10+ */
background: linear-gradient(to bottom, #FFFBEE 0%,#EEE6CE 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFBEE', endColorstr='#EEE6CE',GradientType=0 ); /* IE6-9 */
}
.links {position:absolute;width:10px;height:15px;}


#linksold {position:absolute;z-index:200;}
#linktown {position:absolute;z-index:200;font-size:7pt;}
#linktown a{color:#0F095E;}
#linktown a:hover{color:#FF0000;}

#linktownv {position:absolute;z-index:200;font-size:7pt;color:#6E69AA;}
#linktownv a{color:#248914;}
#linktownv a:hover{color:#28DB0D;}
#buttonlink:hover {background-position: 0 0;}
.tooltip {
    position: relative;
    display: inline-block;
   
}

.tooltip .tooltiptext {
  top: -5px;
    left: -125px;
    visibility: hidden;
    width: 180px;
    background-color: #fcfcf2;
    color: #565656;
    text-align: center;
    border-radius: 6px;
      height:17px;
 

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltipnrw {
    position: relative;
    display: inline-block;
   
}

.tooltipnrw .tooltiptextnrw {
  top: -5px;
    left: -45px;
    visibility: hidden;
    width: 100px;
    background-color: #fcfcf2;
    color: #565656;
    text-align: center;
    border-radius: 6px;
      height:17px;
 border:1px solid #565656;
padding:5px 0;
margin-left:-60px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltipnrw:hover .tooltiptextnrw {
    visibility: visible;
}


#menu input {
    width: 13px;
    height: 13px; 
    padding: 0;
    margin:0 5px;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;}



