/* CSS :: TEMPLATE */ 

/* IMPORTS */



/* TEMPLATE */

/* !!! DEBUG PURPOSES ONLY !!!
div {border: solid 1px #f00;} 
*/

a,
a:link,
a:visited,
a:active,
a:hover {
	font-size: 11px;
	color: #2164a4;
	text-decoration:underline;
	line-height:normal;
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 110%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
}

body {
}

#container {
	width: 950px;
	height: 100%;
	margin: auto;
}
	
	#header {
		display: none;
		visibility:hidden;
	}
	
	#breadcrumbs {
		display: none;
		visibility: hidden;
	}
	
	#maincontainer {
		position: relative;
		float: left;
		width: 950px;
	}
	
		#main {
			position: relative;
			float: left;
			width: 950px;
		}
		
			#colleft {
				position: relative;
				float: left;
				width:207px;
				display: none;
			}
			#maincontent {
				position: relative;
				float: left;
				width:100%;
				padding:0px;
			}
			
			#content {
				position: relative;
				float: left;
				width:100%;
				padding:0px;
			}
			
			
			#logoPrint {
				display: block;
				padding-bottom: 40px;
			}

			
			div.clubintro {
				position:relative;
				float:left;
				width:100%;
			}
	
				div.clubintro p {
					width:720px;
					position:relative;
					float:left;
				}

				div.clubintro img.clublogo {
					margin: 0px 22px 10px 0px;
					position: relative;
					float: left;
				}
	
				#clubimages {
					position: relative;
					float: left;
					width: 100%;
					padding-bottom: 12px;
					border-bottom: 1px solid #CCCCCC;
				}
			
				#clubimages a,
				#clubimages a:link,
				#clubimages a:visited,
				#clubimages a:active,
				#clubimages a:hover {
					position: relative;
					float: left;
					width: 74px;
					height: 74px;
					padding: 1px;
					border: 2px solid #CCCCCC;
					margin-right: 10px;
				}
				#clubimages a img{
					position: relative;
					float: left;
					border:none;
				}
			
			#colright {
				visibility:hidden;
				display: none;
			}
				
	#footer {
		visibility:hidden;
		display: none;
	}
		
	
	#end {
		position:relative;
		float:left;
		font-size:10px;
		width:100%;
		height:16px;
		padding:2px 0px 2px 0px;
	}

		#end p{
			font-size: 11px;
			line-height: normal;
			margin: 0px;
			padding: 0px;
		}
		
		#end a,
		#end a:link,
		#end a:visited,
		#end a:active,
		#end a:hover {
			visibility:hidden;
			display: none;
		}
		
	
	div.textnav {
		visibility:hidden;
		display: none;
	}
	
/* HEADINGS */

h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin: 0px 0px 24px 0px;
	padding: 10px 0px 10px 0px;
	color: #555555;
	border-bottom: 1px solid #CCCCCC;
}

h1.clubtitel {
	position:relative;
	float: left;
	width:100%;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	color: #727272;
	clear:both;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #000;
}

h4 {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 13px 0px;
	padding: 0px;
	color: #000;
}

h5 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: black;
}
	
h6 {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 14px 0;
	padding: 0;
	color: black;
}

	.line {
		border-bottom: 1px solid #E4E4E4;
	}


/* TEXT */

p {
	font-size: 18px;
	float:left;
	line-height: 24px;
	padding: 0px 0px 22px 0px;
	margin: 0;
	margin-bottom: 18px;
}

p.back {
	display:none;
}

blockquote {
	border-width: 0px 0px 0px 5px;
	border-style: solid;
	border-color: #DDD;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}
	
	
/* LISTS */

ul,
ol 
{
	line-height: 16px;
	padding: 0px;
	margin: 16px 0px 16px 0px;
}

	ul li,
	ol li {
		padding: 0px;
		margin: 0px 0px 0px 32px;
	}

/* #tablecontainer :: classes/tags */

#tablecontainer {
	position: relative;
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	width: 100%;
}

	#tablecontainer table {
		background-image:url(../assets/img_table_top_border.jpg);
		background-attachment:scroll;
		background-position:top left;
		background-repeat:no-repeat;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	#tablecontainer table.border {	
		border: 1px solid #CCC;
		margin-bottom: 5px;
	}
	
	#tablecontainer table thead {
		width: 100%;
	}
	
		#tablecontainer table thead tr{
			width: 100%;
			height: 19px;
		}
		
			#tablecontainer table thead tr th {
				border-width: 0px 0px 1px 0px;
				border-style: solid;
				border-color: #CCC;
				padding: 2px 5px 2px 10px;
				margin: 0px;
			}
			#tablecontainer table thead tr th.rss {
				background-image:url(../assets/img_rss_btn.jpg);
				background-attachment:scroll;
				background-position:442px 3px;
				background-repeat:no-repeat;
				border-width: 0px 0px 1px 0px;
				border-style: solid;
				border-color: #CCC;
				padding: 2px 5px 2px 10px;
				margin: 0px;
			}
			
			#tablecontainer table thead tr th span {
				padding: 22px 0px 12px 0px;
				margin: 0px;
			}
	
			#tablecontainer table thead tr td {
				height: 23px;
				padding: 2px 5px 2px 5px;
				margin: 0px;
				border-width: 0px 0px 1px 0px;
				border-style: solid;
				border-color: #CCC;
			}
	
	#tablecontainer table tbody {
		width: 100%;
	}
		
		#tablecontainer table tbody tr.odd {
			background-color: #FFF;
		}
		
		#tablecontainer table tbody tr.even {
			background-color: #F6F6F6;
		}
		
		#tablecontainer table tbody td {
			padding: 5px 10px 5px 10px;
			margin: 0px;
			border-width: 0px 0px 1px 0px;
			border-style: solid;
			border-color: #CCC;
		}
		
			#tablecontainer table tbody td a,
			#tablecontainer table tbody td a:link,
			#tablecontainer table tbody td a:visited,
			#tablecontainer table tbody td a:active{
				color:#2164a4;
				font-size:18px;
				font-weight:bold;
				text-decoration:none;
			}
			
			#tablecontainer table tbody td a:hover {
				color:#2164a4;
				font-weight:bold;
				text-decoration:underline;
			}
		
			#tablecontainer table tbody td img {
				position: relative;
				float: left;
				padding: 2px;
				margin: 0px 10px 0px 0px;
				border-width: 1px;
				border-style: solid;
				border-color: #CCC;
			}
			
				#tablecontainer table tbody td img.noborder {
					float: left;
					border: none;
					margin: 0px 5px 0px 0px;
				}
	
			#tablecontainer table tbody td h1,
			#tablecontainer table tbody td h2,
			#tablecontainer table tbody td h3,
			#tablecontainer table tbody td h4,
			#tablecontainer table tbody td h5,
			#tablecontainer table tbody td h6 {
				margin: 0px 0px 10px 0px;
			}
			
				#tablecontainer table tbody td h6.nomargin {
					margin: 0px;
				}
			
			#tablecontainer table tbody td p {
				padding: 0px;
				margin: 0px 0px 6px 0px;
			}
			
			#tablecontainer table tbody td span.align {
				float: left;
			}
			
		#tablecontainer table tbody td.borderLeft {
				border-left: 1px solid #CCC;
		}
		
		#tablecontainer table tbody td.borderRight {
				border-right: 1px solid #CCC;
		}
		#tablecontainer table tbody td.label {
				font-weight:bold;
				color:#999999;
		}

	#tablecontainer table tfoot {
		width: 100%;
	}
	
		#tablecontainer table tfoot tr{
			background-image:url(../assets/img_table_bottom_border.jpg);
			background-attachment:scroll;
			background-position:top left;
			background-repeat:no-repeat;
			width: 100%;
			height: 23px;
		}
		
			#tablecontainer table tfoot td {
				height: 23px;
				padding: 2px 5px 2px 5px;
				margin: 0px;
			}

