/*
Theme Name: supersportler.tv
Theme URI: http://www.supersportler.tv
Description: Theme für supersportler.tv
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;
}
em {
	font-style: normal;
}
a:link, a:visited, a:active {
	color: #2692DE;
	text-decoration: underline;
}
a:hover {
	color: #fff000;
	text-decoration:none;
}
/* end browser resets*/
body {
	background: #000 url(images/body_back.png) 0 0 repeat;
}
/* empty div for top background gradient only */
#topbg {
	width: 100%;
	height: 300px;
	background: transparent url(images/topbg_back.png) 0 0 repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}
#wrap {
	margin: 0 auto 0 auto;
	width: 980px;
}
/* HEADER */
#header {
	position: relative;
	height: 125px;
}
#beta {
	position: absolute;
	left: 318px;
	top: 7px;
	width: 262px;
	height: 37px;
	background: transparent url(images/beta.png) 0 0 no-repeat;
}
#logo {
	width: 179px;
	height: 42px;
	position: absolute;
	top: 49px;
	left: 36px;
}
#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;
	padding: 0 8px;
	font-size: 12px;
	color: #666;
	background-color: #000;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}
#portalnav ul li a:hover {
	color: #AAA;
	background-color: #000;
}
#portalnav ul li a.active {
	color: #fff000;
	font-weight: bold;
	background-color: #000;
}
#homelink {
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	font-size: 12px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
#homelink:hover {
	color: #ccc;
}
#homelink.active {
	background: transparent url(images/primenav_item_active_back.png) 0 0 repeat-x;
	color: #3c3c3c;
}
#primenav {
	position: absolute;
	top: 85px;
	left: 255px;
	height: 40px;
	width: 725px;
	background: transparent url(images/primenav_back.png) 0 0 repeat-x;
}
#primenav ul {
	background: transparent url(images/primenav_trenner.png) 0 0 no-repeat;
	float: left;
}
#primenav ul li {
	float: left;
	height: 40px;
	padding-right: 2px;
	background: transparent url(images/primenav_trenner.png) 100% 0 no-repeat;
}
#primenav ul li a {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	background-color: transparent;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#primenav ul li a:hover {
	color: #ccc;
}
#primenav ul li a.active {
	background: transparent url(images/primenav_item_active_back.png) 0 0 repeat-x;
	color: #FFF000;
}
#infonav {
	text-align: center;
}
#infonav a {
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	font-size: 12px;
	color: #555;
	text-decoration: none;
}
#infonav a:hover {
	color: #ccc;
}
#infonav a.active {
	color: #3c3c3c;
}
/* END HEADER */
/* --------------------------------------------- */
/* INDEX TEASER*/

#index_teaser {
	width: 980px;
	height: 380px;
	background: transparent url(images/index_teaser_back.jpg) 0 0 no-repeat;
	position: relative;

}
#index_teaser #flashteaser {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 470px;
	height: 340px;
	overflow: hidden;
}
#innerfade {
	position: relative;
	width: 470px;
	height: 340px;
}
#innerfade .con {
	width: 470px;
	height: 340px;
	display: block;
	position: relative;
}
#innerfade .dt h1 {
	color: #fff000;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 0 2px 10px;
}
#innerfade .dt p {
	padding: 0 0 5px 10px;
	font-size: 11px;
	line-height: 1.3;
	color: #999999;
}
#innerfade .dt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 470px;
}
#channelnav {
	position: absolute;
	left: 520px;
	top: 50px;
	width: 180px;
}
#channelnav p {
	font-size: 12px;
	color: #505050;
	margin-bottom: 7px;
	font-weight: bold;
	width: 180px;
	float: left;
	text-transform: uppercase;
}
#channelnav #lcol {
	width: 90px;
	float: left;
}
#channelnav #rcol {
	width: 90px;
	float: right;
	text-align: right;
}
#channelnav ul {
	width: 180px;
	float: left;
	background: transparent url(images/channelnav_li_back.png) 0 0 no-repeat;
}
#channelnav li {
	text-align: right;
	float: left;
	width: 180px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #ccc;
	background: transparent url(images/channelnav_li_back.png) 0 100% no-repeat;
}
/* span added via javascript (jquery)*/
#channelnav li span {
	font-weight: bold;
}
#channelnav li a {
	float: left;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	color: #505050;
	text-decoration: none;
	line-height: 40px;
	letter-spacing: -0.06em;
}
#channelnav li a:hover {
	color: #fff000;
}
#infobox {
	position: absolute;
	top: 30px;
	left: 746px;
	width: 210px;
	height: 210px;
}
#infobox h1 {
	font-size: 22px;
	color: #fff000;
	line-height: 1.2;
	margin-bottom: 10px;
}
#infobox h1 em {
	color: #777777;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
}
#infobox h1 strong {
	font-size: 52px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}
#infobox p {
	color: #777;
	line-height: 1.35;
	font-size: 12px;
}
#infobox a {
	position: absolute;
	color: #3E6EAF;
	font-weight: bold;
	right: 8px;
	bottom: 8px;
	font-size: 12px;
}
#infobox a:hover {
	color: #fff;
}
#searchform {
	position: absolute;
	top: 309px;
	left: 745px;
	width: 203px;
}
#searchform #s {
	border: 0 none;
	padding: 0;
	font-size: 13px;
	padding: 7px 5px;
	margin: 0;
	font-weight: normal;
	background-color: #000;
	color: #4171af;
	float: left;
	width: 163px;
}
#searchform button {
	margin: 0;
	padding: 0;
	border: 0 none;
	cursor: pointer;
	background: transparent;
	display: block;
	float: left;
	width: 27px;
	height: 26px;
}
#searchform button img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0 none;
	background: transparent;
}
/* END INDEX TEASER */
/* --------------------------------------------- */
/* INDEX SUBCONTENT*/
#index_subcontent {
	width: 980px;
	height: 320px;
	background: transparent url(images/index_subcontent_back.jpg) 0 0 no-repeat;
	position: relative;	
}
#video_carousel {
	position: absolute;
	top: 75px;
	left: 38px;
}
#new_videos_list {
	width: 656px;
	height: 180px;
}
#new_videos_list div {
	width: 150px;
	height: 170px;
	padding: 5px;
	float: left;
	display: block;
	margin: 0 4px 0 0;
	background-color: #212121;
	font-family: Tahoma, Arial, Sans-Serif;	
}
#new_videos_list div a {
	margin-bottom: 7px;
	display: block;
}
#new_videos_list div .lcol {
	width: 75px;
	float: left;
	color: #aaa;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
#new_videos_list div .rcol {
	width: 75px;
	float: right;
	text-align: right;
	font-size: 11px;
	margin-bottom: 7px;
	color: #909090;
}
#new_videos_list div h2 {
	font-size: 11px;
	font-weight: normal;
	color: #fff000;
	line-height: 1.25;
}
#list_prev {
	position: absolute;
	top: 147px;
	left: 19px;
}
#list_next {
	position: absolute;
	top: 147px;
	left: 694px;
}
.date {
	color: #999;
	font-size: 10px;
}
/* END INDEX SUBCONTENT /*
/* --------------------------------------------- */
/* CATEGORY LIST */

#category_list {
	width: 980px;
	height: 500px;
	background: transparent url(images/category_list_back.png) 0 0 no-repeat;
	position: relative;
	color: #fff;
}
#category_list h3 {
	position: absolute;
	top: 30px;
	left: 745px;
	font-size: 48px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
	letter-spacing: -0.08em;
}
#category_list h3.tags {
	font-size: 24px;
	line-height: 1.3;
}
#category_list h3.tags em {
	font-size: 12px;
	color: #999;
}
#category_list h3.tags em span {
	font-size: 12px;
	color: #fff;
}
#category_list h3.search {
	font-size: 24px;
	line-height: 1.3;
}
#category_list h4 {
	position: absolute;
	top: 80px;
	left: 747px;
	font-size: 18px;
	font-weight: normal;
	color: #ccc;
	text-transform: uppercase;
}
#category_list h4.tags {
	position: absolute;
	top: 90px;
	left: 747px;
}
#category_list h4.search {
	position: absolute;
	top: 70px;
	left: 747px;
}
#category_list h4 strong {
	color: #444;
}
#category_list #searchform {
	position: absolute;
	top: 417px;
	left: 753px;
}
#last_videos_list {
	position: absolute;
	top: 36px;
	left: 35px;
	width: 680px;
	height: 410px;
}
#last_videos_list div.item {
	width: 150px;
	height: 185px;
	padding: 5px;
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	background-color: #212121;
	font-family: Tahoma, Arial, Sans-Serif;	
	position: relative;
}
#last_videos_list div a {
	margin-bottom: 7px;
	display: block;
}
#last_videos_list div #lcol {
	font-family: Arial;
	width: 75px;
	float: left;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 7px;
	font-weight: bold;
}
#last_videos_list div #rcol {
	width: 75px;
	float: right;
	text-align: right;
	font-size: 11px;
	margin-bottom: 7px;
	color: #909090;
}
#last_videos_list div h2 {
	font-size: 11px;
	font-weight: normal;
	color: #EAD702;
	line-height: 1.25;
}
#last_videos_list div .item_footer {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 150px;
	height: 20px;
	color: #9e9e9e;
	font-size: 11px;
	padding-top: 5px;
	background: transparent url(images/category_list_item_trenner.gif) 0 0 repeat-x;
}
.user_views {
	line-height: 20px;
	font-size: 11px;
	padding-right: 17px;
	background: transparent url(images/icon_user_views.gif) 100% 4px no-repeat;
	display: block;
	float: left;
}
.comments_count {
	line-height: 20px;
	font-size: 11px;
	padding-right: 17px;
	padding-left: 5px;
	background: transparent url(images/icon_comments_count.gif) 100% 4px no-repeat;
	display: block;
	float: left;
}
.item_rating {
	float: right;
	line-height: 20px;
}
.item_rating img {
	margin-bottom: -1px;
}
.item_rating span {
	color: #fff;
}
/* END CATEGORY LIST /*
/* --------------------------------------------- */
/* CATEGORY TAGLIST*/
#taglist {
	width: 980px;
	height: 205px;
	position: relative;
	background: transparent url(images/taglist_back.png) 0 0 no-repeat;
}
.tag_cloud {
	position: absolute;
	top: 70px;
	left: 35px;
	width: 660px;
	height: 150px;
	text-align: center;
}
.tag_cloud a {
	text-decoration: none;
	padding: 5px;
	color: #4171AF;	
}
.tag_cloud a:hover {
	color: #fff000;
}
/* END CATEGORY TAGLIST /*
/* --------------------------------------------- */
/* SINGLE CONTENT */

#single_content {
	width: 980px;
	height: 500px;
	background: transparent url(images/single_content_back.png) 0 0 no-repeat;
	position: relative;
}
#single_content h1 {
	position: absolute;
	top: 32px;
	left: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #fff000;
	width: 520px;
	line-height: 1.5;
	border-bottom: 1px solid #444;
}
#single_content #searchform {
	position: absolute;
	top: 416px;
	left: 751px;
}
#flvplayer {
	position: absolute;
	top: 60px;
	left: 25px;
}
#more_videos {
	position: absolute;
	top: 60px;
	left: 738px;
	width: 221px;
}
#slidernav {
	width: 221px;
	display: block;
	clear: both;
	height: 30px;
}
#more_videos #mySlides {
	clear: both;
	width: 221px;
	height: 234px;
	overflow: hidden;
}
#more_videos p.item {
	width: 221px;
	height: 75px;
	margin-bottom: 3px;
	background-color: #202020;
	display: block;
	float: left;
}
#more_videos p.item img {
	float: left;
	padding: 7px;
}
#more_videos p.item span a {
	width: 100px;
	line-height: 1.15;
	float: left;
	display: block;
	font-size: 11px;
	font-family: Tahoma, Sans-Serif;
	color: #999999;
	padding-top: 5px;
	text-decoration: none;
}
#more_videos p.item a:hover {
	color: #fff;
}
.jFlowPrev {
	float: left;
	cursor: pointer;
}
.jFlowNext {
	float: right;
	cursor: pointer;
}
#videoinfos {
	position: absolute;
	top: 39px;
	left: 555px;
	width: 150px;
	color: #898989;
}
#info_hersteller {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #444;
	padding-bottom: 5px;
}
#info_hersteller_logo {
	text-align: center;
	border-bottom: 1px solid #444;
	padding: 1px 0;
}
#info_meta {
	border-bottom: 1px solid #444;
	padding: 10px 0;
	line-height: 1.4;
	font-size: 11px;
	font-family: Tahoma, Sans-Serif;
}
#info_meta span {
	color: #555;
}
#info_tags {
	border-bottom: 1px solid #444;
	padding: 10px 0;
	line-height: 1.4;
	font-size: 11px;
	font-family: Tahoma, Sans-Serif;
	color: #555;
}
#info_tags a {
	color: #417AB7;
	text-decoration: none;
}
#info_tags a:hover {
	color: #fff000;
}
#info_meta2 {
	padding: 10px 0;
	line-height: 1.4;
	font-size: 11px;
	font-family: Tahoma, Sans-Serif;
}
#info_meta2 .lcol {
	width: 75px;
	display: block;
	float: left;
}
#info_meta2 .rcol {
	width: 75px;
	display: block;
	float: right;
	text-align: right;
}
.post-ratings {
	border-bottom: 1px solid #444;
	padding-bottom: 10px;
}
.post-ratings strong {
	color: #fff;
	padding-left: 7px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
}
#tabcontent {
	width: 980px;
	height: 180px;
	background: url(images/single_tabcontent_back.png) 0 0 no-repeat;
	position: relative;
}
#tabcontent .content {
	position: absolute;
	top: 46px;
	left: 21px;
	width: 665px;
	height: 119px;
	background-color: #181818;
	padding: 10px 12px 0 10px;
	overflow: scroll;
}
#tabcontent .content p {
	font-size: 12px;
	margin-bottom: 1em;
	color: #707070;
	line-height: 1.35;
}
#tabcontent .content p {
	font-size: 12px;
	margin-bottom: 1em;
	color: #999999;
	line-height: 1.35;
}
#tabcontent .content em {
	font-size: 15px;
	margin-bottom: 1em;
	color: #999999;
	line-height: 1.35;
	font-weight: bold;
}
#stv_tabs {
	position: absolute;
	top: 19px;
	left: 22px;
}
#tabcontent #stv_tabs a {
	text-decoration: none;
	color: #a8a8a8;
	padding: 5px 8px !important;
	float: left;
	display: block;
}	
#tabcontent #stv_tabs a.active {
	text-decoration: none;
	color: #fff000;
	background-color: #1b1b1b;
}
#tabcontent #stv_tabs a:hover {
   text-decoration: none;
color: #fff;
}
.stv_tab {
	display: none;
}

.alignright {
	float: left;
	margin: 0 10px 15px 0px;
	border: 0 none;
}
#linklist {
	position: absolute;
	top: 85px;
	left: 745px;
	width: 215px;
}
#linklist ul {
	width: 215px;
}
#linklist li {
	display: block;
	float: left;
	width: 215px;
}
#linklist a {
	padding-left: 35px;
	color: #8a8a8a;
	font-size: 12px;
	line-height: 1.7;
	text-decoration: none;
	display: block;
}
#linklist a:hover {
	color: #fff;
}
#linklist a.de { background: transparent url(images/icon_link_de.png) 0 50% no-repeat; }
#linklist a.tv { background: transparent url(images/icon_link_tv.png) 0 50% no-repeat; }
#linklist a.info { background: transparent url(images/icon_link_info.png) 0 50% no-repeat; }
#linklist a.biz { background: transparent url(images/icon_link_biz.png) 0 50% no-repeat; }
#linklist a.org { background: transparent url(images/icon_link_org.png) 0 50% no-repeat; }
#linklist a.external { background: transparent url(images/icon_link_external.png) 0 50% no-repeat; }
/* END CATEGORY TAGLIST /*
/* --------------------------------------------- */
/* SINGLE SUBCONTENT */
#single_subcontent {
	background-color: #363636;
	position: relative;
	padding-top: 20px;
	padding-bottom: 50px;
}
#comments_wrap {
	width: 700px;
	margin-left: 15px;
	background: transparent url(images/comments_wrap_center_back.png) 0 0 repeat-y;
	position: relative;
}
#vh_bottom {
	background: transparent url(images/comments_wrap_bottom_back.png) 0 0 no-repeat;
	height: 25px;
}
#vh_top {
	background: transparent url(images/comments_wrap_top_back.png) 0 0 no-repeat;
	height: 5px;
}
#comment_content {
	width: 480px;
	padding: 0 10px 10px 10px;
	min-height: 320px;
	margin-left: 5px;
}
#comment_content p {
	font-size: 12px;
	color: #AAA;
}
*html #comment_content {
	height: 640px;
}
#comment_content button{
	font-size: 12px;
	padding: 5px 10px;
	background-color: #1F96D0;
	color: #fff;
	border: 0 none;
	cursor: pointer;
}
#commentlist {
	margin-bottom: 10px;
	width: 480px;
}
#commentlist li {
	margin-bottom: 5px;
	line-height: 1.4;
	padding: 10px;
	background-color: #232323;
	color: #8f8f8f;
}
#commentlist li.odd {
	background-color: #2c2c2c;
}
#commentlist li a {
	font-weight: bold;
	color: #fff000;
	text-decoration: none;
}
#commentlist li a:hover {
	color: #fff000;
	text-decoration: underline;
}
h2#comments {
	margin-bottom: 10px;
	color: #777777;
	font-size: 12px;
	line-height: 2;
}
h2#postcomment {
	margin-bottom: 10px;
	color: #fff000;
	font-size: 12px;
	line-height: 2;
}
#author, #email, #url, #comment {
	background-color: #333;
	border: 1px solid #2c2c2c;
	color: #fff;
	width: 226px;
	padding: 2px;
}
#comment {
	width: 475px;
	height: 135px;
	background-color: #333;
	color: #fff;
	margin-bottom: 12px;
}
.kommentar-info {
	margin-bottom: 6px;
	font-size: 11px;
	display: block;
	color: #666666;
	font-style: normal;
}
label {
	line-height: 1.4;
	color: #666;
}
.logged_in {
	color: #777777;
	margin-bottom: 11px;
}
.logged_in a {
	margin-bottom: 11px;
	color: #ddd;
	text-decoration: none;
}
.logged_in a:hover {
	text-decoration: underline;
}
small {
	font-size: 9px;
}
#google_ads {
	position: absolute;
	left: 532px;
	top: 82px;
}
#banners {
	position: absolute;
	left: 747px;
	top: 30px;
	width: 200px;
}
#banners h3 {
	color: #999;
	margin-bottom: 20px;
}
#banners a {
	display: block;
	margin-bottom: 5px;
}
/* END SINGLE SUBCONTENT /*
/* --------------------------------------------- */
/* PAGE*/

#page {
	width: 980px;
	position: relative;
	background: #363636 url(images/page_content_back.png) 0 0 no-repeat;
	min-height: 500px;
}
#page h1 {
	line-height: 90px;
	font-size: 36px;
	color: #505050;
	padding: 0 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

#page #content_wrap {
	width: 700px;
	margin-left: 15px;
	background: transparent url(images/comments_wrap_center_back.png) 0 0 repeat-y;
	position: relative;
	border-bottom: 20px solid #363636;
}
#page_content {
	padding: 20px 25px;
}
#page_content h2 {
	font-size: 24px;
	color: #888;
	line-height: 1.3;
	margin-bottom: 1em;
}
#page_content p {
	font-size: 12px;
	color: #888;
	line-height: 1.35;
	margin-bottom: 1em;
}
#page_content ul {
	margin-bottom: 1em;
	list-style: disc;
	padding-left: 30px;
}
#page_content li {
	font-size: 12px;
	color: #555;
	line-height: 1.35;
}
#page_content a {
	font-weight: bold;
	color: #3A6DAE;
	text-decoration: none;
}
#page_content a:hover {
	color: #fff;
}
#page_content .floatbox {
	width: 300px;
	float: left;
	height: 280px;
	position: relative;
	margin: 20px 25px 20px 0;
}
#page_content .floatbox h3 {
	font-size: 18px;
	color: #888;
	font-weight: bold;
	margin-bottom: 10px;
}
#page_content .floatbox h3 strong {
	color: #fff000;
	line-height: 28px;
}
#page_content .floatbox a {
	position: absolute;
	bottom: 0;
}
/* END PAGE /*












/********************************************************************************************* 

12. Footer  -------------------------  footer.php

*********************************************************************************************/   
#footer {
	padding:0px 0px 15px;
	width:980px;
	margin: 0 auto 20px auto;
	background: transparent url(images/footer_back_new.jpg) 0 0 no-repeat;
	height: 150px;
}
	
	#linkwidget {
	float:left;
	text-align:left;
	display: block;
	}
	
	#linkwidget span {
	color:#9f9f9f;
	font-size:12px;
	font-family:Arial;
	font-style:normal;
 	}
	
	#linkwidget ul {
 	width:100%;
 	color:#494949;
	font-size:12px;
	}
	
	#linkwidget li {
	padding:0 0 4px 10px;
	margin:0 15px 3px 0;
	width:40%;
	float:left;
	text-align:left;
	}
	
		#linkwidget li {
	padding:0 0 4px 10px;
	margin:0 15px 3px 0;
	width:40%;
	float:left;
	text-align:left;
	}
	
		#linkwidget li strong {
	color: #FFF000;
	}



	#linkwidget li a {
	color:#444444;
	font-size:12px;
	text-decoration: none;
	}
	
	#linkwidget li a strong {
	color:#666;
	font-size:12px;
	font-weight: normal;
	}
	
	#linkwidget li a:hover {
	color:#666;
	}
	
	#linkwidget li a:hover strong {
	color:#aaa;
	}
	
	
	
 	#footer .hr {
	clear:both;
	background:#d3d5d7;
	border-bottom:1px solid #fff;
	height:1px;
	float:left;
	width:100%;
	margin:12px 0 7px 0;
	}
	
 	#footer a {
	color: #666;
	}
	
 	#copyright {
	float:left;
	width:500px;
	font-size:10px;
	font-weight:bold;
	color:#49637D;
	}
	
	#designed {
	float:right;
	width:245px;
	font-size:10px;
	font-weight:bold;
	color:#6c6666;
	text-align: right;	 
	}
	
	
	
	#portalnav_footer {
	padding: 20px 0 0 8px;
	display: block;
	float: left;
	width: 972px;
}
#portalnav_footer li {
	float: left;
	height: 10px;
	display: block;
	width: 100%;
}
#portalnav_footer li a {
	float: left;
	height: 10px;
	display: block;
}
#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: 9px;
	color: #444444;
	padding: 35px 0 0 15px;
	font-family: "Tahoma", Arial;
}
#copy strong{
	color: #555555;
	font-weight: normal;
}
#imprint {
	width: 200px;
	float: right;
	font-size: 10px;
	color: #505050;
	text-align: right;
	padding: 35px 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 */
.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 */