
* {
   margin: 0;
   padding: 0;
   font-family: arial, helvetica, sans-serif;
   color:#636363;
}

html{
   height:100%;
}

body{
   height:100%;
   font-size:0.7em;
   scrollbar-base-color:#400000;
   scrollbar-3dlight-color:#000;
   scrollbar-arrow-color:#ffffff;
   scrollbar-darkshadow-color:#ddd;
   scrollbar-face-color:#7dab29;
   scrollbar-highlight-color:#7dab29;
   scrollbar-shadow-color:#404040;
   scrollbar-track-color:#bbb;
   background-image:url(pics/bgKachelGreen.jpg);
   padding:0px 0px 0px 0px;
}

img {
    border: 0;

}

select {
   padding:0px 0 0px 2px;
   border: 1px solid #7dab29;
   font-size: 1em;
}

option {
   padding:0px 0 0px 2px;
   font-size: 1em;
}

li{
   list-style:none;
}

p {
   padding: 3px 0 0 0;
}

a {
   color: #636363;
   text-decoration: none;
}

a:hover, #start #highlight a.subTitle:hover, #languageButton a:hover, #outputBox .eventTxt a.title:hover, #outputBoxDetailService a:hover{
   color:#ff6600;
}

/*********************/

.moreRed {
   position:relative;
   top:-13px;
   left:-4px;
   width:28px;
   height:9px;
   float:right;
   background-color:#fff;
   background-image:url(pics/moreRed.gif);
   background-repeat:no-repeat;
   background-position:6px 0px;
   cursor:pointer;
   border:0px red solid;
   font-size:0.6em;
}

.moreWhite {
   position:relative;
   top:-13px;
   left:-4px;
   width:28px;
   height:9px;
   float:right;
   background-image:url(pics/moreWhite.gif);
   background-repeat:no-repeat;
   background-position:6px 0px;
   cursor:pointer;
   border:0px red solid;
   font-size:0.6em;
}


img.icon {
   padding:0 0 0 0;
   vertical-align:middle;
   float:left;
}

.iconLink, .iconLinkCollected, .iconLinkInactive {
   margin-left:8px;
   float:left;
}

.iconLinkCollected a{
   color:#ff6600;
}

.iconLinkInactive a{
   color:#ddd;
   cursor:default
}

.bold{
   font-weight:bold;
}

.title{
   font-weight:bold;
   text-transform:uppercase;
   color:#7dab29;
}


/**********************
LANGUAGE-BUTTON
***********************/

#wrapper #languageButton{
   position:absolute;
   top:0px;
   right:0px;
   border:0px red solid;
   z-index:30;
   text-align:right;
   white-space:nowrap;
   padding-right:35px;
}

#languageButton a{
   color:#636363;
   font-size:0.8em;
   text-transform:uppercase;
}

#languageButton a.active{
   color:#ff6600;
   font-size:0.8em;
   text-transform:uppercase;
}

