/*
///////////////////////////////////////////////////////////////////////////////
//																			 //
// 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 */


body {
font-family:Arial, Helvetica, sans-serif;
color:#4a3d09;
font-size: 12px;
line-height: 150%;
padding: 0;
margin: 0;
text-align:center;
background: url(images/bg_main_olive.gif) center #a8a561 repeat-y;
}

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

#container {
width:939px;
position: relative;
min-height: 100%;
_height: 100%;/* IE */
background: url(images/bg_main_olive.gif) 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: #a8a561;
SCROLLBAR-HIGHLIGHT-COLOR: #a8a561;
SCROLLBAR-SHADOW-COLOR: #a8a561;
SCROLLBAR-3DLIGHT-COLOR: #7a7625;
SCROLLBAR-ARROW-COLOR: #7a7625;
SCROLLBAR-TRACK-COLOR: #7a7625;
SCROLLBAR-DARKSHADOW-COLOR: #7a7625;
SCROLLBAR-BASE-COLOR: #7a7625;
buttonface: #a8a561;
margin: 0px;
padding: 0px;
}

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

SCROLLBAR-FACE-COLOR: #a8a561;
SCROLLBAR-HIGHLIGHT-COLOR: #a8a561;
SCROLLBAR-SHADOW-COLOR: #a8a561;
SCROLLBAR-3DLIGHT-COLOR: #7a7625;
SCROLLBAR-ARROW-COLOR: #7a7625;
SCROLLBAR-TRACK-COLOR: #7a7625;
SCROLLBAR-DARKSHADOW-COLOR: #7a7625;
SCROLLBAR-BASE-COLOR: #7a7625;
buttonface: #a8a561;
margin: 0px;
padding: 0px;
}


a                {color:#555212;text-decoration:none;font-weight:bold;}
a:hover          {color:#7a7625;text-decoration:underline;font-weight:bold;}

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

h1 {color: #555212;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:#555212; height:45px; margin: 0 0 11px 0;cursor:pointer;display:block;}
.iconBg a:hover {background-color:#3f3d0b; height:45px; cursor:pointer;display:block;}

.btnLink a 			{color: #fceeb7;background:#7a7625 url(images/buttons/btn_arrow_olive.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: #555212;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(images/bg_nav_olive.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(images/bg_nav_olive.gif);
background-position:left;
background-repeat:no-repeat;
text-transform: none;
font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

