/* Screen Style */

/* Globale Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
	border-bottom-color: #FFFFFF;
}

/* Layout */
#wrap {
	width: 756px;
	margin: 60px auto 0px auto;
}

/* Header & Primär-Navigation */
#header {
	height: 422px;
	background-image: url(../img/background/header_kthc.jpg);
	background-repeat: no-repeat;
}

#header.tennis {
	background-image: url(../img/background/header_tennis.jpg);
}

#header.hockey {
	background-image: url(../img/background/header_hockey.jpg);
}

#header.sponsoren {
	background-image: url(../img/background/header_sponsoren.jpg);
}

ul#primaryNavi {
	list-style-type: none;
	padding: 58px 0px 0px 205px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
ul#primaryNavi li {
	display: inline;
}
ul#primaryNavi li a {
	display: block;
	float: left;
	padding: 13px 12px 12px 12px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px 7px 0px 0px;
}
ul#primaryNavi li a:hover {
	color: #FEF2E0;
}
ul#primaryNavi li a:focus {
	outline: 0px none;
}
ul#primaryNavi li a.active {
	background-image: url(../img/background/main_navi_active.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

/* Content */
#content {
	padding: 0px 0px 0px 24px;
	background-image: url(../img/background/columns.gif);
	background-repeat: repeat-y;
}
#leftColumn {
	float: left;
	width: 146px;
	background-image: url(../img/background/left_column.gif);
	background-repeat: no-repeat;
	min-height: 621px;
	height: auto !important;
	height: 621px;
}

#centerColumn {
	float: left;
	width: 380px;
	margin: 8px 0px 15px 30px;
	color: #58585A;
}
#centerColumn .teaserTopline {
	text-transform: uppercase;
	color: #E2001A;
	font-size: 10px;
}
#centerColumn h1 {
	text-transform: uppercase;
	color: #E2001A;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px 0px 6px 0px;
}
#centerColumn h1 a {
	color: #E2001A;
	text-decoration: none;
}
#centerColumn a {
	color: #E2001A;
}
#centerColumn p {
	line-height: 15px;
	margin: 0px 0px 15px 0px;
}
#centerColumn img {
	border: 1px solid #CCCCCC;
	padding: 1px;
	display: block;
	margin: 0px 0px 15px 0px;
}
#centerColumn .teaserLink a {
	text-transform: uppercase;
	color: #E2001A;
	margin: 0px 0px 0px 0px;
}
#centerColumn hr {
	height: 3px;
	background-image: url(../img/background/horizontal_rule.gif);
	background-repeat: no-repeat;
	border: 0px none;
	margin: 0px 0px 15px 0px;
	background-color: #CCCCCC;
}
#centerColumn ul, #centerColumn ol { margin: 0 1.5em }

#rightColumn {
	float: right;
	width: 146px;
	background-image: url(../img/background/right_column.gif);
	background-repeat: no-repeat;
	min-height: 621px;
	height: auto !important;
	height: 621px;
	text-align: center;
}
#rightColumn .banner {
	display: block;
	text-align: center;
	width: 96px;
	margin: 0px auto 20px auto;
	border: 5px solid #DADADA;
}

/* Archive Menu */
#archive {
	margin-bottom: 15px;
}
#archive ul {
	list-style: none;
	line-height: 15px;
	margin-bottom: 15px;
}
#archive ul li.news-amenu-item-year {
	margin-top: 15px;
}
#archive ul li a {
	text-decoration: none;
}
#centerColumn #archive hr {
	margin-bottom: 30px;
}

/* Tabellen */
#centerColumn table {
	line-height: 15px;
	margin-bottom: 15px;
	border-spacing: 0;
	border-collapse: collapse;
}
#centerColumn table th {
	background-color: #e2e2e2;
	text-transform: uppercase;
	padding: 4px 15px;
	font-weight: normal;
}
#centerColumn table td {
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 10px;
}
#centerColumn table tfoot td {
	background-color: #e2e2e2;
	border-bottom: 0;
}
#centerColumn table caption {
	text-align: center;
	line-height: 20px;
}


/* Sekundär-Navigation */
#secondaryNavi {
	list-style-type: none;
	text-align: right;
	margin: 0px 22px 0px 11px;
	font-size: 11px;
	line-height: 26px;
	text-transform: uppercase;
}
#secondaryNavi a {
	color: #58585A;
	text-decoration: none;
}
#secondaryNavi a:hover {
	color: #676767;
}
#secondaryNavi a.active {
	color: #E2001A;
}
/* zweite Ebene Sekundär-Navigation*/
#secondaryNavi li ul {
	list-style: none;
	margin: 0;
	font-size: 10px;
}
#secondaryNavi li ul a {
	color: #747478;
}
#secondaryNavi li ul a:hover {
	color: #58585A;
}
#secondaryNavi li ul a.active {
	color: #E2001A;
}


/* Footer & Meta-Navigation */
#footer {
	height: 46px;
	background-image: url(../img/background/footer.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 60px 24px;
}
#metaNavigation {
	width: 102px;
	padding: 10px 22px 0px 22px;
	text-align: right;
}
#metaNavigation a {
	color: #58585A;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
}
#metaNavigation a:hover {
	color: #676767;
}

/* CSS Hacks */
.clearfix {
	height: 0px;
	font-size: 0px;
	clear: both;
	line-height: 0px;
}

/* Newsletter Anmeldung */

#tx-sremailsubscribe-pi1-tt_address_form {
	overflow: hidden; /* clearing floats */
}
.tx-sremailsubscribe-pi1 dl {
	overflow: hidden; /* clearing floats */
	padding: 1em 0;
}
.tx-sremailsubscribe-pi1 dt {
	width: 75px;
	text-align: left;
}
.tx-sremailsubscribe-pi1 dd {
	width: 295px;
}
.tx-sremailsubscribe-pi1 dd input {
	width: 280px;
}
.tx-sremailsubscribe-pi1 dd input.tx-sremailsubscribe-pi1-submit {
	width: auto;
}