/*************************** OUTER **************************/
html, body {
    text-align:center;
}
body {
    background-image:url(../img/body_bg.png);
    background-repeat:no-repeat;
    background-position:right top;
}
/*************************** META-NAVIGATION ****************/
#top {
    border:solid 0px #555;
}
#top_inner {
    width:880px;
    margin:0 auto;
    border:solid 0px blue;
    padding:2px;
    height:085px;
}
div#top_flash {
    margin:25px 0 0 240px;
    border:solid 0px white;
    float:left;
}
#top_inner ul {
    margin:65px 0 50px 0;
    border:solid 0px blue;
    text-align:left;
}
#top_inner ul li {
    list-style-type:none;
    display:inline;
    margin:0 0 0 15px ;
    border:solid 0px red;
    color:white;
}
#top_inner ul li a {
    font-family:Times, serif;
    font-size:.8em;
    letter-spacing:.2em;
    text-decoration:none;
    color:white;
}
#top_inner ul li a:hover {
    color:#7E1719;
}
/*************************** NAVIGATION 1 & 2 ***************/
#nav {
    background-image:url(../img/nav_bg.png);
    background-repeat:no-repeat;
    background-position:left bottom;
    height:447px;
    border:solid 0px red;
    text-align:center;
    margin:0 0 0px 0;
    padding:10px 0 6px 0;
}
#nav_master {
    z-index:10;
    width:873px;
    border:solid 0px red;
    margin:0 auto 25px auto;
    text-align:left;
    height:417px;
    background-color:#9C7C54;
    color:white;
}
#nav_master_box {
   _z-index:20;
	position:relative;
	_border:solid 1px red;
	float:right;
	display:inline;
	left:160px;
	top:-370px;
	width:150px;
	height:150px;
}
#bogen {
    background-image:url(../img/bogen.png);
    background-repeat:no-repeat;
    height:170px;
    z-index:900;
    position:relative;
    top:-417px;
}
#bild {
    background-repeat:no-repeat;
    background-position:bottom left;
    height:417px;
    z-index:20;
}
#flashcontent {
    height:587px;
    border:solid 0px blue;
}

#nav_master .textframe {
    z-index:0005;

    overflow:visible;
    border:dotted 0px #ccc;
    padding:0;
}
#nav_master .textframe h1 {
    color:white;
    font-weight:bold;
    font-size:1em;
    letter-spacing:.25em;
    font-family:Times, serif;
    margin:0;
    padding:0;
}
#nav_master .textframe p {
    text-align:left;
    font-size:.8em;
    line-height:1.50em;
}

#nav_master .menu {
    z-index:99;
    position:relative;
    top:-172px;
}

/*************************** CONTENT ************************/
#content {
    background-image:url(../img/body_gradient_v.png);
    background-repeat:repeat-x;
    text-align:left;
}
#content_inner {
    width:870px;
    margin:0px auto 0 auto ;
    padding:10px 0 2px 00px;
    min-height:400px;
}
table#contentframe {
    margin:0 auto;
}
/*************************** FOOTER *************************/
#footer {
    margin:50px 0 20px 0;
}
#footer .adresse {
    color:#aaa;
    font-size:0.8em;
    text-align:center;
    border:solid 0px blue;
}
#footer .adresse a {
    color:#aaa;
    text-decoration:underline;
}
#footer .adresse a:hover {
    color:black;
    text-decoration:underline;
}
