/*
Theme Name: GBG SV
Theme URI: http://gbgym.com/sv
Description: A new theme for the sv of gbg
Version: 0.9
Author: Lucas Dohmen
Author URI: http://moonbeamlabs.com/
Tags: gbg, sv, moonbeamlabs
Text Domain: gbgsv

	GBG SV 0.0
	 A new theme for the sv of gbg by Lucas Dohmen.
	 
	 It is copyrighted.

*/


/* GENERAL */
body {
	padding: 0 0 0 20px;
	margin: 0;
	background: url(images/body_tile.jpg) #DD1111 repeat-x;
	font: 13px georgia;	
}
img {
	float: left;
	border: 0;
}
a {
	color: black;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 400px;
}
h2 {
	float: left;
	font: bold 24px Georgia;
	font-style: italic;
	color: #FD2801;
	margin: 2px 5px;
	width: 100%;
}
p {
	float: left;
	width: 400px;
	margin: 10px 0px 0px 20px;
	color: #333333;
}
/* MEASUREMENT */
h1, .navi, .content, .footer {
	width: 958px;
}
/*HEADER*/
h1 {
	height: 222px;
	float: left;
	background: url(images/logo.png) no-repeat top left;
}
h1 span {
	display: none;
}
.navi {
	float: left;
	background: url(images/oben.png);
	text-transform: uppercase;
	height: 46px;
}
.navi li a {
	float: left;
	text-decoration: none;
	color: #fff;
	font: bold 16px Trebuchet MS;
	margin: 5px 0 0 40px;
}
/*CONTENT*/
.content {
	float: left;
	background: #FFF url(images/unten.png) no-repeat bottom left;
	padding-bottom: 22px;
	overflow: hidden;
}
.left_block, .right_block {
  margin-bottom: -32767px;
  padding-bottom: 32767px;
}

.left_block {
	float: left;
	width: 500px;
	padding-left: 20px;
}
.right_block {
	float: left;
	width: 428px;
	padding-right: 10px;
	font-size: 11px;
	color: #333333;
	background: url(images/schatten.png) repeat-y top right;
}
.right_block strong {
	font-weight: normal;
	display: block;
	font-color: black;
	margin-top: 20px;
}
.right_block ul {
  margin-left: 20px;
}
.left_block span {
  display: block;
}
/* FOOOTER */
.footer {
	text-align: right;
	color: white;
}
.footer a {
	color: white;
}
