html{
	height:100%;
	background:url(http://graphic.terenceds.de/background.jpg);
}

body {
	margin:0;
}

h1
{
text-align:center;	
}

div.topic
{
height:77px;
background:url(http://graphic.terenceds.de/bg-body.jpg) repeat-x;
padding-top:10px;
font-family: Lucida Blackletter;	
}

table.main { background-color:#F1EBDD; background-image:url(http://graphic.terenceds.de/content.jpg); border:1px solid #804000;}

/*--container-block--*/
.container-block,
.container-block-full,
.container-holder,
.container{
	width:800px;
	overflow:hidden;
}
.container-block, .container-block-full{
	background:url(http://graphic.terenceds.de/bg-content-line.jpg) repeat-y;
	margin:0 auto;
	
}
.container-block-full{
	background:url(http://graphic.terenceds.de/bg-content-line-full.jpg) repeat-y;
}

.container-top, .container-top-full{
	width:800px;
	height:23px;
	background:url(http://graphic.terenceds.de/sprites.png) no-repeat 0 -39px;
}
.container-top-full{
	background:url(http://graphic.terenceds.de/sprites.png) no-repeat -308px -157px;
}
.container{
	overflow:hidden;
	min-height:80px;
	margin-left:12px;
}
.container-bottom, .container-bottom-full{
	width:800px;
	height:23px;
	background:url(http://graphic.terenceds.de/sprites.png) no-repeat 0 -56px;
}
.container-bottom-full{
	background:url(http://graphic.terenceds.de/sprites.png) no-repeat -308px -174px;
}
* html .container{
	height:1%;
	overflow:visible;
}

a:link	{ font-weight:bold; color: #804000; text-decoration:none; }
a:visited	{  font-weight:bold; color: #804000; text-decoration:none; }
a:active	{  font-weight:bold; color: #0082BE; text-decoration:none; }
a:hover { font-weight:bold; color: #0082BE; text-decoration:none; }

#gamebar {
	width: 100%;
	height: 24px;
	background-image:url(http://graphic.terenceds.de/bar.png);
	font-size:11px;
	background-repeat: repeat-x;
}
#gamebar_content {
	position:relative; left: 2px; top:8px;
	width: 800px; 
	margin: auto;
	z-index: 10;
}

#flag1_dropdown {
	margin-right: 10px;
}

#flag1_dropdown img {
	border: 0;
	position: relative;
	top: 2px;
	z-index: 10;
}

#flags {
	text-align:left;
	list-style-type: none;
	padding: 2px;
	position:absolute;
	top: 5px; left: 0px;
	background-color: #F2E4BF;
	border: 1px solid #88462C;
	display: none;
	z-index: 10;
}
#flags li a { line-height: 10px; }

textarea
{
background-color:#F1EBDD;border:2px solid #804000;	
}

th		{ font-size:9pt; text-align: left; font-weight:bold; background-color:#DFCCA6; }



