/**
 * Sportklub Maishofen - www.skm.at
 * @file reset.css
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
 * Sportklub Maishofen - www.skm.at
 * @file global.css
 * @author Alexander Dick <alex@dick.at>
 */

/*
 * Farben
 * 
 * grau (text) 						#777
 * helles grau (diverses)			#cacaca
 * helles grau (container bgs)		#eee
 * dunkes grau (headings, links) 	#393939 
 * orange (buttons, diverse hovers)	#f66e00
 * blau 							#443f99
*/

html { 
	font-size: 100.01%;
}
body {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.65em;
	color: #777;
}

.clear {
	clear: both; 
	height: 0;
	visibility: hidden;
}

a,
a:link { 
	color: #393939;
	text-decoration: none;
}
a:visited { 
	color: #393939; 
}
a:hover,
a:active { 
	color: #393939;
	text-decoration: underline; 
}

b,
strong {
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #393939;
}

h1 {
	font-size: 18px;
	height: 22px;
}
h2 {
	font-size: 16px; 
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

.graphical {
	text-indent: -10000px;
	background-position: left top; 
	background-repeat: no-repeat;
}

h1 a, 
h2 a, 
h3 a, 
h4 a {
	display: block;
	text-decoration: none;
}

h1 a {
	height: 22px;
}
h2 a {
	height: 18px;
}

input, 
select, 
textarea {
	color: #777; 
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #eee; 
	padding: 3px;
	border: 1px solid #e9e1e1;
}

.checkbox {
	border: 0; 
	background: none;
}

.underline {
	text-decoration: underline !important;
}

button {
	cursor: pointer;
	font-size: 11px;
}

th, td {
	font-size: 12px;
}

div.hr {
	height: 9px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
div.hr hr {
	display: none;
}

abbr {
	cursor: help;
}

.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.small {
	font-size: 11px;
}

.height-auto {
	height: auto !important;
}
.height-20 {
	height: 20px !important;
}
.height-40 {
	height: 40px !important;
}
.height-60 {
	height: 60px !important;
}
.height-80 {
	height: 80px !important;
}
.height-100 {
	height: 100px !important;
}
.height-120 {
	height: 120px !important;
}
.height-140 {
	height: 140px !important;
}
.height-160 {
	height: 160px !important;
}
.height-180 {
	height: 180px !important;
}
.height-200 {
	height: 200px !important;
}

.width-auto {
	width: auto !important;
}
.width-20 {
	width: 20px !important;
}
.width-40 {
	width: 40px !important;
}
.width-60 {
	width: 60px !important;
}
.width-80 {
	width: 80px !important;
}
.width-100 {
	width: 100px !important;
}
.width-120 {
	width: 120px !important;
}
.width-140 {
	width: 140px !important;
}
.width-160 {
	width: 160px !important;
}
.width-180 {
	width: 180px !important;
}
.width-200 {
	width: 200px !important;
}
.width-210 {
	width: 210px !important;
}
.width-220 {
	width: 220px !important;
}
.width-240 {
	width: 240px !important;
}
.width-260 {
	width: 260px !important;
}
.width-280 {
	width: 280px !important;
}
.width-300 {
	width: 300px !important;
}
.width-full {
	width: 100% !important;
}

/**
 * Abgerundete Ecken
 */
.corner-all {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.corner-tl {
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.corner-tr {
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.corner-bl {
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.corner-br {
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;	
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

/**
 * Sportklub Maishofen - www.skm.at
 * @file layout.css
 * @author Alexander Dick <alex@dick.at>
 */

body {
	/*background: url(../images/layout/header-bg-tile.v080710.gif) repeat-x left top;*/
	background: url(../images/layout/sprites/main-sprite.v080710.png) repeat-x 0 -1820px;	
}
 
div#wrap {
	
}

	div#header-wrap {
		width: 985px;
		margin: 0 auto;
	}

	div#header {
		height: 180px;
		padding: 0 5px 0 55px;
		overflow: hidden;
	}
		div#header-top {
			height: 30px;
			line-height: 30px;
			text-align: right;			
			position: relative;
		}
			
			div#header-login-area {
				position: absolute; 
				left: -2px; 
				top: 0;				
				height: 30px;
				width: 260px !important;
				line-height: 30px;	
				text-align: left;	
				/*background: url(../images/layout/header-login-bg.v080710.gif) no-repeat 0 2px;	*/
				background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -8px;										
			}
			div#header-login-area:hover,
			div#header-login-area.active {
				background-position: -10px -34px;
				height: 55px;
			}
			
				a#header-login-icon {						
					display: block;
					position: absolute !important;
					left: -30px;
					top: 6px;
					/*background: url(../images/layout/header-login-icon.v080710.gif) no-repeat left top;*/
					background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -106px;					
					width: 25px;
					height: 20px;						
					cursor: pointer;
					text-indent: -10000px;
					padding: 0 5px 0 0 !important;					
				}
				a#header-login-icon:hover {
					/* background: url(../images/layout/header-login-icon.v080710.gif) no-repeat left top !important; */
					background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -106px !important;	
				}
				
				/*
				form#header-login {
										
				}*/
													
					form#header-login fieldset {										
						margin: 0;
						border: 0;
						height: 24px;
						color: #fff;
						padding: 0;
					}
								
					div#header-login-fields {			
						height: 22px;						
						margin-top: 3px;
						padding: 2px 0 0 4px;								
					}
				
						div#header-login-fields img {
							vertical-align: text-bottom;
						}									
						div#header-login-fields input {
							width: 100px;
							padding: 0;	
							border: 0;
							color: #fff;							
							height: 17px;
							padding: 2px 3px;
							background: #666;
							margin-right: 2px;					
							float: left;	
						}
						
							input#header-login-pass {
								display: none;
							}
							input#header-login-pass,
							input#header-login-pass-dummy {					
													
							}
					
						button#header-login-submit {					
							display: block; 
							float: left;
							position:relative;							
							background: none;	
							height: 18px;
							line-height: 18px;
							padding: 0 2px;							
						}
										
					div#header-login-hints {
						display: none;	
						color: #fff; 
						height: 20px; 
						line-height: 20px;
						padding: 1px 0 0 3px;
						font-size: 11px;
					}
					div#header-login-area:hover div#header-login-hints,
					div#header-login-area.active div#header-login-hints {
						display: block;
					}					
					
						input#header-login-rememberme {
							float: left;
						}
						span#header-login-error {
							display: none;
							padding-left: 15px;
							/*background: url(../images/layout/raw/login-arrow.v080710.gif) no-repeat 0 center;
							*/
							background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -917px;
							
							float: left;
						}
						a#header-login-forgotpw,
						a#header-login-register {
							display: block; 
							float: right;
							background: none !important; 
							padding: 0 !important;
							margin: 0 10px 0 0;
							color: #fff !important;
						}
						a#header-login-forgotpw:hover,
						a#header-login-register:hover {
							background: none;
							text-decoration: underline;
						}
			
				div#header-user-status {
					padding: 2px 5px 0 10px;
					color: #cacaca;
					/*height: 28px; 
					overflow: hidden;*/
				}
				/*div#header-user-status:hover,
				div#header-user-status.active {
					height: 50px;
				}*/
				
					div#header-user-status-upper {
						height: 25px;
						line-height: 25px;
					}
						button#header-user-logout {
							position: absolute;
							top: 2px; 
							right: 5px;
							margin: 2px 5px 0 0;					
							text-indent: -10000px;
							width: 50px;
							background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -983px;							
						}
					
					div#header-user-status-lower {
						display: none;
						height: 22px;
						line-height: 22px;					
					}
					div#header-login-area:hover div#header-user-status-lower,
					div#header-login-area.active div#header-user-status-lower {
						display: block;
					}	
					
						div#header-user-status-lower a {
							background: none !important; 
							padding: 0 !important; 
							color:#fff !important;							 					
						}
						div#header-user-status-lower a:hover {
							text-decoration: underline !important; 
							background: none !important; 
						}
				
					
			
			div#header-top ul {
				position: absolute;
				top: 0;
				right: 0;
			}
						
				div#header-top li {
					display: inline;
				}
				div#header-top a {
					position: relative;
					color: #cacaca;
					padding: 3px 5px;
					text-decoration: none;
				}
				div#header-top a span {
					/*background: #f66e00 url(../images/layout/raw/topnav-link-right.v080710.gif) no-repeat left top;*/
					background: #f66e00 url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -3600px;
					position: absolute;
					right: 0;
					top: 0;
					display: none;
					width: 5px;
					height: 20px;
				}
				div#header-top a:hover,
				div#header-top a.active {
					/*background: #f66e00 url(../images/layout/raw/topnav-link-left.v080710.gif) no-repeat left top;*/
					background: #f66e00 url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -3530px;
					color: #fff;	
				}
				div#header-top a:hover span,
				div#header-top a.active span {
					display: block;			
				}
			
		div#header-mid {
			height: 25px;
			line-height: 25px;
			padding: 40px 0 0 0;
		}
			div#header-logo {
				float: left;
				width: 520px;
			} 
				a#skm-logo,
				a#skm-btn {
					display: block;
					height: 25px;
					float: left;
					margin-right: 10px;
				}
				a#skm-logo {
					width: 385px;
					/* background: url(../images/layout/header-logo.v080710.gif) no-repeat left top; */
					background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -143px;
				}
				a#skm-btn {
					width: 100px;
					color: #777;
					background: #eee;
					text-align: center;
					font-size: 12px;
					text-decoration: none;
				}
					a#skm-btn:hover {
						background: #f66e00;
						color: #fff;
					}
			
			div#header-search {
				float: right;
				width: 235px;	
				height: 25px;	
				text-align: left;
				overflow: hidden;				
			}
			
				input#header-search-term {
					/* background: url(../images/layout/header-search-bg.v080710.gif) no-repeat left top; */
					background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -233px;
					border: 0;
					height: 13px;
					width: 160px;
					padding: 6px 5px 6px 5px;
					float: left;
					font-size: 11px;								
				}
				button#header-search-btn {
					/* background: url(../images/layout/header-search-btn-bg.v080710.gif) no-repeat left top; */
					background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -188px;				
					height: 25px;
					width: 30px;
					text-indent: -10000px;
					float: left;
					cursor: default;								
				}
				div#header-search-loader {
					width: 35px; 
					height: 23px; 
					border-top: 1px solid #d9d9d9;
					border-bottom: 1px solid #d9d9d9;
					background: #fff;
					float: left;
				}
				div#header-search-loader.active {
					background: url(../images/layout/icons/loader.v080710.gif) no-repeat center center;
				}
							
				input#header-search-term, 
				button#header-search-btn {
					-webkit-border-radius: 0;
					-khtml-border-radius: 0;	
					-moz-border-radius: 0;
					border-radius: 0;
				}
				
				/* Autocomplete
				----------------------------------*/
				.ui-autocomplete { 
					position: absolute; 
					cursor: default; 
				}			
				
					/* Menu
					----------------------------------*/
					.ui-menu {						
						padding: 5px;
						margin: 0;
						display: block;
						width: 224px !important;
					}					
					.ui-menu-item {						
						zoom: 1;
						float: left;
						clear: left;
						width: 100%;
						margin-bottom: 3px;
						padding-bottom: 4px;						
						border-bottom: 1px solid #eee;						
						overflow: hidden;
					}
					.ui-menu-item a {						
						text-decoration: none;
						display: block;	
						zoom: 1;
						background: none !important;
						border: 0 !important;
						width: 185px;
						height: 20px; 
						line-height: 20px;
						float: left;
						white-space: nowrap;
						cursor: pointer;
					}
					
						a.search-result-user {
							height: 25px; 
							line-height: 25px;
						}
					
					span.search-result-icon {
						display: block; 
						float: left;				
						width: 25px; 
						height: 25px;
						margin-right: 8px;			
					}
					
					img.search-result-user-image {
						width: 25px;
						float: left;	
						margin-right: 8px;	
					}
					span.search-result-desc {
						color: #999;
						display: block;	
						clear: both;				
					}
					.ui-menu-item .search-term {
						font-weight: bold;
					}
					.ui-menu-item a.ui-state-hover,
					.ui-menu-item a.ui-state-active {
						font-weight: normal;						
						color: #777;						
					}
		
		
		div#header-bottom {
			height: 35px;
			padding: 50px 0 0 0;			
		}
			ol#mainnav li,
			ol#mainnav a {
				display: block;
				float: left;
				position: relative;
			}
			ol#mainnav a {						
				padding: 0 8px 0 7px;			
				text-decoration: none;
				white-space: nowrap;				
			}	
			ol#mainnav li.level-1,
			ol#mainnav li a.level-1 {				
				height: 32px;
				line-height: 30px;
				z-index: 1;			
			}	
			ol#mainnav li.level-1 {			
				/*margin-right: 1px;	*/
				padding-right: 1px;					
			}
			
				ol#mainnav li:hover a.level-1,
				ol#mainnav li.active a.level-1 {
					color: #fff;
					text-decoration: none;
					background: #443f99;		
				}										
				ol#mainnav li:hover a span,
				ol#mainnav li.active a span {
					display: block;
					cursor: pointer;
				}
				
				ol#mainnav li:hover span.mainnav-text,
				ol#mainnav li.active span.mainnav-text {
					border-top: 1px solid #eee;
					border-bottom: 1px solid #eee;
				}
				
				span.mainnav-text {
					display: block;
					border-top-width: 1px;
					border-bottom-width: 1px;
					height: 30px;
					text-indent: -10000px;
					padding-right: 1px;
				}
				span.mainnav-corner {		
					display: none;
					width: 8px;
					height: 32px;
					position: absolute;	
					top: 0;			
				}				
				span.mainnav-left {
					/*background: url(../images/layout/raw/mainnav-left.v080710.gif) no-repeat left top; */
					background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -1050px;
					left: 0;					
				}								
				span.mainnav-right {
					/*background: url(../images/layout/raw/mainnav-right-nosub.v080710.gif) no-repeat left top; */	
					background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -1132px;				
					right: 0;					
				}
				ol#mainnav li.has-subpages span.mainnav-right {
					/*background: url(../images/layout/raw/mainnav-right.v080710.gif) no-repeat left top; */
					background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -1214px;
				}
				ol#mainnav li.active span.mainnav-right {
					/*background: url(../images/layout/raw/mainnav-right-nosub.v080710.gif) no-repeat left top;*/ 
					background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -1132px;
				}
				ol#mainnav li.has-subpages:hover span.mainnav-right {
					/*background: url(../images/layout/raw/mainnav-right.v080710.gif) no-repeat left top;*/
					background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -1214px;
				}
				
						
			
			/* 2. ebene */
			ol#mainnav div {
				position: absolute;
				left: 20%;					
				top: -26px;
				z-index: 0;
				display: none;
				width: 530px;
			}			
			
			ol#mainnav li.level-1:hover div {
				display: block;
			}
			
				ol#mainnav span.icon {	
					background-image: url(../images/layout/sprites/misc-sprite.v080710.gif);							
					display: block;
					width: 20px;
					height: 20px;
					position: absolute;
					z-index: 3;
					top: 5px;
					left: 5px;
					text-indent: -10000px;
					padding: 0;
					background-repeat: no-repeat;					
				}		
				
				ol#mainnav ul {
					
				}				
					ol#mainnav ul li {						
						float: left;
						background: #393939;
						padding-top: 5px;
						height: 25px;
						margin: 0;
					}
						ol#mainnav ul li.first {
							padding-left: 30px;
							/*background: #393939 url(../images/layout/raw/mainnav-sub-left.v080710.gif) no-repeat left 0;	*/
							background: #393939 url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -1786px;						
						}
						ol#mainnav ul li.last {
							padding-right: 10px;
							/* background: #393939 url(../images/layout/raw/mainnav-sub-right.v080710.gif) no-repeat right 0; */
							background: #393939 url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat right -3695px;
						}
						
						ol#mainnav ul li a {
							position: relative;
							height: 20px;							
							line-height: 20px;
							color: #fff;
							padding: 0 5px;
							margin-right: 1px;				
						}
						
							ol#mainnav ul li a span {
								/*background: #f66e00 url(../images/layout/raw/mainnav-sub-link-right.v080710.gif) no-repeat left 0;*/
								background: #f66e00 url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -1931px;
								display: none !important;	
								position: absolute;
								top: 0;
								right: 0;
								width: 5px; 
								height: 20px;
							}
											
						ol#mainnav ul li a:hover,
						ol#mainnav ul li a.active {
							/*background: #f66e00 url(../images/layout/raw/mainnav-sub-link-left.v080710.gif) no-repeat left 0;*/
							background: #f66e00 url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -1861px;							
						}
						ol#mainnav ul li a:hover span,
						ol#mainnav ul li a.active span {
							display: block !important;										
						}	
			
	div#subheader {
		height: 360px;
		background-position: 0 0; 
		background-repeat: no-repeat;		
	}
	div#subheader.closed {
		
	}
	div#subheader.closed div#subheader-vertbar,
	div#subheader.closed div#subheader-content {
		display: none;
	}
	
		div#subheader-content-wrap {
			width: 985px;
			margin: 0 auto 0 auto;
			position: relative;
		}
		div#subheader-vertbar {
			position: absolute; 
			left: 0; 
			top: 0;
			height: 360px;
			width: 55px;
			background: #dedede; 
			opacity: .4;
		}
		div#subheader-content {
			position: absolute; 
			left: 55px; 
			top: 20px;
			width: 930px; 
			height: 320px;
			/* background: url(../images/layout/subheader-bg.v080710.png) no-repeat left top; */
			background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -278px;
		}
			div#subheader-news,
			div#subheader-gallery {
				font-size: 12px;
				color: #fff;
				float: left;
				margin-top: 5px;
			}
			div#subheader-news {		
				width: 365px;
				height: 295px;
				margin-right: 15px;		
				padding: 15px 15px 0 0;
			}
				div#subheader-news li {
					display: block;
					position: relative;
					padding-bottom: 10px;											
				}
				div#subheader-news h1 {				
					color: #fff;					
					margin: 0 0 10px 20px;				
				}
				/*div#subheader-news */ p.subheader-news-excerpt {
					height: 57px;
					overflow: hidden;						
				}
					p.subheader-news-excerpt a {
						padding: 5px 0 0 20px;
						display: block;
						color: #fff;
						text-decoration: none;
					}
				
				/*div#subheader-news */ h2.subheader-news-headline a {
					text-decoration: none;
					display: block;
					height: 20px;
					line-height: 20px;
					position: relative;
					color: #fff;
					font-size: 12px;
					text-indent: 20px;
					/* #### */
					background: rgba(0, 0, 0, .15);
				}
				
					/*div#subheader-news */ span.subheader-news-date, 
					/*div#subheader-news */ b.subheader-news-more {
						display: block;		
						height: 20px;				
						position: absolute; 
						right: 0; 
						top: 0;
						font-size: 11px;						
						text-align: right;
						text-indent: 0;
					}
					/*div#subheader-news*/ span.subheader-news-date {
						width: 75px;
						padding-right: 10px;						
						/* #### */
						background: rgba(0, 0, 0, .25);								
					}
					/*div#subheader-news*/ li.active span.subheader-news-date {
						background: #f66e00;
						color: #fff;
					}
				
					/*div#subheader-news*/ b.subheader-news-more {								
						display: none;
						color: #fff;
						cursor: pointer;
						/*background: #f66e00 url(../images/layout/raw/arrow-white-orange-small-right.v080710.gif) no-repeat 75px center;	*/
						background: #f66e00 url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 75px -295px;										
						width: 70px;						
						padding-right: 15px;					
						font-weight: normal;									
					}					
				
				div#subheader-news div.article-date {
					display: none;					
					position: absolute;
					top: -10px; 
					left: -50px;					
				}
									
				div#subheader-news li:hover,
				div#subheader-news li.active {
					cursor: pointer;			
				}				
				div#subheader-news li:hover a.subheader-news-headline-link,
				div#subheader-news li.active a.subheader-news-headline-link {
					background: #fff; 
					color: #393939;
				}				
				div#subheader-news li:hover b.subheader-news-more, /* weiterlesen */				
				div#subheader-news li:hover div.article-date, /* datums-flyout */
				div#subheader-news li.active div.article-date {
					display: block;
				}
				
				 /* datum rechts */				
				div#subheader-news li:hover span.subheader-news-date,
				div#subheader-news li.active:hover b.subheader-news-more {
					display: none;
				}	
				div#subheader-news li.active:hover span.subheader-news-date {
					display: block;
				}											
				
			div#subheader-gallery {
				height: 300px;
				width: 520px;
				padding: 5px;
			}
				div#subheader-gallery-preview-image {
					position: relative;
					width: 520px; 
					height: 210px;
				}
				div#subheader-gallery-preview-image img {
					position: absolute;
					left: 0; 
					top: 0;
				}
				
				div#subheader-gallery-info {					
					position: absolute; 
					left: 0; 
					bottom: 0;
					width: 510px; 
					height: 30px;					
					background: rgba(0, 0, 0, .4);
					padding: 5px 0 8px 10px;				
				}
				div#subheader-gallery-info h2 {
					color: #fff;
					font-size: 14px;
				} 
				div#subheader-gallery-info span {
					font-size: 11px;
				}
				div#subheader-gallery-info span a {
					color: #fff;
				}
				div#subheader-gallery-thumbs {
					margin-top: 15px;
					height: 75px;
				}
								
				a#subheader-gallery-prev, 
				a#subheader-gallery-next {
					display: block;
					float: left;
					width: 20px;
					height: 65px;
					cursor: pointer;
				}				
				
				a#subheader-gallery-prev {
					/*background: url(../images/layout/raw/subheader-gallery-arrow-left.v080710.gif) no-repeat left top;*/
					background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -2866px;
				}
				a#subheader-gallery-prev:hover,
				a#subheader-gallery-prev.active {
					/*background: url(../images/layout/raw/subheader-gallery-arrow-left-active.v080710.gif) no-repeat left top;*/
					background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -2751px;
				}
				a#subheader-gallery-next {
					/*background: url(../images/layout/raw/subheader-gallery-arrow-right.v080710.gif) no-repeat right top;*/
					background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -3096px;
				}
				a#subheader-gallery-next:hover,
				a#subheader-gallery-next.active {
					/*background: url(../images/layout/raw/subheader-gallery-arrow-right-active.v080710.gif) no-repeat right top;*/
					background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -2981px;
				}
				
				div#subheader-gallery-thumbs-holder {
					position: relative;
					width: 475px;
					height: 70px;
					float: left;
					overflow: hidden;
					margin-left: 3px;			
				}
				ul#subheader-gallery-thumbs-list {
					position: absolute; 
					left: 0; 
					top: 0;					
				}
				ul#subheader-gallery-thumbs-list li {
					display: block;
					float: left;					
				}
				ul#subheader-gallery-thumbs-list a {
					display: block;					
					margin-right: 0; /* 1px */
					padding: 2px;
					background: #fff; /* fff*/
					overflow: hidden; 
					height: 61px;
				}
				ul#subheader-gallery-thumbs-list a:hover,
				ul#subheader-gallery-thumbs-list a.active {
					background: #ddd;
				}
				ul#subheader-gallery-thumbs-list li.last {
					
				}
				span#subheader-gallery-slider {
					position: absolute;
					left: 0;
					bottom: 0px;
					display: block;
					width: 22px;
					height: 5px;
					/*background: #f66e00 url(../images/layout/raw/subheader-gallery-slider.v080710.gif) no-repeat 0 0;	*/	
					background: #f66e00 url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -3211px;	
				}
				
		a#subheader-toggle {
			 
			width: 32px;	
			height: 32px;
			
			position: absolute;
			right: 5px; 
			top: 25px; 	
					
			/*background: url(../images/layout/subheader-toggle-bg.v080710.gif) no-repeat 0 0;;	*/
			background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat right -4069px;					
			
			cursor: pointer;
			text-decoration: none;
			text-indent: -10000px;								
		}				
			
		a#subheader-toggle.closed {
			display: none;
			width: 150px; 
			height: 50px;
			/*background: url(../images/layout/subheader-toggle-bg-closed.v080710.png) no-repeat 0 0;*/
			background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat 0 -1164px;
			
		}
							
	
				
	
	div#content-wrap {
		background: #fff url(../images/layout/content-vertbar-bg.v080710.gif) repeat-y left top;
		width: 985px;
		margin: 0 auto;
	}
		div#content {
			padding: 15px 10px 30px 75px;
			width: 550px;
			float: left;		
			position: relative;	
			overflow: hidden;
		}
			div#breadcrumb {
				font-size: 11px;
				height: 25px;
				line-height: 25px;
				border-bottom: 1px solid #eee;
				margin: 0 0 20px -70px;
				padding-left: 70px;
				position: relative;
				overflow: hidden;
			}
			a#breadcrumb-back {							
				position: absolute; 
				left: 0;
				top: 0;
				display: block;
				width: 50px;				
				height: 25px;
				/*background: #fff url(../images/layout/raw/breadcrumb-back-bg.v080710.gif) no-repeat left top;*/
				background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -545px;		
				text-align: right;
			}
			a#breadcrumb-back span {			
				padding: 0 0 0 15px;
				/*background: #fff url(../images/layout/raw/arrow-orange-white-small-left.v080710.gif) no-repeat left 3px;*/
				background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -57px;	
			}
		
		div#sidebar {
			float: right;
			width: 325px;
			padding-top: 15px;
		}
		
	div#footer-wrap {		
		/* background: #5450a2 url(../images/layout/footer-bg-tile.v080710.gif) repeat-x left top; */
		background: #5450a2 url(../images/layout/sprites/misc-sprite.v080710.gif) repeat-x 0 -3738px;
	}
		div#footer {
			background: url(../images/layout/footer-vertbar.v080710.jpg) no-repeat left top;
			width: 910px;
			height: auto;
			padding: 25px 0 0 75px;
			margin: 0 auto;
			color: #fff;
		}
		
		div#footer-text {
			padding: 0 0 10px 0;			
			margin-bottom: 10px;
			border-bottom: 1px solid #5b57a3;
		}
			div#footer-text a {
				color: #fff;							
			}
			
		div#footer-sitemap {
			height: 225px; 
			overflow: hidden;
		}

		div#footer-sitemap ul {
			float: left;
			margin-right: 10px;
		}
		div#footer-sitemap ul.last {
			margin-right: 0;	
		}
		div#footer-sitemap li a {
			display: block;
			color: #fff;
			height: 20px; 
			line-height: 20px;
			padding: 0 5px;
		}
		div#footer-sitemap li a:hover/*,
		div#footer-sitemap li a.active*/ {
			background: #f66e00;
			text-decoration: none;
		}
		div#footer-sitemap li.first a {
			font-weight: bold;
			background: none !important;
		}
		


/**
 * Sportklub Maishofen - www.skm.at
 * @file content.css
 * @author Alexander Dick <alex@dick.at>
 */


/** 
 * Datumsbox Subheader und Content
 */
div.article-date {
	color: #393939;
	width: 45px; 
	height: 65px;
	/* background: url(../images/layout/article-date-bg.v080710.png) no-repeat left top; */
	background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -618px;
	padding: 5px 5px 0 5px;
}

div.article-date span {
	display: block;
	text-align: center;
	overflow: hidden; 
	white-space: nowrap;				
}
div.article-date span.article-day {						
	font-size: 18px;
}
div.article-date span.article-month {
	text-transform: uppercase;
	font-size: 11px;
}
div.article-date span.article-commentcount a {						
	display: block;
	color: #fff;
	height: 25px;
	line-height: 25px;
	/*background: url(../images/layout/raw/article-date-commentcount-bg.v080710.gif) no-repeat left top;*/
	background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -470px;
	text-decoration: none;
}

div.article-fbstuff {
	position: absolute; 
	top: 63px; 
	right: 10px;
	width: 78px;
}

	iframe.fb-like {
		
	}

	/**
	 * fb share button
	 */
	a.fb-share {
		display: block;
		width: 62px; 
		height: 18px; 
		text-indent: -10000px; 
		text-decoration: none; 
		cursor: pointer;
		background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat right -4117px;
		float: right;
	}

	


/**
 * Content allgemein
 */
div#content {
	font-size: 12px;	
}

div#content p {
	margin-bottom: 20px;
}

div#content h1 {
	margin-bottom: 15px;
}

div#content h2 {
	margin-bottom: 10px;
}

div#content h3 {
	margin-bottom: 8px;
}

div#content ul {
	list-style-type: square; 
	margin: 0 0 20px 30px;	
}

div#content .button {
	display: block;	
	height: 20px; 
	line-height: 20px;
	text-decoration: none;
	font-size: 11px;	
}
div#content .button-inactive {
	cursor: default;
}

div#content .button-orange {	
	color: #fff;	
}
div#content .button-orange-right {
	padding: 0 15px 0 5px; 
	background: #f66e00 url(../images/layout/raw/arrow-white-orange-small-right.v080710.gif) no-repeat right center;	
}
div#content .button-orange-left {
	padding: 0 5px 0 15px; 
	/* background: #f66e00 url(../images/layout/raw/arrow-white-orange-small-left.v080710.gif) no-repeat left center; */
	background: #f66e00 url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -235px;	
}

div#content .button-white {	
	color: #777;
	border: 1px solid #e9e1e1;	
}
div#content .button-white:hover {
	background-color: #eee;
}
div#content .button-white.button-inactive:hover {
	background-color: #fff;
}
div#content .button-white-right {
	padding: 0 15px 0 5px; 
	/* background: #fff url(../images/layout/raw/arrow-orange-white-small-right.v080710.gif) no-repeat right center; */
	background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat right -4031px;
}
div#content .button-white-left {
	padding: 0 5px 0 15px; 
	/*background: #fff url(../images/layout/raw/arrow-orange-white-small-left.v080710.gif) no-repeat left center;*/
	background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -55px;
}
div#content .button-white-up {
	padding: 0; 
	/*background: #fff url(../images/layout/raw/arrow-orange-white-small-up.v080710.gif) no-repeat center top;*/
	background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 10px -178px;	
	text-indent: -10000px;
}

/**
 * Inhaltselemente
 */
div.content-element {
	clear: both;
	margin: 0 0 20px 0;
}
div.csc-default {
	clear: both;
}		
div.image-left,
div.image-right,
div.image-large {
	/*height: 150px;*/
}


div.content-element img {
	border: 1px solid #eee;
	padding: 4px; 
}

div.image-left img {
	float: left;		
	margin-right: 15px;		
}				
div.image-right img { 
	float: right;		
	margin-left: 15px;		
}

/*
div.pdf-home {
	
}*/

div.pdf-home-content {
	width: 450px;
	float: right;
}

div.section-member-content {
	width: 420px;
	float: right;
}

/* Laufen -> Sportler */
/*
#page-45 div.section-member-content {
	width: 180px;
}
#page-45 div.image-left {
	width: 270px;
	float: left; 
	clear: none !important;
	height: 105px;
	overflow: hidden;
}*/


/**
 * Liste
 */
div#content ul {
	list-style-type: square; 
	margin: 0 0 20px 25px;
}
	div#content ul ul {
		margin: 0 0 0 25px;
	}



/**
 * Formulare im content 
 */

div#content form {
	width: 410px;
	border-top: 5px solid #efefef;
	padding-top: 10px;
	margin-bottom: 20px;
}

/*div#content*/ fieldset {
	border: 2px solid #efefef;
	padding: 10px;
	margin-bottom: 20px;
}
/*div#content*/ legend {
	padding: 0 5px;
	color: #f66e00;
	font-weight: bold;
}

/*div#content*/ button {
	background: #f66e00; 
	color: #fff;
	height: 20px; 
	line-height: 20px;
	padding: 0 5px;
	-moz-border-radius: 5px;
}

/*div#content*/ div.field-row {
	position: relative;
	height: 30px;
	line-height: 30px;
}	
/*div#content*/ div.field-row:hover input,
/*div#content*/ div.field-row:hover textarea {
	background: #fff;
}

	/*div#content*/ div.field-row label {
		display: block; 
		float: left; 
		width: 150px;
		text-align: right; 
		color: #777;
		margin-right: 10px;		
	}	
	div#content div.field-row div.input-error {
		/* background: #fff url(../images/layout/raw/arrow-orange-white-small-right.v080710.gif) no-repeat right 5px; */
		background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat right -4031px;
		display: none;
		position: absolute;
		width: 150px;
		top: 4px;
		left: -85px;
		text-align: right;		
		border: 1px solid #e9e1e1;		
	}	


/**
 * UI Dialog
 */
.ui-dialog .ui-dialog-content {
	padding: 10px !important;
	
}
	.ui-dialog .ui-dialog-content p {
		margin-bottom: 10px;
	}
	
/**
 * Pagebrowser
 */	
div.tx-skm-pagebrowse-wrap {
	background: #eee; 
	/*border: 1px solid #e9e1e1;*/
	height: 20px;
	line-height: 20px;
	padding: 1px;
}	

	div.tx-skm-pagebrowse-wrap ul {
		margin: 0 !important;
	}


	div.tx-skm-pagebrowse-wrap a.button {
		border: 0 !important;
		/*height: 18px !important;
		line-height: 18px !important;*/
	}
	

ul.tx-skm-pagebrowse {
	width: 100%;
	font-size: 11px;
}

	/*li.tx-skm-pagebrowse-first,
	li.tx-skm-pagebrowse-last,*/
	li.tx-skm-pagebrowse-prev, 
	li.tx-skm-pagebrowse-next,
	li.tx-skm-pagebrowse-pages,	
	li.tx-skm-pagebrowse-page,
	li.tx-skm-pagebrowse-space {
		float: left;
		display: block;
		text-align: center;
	}
	li.tx-skm-pagebrowse-next {
		float: right;
	}
			
	/*li.tx-skm-pagebrowse-first,
	li.tx-skm-pagebrowse-last {
		width: 15%;		
	}*/
	
	li.tx-skm-pagebrowse-prev, 
	li.tx-skm-pagebrowse-next {
		width: 15%;		
	}
	
	li.tx-skm-pagebrowse-pages {
		width: 69%;		
	}	
	
	li.tx-skm-pagebrowse-space,
	li.tx-skm-pagebrowse-page {
		float: none;
		display: inline;	
		margin-right: 1px;			
	}
	
	li.tx-skm-pagebrowse-page a {		
		padding: 2px 6px;
		text-decoration: none;	
		background: #fff;
		color: #777;
	}
		
	li.tx-skm-pagebrowse-page a.current,
	li.tx-skm-pagebrowse-page a:hover {
		background: #f66e00;
		color: #fff;
	}

/**
 * Gallery
 */	

div.album div.article-date {
	margin-top: 0 !important;
}

div.skm-gallery-album-list div.album {
	margin-bottom: 20px;
}

	div.skm-gallery-album-list div.album-previewimage {
		float: left; 
		width: 100px;		
	}
	div.skm-gallery-album-list div.album-text {
		float: right; 
		width: 430px;		
	}
	
div.skm-gallery-album-single div.album {
	margin-bottom: 20px;
}

	div.skm-gallery-album-single div.article-fbstuff {
		width: 150px;
	}
	
	div.album-images {
		margin-bottom: 20px;
	}

	a.album-image img {
		padding: 2px;
		background: #eee;
	}
	a.album-image:hover img {
		background: #ddd;
	}
	a.album-image {
		display: block; 
		float: left;		
		margin: 0 2px 2px 0;
		height: 93px;
	}
	a.album-image-last {
		margin-right: 0;	
	}
	
	div#skm-gallery-image-single {
		margin-bottom: 20px;
	}
	
		div#skm-gallery-image-single a.fb-share {
			float: right;
		}
	
	div#skm-gallery-image-single-comments {
		font-size: 11px;
	}
	
		div#skm-gallery-image-single h1 {
			width: 390px;
			float: left;			
		}
		
		div#album-image-nav {
			float: right;
			width: 153px;
		}
		
			div#album-image-nav a.button {
				width: 35px; 
				float: left;
			}
			div#album-image-nav a.button-white-up {
				width: 30px;							
			}
			
			div#album-image-nav a.button-white-up,
			div#album-image-nav a.button-white-left {
				margin-right: 3px;
			}
	
	div.album-image {
		text-align: center;
	}
	div.album-image img {
		padding: 2px;
		background: #eee;
	}
	a#album-image {
		display: block;
	}	
	div.album-image-caption {
		padding: 5px 0 5px 0;
		font-size: 11px;
		text-align: center;
	}

/**
 * Content - Standard Artikel
 */
/* div#content */ div.article {
	padding-bottom: 20px;
}

/* div#content */ div.article div.article-date {	
	color: #393939;
	margin-left: -70px;
	margin-top: -35px;
	float: left;
}

/* div#content */ div.article div.article-authorbox {	
	margin: 0 15px 20px 0;
	width: 160px;
	float: left;
	font-size: 11px;	
}
	/* div#content */ div.article div.article-authorbox-top {
		height: 5px;
		/* background: url(../images/layout/raw/article-authorbox-top.v080710.gif) no-repeat left top;*/
		background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -415px;
	}
	/* div#content */ div.article div.article-authorbox-content {
		background: #eee;
		padding: 0 5px;
	}
	/* div#content */ div.article div.article-authorbox-bottom {
		height: 5px;
		/* background: url(../images/layout/raw/article-authorbox-bottom.v080710.gif) no-repeat left top; */
		background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -360px;
	}
	
	div#content div.article-authorbox p.author-info {		
		margin: 0;
		height: 35px;
	}	
	
		/* div#content */ div.article-authorbox img.article-author {
			float: left;
			margin-right: 5px;
		}
		
	div#content div.article-authorbox p.event-info {		
		margin: 5px 0 0 -4px;		
		background: #fff url(../images/layout/icons/calendar2.v080710.jpg) no-repeat 4px 5px;
		padding: 3px 0 5px 44px;
		width: 114px;
		height: 30px;
	}
	
	/* div#content */ div.article-authorbox img.article-image {
		margin-top: 5px;
	}
	
	/* div#content */ div#article-footer {
		padding-top: 40px;
		font-size: 11px;
		clear: both;
	}	
	
	/* div#content */ div#article-footer div#article-footer-header {
		/*background: url(../images/layout/article-footer-header-bg.v080710.gif) no-repeat left top;*/
		background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -708px;
		width: 550px; 
		height: 60px;
		margin-bottom: 20px;
	}	
	
		div#article-footer-header ul {
			margin: 0 !important;
		}
	
		div#article-footer-header li,
		div#article-footer-header a {
			display: block; 
			float: left; 
			height: 45px;							
		}
		
		div#article-footer-header li {
			margin: 10px 0 0 5px;	
		}
		
		div#article-footer-header a {
			position: relative;			
			text-decoration: none;
			background: #fff;			
		}
		div#article-footer-header li.has-content span {
			display: none;
			position: absolute;
			top: -10px;
			left: 0;
			height: 5px;
			width: 100%;
			background: #cdcdcd;			
		}
			
		div#article-footer-header li.has-content a {
			cursor: pointer;
		}	
				
		div#article-footer-header a:hover span,
		div#article-footer-header a.active span {
			display: block;			
		}
		
		/*div#article-footer-header*/ li#afh-comments a {			
			/* background: #fff url(../images/layout/article-footer-header-comments-bg.v080710.gif) no-repeat left top; */
			background: #fff url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -863px;
			width: 80px;
			height: 40px;
			padding: 5px 0 0 55px;			
		}
		/*div#article-footer-header*/ li#afh-comments a b {
			display: block;
			width: 30px;
			position: absolute; 
			left: 10px;
			top: 14px;
			font-weight: normal;
			text-align: center;
		}
		
		/*div#article-footer-header*/ li#afh-gallery a {
			padding: 5px;
			width: 120px;	
			height: 35px;			
		}
		/*div#article-footer-header*/ li#afh-gallery a img {
			float: left;
			margin-right: 5px;
		}
		
		/*div#article-footer-header*/ li#afh-map a {		
			/* background: #fff url(../images/layout/article-footer-header-map-bg.v080710.gif) no-repeat left top; */
			background: #fff url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -928px;
			width: 85px;
			height: 40px;
			padding: 5px 5px 0 45px;
		}
		/*div#article-footer-header*/ li#afh-recommend a {		
			/*background: #fff url(../images/layout/article-footer-header-recommend-bg.v080710.gif) no-repeat left top;*/
			background: #fff url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -993px;
			width: 70px;
			height: 40px;
			padding: 5px 5px 0 50px;
		}
		
		div#afc-comments-wrap {
			
		}
			div.afc-comments-form {
				display: none;
			}
			
			a.afc-comments-addcomment {
				float: right;					
			}
		
			div.afc-comment {
				border-top: 5px solid #efefef;
				width: 410px;
			}
			div.afc-comment-new {
				display: none;
			}
			div.afc-comment-userpic {
				/* background: url(../images/layout/article-footer-comments-userpic-bg.v080710.gif) no-repeat left top; */
				background: url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -10px -788px;  
				width: 40px; 
				height: 45px;
				padding: 5px;
				margin-left: -70px;
				float: left;
			}
			div.afc-comment-info {
				margin: 2px 0 5px 0;
			}
			
	/**
	 * Artikel Downloads
	 */	
	div#content div.article-downloads {
		clear: both;
	}
	div#content div.article-downloads ul {
		margin: 0;
		list-style-type: none;
	}
	div#content div.article-downloads li {
		height: 24px; 
		line-height: 24px;
	}
	
	li.article-downloads-divider {
		padding: 20px 0 10px 0 !important;	
	}
	
		div#content div.article-downloads li span.fileext {
			float: left;
			margin-right: 5px;
		}
		div#content div.article-downloads li a {			
			margin-right: 5px;
		}
		div#content div.article-downloads li span.article-downloads-counter {
			float: right;			
		}


/**
 * Content Tabelle
 */		
.contenttable {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.contenttable th,
.contenttable td {
	vertical-align: middle;
	padding: 4px 8px;
	text-align: left;
	border-bottom: 1px solid #fff;	
}

.contenttable th {            
	/*background-color: #f66e00;*/
	background-color: #fff;   	
    color: #f66e00;
    text-align: left;
	height: 20px;	
	font-weight: bold; 
}

.contenttable td {
	background: #eee;	
}

.contenttable tr:nth-child(even) td {
	background: #eee;
}
.contenttable tr:nth-child(odd) td {
	background: #fff;
}

.contenttable th p,
.contenttable td p {
	margin: 0 !important;
}


/**
 * Sidebar 
 */
div#sidebar div.sidebar-box {
	margin-bottom: 10px;
}

	div.sidebar-box-top {
		height: 10px;
		/* background: #eee url(../images/layout/raw/sidebar-box-top.v080710.gif) no-repeat left top; */
		background: #eee url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -2206px;
	}
	
	div.sidebar-box-content {		
		background: #eee;
		padding: 1px 10px;		
	}
		div.sidebar-box-content h1 {
			margin: 0 0 10px 5px;
		}
		div.sidebar-box-content h1.graphical {
			width: 300px;			
		}
		
		div.sidebar-box-content a {
			color: #777;
		}	
		
		div#sidebar-subnav {
			margin-bottom: 0 !important;
		}	
		
		div#sidebar-subnav li {
			margin-bottom: 1px;
			/* moz */
			border: 1px solid #fff;
		}
		
		div#sidebar-subnav a {
			display: block;
			text-indent: 20px;
			height: 22px; 
			line-height: 22px;
			text-decoration: none;	
			/* background: #fff url(../images/layout/raw/subnav-bullet.v080710.gif) no-repeat 10px center;	*/
			background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 10px -3462px;	
		}
		div#sidebar-subnav a:hover,
		div#sidebar-subnav a.active {
			/* background: #fff url(../images/layout/raw/subnav-bullet-active.v080710.gif) no-repeat 10px center; */
			background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 10px -3399px;				
			color: #555;
			text-shadow: 2px 2px 5px #aaa;			
		}
		div#sidebar-events li {
			display: block; 
			margin-bottom: 1px;			
			border: 1px solid #fff;			
		}
		div#sidebar-events a {
			display: block;
			text-indent: 35px;
			height: 22px; 
			line-height: 22px;
			text-decoration: none;	
			background: #fff;
			position: relative;
		}			
			div#sidebar-events span,
			div#sidebar-events b {
				display: block;
				height: 22px; 
				line-height: 22px;				
				position: absolute; 
				right: 0; 
				top: 0;				
				text-align: right;
				white-space: nowrap;				
				text-indent: 0;				
			}
			div#sidebar-events span {
				width: 60px;
				padding-right: 10px;
			}
			div#sidebar-events b {
				display: none;
				/* background: #f66e00 url(../images/layout/raw/arrow-white-orange-small-right.v080710.gif) no-repeat 70px center; */
				background: #f66e00 url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 70px -294px;
				padding-right: 15px;
				width: 65px;
				font-weight: normal;
				cursor: pointer;
				color: #fff;				
			}
			
			div#sidebar-events a:hover,
			div#sidebar-events a.active {
				/*color: #f66e00; ie6 */			
				color: #555;
				text-shadow: 2px 2px 5px #aaa;	
			}
			div#sidebar-events a:hover span,
			div#sidebar-events a.active span {
				display: none;
			}
			div#sidebar-events a:hover b,
			div#sidebar-events a.active b {
				display: block;
			}
			
			div#sidebar-events li a {
				/* background: #fff url(../images/layout/icons/calendar.v080710.png) no-repeat 8px center; */
				background: #fff url(../images/layout/sprites/main-sprite.v080710.png) no-repeat -2px -1085px;
			}
				
			div#sidebar-events li.fussball a,
			span.search-result-icon-fussball {
				/* background: #fff url(../images/layout/raw/sidebar-events-ico-fussball.v080710.gif) no-repeat 5px center; */
				background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 5px -2261px;
			}
			div#sidebar-events li.radsport a,
			span.search-result-icon-radsport {
				/* background: #fff url(../images/layout/raw/sidebar-events-ico-radsport.v080710.gif) no-repeat 5px center; */
				background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 5px -2401px;
			}
			div#sidebar-events li.laufen a,
			span.search-result-icon-laufen {
				/* background: #fff url(../images/layout/raw/sidebar-events-ico-laufen.v080710.gif) no-repeat 5px center; */
				background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 5px -2331px;
			}
			div#sidebar-events li.tennis a,
			span.search-result-icon-tennis {
				/* background: #fff url(../images/layout/raw/sidebar-events-ico-tennis.v080710.gif) no-repeat 5px center; */
				background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 5px -2611px;
			}
			div#sidebar-events li.skialpin a,
			span.search-result-icon-skialpin {
				/* background: #fff url(../images/layout/raw/sidebar-events-ico-skialpin.v080710.gif) no-repeat 5px center; */
				background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 5px -2471px;
			}
			div#sidebar-events li.skinordisch a,
			span.search-result-icon-skinordisch {
				/* background: #fff url(../images/layout/raw/sidebar-events-ico-skinordisch.v080710.gif) no-repeat 5px center; */
				background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 5px -2541px;
			}
			div#sidebar-events li.turnen a,
			span.search-result-icon-turnen {
				/* background: #fff url(../images/layout/raw/sidebar-events-ico-turnen.v080710.gif) no-repeat 5px center; */
				background: #fff url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 5px -2681px;
			}
	
		div#sidebar-comments {
			
		}
			div#sidebar-comments img {
				border: 5px solid #fff;
				width: 35px; 
				height: 35px;
				float: left;
			}
			div#sidebar-comments li {
				display: block; 
				height: 45px;
				margin-bottom: 5px;
				background: #fff;
				border: 1px solid #fff;
			}
			div#sidebar-comments p {
				float: right; 
				width: 250px;
				padding-top: 3px;
			}
			div#sidebar-comments a {
				color: #393939;
			}
			div#sidebar-comments cite {
				display: block;
				margin-top: 5px;				
				/*background: url(../images/layout/raw/cite-start.v080710.gif) no-repeat 0 center;*/
				background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -672px;
				height: 20px; 
				overflow: hidden;
			}
			div#sidebar-comments cite span {
				font-style: italic;
				padding: 0 15px;			
				/* background: url(../images/layout/raw/cite-end.v080710.gif) no-repeat right center; */
				background: url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat right -4050px;
			}
	
		div#sidebar-banner {
			margin: 20px 0 20px 0; 
			text-align: center;
		}
	
	div.sidebar-box-bottom {	
		height: 10px;	
		/*background: #eee url(../images/layout/raw/sidebar-box-bottom.v080710.gif) no-repeat left bottom;*/
		background: #eee url(../images/layout/sprites/misc-sprite.v080710.gif) no-repeat 0 -2146px;
	}
	
	

	
/* News Liste auf der Home Seite */
/*
body#page-10 div.tx-skmnews-pi1 {
	border-top: 4px solid #eee;
	padding-top: 20px;
}*/

/* Textarea bei Kontakt Seite */
body#page-36 form#kontakt {
	width:100% !important;
}
body#page-36 div#powermaildiv_uid13 div.field-row {
	height: 100px;
}
	
/* jQuery datepicker div */
#ui-datepicker-div {
	display: none;
}
	
	

body {
	background: #fff;
}

#header-wrap,
#subheader,
#sidebar,
#footer-sitemap,

#breadcrumb-back,
#toggle-form,
#afc-comments-form,

.ui-widget,
.pp,
.pp_overlay,
.pp_pic_holder {
	display: none !important;
}

#footer-wrap {
	background: #fff;
}

.graphical {
	text-indent: 0 !important;
	background: none !important; 
}


