/*#############################################################
Name: Tonweber
Date: 2012-11-10
Description: Style template for German folk rock band Tonweber
Author: Stefan Klug
URL: http://www.tonweber.com

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #2D505E;
}
a:hover {
	color: #955447;
}

body {
	background: #898E90 url(../images/BG4H.png) repeat-y;
	color: #2D505E	;
	font: normal 62.5% "ABeeZee","Verdana", "Tahoma", sans-serif;
}
input {
	color: #000;
	font: normal 1.1em "ABeeZee","Verdana", "Tahoma", sans-serif;
}
p,cite,code,ul {
	font: 1.4em "ABeeZee","Verdana", "Tahoma", sans-serif;
	padding-bottom: 1.4em;
}
h1 {
	font: bold 2em "ABeeZee","Verdana", "Tahoma", sans-serif;
	margin-bottom: 4px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "ABeeZee","Verdana", "Tahoma", sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "ABeeZee","Verdana", "Tahoma", sans-serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #957F47;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: #898E90 url(../images/BG4H.png);
	margin: 0 auto;
	width: 960px;
}

/* header */
.header {
	background: #898E90 url(../images/BG4H.png);
	height: 140px;
	margin: 0 auto;
	width: 960px;
}

/* title */
.title {
	padding: 20px;
}
.title h1 {
	color: #957F47;
	font: normal bold 3.4em "ABeeZee","Verdana", "Tahoma", sans-serif;
}

/* navigation */
.navigation {
	background: #ACA7A6;
	font: bold 2em "ABeeZee","Verdana", "Tahoma", sans-serif;
	height: 44px;
	padding: 0 18px 0 18px;
/*	width: 925px; */
}
.navigation a {
	color: #2D505E;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	color: #955447;
}

/* main */
.main {
	clear: both;
	padding: 0 10px 12px 18px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 220px;
	padding-top: 10px;
}
.sidenav h1 {
	background: #957F47;
	border-bottom: 1px solid #F2F0EC;
	border-top: 1px solid #955447;
	color: #2D505E;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
	color: #2D505E;
}
.sidenav li {
	border-bottom: 1px solid #F2F0EC;
	border-top: 1px solid #955447;
	list-style: none;
	color: #2D505E;
}
.sidenav li a {
	background: #E6DCDA;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	color: #2D505E;
}
.sidenav li a:hover {
	background: #ACAAA6;
	color: #955447;
}

/* content */
.content {
	padding-top: 12px;
	float: center;
	width: 75%;
}
.content .descr {
	color: #987E57;
	font-size: 2em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #ACA7A6;
	color: #2D505E;
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;
	font: bold 1.4em "ABeeZee","Verdana", "Tahoma", sans-serif;
	line-height: 44px;
	width: 924px;
}
.footer a {
	color: #2D505E;
	text-decoration: none;
}
.footer a:hover {
	color: #955447;
	text-decoration: none;
}

/*#############################################################
ab hier Tabelle
#############################################################*/
.TWTabelle {
	margin:0px;padding:0px;
	width:100%;
	border:0px solid #000000;
}

.TWTabelle table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.TWTabelle tr:last-child td:last-child {
}

.TWTabelle table tr:first-child td:first-child {
}

.TWTabelle table tr:first-child td:last-child {
}

.TWTabelle tr:last-child td:first-child{
}

.TWTabelle tr:hover td{
}

.TWTabelle tr:nth-child(odd){ 
   background-color:#957f47; 
}

.TWTabelle tr:nth-child(even) { 
   background-color:#898E90; 
}

.TWTabelle td{
/*	vertical-align:middle;
	border:0px solid #000000;
	border-width:0px 1px 1px 0px;
*/	text-align:left;
	padding:7px;
	color:#2d505e; 
   font: normal 1.5em "ABeeZee","Verdana", "Tahoma", sans-serif;
}
	
.TWTabelle tr:last-child td{
/*	border-width:0px 1px 0px 0px;
*/}

.TWTabelle tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.TWTabelle tr:last-child td:last-child{
/*	border-width:0px 0px 0px 0px;
*/}

.TWTabelle tr:first-child td{
/*	background:-o-linear-gradient(bottom, #0057af 5%, #0057af 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #0057af) );
	background:-moz-linear-gradient( center top, #0057af 5%, #0057af 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#0057af");	background: -o-linear-gradient(top,#0057af,0057af);
	background-color:#0057af;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
*/}

.TWTabelle tr:first-child:hover td{
/*
	background:-o-linear-gradient(bottom, #0057af 5%, #0057af 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #0057af) );
	background:-moz-linear-gradient( center top, #0057af 5%, #0057af 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#0057af");	background: -o-linear-gradient(top,#0057af,0057af);
	background-color:#0057af;
*/}

.TWTabelle tr:first-child td:first-child{
/*	border-width:0px 0px 1px 0px;
*/}

.TWTabelle tr:first-child td:last-child{
/*	border-width:0px 0px 1px 1px;
*/}