@charset "utf-8";
/*********************************************************
 * NaaN Grafix - We rock the web                         *
 * Projekt: Juss.at                                      *
 * Style: Screen                                         *
 *********************************************************/


/*********************************************************
 * Reset deault Browser Styles                           *
 *********************************************************/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong, b { font-weight: bold; }
em, i { text-decoration: underline; }




/*********************************************************
 * Site Styles                                           *
 *********************************************************/


body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #777;
	background: #fff url(../img/layout/bg_body.jpg) repeat-x top left;
}

.clearer { clear: both; }

#containerSiteWrap {
	width: 100%;
	background: url(../img/layout/bg_containerSiteWrap.jpg) no-repeat top;
}


#containerSite {
	width: 1003px;
	margin: 0 auto 0 auto;
}

#containerHeader {
	height: 591px;
	overflow: hidden;
	background: url(../img/layout/bg_header.jpg) no-repeat top left;
	position: relative;
}

	#navContainer {
		position: absolute;
		top: 144px;
		width: 50%;
		height: 447px;
	}
	ul#mainNavlist li {
		display: block;
		margin-bottom: 1px;
	}
	ul#mainNavlist li a {
		line-height: 30px;
		font-size: 22px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 1px;
		padding: 2px 10px 2px 30px;
		color: #fff;
		background: #000;
		text-decoration: none;
	}
	ul#mainNavlist li a.active,
	ul#mainNavlist li a:hover{ background-color: #c40418; }
	
	ul#mainNavlist li ul.subNavlist {
		display: block;
		margin-bottom: 1px;
	}
	ul#mainNavlist li ul.subNavlist li a {
		line-height: 20px !important;
		font-size: 14px !important;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 1px;
		padding: 2px 10px 2px 30px;
		color: #fff;
		background: #000;
		text-decoration: none;
	}
	ul#mainNavlist li ul.subNavlist li a.active,
	ul#mainNavlist li ul.subNavlist li a:hover{ background-color: #c40418; }


#containerContentWrap {
	background: url(../img/layout/bg_containerContentWrap.jpg) repeat-x top left;
}
#containerContent {
	position: relative;
	background: url(../img/layout/bg_containerContent.gif) repeat-y top left;
}

#content {
	width: 612px;
	position: absolute;
	top: -191px;
	left: 280px;
	padding: 30px;
	min-height: 800px;
}
	#content a {
		color: #777;
		text-decoration: underline;
	}
		#content a:hover { text-decoration: none; }
	
	#content p {
		margin: 5px 0 20px 0;
	}
	#content h1 {
		background: url(../img/layout/bg_h1.gif) no-repeat bottom left;
		padding: 0px 0 25px 34px;
		margin: 0 0 25px 0;
	}
	#content h1 span {
		display: block;
		height: 25px;
		text-indent: -999em;
	}
	#content h2 {
		height: 23px;
		line-height: 23px;
		margin: 0 0 20px 0;
		text-indent: -999em;
		background-color: #c00525;
	}
	#content h3 {
		color: #000;
		font-weight: bold;
		margin: 0px 0 5px 0;
	}
	#content div.hLine {
		clear: both;
		background: url(../img/layout/bg_dotted_h.gif) repeat-x bottom left;
		height: 1px;
		margin: 5px 0 20px 0;
	}
	
	#content .imgLeftContainer {
		display: block;
		width: 255px;
		float: left;
		margin: 0px 20px 20px 0;
	}
	
	#content .imgRightContainer {
		width: 255px;
		float: right;
		margin: 0px 0 20px 20px;
	}
	
		#content .imgLeftContainer img,
		#content .imgRightContainer img {
			padding: 5px;
			border: 1px solid #e3e3e3;
		}
		#content .imgLeftContainer a,
		#content .imgRightContainer a,
		#content .newsListContainer .imgLeftContainer,
		#content .newsListContainer .imgRightContainer {
			display: block;
			border: none;
			background: url(../img/layout/bg_contentImg.jpg) no-repeat bottom;
			padding-bottom: 12px;
		}
	
	#content div.imgFourContainer { margin: 5px 0 20px 0; }
		#content div.imgFourContainer div {
			width: 144px;
			height: 114px;
			float: left;
			margin: 0 12px 6px 0;
		}
			#content div.imgFourContainer div.last { margin-right: 0px; }
			#content div.imgFourContainer div img {
				padding: 5px;
				border: 1px solid #e3e3e3;
			}
			#content div.imgFourContainer div a {
				display: block;
				border: none;
				background: url(../img/layout/bg_contentImgFour.jpg) no-repeat bottom;
				padding-bottom: 6px;
			}
	
	#content div.imgTwoContainer { margin: 5px 0 20px 0; }
		#content div.imgTwoContainer div {
			width: 298px;
			float: left;
			margin: 0 16px 1px 0;
		}
			#content div.imgTwoContainer div.last { margin-right: 0px; }
			#content div.imgTwoContainer div img {
				padding: 5px;
				border: 1px solid #e3e3e3;
			}
			#content div.imgTwoContainer div a {
				display: block;
				border: none;
				background: url(../img/layout/bg_contentImgTwo.jpg) no-repeat bottom;
				padding-bottom: 15px;
			}
	
	#content div.imgBigContainer { margin: 5px 0 20px 0; }
		#content div.imgBigContainer img {
			padding: 5px;
			border: 1px solid #e3e3e3;
		}
		#content div.imgBigContainer a {
			display: block;
			border: none;
			background: url(../img/layout/bg_contentImgBig.jpg) no-repeat bottom;
			padding-bottom: 13px;
		}
	
	#content div.aktionImg { margin: 5px 0 20px 0; }

	#content table.contenttable {
		border-collapse: collapse;
		width: 100%;
		margin: 15px 0;
	}
	
	#content table.contenttable thead th {
		background: #c00525;
		font-weight: bold;
		color: #ffffff;
	}
	
	#content table.contenttable th,
	#containerContent table.contenttable td {
		border-bottom: 1px solid #cfcfcf;
		text-align: center;
		padding: 4px 8px;
	}
	
	#content table.contenttable tr:hover td {
		background-color: #eaeaea;
	}
	
	#content table.contenttable th:first-child,
	#containerContent table.contenttable td:first-child,
	#containerContent table.contenttable th.first,
	#containerContent table.contenttable td.first {
		text-align: left;
	}
	
	#content table.contenttable th.width150,
	#containerContent table.contenttable td.width150 { width: 150px; }
	
	#content table.contenttable th.width200,
	#containerContent table.contenttable td.width200 { width: 200px; }
	
	#content table.contenttable th.width50,
	#containerContent table.contenttable td.width50 { width: 50px; }
	
	#content table.contenttable p {
		display:inline;
		margin:0;
		padding:0;
	}


	
	/* Gallery */
	#content div.ql_simple_gallery-boxes { margin: 5px 0 20px 0; }
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album {
			width: 298px;
			height: 224px;
			overflow: hidden;
			float: left;
			margin: 0 16px 1px 0;
			background: url(../img/layout/bg_contentImgTwo.jpg) no-repeat bottom;
			padding-bottom: 15px;
		}
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album a { border: none; }
		#content div.ql_simple_gallery-boxes div.last { margin-right: 0px; }
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album div.ql_simple_gallery_image {
			padding: 4px;
			border: 1px solid #e3e3e3;
			border-bottom: none;
		}
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album div.ql_simple_gallery_text {
			text-align: center;
			height: 31px;
			padding: 4px;
			overflow: hidden;
			border: 1px solid #e3e3e3;
			border-top: none;
		}
	
	#content div.ql_simple_gallery_detail_boxes { margin: 5px 0 20px 0; }
		#content div.ql_simple_gallery_detail_boxes div.ql_simple_gallery_box {
			width: 144px;
			height: 108px;
			float: left;
			margin: 0 12px 6px 0;
			display: block;
			border: none;
			background: url(../img/layout/bg_contentImgFour.jpg) no-repeat bottom;
			padding-bottom: 8px;
		}
		#content div.ql_simple_gallery_detail_boxes div.last { margin-right: 0px; }
		#content div.ql_simple_gallery_detail_boxes div.ql_simple_gallery_box img {
			padding: 5px;
			border: 1px solid #e3e3e3;
		}
		#content div.ql_simple_gallery_detail_boxes div.ql_simple_gallery_box a { border: none; }
	
	#content #albumTitleDescContainer { position: relative; }
	#content #albumTitleDescContainer #backLink {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 150px;
		height: 20px;
		text-align: right;
	}
	#content #albumTitleDescContainer #backLink a {
		padding: 2px 5px;
		background: #c80419;
		color: #fff;
		text-decoration: none;
		border: none;
	}
	
	/* Pagebrowser */
	div.naanPageBrowserContainer {
		height: 21px;
		overflow: hidden;
		margin: 5px 0 20px 0;
	}
	div.pageBrowserPageLinkInner {
		float: left;
		height: 21px;
		width: 170px;
		margin: 0 155px;
	}
		ul.naanPageBrowser li { float: left; }
			ul.naanPageBrowser li.pageBrowserBackLink span,
			ul.naanPageBrowser li.pageBrowserNextLink span {
			    	display: block;
			    	float: left;
			    	width: 66px;
			    	height: 21px;
			    	line-height: 21px;
			    	text-align: center;
			    	font-size: 15px;
			    	text-indent: -999em;
			    	overflow: hidden;
			    	background: #666;
			    	background-repeat: no-repeat;
					background-position: top left;
					cursor: pointer;
			}
				ul.naanPageBrowser li.pageBrowserNextLink span {
						background-position: top right;
				}
					ul.naanPageBrowser li.pageBrowserBackLink a:hover span {
						background-position: bottom left;
					}
					ul.naanPageBrowser li.pageBrowserNextLink a:hover span {
						background-position: bottom right;
					}
			ul.naanPageBrowser li.pageBrowserPageLink span.pageBrowserLinkCont {
				display: block;
				height: 21px;
				overflow: hidden;
				text-indent: -999em;
				float: left;
				margin-left: 4px;
				background-position: top left;
				background-repeat: no-repeat;
			}
				ul.naanPageBrowser li.pageBrowserPageLink span.pageBrowserLinkCont span {
					display: block;
					background: url(../img/layout/bg_pagebrowser_seperator.gif) no-repeat right;
					padding-left: 4px;
					margin-top: 2px;
					overflow: hidden;
				}
			
			ul.naanPageBrowser li.pageBrowserPageLink span.active span.pageBrowserLinkCont,
			ul.naanPageBrowser li.pageBrowserPageLink a:hover span.pageBrowserLinkCont {
				background-position: bottom left;
			}
			
	/* News */
	#content div.readMoreCont a,
	#content div.newsBackLink a {
		padding: 2px 5px;
		background: #c80419;
		color: #fff !important;
		text-decoration: none;
		border: none !important;
	}
	div.naanNewsVideo { margin: 5px 0 20px 0; }

#sidebar {
	width: 220px;
	margin-left: 1px;
	min-height: 689px;
	padding: 29px;
	overflow: hidden;
}

	.sidebarBoxContainer { margin-bottom: 29px; }
		.sidebarBoxContainer h4 {
			background-color: #cfcfcf;
			background-position: top left;
			background-repeat: no-repeat;
			height: 35px;
			overflow: hidden;
			text-indent: -999em;
		}
		.sidebarBoxContainer .sidebarBoxContent {
			border: 1px solid #e7e7e7;
			border-top: none;
			width: 198px;
			overflow: hidden;
			background: #f6f6f6;
			padding: 10px;
		}

	#boxBrandrotation { width: 220px; }
	#boxBrandrotation .sidebarBoxContent { padding: 0px; width: 218px; overflow: hidden; }
	#boxBrandrotation h4 { background-image: url(../img/layout/headlines/sidebar_unsere_topmarken.gif); }
	#boxNewsletter h4 { background-image: url(../img/layout/headlines/sidebar_newsletter_anmeldung.gif); }
	
	#boxNewsletter .sidebarBoxContent {
		padding: 15px 0 0 0px;
		width: 218px;
	}
	#boxNewsletter #sidebarNewsletter label {
		display: block;
		margin: 0 15px 1px 15px;
	}
	#boxNewsletter #sidebarNewsletter p { margin: 5px 15px 0 15px; }
	#boxNewsletter #sidebarNewsletter input.textField {
		display: block;
		line-height: 17px;
		height: 15px;
		overflow: hidden;
		padding: 1px 4px;
		font-size: 11px;
		color: #b1b1b1;
		border: 1px solid #d0d0d0;
		width: 178px;
		margin: 0 15px 5px 15px;
	}
	#boxNewsletter #sidebarNewsletter input.formImgBtn { margin: 25px 10px 15px 10px; }
	
	#boxNewsletter #sidebarNewsletter .errorBox { margin-bottom: 10px; }
	#boxNewsletter #sidebarNewsletter .errorHeadline { font-weight: bold; }

#containerFooter {
	height: 202px;
	overflow: hidden;
	background: url(../img/layout/bg_footer.jpg) repeat-x top left;
	position: relative;
	font-size: 11px;
}
	#containerFooter h4 {
		height: 23px;
		overflow: hidden;
		background-position: top left;
		background-repeat: no-repeat;
		text-indent: -999em;
		margin-bottom: 20px;
	}
	#containerFooter p { margin-bottom: 20px; }
	
	#footerLogo {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 202px;
		width: 150px;
	}
	#footerLogo a img { border: none; }
	
	#footerInfo {
		position: absolute;
		top: 30px;
		left: 164px;
		width: 324px;
		height: 141px;
		background: url(../img/layout/bg_dotted_v.gif) repeat-y top right;
	}
	#footerInfo h4 { background-image: url(../img/layout/headlines/footer_sport200juss.gif); }
	#footerInfo a {
		text-decoration: none;
		color: #777;
	}

	#footerNav {
		position: absolute;
		top: 30px;
		left: 537px;
		width: 241px;
		height: 141px;
		background: url(../img/layout/bg_dotted_v.gif) repeat-y top right;
	}
	#footerNav h4 { background-image: url(../img/layout/headlines/footer_navigation.gif); }
	#footerNav #footerNavLinks { width: 192px; }
	#footerNav #footerNavLinks a {
		background: url(../img/layout/footer_icon_arrow.gif) no-repeat left;
		line-height: 17px;
		height: 17px;
		width: 85px;
		overflow: hidden;
		text-decoration: none;
		color: #999;
		display: block;
		padding-left: 11px;
		float: left;
	}
	#footerNav #footerNavLinks a:hover { text-decoration: underline; }
	
	#footerToTop {
		position: absolute;
		top: 30px;
		right: 30px;
		width: 144px;
		height: 35px;
		overflow: hidden;
	}
	#footerToTop a {
		display: block;
		height: 35px;
		text-decoration: none;
		text-indent: -999em;
		background: url(../img/layout/headlines/footer_toplink.gif) no-repeat top left;
	}
	
	#footerCopyright {
		position: absolute;
		top: 120px;
		right: 30px;
		width: 144px;
	}
	#footerCopyright h4 { background-image: url(../img/layout/headlines/footer_copyright.gif); }
	#footerCopyright a {
		text-decoration: none;
		color: #777;
	}




