@import url(reset.css);

/**
  * @site		pablothiam.de
  * @media		screen
  * @author		Hendrik Will
  * @copyright		MÜLLER&SIMON
  * @version		1.0
  * @lastmodified	02.06.2008
  *
  * @colordef	background		#e1e1e1
  * @colordef	content			#591F08
  * @colordef	default			#666666
  * @colordef	sidebar-headline	#d6b487
  *
  * @tested 	Firefox, IE6&7, Opera, Safari
  * @todo 	-
  */
  
/* ----- Generics----- */

html {
	background: #e1e1e1;
	font-size: 100%; /* WinIE text resize correction */
	font: 400 12px/14px Arial, Helvetica, sans-serif;
}

body {
	background: #e1e1e1;
	color: #666;	
	text-align: center;
}

h2 {
	font-size: 14px;
	font-weight: 700;
}

h2.csc-firstHeader {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}

h3 {
	font-weight: 700;
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	line-height: 18px;

}

html strong {
	font-weight: 700;
}

/* ----- General Structure----- */

#container {
	margin: 1em auto;
	text-align: left;
	width: 902px;
}

#wrapper {

}

#meta {
	padding: 0 0 10px 0;
}

#meta a {
	color: #999;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	margin: 0 5px 0 5px;
	text-transform: uppercase;
}

#meta li.current a, #meta a:hover {
	border-bottom: 1px solid #ccc;
	color: #666;
}

#meta ul {
	margin-left: 700px;
}

#meta li {
	border-right: 1px solid #666;
	list-style-type: none;
	float: left;
}

#meta li.last {
	border-right: none;
}

#header {
	background: transparent url(../img/bg-header.gif) top center no-repeat;
	height: 56px;	
	padding: 40px 0 0 60px;
}

#logo {
	float:left;
	padding-right: 147px;
}

#navcontainer {
	background: transparent url(../img/bg-nav.gif) top left no-repeat;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	line-height: 30px;
	text-transform: uppercase;
	width: 504px;
}
					
#navcontainer ul {
	padding: 12px 0 0 4px;
}
			
#navlist li {
	border-top: 3px solid #d6b487;	
	float: left;
	list-style-type: none;
	margin: 0 4px 0 0;	
	width: 96px;
}

#navlist li a {
	color: #6b6b6b;
	display: block;
	margin-left: 10px;
	/*margin-left: -4px; FF fine, IE bad
	padding: 25px 40px 5px 13px;*/
}

#navlist li:hover, #navlist .current {
	border-top: 3px solid #666;
	display: inline;
	list-style-type: none;
}
			
#navlist li a:hover, #navlist .current {
	color: #fff;
}
			
#subnav{
	background: transparent url(../img/bg-page.gif) top center repeat-y;
	font-size: 14px;
	height: 45px;
	padding: 10px 0 0 60px;
	text-transform: uppercase;
}

#subnav  h1 {
	float: left;
	font-weight: 700;
	color: #ababab;
	font-size: 24px;
	padding-right: 15px;
}

#subnavlist li {
	float: left;
	margin-top: 7px;
		padding: 2px 10px 0 10px; /* CHANGED Apr. 17, 2008 (top 0 before)*/
	border-right: 1px solid #666;
}

#subnavlist .last {
	border: 0;
}

#subnavlist  li a {
	color: #6b6b6b;
	font-weight: 700;
	display: block;
}

#subnavlist  li a:hover, #subnavlist li.current a  {
	border-bottom: 2px solid #d6b487;
	color: #6b6b6b;
	font-weight: 700;
	display: block;
}

#subnavlist a:hover {
	display: inline;
	list-style-type: none;
	
}
		

#page-wrapper-1 {
	background: transparent url(../img/bg-page.gif) top center repeat-y;
	width:902px;
}
		
#page-wrapper-2 {
	background: transparent url(../img/bg-page-bottom.jpg) bottom center no-repeat;
	min-height: 400px;
}

#content-wrapper {
	color: #fff;
	float: left;
	min-height: 400px;
	margin-left: 40px;
	padding-bottom: 30px;
	width: 532px;
}

#content-top {
	background: transparent url(../img/bg-content-top.png) top center no-repeat;
	height: 10px;
}

#content {
	background: transparent url(../img/bg-content.png) top center repeat-y;
	color: #666;
	height: 1%;
	min-height: 376px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	#overflow: visible;
}

#content a, #news-wrapper p a {
	border-bottom: 1px solid #d6b487;
	color: #666;
}

#content a:hover, #news-wrapper p a:hover {
	background: #e5e5e5;
	border-bottom: 2px solid #d6b487;
}

#content table {
	border-collapse:separate; border-spacing:2px;
	width: 100%;
}

#content  td {
	border: 1px solid #ddd;
	padding: 2px;
	
}

#content-bottom {
	background: transparent url(../img/bg-content-bottom.png) top center no-repeat;
	height: 10px;
}		


.csc-textpic {
	padding: 10px 0 10px 0;
}

.csc-textpic-caption {
	display: none;
}

	
#sidebar {
	color: #fff;
	min-height: 400px;
	padding-bottom: 10px;
	margin-left: 600px;
	width: 260px;
}

#sidebar a {
	background: transparent url(../img/bg-more.png) top right no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	float: left;	
	line-height: 20px;
	margin: 10px 0 0 30px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

.normal {
	font-weight: 400;
}

#sidebar h3 {
	color: #d6b487;
	font-size: 12px;
	font-weight: 700;
	padding-top: 10px;
}

#sidebar img {
	border: 1px solid #ccc;
	float: left;
	margin: 10px 10px 0 10px;
}

#sidebar p {
	color: #666;
	font-size: 12px;
	float: left;
	margin-top: 15px;
	width: 120px;
}

.box-large {
	background: transparent url(../img/bg-sidebar-box-large.png) top center no-repeat;
	height: 244px;
	margin-bottom: 15px;
	width:262px;
}
			
.box-small {
	background: transparent url(../img/bg-sidebar-box-small.png) top center no-repeat;
	height:122px;
	margin-bottom: 15px;
	width:262px;
}

#footer {
	color: #666;
	font-size: 11px;
	font-weight: 700;
	margin: 10px 0 0 40px;
}

#footer a {
	color: #999;
	font-size: 11px;
	font-weight: 700;
	line-height: 11px;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
}

#footer .current a, #footer a:hover {
	color: #666;
}

#footer li {
	border-right: 1px solid #666;
	list-style-type: none;
	float: left;
}

.copyright {
	padding: 0 50px 0 5px;
	vertical-align: top;
}

.highlight {
	color: #d6b487;
}

a.partner-vw {
	background: transparent url(../img/partner_volkswagen-gray.gif) top center no-repeat;
	display: block;
	float:right;
	height: 30px;
	margin: 0 10px 20px 10px;
	width: 29px;
}


a.partner-vw:hover {
	background: transparent url(../img/partner_volkswagen.gif) top center no-repeat;
}

a.partner-vfl {
	background: transparent url(../img/partner_vfl-gray.gif) top center no-repeat;
	display: block;
	float:right;	
	height: 30px;
	margin: 0 10px 20px 10px;
	width: 30px;
}

a.partner-vfl:hover {
	background: transparent url(../img/partner_vfl.gif) top center no-repeat;
}

a.partner-db {
	background: transparent url(../img/partner_deutschebank-gray.gif) top center no-repeat;
	display: block;
	float:right;	
	height: 30px;
	margin: 0 10px 20px 10px;
	width: 30px;
}

a.partner-db:hover {
	background: transparent url(../img/partner_deutschebank.gif) top center no-repeat;
}

a.partner-adidas {
	background: transparent url(../img/partner_adidas-gray.gif) top center no-repeat;
	display: block;
	float:right;	
	height: 30px;
	margin: 0 10px 20px 10px;
	width: 46px;
}

a.partner-adidas:hover {
	background: transparent url(../img/partner_adidas.gif) top center no-repeat;
}


a.partner-fs {
	background: transparent url(../img/partner_fussballschule-gray.gif) top center no-repeat;
	display: block;
	float:right;	
	height: 30px;
	margin: 0 10px 20px 10px;
	width: 94px;
}

a.partner-fs:hover {
	background: transparent url(../img/partner_fussballschule.gif) top center no-repeat;
}
/* ----- Width Settings Module ----- */



/* ----- tt_news ----- */

#news-wrapper {
	color: #fff;
	float: left;
	margin-left: 40px;
	padding-bottom: 30px;
	width: 532px;
}

.news-top {
	background: transparent url(../img/bg-content-top.png) top center no-repeat;
	height: 10px;
}

.news-list-date, .news-single-timedata {
	font-size: 12px;
	font-weight: 400;
}

.news-list-item, .news-single-item {
	background: transparent url(../img/bg-content.png) top center repeat-y;
	color: #666;
	padding: 0 10px 0 10px;
}

.news-list-item h2, .news-single-item h2 {
	line-height: 24px;
	padding-bottom: 10px;
}

.news-list-item h2 a, .news-single-item h2 a {
	border-bottom: 1px solid #d6b487;
	color: #666;
}

.news-list-item img, .news-single-item img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.news-list-item h2 a:hover, .news-single-item h2 a:hover {
	background: #e5e5e5;
	border-bottom: 2px solid #d6b487;
}

.news-list-more a {
	background: transparent url(../img/bg-more.png) top right no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	margin: 10px 0 0 400px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

.news-single-backlink a {
	background: transparent url(../img/bg-more.png) top right no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

.news-bottom {
	background: transparent url(../img/bg-content-bottom.png) top center no-repeat;
	height: 10px;
	padding-bottom: 30px;
}		

.news-bottom {
	background: transparent url(../img/bg-content-bottom.png) top center no-repeat;
	height: 10px;
	padding-bottom: 30px;
}		

.tx-ttnews-browsebox a {
	color: #666;
	padding: 2px 8px;
}

.tx-ttnews-browsebox a:hover {
	background-color: #ccc;
}

.tx-ttnews-browsebox p {
	margin-right: 10px;
}

.tx-ttnews-browsebox-SCell a, .tx-ttnews-browsebox-SCell a:hover {
	background: #ccc;
	border: none;
	color: #000;
	font-weight: bold;
}

/* ----- Mailform ----- */

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	border: 1px solid #d6b487;
	background-color: #e5e5e5;
	color: #6A6A69;
	font: 12px/14px Arial, Helvetica, sans-serif;
	width: 250px;
}

.csc-mailform-field input:hover, .csc-mailform-field select:hover,  .csc-mailform-field textarea:hover {
	border: 1px solid #d6b487;
	background-color: #fff;
	color: #6A6A69;
}
.csc-mailform-field input:focus, .csc-mailform-field select:focus,  .csc-mailform-field textarea:focus {
	border: 3px solid #d6b487;
	color: #000;
	background-color: #fff; 
}

.csc-mailform-field label {
	display: block;
	font-weight: 700;
	padding: 10px 0 2px 0;
	width: 100px;
}

.csc-mailform-field {
	clear: both;
	padding-bottom: 10px;
}

#mailformformtype_mail {
	border: 3px solid #d6b487;
	color: #666;
	cursor: pointer;
	font-weight: 700;
	margin: 10px 0 0 150px;
	padding: 3px;
	width: 100px;
}

/* ----- Note Module ----- */

/* Clearen per Overflow */
.floatbox { overflow:hidden; }
				
/* .floatbox-Anpassung - IE */
* html .floatbox {width:100%;}

/* ----- Hacks ----- */

* html body {
	margin-bottom: 10px;
}

body {
	>margin-bottom: 10px;
}

* html #content-wrapper { /* IE6 Hack */
	margin-left: 20px;
}

* html #content-top { /* IE6 Hack */
	overflow: hidden;
	background: #f2f2f2;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

* html #content { /* IE6 Hack */
	background: #f2f2f2;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

* html #content-bottom { /* IE6 Hack */
	background: #f2f2f2;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

* html .news-top { /* IE6 Hack */
	overflow: hidden;
}

* html #news-wrapper { /* IE6 Hack */
	margin-left: 20px;
}

* html .tx-ttnews-browsebox a {
padding: -2px;
}

#subnavlist li:hover, #subnavlist .current {
	display: inline;
	list-style-type: none;
}
