/* Copyright 2008 Moon@Uni-Duisburg.de */

body {
	background-color: #440007;
	background-image: url(img/bg.png);
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 5px 0;
	}

body.rooms {
	background-color: #000000;
	background-image: none;
	}
	
#header {
	background: #ffffff url(img/logo.png) no-repeat;
	height: 150px;
	margin: 0;
	padding: 0;
	}

#navigation {
	margin: 0;
	padding: 2px;
	border-bottom: 1px solid;
	text-transform: uppercase;
	font-weight:bold;
	}
	
#content {
	background: #fff;
	border: 1px solid #000000;
	margin: 0 auto;
	padding: 0px;
	width: 758px;
	}	

.text2 {
	font-size: 11pt;
	}	

pre {
	font-size: 10pt;
	}	
		
#navigation a:link
{
text-decoration:none;
font-weight: bold;
}
#navigation a:visited
{
text-decoration:none;
font-weight: bold;
}
#navigation a:hover
{
text-decoration:none;
font-weight: bold;
}
#navigation a:active
{
text-decoration:none;
font-weight: bold;
}

a:link { color:#000000; text-decoration:none;}
a:visited { color:#000000; text-decoration:none;}
a:hover { color:#000000; text-decoration:none;}
a:active { color:#000000; text-decoration:none;}

a img {border:0px;}

.text2 {margin:10px 40px 10px 40px; font-size: 12pt;}

.text a:link {
text-decoration:none;
border-bottom: 1px dotted;
}

.text a:visited  {
text-decoration:none;
border-bottom: 1px dotted;
}

.text a:hover  {
text-decoration:none;
border-bottom: 1px solid;
}

.text a:active  {
text-decoration:none;
border-bottom: 1px solid;
}

#copy {
	background: #D9CCCD;
	font-family: Small Fonts, VT100, Arial, Helvetica;
	font-size: 9px;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-transform: uppercase;
	}

#tips {
	text-align: left;
	}
	
h2 {text-transform: uppercase; text-align:center;}
h3 {text-transform: uppercase; margin-bottom: 2px;}
h4 {text-transform: uppercase; margin-bottom: 2px;}

div.table { }

td { font-size:11pt; }
td.dark { background:#000000;color:#FFFFFF;width:320px; }

#spoiler {
	background: #000000;
	color: #000000;
	margin: 0;
	padding: 5px;
	border: 2px solid #440007;
	text-align: center;
	}

#spoiler:hover {
	background: #FFFFFF;
	}
.bildimtext {
	float: left;
	margin: 10px 10px 0px 0px;
	}