* {
	margin:0; 
	padding:0;
}

body, html {
	font-family: Georgia, sans serif;
	font-size: 12px;
	height: 100%
}

body {
	text-align: center;
	background-color: #0B3A82;
	color: white;
	background-image: url(./../visuals/bg2.gif);
	background-repeat: repeat-x;
}

td {
	vertical-align: top;
	font-family: Georgia, sans serif;
}

img {
	display: block;
}

a:link, a:visited, a:active, a:hover { 
	text-decoration: none;
	color: white;
	font-size: 14px;
}

a:active, a:hover { 
	border-bottom: dotted 1px white;
	font-size: 14px;
}

a.hier {
	border-bottom: dotted 1px white;
}

#alles {
	width: 748px;
	height: 100%;
	margin: 0 auto 0;
	padding: 0;
}

#oben {
	height: 255px;
	width: 748px;
	background-image: url(./../visuals/bg1.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#navigation {
	display: block;
	vertical-align: middle;
	height: 35px;
	width: 560px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	top: 180px;
	left: 174px;
	padding-top: 5px;
}

#catan {
	height: 40px;
	width: 180px;
	position: relative;
	top: 172px;
	left: 170px;
}

#mitte {
	background-color: white;
	width: 748px;
	height: 50%;
	text-align: right;
}

#inhalt {
	height: 100%;
	overflow: hidden;
}

#logo {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	width: 41px;
	float: left;
	text-align: left;
}

#frame {
	display: inline;
	margin: 20px;
	height: 92%;
}

#unten {
	clear: both;
	position: relative;
	height: 61px;
	width: 748px;
	background-color: #FFAF03;
	background-image: url(./../visuals/bg3.gif);
	background-repeat: repeat-x;
	margin-bottom: 0;
	text-align: left;
}

#toolbar {
	padding-top: 36px;
	padding-left: 174px;
	color: #ffffff;
	font-size: 11px;
}

#toolbar a {
	color: #ffffff;
	font-size: 11px;
}



