/*

*/

* {
	margin:0; 
	padding:0;
}

body, html {
	font-family: Verdana;
	font-size: 12px;
}

body {
	text-align: center;
	background-color: #888888;
	background-image: url(./../visuals/hinten.jpg);
	background-repeat: repeat-x;
}

h1 {font-size:13px; color: #6E9070; margin: 0px; margin-left: -5px; margin-bottom: 12px }
h2 {font-size:12px; color: #000000; margin: 0px; margin-left: -5px;}
h3 {font-size:12px; color: #999999; margin: 0px; margin-left: -5px;}

td {
	vertical-align: top;
}

img {
	display: block;
}

a:link, a:visited, a:active, a:hover { 
	text-decoration: none;
	color: #fe7347;
	font-size: 12px;
}

a:active, a:hover { 
	text-decoration:underline;
	font-size: 12px;
}

#alles {
	width: 812px;
	height: 602px;
	margin: 42px auto;
	text-align: left;
}

#oben {
	height: 21px;
	width: 812px;
	background-image: url(./../visuals/oben.jpg);
	background-repeat: no-repeat;
}

#mitte {
	height: 560px;
	width: 812px;
	background-image: url(./../visuals/mitte.jpg);
	background-repeat: no-repeat;
}

#intro {
	height: 560px;
	width: 812px;
	text-align: center;
}

#links {
	float:left;
	display: inline;
	text-align: right;
	margin-left: 21px;
	background-image: url(./../visuals/links.gif);
	background-repeat: no-repeat;
	background-color: #CE1925;
	height: 560px;
	width: 250px;
}
	

#logo {
	float:right;
	margin-top: 20px;
}

#meisterschaft {
	float:right;
	margin-top: -5px;
}

#nav {
	float:right;
	position: relative;
	z-index: 2;
	margin-top: 10px;
}

#vertrieb {
	float:right;
	position: relative;
	display: block;
	z-index: 2;
	text-align: right;
	margin-top: 20px;
	width: 81px;
	height: 87px;
	font-size: 10px;
	color: #003466;
}

#vertrieb a {
	text-align: center;
	font-size: 10px;
	color: #003466;
}

#spiel {
	float:left;
	position: relative;
	z-index: 1;
	margin-top: -147px;
}

#inhalt {
	float:left;
	display: inline;
	height: 560px;
	width: 520px;
	background-image: url(./../visuals/repeat.gif);
	background-repeat: repeat-x;
}

#frame {
	display: inline;
	margin: 20px;
	margin-left: 30px;
}

#unten {
	height: 21px;
	width: 812px;
	background-image: url(./../visuals/unten.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #000000;
	font-size: 11px;
}


