* {
	margin: 0px;
	padding: 0px;
	background: transparent;
}

html {
	background: #000 url(../img/bg_body.jpg) 0 0 repeat-x fixed;
}

body {
	width: 925px;
	margin: 0px auto;
	font-family: arial;
	font-size: 72%;
	color: #fff;
}

img {
	border: 0px;
}

:focus {
	outline: none;
}

/* ClearFix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* HEADER */
/********************/
#mainnav-wrapper {
	background: transparent url(../img/striche.gif) left bottom no-repeat;
	padding: 0px 23px;
}

ul#mainnav {
	list-style: none;
	padding: 10px 20px;
	background: transparent url(../img/arrow_green.gif) left center no-repeat;
}

ul#mainnav li {
	display: inline;
	margin-right: 20px;
}

ul#mainnav li a {
	text-decoration: none;
	color: #B3CD00;
	font-weight: bold;
}

ul#mainnav li a:hover {
	color: #fff;
}

#header-wrapper {
	background: transparent url(../img/bg_header.png) 0 0 no-repeat;
	padding: 0px 23px;
	width: 286px;
	float: left;
}

#header {
	display: block;
	width: 286px;
	height: 389px;
	background: transparent url(../img/bg_subheader.png) 0 0 no-repeat;
	overflow: hidden;
}

#header h2 {
	display: block;
	width: 225px;
	padding: 25px 30px 5px 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
	background: none;
}

#header h1 {
	display: block;
	width: 225px;
	padding: 0px 30px 30px 30px;
	text-transform: uppercase;
	color: #B3CD00;
	font-size: 3.2em;
	line-height: 1;
}

/* CONTENT */
/********************/
#content-wrapper {
	padding: 0px 23px;
	background: transparent url(../img/striche.gif) 0px 420px no-repeat;
}

#content-wrapper #btn_home {
	position: relative;
	display: block;
	float: left;
	width: 21px;
	height: 115px;
	margin-left: -23px;
	margin-top: 6px;
}

#content-wrapper #btn_home a {
	display: block;
	width: 21px;
	height: 115px;
	background: #B3CD00 url(../img/btn_home.gif) 0 0 no-repeat;
	text-indent: -10000px;
}

#content {
	background: transparent url(../img/stroke_blue.gif) 0 0 repeat-x;
}

#content #cnleft {
	display: block;
	width: 286px;
	float: left;
	margin-right: 10px;
}

#content #cnleft #calendar {
	margin-top: 10px;
}

#content #cnleft #calendar h2 {
	display: block;
	width: 127px;
	color: #fff;
	padding: 0px 10px;
	font-size: 1em;
	line-height: 21px;
	background: transparent url(../img/bg_header_feed_green.png) 0 0 no-repeat;
}

#content #cnleft #calendar h2 span {
	float: left;
}

#content #cnleft #calendar h2 a {
	float: right;
	width: 20px;
	height: 20px;
	text-indent: -10000px;
}

#content #cnleft .cncontent {
	background: #B3CD00 url(../img/stroke_green.gif) 0 0 repeat-x;
	padding: 6px 0px 13px 0px;
}

#content #cnleft .cncontent #atpranking {
	display: block;
	margin: 10px 18px 0px 18px;
	width: 250px;
	height: 50px;
	background: transparent url(../img/bg_atprank.gif) 0 0 no-repeat;
}

#content #cnleft .cncontent #atpranking p {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #597D21;
	padding: 6px 10px;
	display: block;
	width: 100px;
}

#content #cnleft .cncontent #atpranking p span {
	font-size: 1.4em;
	font-weight: bold;
}

#content #cnleft .cncontent h3 {
	text-transform: uppercase;
	font-size: 1em;
	color: #597D21;
	border-bottom: solid 1px #597D21;
	margin: 10px 13px 0px 13px;
	padding-bottom: 5px;
}

#content #cnleft .cncontent table {
	border-collapse: separate;
	width: 254px;
	margin: 0px 16px;
}

#content #cnleft .cncontent table td {
	text-align: center;
	color: #597D21;
	font-weight: bold;
}

#content #cnleft .cncontent table thead td {
	height: 24px;
}

#content #cnleft .cncontent table tbody td {
	width: 34px;
	height: 34px;
	background-color: #9CB908;
}

#content #cnleft .cncontent table tbody td a {
	display: block;
	width: 34px;
	height: 34px;
	background-color: #597D21;
/*	color: #9CB908;*/
	color: #B3CD00;
	line-height: 34px;
	text-decoration: none;
}

#content #cnleft .cncontent table tbody td a:hover {
	background-color: #C6DA40;
	color: #9CB908;
}


#content #cnmid {
	display: block;
	float: left;
	width: 573px;
	margin-top: 13px;
}

#content #cnmid .cnintro {
	background-color: #68879B;
	padding: 13px;
	margin-bottom: 10px;
}

#content #cnmid .cnintro p,
#content #cnmid .cnintro a,
#content #cnmid .cncontent a {
	color: #fff;
}

#content #cnmid .cnintro a:hover,
#content #cnmid .cncontent a:hover {
	text-decoration: none;
}

#content #cnmid .cnintro h2 {
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 10px;
}

#content #cnmid .cnintro h3 {
	font-size: 1.1em;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content #cnmid .cnintro p {
	margin-bottom: 1em;
}

#content #cnmid .cnintro p.location {
	font-size: 0.9em;
	margin-bottom: 20px;
}

#content #cnmid .cncontent {
	background-color: #68879B;
}

#content #cnmid .cnintro p.error {
	font-weight: bold;
}

#content #cnmid .cnoutro {
	background-color: #68879B;
	padding: 13px;
	margin-top: 10px;
}

#content #cnmid .cncontent ul {
	list-style: none;
}

#content #cnmid .cncontent ul li a {
	display: block;
	height: 89px;
	padding: 13px;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px #577990;
}

#content #cnmid .cncontent ul li a img {
	border: solid 2px #fff;
	float: left;
	margin-right: 13px;
}

#content #cnmid .cncontent ul li a span {
	display: block;
}

#content #cnmid .cncontent ul li a span.title {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

#content #cnmid .cncontent ul li a span.desc {
	margin-bottom: 5px;
}

#content #cnmid .cncontent ul li a:hover {
	background-color: #577990;
}

#content #cnmid .cncontent ul.galerien {
	padding: 20px 0px 20px 20px;
}

#content #cnmid .cncontent ul.galerien li {
	display: block;
	float: left;
	width: 108px;
	height: 76px;
	margin: 0px 20px 20px 0px;
}

#content #cnmid .cncontent ul.galerien li a {
	display: block;
	float: left;
	width: 108px;
	height: 76px;
	background-color: transparent;
	border-bottom: none;
}

#content #cnmid .cncontent ul.galerien li a:hover {
	background-color: transparent;
}

#content #cnmid .cncontent .hfeed .hentry {
	display: block;
	height: 93px;
	padding: 10px 0px;
	color: #fff;
	text-decoration: none;
	background: transparent url(../img/bg_blog_box.jpg) 0 0 repeat-x;
	border: solid 1px #B3CD00;
	margin-top: 1px;
}

#content #cnmid .cncontent .hfeed .hentry .updated {
	border: none;
}

#content #cnmid .cncontent .hfeed .hentry h3 {
	padding: 0px 13px;
	background: transparent url(../img/arrow_green.gif) left center no-repeat;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 25px;
}

#content #cnmid .cncontent .hfeed .hentry a {
	color: #B3CD00;
	text-decoration: none;
}

#content #cnmid .cncontent .hfeed .hentry a:hover {
	color: #fff;
}

#content #cnmid .cncontent .hfeed .hentry p {
	padding: 0px 13px;
}

#termine .cncontent .vevent {
	padding: 13px;
}

#termine .cncontent .vevent abbr {
	border: none;
}

#benjamin-becker .cnintro dl {
	margin-bottom: 0.5em;
}

#benjamin-becker .cnintro dl dt {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
}

#benjamin-becker .cnintro dl dd {
	margin-left: 150px;
}

#gaestebuch #content #cnmid .cncontent {
	padding: 13px;
}

#fan-club #content #cnmid fieldset,
#gaestebuch-eintrag #content #cnmid fieldset {
	border: none;
}

#fan-club #content #cnmid fieldset label,
#gaestebuch-eintrag #content #cnmid fieldset label {
	font-size: 1em;
	display: block;
	float: left;
	width: 150px;
	padding: 5px 0px;
}

#fan-club #content #cnmid fieldset label.required,
#gaestebuch-eintrag #content #cnmid fieldset label.required {
	background: transparent url(../img/icon_required.gif) 125px center no-repeat;
}

#fan-club #content #cnmid fieldset input,
#fan-club #content #cnmid fieldset textarea,
#gaestebuch-eintrag #content #cnmid fieldset input,
#gaestebuch-eintrag #content #cnmid fieldset textarea {
	width: 250px;
	margin-bottom: 10px;
	border-width: 1px;
	font-family: arial;
	background-color: #fff;
	padding: 5px;
}

#fan-club #content #cnmid fieldset textarea,
#gaestebuch-eintrag #content #cnmid fieldset textarea {
	height: 150px;
	font-size: 1em;
}

#fan-club #content #cnmid fieldset input.button,
#gaestebuch-eintrag #content #cnmid fieldset input.button {
	background-color: #D4D0C8;
}

.gbentry {
	margin-bottom: 1.5em;
	border-bottom: solid 1px #B4C3CD;
}

.gbentry h3 {
	margin-bottom: 1em;
}

.gbentry p {
	margin-bottom: 1em;
}

.gbentry p.info {
	border-top: dotted 1px #B4C3CD;
	padding-top: 1em;
}

.gbentry p a,
.gb-nav a {
	color: #fff;
}

.gbentry p a:hover,
.gb-nav a:hover {
	text-decoration: none;
}

.gb-nav span {
    display: block;
	margin: 0px 15px 15px 0px;
}

.gb-nav a {
	border: solid 1px #fff;
	padding: 2px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	float: left;
}

.gb-nav a.current {
	border: solid 1px #fff;
	background-color: #fff;
	color: #68879B !important;
}

.gb-nav a.prev,
.gb-nav a.next {
	padding: 2px 10px;
}

.gb-nav a:hover {
	border: solid 1px #fff;
	background-color: #B4C3CD;
	color: #68879B !important;
}

/* FOOTER */
/********************/
#footer-wrapper {
	background: transparent url(../img/striche.gif) 0 0 no-repeat;
/*	margin-top: 20px;*/
	padding: 20px 23px 0px 23px;
}

#footer {
	height: 40px;
	border-top: solid 1px #B3CD00;
	background: transparent url(../img/bg_footer.jpg) left bottom repeat-x;
	padding: 10px;
}

#footer ul#metanav {
	list-style: none;
}

#footer ul#metanav li {
	display: inline;
	margin-right: 20px;
	color: #B3CD00;
	font-size: 0.9em;
}

#footer ul#metanav li a {
	color: #B3CD00;
}

#footer ul#metanav li a:hover {
	text-decoration: none;
}

#footer ul li#steveg {
	margin-top: -10px;
	margin-left: 400px;
	display: block;
	width: 139px;
	height: 23px;
}

#footer ul li#steveg a {
	display: block;
	width: 139px;
	height: 23px;
	background: transparent url(../img/logo_steveg.gif) top left no-repeat;
	text-indent: -10000px;
	text-decoration: none;
}

#footer ul li#steveg a:hover {
	background: transparent url(../img/logo_steveg.gif) bottom left no-repeat;
}

#footer ul li#atp {
	margin-top: -25px;
	display: block;
	width: 63px;
	height: 25px;
	margin-left: 580px;
}

#footer ul li#atp a {
	display: block;
	width: 63px;
	height: 25px;
	background: transparent url(../img/logo_atp.gif) top left no-repeat;
	text-indent: -10000px;
	text-decoration: none;
}

#footer ul li#atp a:hover {
	background: transparent url(../img/logo_atp.gif) bottom left no-repeat;
}

#footer ul li#stereobrand {
	float: right;
	margin-top: -20px;
	display: block;
	width: 15px;
	height: 15px;
	margin-right: 0px;
}

#footer ul li#stereobrand a {
	display: block;
	width: 15px;
	height: 15px;
	background: transparent url(../img/logo_stereobrand.gif) top left no-repeat;
	text-indent: -10000px;
	text-decoration: none;
}

#footer ul li#stereobrand a:hover {
	background: transparent url(../img/logo_stereobrand.gif) bottom left no-repeat;
}