/*Browser Reset*/
*
{
    margin:0; padding:0;
}
option
{
    padding-left: 0.4em;
}

* html body *
{
    overflow:visible;
}
* html iframe, * html frame
{
    overflow:auto;
}
* html frameset
{
    overflow:hidden;
}

html
{
    height: 100%; margin-bottom: 1px;
}
body
{
    font-size: 100.01%;
    position: relative;
    color: #000;
    background: #fff;
    text-align: left;
    font-family: verdana;
}

fieldset, img
{
    border:0 solid;
}

ul, ol, dl
{
    margin: 0 0 1em 1em
}
li
{
    margin-left: 1.5em; line-height: 1.5em;
}

dt
{
    font-weight: bold;
}
dd
{
    margin: 0 0 1em 2em;
}

blockquote
{
    margin: 0 0 1em 0.8em;
}

blockquote:before, blockquote:after,
q:before, q:after
{
    content: "";
}

#Clear
{
    clear: both;
}
a
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    text-decoration: underline;
    color: #ED7700;
}
/*Browser Reset Ende*/

/*MainBox*/
#MainBox
{
    width: 900px;
    height: auto;
    border: 1px solid #ED7700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/*TopNavi*/
#BoxNavi
{
    width: 900px;
    height: 90px;
    border-bottom: 3px solid #ED7700;
}
#BoxNavi li
{
    list-style: none;
    float: left;
    text-transform: uppercase;
    color: #84807F;
    font-size: 16px;
    font-weight: bold;
    padding-top: 63px;
}
#BoxNavi li a
{
    text-decoration: none;
    color: #84807F;
}
#BoxNavi li a:hover
{
    border-bottom: 3px solid #ED7700;
    display: block;
}
#BoxNaviActive
{
    border-bottom: 3px solid #ED7700;
    display: block;
}

#BoxNavi img
{
    float: right;
    padding-right: 15px;
    border: 0;
}

/*Flash*/
#BoxFlash
{
    width: 900px;
    height: 276px;
    background: #ED7700;
}
.Flash
{
    float: left;
    width: 650px;
    padding-top: 1px;
}
/*SubNavi*/
.BoxSubnav
{
    width: 250px;
    height: auto;
    float: right;
    font-size: 14px;
    background-color: transparent;
}
.BoxSubnav li
{
    list-style: none;
    float: left;
    line-height: 25px;
    margin-top: 3px;
}

.BoxSubnav li a
{
    text-decoration: none;
    color: #FFF;
    width: 215px;
    display: block;
    border-top: 1px solid #ED7700;
    border-bottom: 1px solid #ED7700;
}
.BoxSubnav li a:hover
{
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    display: block;
}

#BoxSubnavActive
{
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    display: block;
}
/*MainContent*/
#BoxContentBg
{
    background: #fff url('../_images/content-bg.gif') repeat-y;
}
#BoxContentLeft
{
    width: 580px;
    height: auto;
    padding-left: 41px;
    margin-top: 25px;
    float: left;
    margin-bottom: 25px;
}
#BoxContentLeft span
{
    margin: 0;
    padding: 0;
    background: #ED7700;
    color: #FFF;
    padding: 0 10px 0 10px;
    height: 20px;
    font-size: 12px;
}

.BoxHeadLine h1
{
    background: #ED7700;
    margin: 0;
    padding: 0;
}

.BoxContent
{
    border-top: 2px solid #ED7700;
    height: auto;
    margin-top: 0px;
    color: #777372;
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
}
.BoxContent strong, .BoxContent b
{
    color: #84807F;
    font-size: 13px;
} 

.BoxContent h1
{
    color: #84807F;
    font-size: 15px;
}

/*BoxRight*/
#BoxRight
{
    width: 250px;
    float: right;
    height: auto;
    color: #777372;
    font-size: 12px;
}
#BoxRight span
{
    margin: 0;
    padding: 0;
    background: #ED7700;
    color: #FFF;
    padding: 0 10px 0 10px;
    height: 20px;
    font-size: 12px;
}
.BoxRightHeadline
{
    padding-top: 25px;
    margin-left: 35px;
    width: 195px;
    border-bottom: 2px solid #ED7700;
}
#BoxRight li
{
    list-style: none;
    padding-top: 10px;
    padding-right: 40px;
    text-align: center;
}
#BoxRight li a
{
    display: block;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
#BoxRight li a:hover
{
    display: block;
    border-top: 1px solid #ED7700;
    border-bottom: 1px solid #ED7700;
}


/* thumbnails */
#triggers {
	text-align:left;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}
#Footer {
    width: 900px;
    height: auto;
    margin: auto;
    text-align: right;
    color: #333;
    font-size: 11px;
    text-decoration: none;
}

#Footer a {
    color: #333;
    font-size: 11px;
    text-decoration: none;
}
#Footer a:hover {
    text-decoration: underline;
}
