/*
Theme Name: supersportler.info/magazin
Theme URI: http://www.supersportler.info/magazin
Description: Theme für supersportler.info/magazin
Version: 1.0
Author: Lars Richter (Design) / Ralf Göke (Coding)
Author URI: http://www.kreativquartier.de
Tags: custom

This theme was designed by Lars Richter and built by Ralf Göke,
The CSS, XHTML and design may NOT be used in any way. Please respect the copyright

*/


/* browser resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}
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: "" "";
}
body * {
min-height: 0;
}
strong {
font-weight: bold;
}
/* end browser resets*/
body {
	background: #000 url(images/body_back.png) 0 0 repeat;
}
.wrap {
	width: 100%;
}

#topbg {
	width: 100%;
	height: 300px;
	background: transparent url(images/topbg_back.png) 0 0 repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}
/* Container */

#main_container {
	width: 980px;
	margin: 0 auto 0 auto;
	background: url(images/top.gif) no-repeat 0 143px;
}

/* Header */

#header {
	width: 980px;
	margin: 0 auto 0 auto;
	height: 125px;
	position: relative;
/*	background: url(images/dummy_portalheader.jpg) no-repeat 0 top;*/
}

#header h1 {
	padding: 30px 0 0 20px;
	color: #666666;
}
#logo {
	width: 179px;
	height: 42px;
	position: absolute;
	top: 49px;
	left: 36px;
}
/* Main Menu */
#portalnav {
	height: 32px;
	background: transparent url(images/portalnav_left_back.png) 0 100% no-repeat;
	position: absolute;
	right: 75px;
	padding-right: 20px;
	top: 0;
}
#portalnav ul {
	height: 32px;
	background: transparent url(images/portalnav_right_back.png) 100% 0 no-repeat;
	padding: 0 20px;
	width: auto;
	float: left;
}
#portalnav ul li {
	height: 32px;
	float: left;
}
#portalnav ul li a {
	height: 32px;
	float: left;
	line-height: 32px;
	font-weight: bold;
	padding: 0 8px;
	font-size: 12px;
	color: #666;
	background-color: #000;
	text-transform: none;
	text-decoration: none;
	font-family: Arial;
}
#portalnav ul li a:hover {
	color: #AAA;
	background-color: #000;
}
#portalnav ul li a.active {
	color: #02B4FA;
	font-weight: bold;
	background-color: #000;
}
#homelink {
	margin-top: 6px;
	height: 34px;
	width: 89px;
	text-decoration: none;
	float: left;
}
.nextlink {
	margin-top: 6px;
	height: 34px;
	width: 111px;
	text-decoration: none;
	float: left;
}
#primenav {
	position: absolute;
	top: 85px;
	left: 320px;
	height: 40px;
	width: 500px;
	/*background: transparent url(images/primenav_back.png) 0 0 repeat-x;*/
}
#menu {
	width: 100%;
	height: 35px;
	margin-bottom: 0px;
}

#menu ul {
	width: 980px;
	height: 35px;
	margin-left: 0px;
	padding: 0px;
	background: url(images/menu_bg.gif) repeat-x 0 top;
}

#menu ul li {
	line-height: 35px;
	font-size: 12px;
	display: inline;
	font-weight: bold;
	text-transform: none;
}

#menu ul li a {
	display: block;
	float: left;
	margin-top: 2px;
	padding: 0 15px 0 0;
	color: #72AECF;
	border-left: #57798D 1px solid;
	text-decoration: none;
	font-size: 12px;
}
#menu ul li.frst a {
	border-left: 0 none;
}
#menu ul li a:hover {
	color: #fff;
	cursor: pointer;
}

#menu ul li a span {
	display: block;
	float: left;
	height: 20px;
	padding: 0 0 0 15px;
}

/* Main Menu - Current Page slide */

#menu ul li.current_page_slide {
	line-height: 35px;
}

#menu ul li.current_page_slide a {
	background: url(images/menu_button.gif) no-repeat right top;
	margin-top: 0;
	color: #1A272E;
	border: 0;
}

#menu ul li.current_page_slide a:hover {
	color: #1A272E;
}

#menu ul li.current_page_slide a span {
	background: url(images/menu_button.gif) no-repeat left top;
	height: 35px;
}

/* Main Menu - extra */

#menu ul li.first a {
	border: 0;
}

#menu ul li.current_page_slide a {
	margin-right: -1px;
	position: relative;
}
/* Content Area - Content and Sidebar */

.background {
	background: #333333 url(images/content_bg.gif) repeat-y right top;
}
#content {
	float: left;
	display: block;
	width: 750px;
	min-height: 300px;
}
*html #content {
	height: 500px;
}
#page {
	background-color: #fff;
	padding: 15px;
	margin: 30px 15px 0 0 ;
}
#page h1 {
	color: #001937;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}
#page h2 {
	color: #4C7AB6;
	background-color: transparent;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 1em;
}
#page p {
	font-size: 12px;
	color: #555555;
	background-color: transparent;
	margin-bottom: 1em;
	line-height: 1.4;
}
#page p a, #page p a:link {
	color: #CA1331;
	text-decoration: underline;
	font-weight: bold;
}
#page p a:hover {
	text-decoration: none;
}
#page img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
#mainteaser {
	width: 750px;
	height: 270px;
	background: transparent url(images/mainteaser_back_new.png) 0 0 no-repeat;
	position: relative;
}
#mainteaser .slide {
	position: relative;
}
.slide .visual {
	position: absolute;
	top: 14px;
	left: 10px;
}
.slide h3 {
	position: absolute;
	top: 14px;
	left: 530px;
}
.slide .textblock {
	position: absolute;
	top: 55px;
	left: 545px;
	width: 180px;
}
.slide h1 {
	color: #002340;
	font-size: 16px;
	line-height: 1.0;
	margin-bottom: 12px;
	font-weight: bold;
	font-style: italic;
}

.slide h1 em {
	color: #CA1331;
}
.slide p {
	font-size: 12px;
	color: #999;
	line-height: 1.1;
}
.slide p.articletype {
	color: #609EC3;
	font-size: 11px;
	padding: 6px 0;
}
.slide .morelink {
	position: absolute;
	color: #63B0DA;
	font-size: 11px;
	font-weight: bold;
	top: 205px;
	left: 705px;
	text-decoration: none;
}
.slide .morelink:hover {
	color: #002340;
}
#slidernav {
	position: absolute;
	left: 545px;
	top: 252px;
	width: 111px;
	height: 21px;
	z-index: 100;
	background: transparent url(../img_css/start_slidernav_back.png) 0 0 no-repeat;
}
#slidernav a {
	width: 20px;
	text-align: center;
	height: 18px;
	display: block;
	float: left;
	line-height: 18px;
	background-color: transparent;
	text-decoration: none;
	color: #2298C1;
	font-weight: bold;
	font-size: 14px;
}
#slidernav a:hover {
	color: #fff;
}
#slidernav a.activeSlide {
	background-color: transparent;
	text-decoration: none;
	color: #ddd;
}
#sidebar {
	float: right;
	display: block;
	width: 230px;	
}
#teasers {
	padding-top: 16px;
}
.list_teaser {
	position: relative;
	display: block;
	width: 360px;
	height: 405px;
	background: transparent url(images/list_teaser_back.png) 10px 0 no-repeat;
	float: left;
	margin: 0 0 16px 0;
	padding-left: 10px;
}
.list_teaser h5 {
	line-height: 27px;
	display: block;
	font-size: 14px;
	color: #609EC3;
	background-color: transparent;
	padding-left: 10px;
}
.list_teaser h1 {
	color: #002340;
	background-color: transparent;
	font-size: 18px;
	line-height: 1.0;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
}

.list_teaser h1 em {
	color: #CA1331;
}

.list_teaser .klinke {
	position: absolute;
	top: 27px;
	right: 5px;
}
.list_teaser .attached-image {
	padding-left: 5px;
}
.list_teaser .excerpt {
	padding: 0 10px;
}
.list_teaser .excerpt p {
	line-height: 1.1;
	font-size: 14px;
	color: #777777;
	background-color: transparent;
}
.list_teaser .morelink {
	text-decoration: none;
	color: #63B0DA;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	bottom: 7px;
	right: 0;
	width: 68px;
	line-height: 22px;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
}
.list_teaser .morelink:hover {
	color: #002340;
}
#subcatnavi {
	padding-top: 5px;
	padding-left: 10px;
	height: 23px;
	background: transparent url(images/single_subcatnavi_back.png) 0 0 no-repeat;
}
#single_content {
	width: 550px;
	float: left;
	display: block;
	margin-top: 15px;
	background-color: #fff;
}
#single_content a, #single_content a:link {
	color: #CA1331;
	text-decoration: underline;
	font-weight: bold;
}
#single_content a:hover {
	text-decoration: none;
}
#single_content h1 {
	height: 70px;
	line-height: 1.0;
	font-size: 24px;
	color: #fff;
	background-color: #002340;
	padding: 10px 20px 0 20px;
	margin-bottom: 25px;
	font-family: Tahoma, Arial;
	font-style: italic;
	font-weight: bold;
}
#single_content h2 {
	color: #002340;
	background-color: transparent;
	font-size: 18px;
	line-height: 1.0;
	margin-bottom: 0.6em;
	padding: 0 20px;
	font-weight: normal;
	font-family: Arial;
}
#single_content h2 em {
	color: #002340;
	font-weight: bold;
}
#single_content h3 {
	color: #4C7AB6;
	background-color: transparent;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 0.6em;
	padding: 0 20px;
	font-weight: normal;
	font-family: Arial;
}
#single_content h3 em {
	color: #CA1331;
}
#single_content p {
	font-size: 12px;
	color: #555555;
	background-color: transparent;
	padding: 0 20px;
	margin-bottom: 1em;
	line-height: 1.4;
}
#single_content td {
	line-height: 14px;
	padding: 5px 0 0 20px;
	font-size: 12px;
}
#single_content tr td.label {
	color: #64B7D3;
	width: 30%;
	font-size: 11px;
}
#single_content p em {
	color: #0164B6;
	font-style: italic;
	font-size: 12px;
	line-height: 17px;
	padding: 0px 0px;
	font-weight: bold;
}

#single_content img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
#single_content img.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
}
#single_content h1.hl_szene {
	background-color: #211E2F;
}
#single_content h1.hl_blickpunkt {
	background-color: #738D39;
}
#single_content h1.hl_bremspunkt {
	background-color: #D3803C;
}
#single_content h1.hl_service {
	background-color: #622125;
}
#single_content h1.hl_background {
	background-color: #D30E4C;
}
#single_content h1.hl_special {
	background-color: #D68542;
}

#single_meta {
	display: block;
	float: left; 
	width: 200px;
	padding-top: 150px;
}
.sourceinfo {
	display: block;
	padding: 10px;
	background-color: #f6f6f6;
	margin-bottom: 3px;
}
.sourceinfo p {
	color: #63B0DC;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	background-color: transparent;
	line-height: 1.4;
}
.sourceinfo p span {
	color: #BBB;
}
.sourceinfo img {
	float: right;
}
.bnr {
	padding-top: 20px;
}
/* PAGENAVI OVERRIDES */
.pagenavi.pn_top {
	height: 17px;
	background: transparent url(images/pagenavi_top_back.png) 0 0 repeat-x;
	padding-top: 15px;
	padding-left: 5px;
}
.pagenavi.pn_bottom {
	padding-top: 5px;
	height: 34px;
	background: transparent url(images/pagenavi_bottom_back.png) 0 0 repeat-x;
	padding-left: 5px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 8px; 
	margin: 0 2px;
	text-decoration: none;
	border: 0 none;
	font-weight: bold;
	color: #fff;
	background-color: #609EC3;	
}
.wp-pagenavi a:visited {
	padding: 4px 8px; 
	margin: 0 2px;
	text-decoration: none;
	border: 0 none;
	font-weight: bold;
	color: #fff;
	background-color: #609EC3;
}
.wp-pagenavi a:hover {	
	padding: 4px 8px; 
	margin: 0 2px;
	text-decoration: none;
	border: 0 none;
	font-weight: bold;
	color: #fff;
	background-color: #ABCEE4;
}
.wp-pagenavi a:active {
	padding: 4px 8px; 
	margin: 0 2px;
	text-decoration: none;
	border: 0 none;
	color: #fff;
	background-color: #ABCEE4;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #5E97BB;
	border: 0 none;
	background-color: transparent;
}
.wp-pagenavi span.current {
	padding: 4px 8px; 
	margin: 2px;
	font-weight: bold;
	border: 0 none;
	color: #333333;
	background-color: #e1e1e1;
}
.wp-pagenavi span.extend {
	display: none;
	visibility: hidden;
}

/* END PAGENAVI OVERRIDES*/ 
/* FOOTER*/


#footer {
	margin: 0 auto 0 auto;
	width: 980px;
	background: transparent url(images/footer_back.jpg) 0 0 no-repeat;
	height: 150px;
	margin-bottom: 20px;
}
#portalnav_footer {
	padding: 15px 0 0 8px;
	display: block;
	float: left;
	width: 972px;
}
#portalnav_footer li {
	width: 193px;
	float: left;
	height: 80px;
	display: block;
}
#portalnav_footer li a {
	width: 193px;
	float: left;
	height: 80px;
	display: block;
	background: transparent url(images/portalnav_footer_back.png) 0 0 no-repeat;
}
#portalnav_footer #pf1 { background-position: 0 0 }
#portalnav_footer #pf2 { background-position: -193px 0 }
#portalnav_footer #pf3 { background-position: -386px 0 }
#portalnav_footer #pf4 { background-position: -579px 0 }
#portalnav_footer #pf5 { background-position: -772px 0 }

#portalnav_footer #pf1:hover { background-position: 0 -80px }
#portalnav_footer #pf2:hover { background-position: -193px -80px }
#portalnav_footer #pf3:hover { background-position: -386px -80px }
#portalnav_footer #pf4:hover { background-position: -579px -80px }
#portalnav_footer #pf5:hover { background-position: -772px -80px }

#copy {
	width: 720px;
	float: left;
	font-size: 11px;
	color: #505050;
	padding: 30px 0 0 15px;
}
#copy strong{
	color: #666666;
	font-weight: normal;
}
#imprint {
	width: 200px;
	float: right;
	font-size: 11px;
	color: #505050;
	text-align: right;
	padding: 30px 15px 0 0;
}
#copy a, #imprint a {
	font-size: 11px;
	color: #505050;
	text-decoration: none;
}
#copy a:hover, #imprint a:hover {
	color: #777;
}
/* END FOOTER */

/* helpers */
.cred {
	color: #CA1331;
}
.h {
	display: none;
	visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */