﻿/* HTML-Elemente */
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;	
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;	
}
table {
	border-collapse: collapse;
	border-style: none;
	border-color: inherit;
	border-width: 0;
}
iframe {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
}

/* Hauptelemente: Titel */
.titel {
	background-image: url('../images/titel.png');
	height: 99px;
	text-align: center;	
}

/* Hauptelemente: Navbar */
#navbar {
	
}
a.navbar {
	
}
a.navbar:hover {
	
}

/* Hauptelemente: Footer */
#footer {
	
}
a.footer {
	
}
a.footer:hover {
	
}

/* Hauptelemente: Spielwiese */
#spiel {
	
}
a.spiel {
	
}
a.spiel:hover {
	
}