/*
///////////////////////////////////////////////////////////////////////////////
//																			 //
// HH    HH    OOOOOO    MM       MM   MM       MM							 //
// HH    HH   OO    OO   MMMM   MMMM   MMMM   MMMM						     //
// HHHHHHHH   OO    OO   MM MM MM MM   MM MM MM MM							 //
// HH    HH   OO    OO   MM  MMM  MM   MM  MMM  MM							 //
// HH    HH    000000    MM       MM   MM       MM							 //
//																			 //
// erstellt durch       										             //
//																			 //
// HOMM interactive, 6003 Luzern, www.homm.ch                  				 //
//																			 //
//																			 //
///////////////////////////////////////////////////////////////////////////////
*/


/* BASIS */
@import url(/modules/calendar/frontend_style.css);

body {
font-family:Arial, Helvetica, sans-serif;
color:#4a3d09;
font-size: 12px;
line-height: 150%;
padding: 0;
margin: 0;
text-align:center;
background: url(/themes/montana_gold/img/bg.jpg) center #ad8b3e no-repeat;
}

html {
SCROLLBAR-FACE-COLOR: #7a5415;
SCROLLBAR-HIGHLIGHT-COLOR: #7a5415;
SCROLLBAR-SHADOW-COLOR: #7a5415;
SCROLLBAR-3DLIGHT-COLOR: #ad8b3e;
SCROLLBAR-ARROW-COLOR: #ad8b3e;
SCROLLBAR-TRACK-COLOR: #ad8b3e;
SCROLLBAR-DARKSHADOW-COLOR: #ad8b3e;
SCROLLBAR-BASE-COLOR: #ad8b3e;
buttonface: #7a5415;
}

#container {
width:939px;
position: relative;
min-height: 100%;
_height: 100%;/* IE */
background: url(/themes/montana_gold/img/bg2.jpg) center repeat-y;
margin: 0 0 0 0;
padding: 0 0 11px 11px;
}

#scrollTable  { /*Overflow bei Tabelle*/
overflow: auto;
height: 250px;
width: 175px;

SCROLLBAR-FACE-COLOR: #8f8f8f;
SCROLLBAR-HIGHLIGHT-COLOR: #8f8f8f;
SCROLLBAR-SHADOW-COLOR: #8f8f8f;
SCROLLBAR-3DLIGHT-COLOR: #5b5b5b;
SCROLLBAR-ARROW-COLOR: #5b5b5b;
SCROLLBAR-TRACK-COLOR: #5b5b5b;
SCROLLBAR-DARKSHADOW-COLOR: #5b5b5b;
SCROLLBAR-BASE-COLOR: #5b5b5b;
buttonface: #8f8f8f;
margin: 0px;
padding: 0px;
}

#scrollTableShort  { /*Overflow bei Tabelle*/
overflow: auto;
height: 150px;
width: 175px;

SCROLLBAR-FACE-COLOR: #8f8f8f;
SCROLLBAR-HIGHLIGHT-COLOR: #8f8f8f;
SCROLLBAR-SHADOW-COLOR: #8f8f8f;
SCROLLBAR-3DLIGHT-COLOR: #5b5b5b;
SCROLLBAR-ARROW-COLOR: #5b5b5b;
SCROLLBAR-TRACK-COLOR: #5b5b5b;
SCROLLBAR-DARKSHADOW-COLOR: #5b5b5b;
SCROLLBAR-BASE-COLOR: #5b5b5b;
buttonface: #8f8f8f;
margin: 0px;
padding: 0px;
}

a                {color:#313131;text-decoration:none;font-weight:bold;}
a:hover          {color:#5b5b5b;text-decoration:underline;font-weight:bold;}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
color:#313131;
padding: 0;
line-height: 1em;
text-align: left;
}

h1 {color: #313131;font-size: 24px;padding: 5px 0 5px 0;margin: 10px 0 5px 0;}
h4 {color: #ffffff;font-size: 16px;padding: 0px 0 0px 0;font-weight:bold;}
h5 {font-size: 16px;margin: 2px 0 2px 0; font-weight:bold;}
h6 {font-size: 14px;margin: 2px 0 2px 0; font-weight:bold;}

.iconBg				{background-color:#664F1B;height:45px; margin: 0 0 11px 0;cursor:pointer;display:block;}
.iconBg a:hover 	{background-color:#57400D; height:45px; cursor:pointer;display:block;}

.btnLink a 			{color: #fbf0c9;background:#5b5b5b url(images/buttons/btn_arrow_grey.gif) left center no-repeat;height: 22px;width: 180px;text-align:left;padding: 5px 0 0 30px;font-weight:bold;cursor:pointer;display:block;}
.btnLink a:hover 	{background-color: #313131;text-decoration:none;}


/* ///////// NAVIGATION ////////////////////////////////////////////////////////////////////////////// */

#navbar ul li a {
display:block;
font-weight: normal;
text-decoration: none;
color: #ffe8a1;
padding: 2px 3px 2px 11px;
background-image:url(/themes/montana_gold/img/bgnav.gif);
background-position:left;
background-repeat:no-repeat;
text-transform: none;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


#navbar ul li a.active:hover, #navbar ul li a.active, #navbar ul li a:hover {
display:block;
font-weight: bold;
padding: 2px 3px 2px 11px;
color: #ffe8a1;
background-image:url(/themes/montana_gold/img/bgnav.gif);
background-position:left;
background-repeat:no-repeat;
text-transform: none;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*GOLDNEWS*/
#goldnews .title, #goldnews .title:hover{
margin:10px 0 0 0;
padding:2px;
display:block;
width:100%;
background:#CBB354;
color:#FFFFFF;
text-decoration:none;
cursor:pointer;
font-size:16px;
text-transform:uppercase;
}
#goldnews .title:hover{
background:#A07E25;
}
#goldnews .goldnewscontent{
overflow:hidden; 
height:auto;
margin-bottom:10px;
background:#F2DB80;
padding:5px 0 5px 4px;
width:100%;
}
#goldnews img{
float:left;
padding:2px 5px 2px 2px;
}