@CHARSET "UTF-8";
BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    text-align: center;
	color: #f2d9a7;
    background: #000 url(http://img.tanoth.de/7/gfx/background_tanoth.jpg) scroll 50% 0 no-repeat;
    padding: 0;
    border: 0;
    margin: 0;
	height: 100%;
    }
A {
    color: #C19F60;
    text-decoration: none;
    }
A:focus {
	outline:none;
	}
A:hover {
	color:#f2d9a7;
	text-decoration:none;
	}
P {
    text-align: left;
    }
IFRAME#PixelsOnParade, IFRAME#sound {
    visibility: hidden;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
    overflow: hidden;
    }
#page {
    text-align: left;
    margin: 0 auto;
    width: 1050px;
    height: 750px;
    }
.page-wrapper {
	margin: 0;
	}
.pageDecoration_legend {
    background: transparent url(/img/pageDecoration_legend.jpg) 0 0 no-repeat;
    }
.pageDecoration_tanoth {
    background: transparent url(/img/pageDecoration_tanoth.jpg) 0 0 no-repeat;
    }
DIV#flashContent {
    margin: 0 25px 0;
    width: 1000px;
    height: 700px;
    }
.main-menu {
	height: 50px;
	margin:0 0 0 205px;
	width:800px;
	}
.footer {
	height: 30px;
	margin:0 auto;
	width:800px;
	}

/* MAIN-MENU */
.main-menu ul {
	height:50px;
	list-style:none;
	margin:0 auto;
	padding:0;
	width:600px;
	}
.main-menu li {
	display:block;
	height:50px;
	float:left;
	text-align:center;
	width:150px;
	}
.main-menu li a {
	background:url(/img/btn-nav.png) no-repeat;
	display:block;
	font-weight:bold;
	height:38px;
	line-height:38px;
	text-align:center;
	width:126px;
	}
.main-menu li a:hover {
	background:url(/img/btn-nav-hover.png) no-repeat;
	}

.menu-list li a,
.menu-list li a:hover,
.main-menu li a,
.main-menu li a:hover,
h2 { behavior: url(/views/css/iepngfix.htc) }

/* FOOTER */
.footer p {
	color:#674842;
	font-size:11px;
	text-align:center;
	}
.clearfloat {
	clear:both;
	height:0;
	}
