/*  
Theme Name: Ginger Ninja! v2
Description: The new Ginger Ninja! theme.
Version: 1.0
Author: Donny Burnside
Author URI: http://www.ginger-ninja.net/
*/

/* Generic Styling */

body {
	font-family:Verdana, Geneva, sans-serif; /* Sets default font size to 10px */
	color:#222222;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 5px;
	}

* {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	width:1024px;
	font-size:16px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

	}


#header {
	height:300px;
	background-repeat: no-repeat;
	background-image: url(images/Kopf.jpg);
	}
#haupt {
	width: 1024px;
}
#Anzeige {
	width: 780px;
	padding: 5px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 8px;
	text-align: center;
	color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(images/LOGO_SVA1-3d.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	vertical-align: middle;
}
#Spielbericht {
	text-align: justify;
}

#footer {
	width: 1024px;
	background-image: url(images/footer.jpg);
	clear: both;
}


#menu {
	height:35px;
	line-height:35px;
	padding:0 10px;
	background-color: #000;
	background-image: url(images/bg-menu.png);
	background-repeat: repeat-x;
	}
#Navi {
	float: right;
	width: 200px;
	padding: 5px;
	margin: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
}



/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}
#Trainingszeiten {
	text-align: left;
}

