/*
Theme Name: supersportler.biz
Theme URI: http://www.supersportler.biz
Description: Theme für supersportler.biz
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: #555555;
	background: #000;
	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;
}
/* 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;
	background-color: #232323;
}
/* 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: 35px;
}
#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: #555;
	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: #D4A318;
	font-weight: bold;
	background-color: #000;
	cursor: default;
}
#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: #CCC;
}
#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: 16px;
	font-weight: bold;
	color: #777777;
	background-color: transparent;
	padding: 0 14px;
	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: #CCC;
}
#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 */
/* --------------------------------------------- */
/* CONTENT WRAP */
#content_wrap {
	width: 760px;
	float: left;
}
/* END CONTENT WRAP */
/* --------------------------------------------- */
/* INDEX */

#index {
	width: 980px;
	position: relative;
	background: #232323 url(images/index_back.png) 760px 0 repeat-y;
}
/* END INDEX */
/* --------------------------------------------- */
/* INDEX TEASER */
#index_teaser {
	width: 760px;
	height: 318px;
	position: relative;
	background: transparent url(images/index_teaser_back.png) 0 0 no-repeat;
}
#index_featured {
	width: 540px;
	height: 314px;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	overflow: hidden;
}
#innerfade {
	position: relative;
	width: 540px;
	height: 340px;
}
#innerfade .dl {
	width: 540px;
	height: 314px;
	display: block;
	position: relative;
}
#innerfade h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.3;
	padding: 0px 0 10px 10px;
	float: left;
}
#innerfade p {
	padding: 5px 0 9px 10px;
	font-size: 12px;
	line-height: 1.3;
	color: #999;
	float: left;
}
#innerfade .dt {
	position: absolute;
	top: 280px;
	left: 0;
	width: 540px;
}
#infotext {
	position: absolute;
	top: 45px;
	left: 560px;
	width: 190px;
	height: 310px;
}
#infotext h3 {
	color: #D4A318;
	line-height: 1.35;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 1em;
}
#infotext p {
	line-height: 1.15;
	font-size: 17px;
	color: #7F7F7F;
	margin-bottom: 30px;
}
#infotext p strong {
	line-height: 1.25;
	color: #C3C3C3;
	font-weight: normal;
}
#infotext a {
	font-size: 12px;
	color: #4171AF;
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 290px:
}
#infotext a:hover {
	color: #fff;
}
/* END INDEX TEASER */
/* --------------------------------------------- */
/* INDEX CATNAV */
#index_catnav {
	width: 725px;
	padding-left: 35px;
	height: 156px;
	position: relative;
	background: #BE9C28 url(images/index_catnav_back.jpg) 0 0 no-repeat;
}
#index_catnav .navblock {
	width: 115px;
	float: left;
	padding: 10px 15px;
}
#index_catnav .navblock h2 a {
	text-transform: uppercase;
	color: #B3A25E;
	font-size: 24px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#index_catnav .navblock h2 a:hover {
	color: #E2D195;
}
#index_catnav .navblock li {
	color: #E2D195;
	font-size: 14px;
	line-height: 1.25;
}
#index_catnav .navblock li a {
	color: #E2D195;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.25;
}
#index_catnav .navblock li a:hover {
	color: #fff;
}
/* END INDEX CATNAV */
/* --------------------------------------------- */
/* NEW ENTRIES */
#new_entries {
	height: 670px;
	width: 730px;
	padding: 10px 0 0 30px;
	background: #ddd url(images/index_new_entries_back.png) 0 0 no-repeat;
}
#new_entries .item {
	width: 220px;
	height: 204px;
	padding: 5px;
	background: transparent url(images/index_new_entry_item_back.png) 0 0 no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	position: relative;
}
#new_entries .item h1 {
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	color: #555555;
	text-transform: none;
	padding: 7px 7px 0 7px;
}
#new_entries .item h2 {
	font-size: 11px;
	font-weight: normal;
	color: #C19F2A;
	padding: 0 7px;
}
#new_entries .item a {
	position: absolute;
	top: 50px;
	right: 5px;
}
#new_entries .item a.permalink {
	position: absolute;
	top: 190px;
	right: 13px;
	font-size: 11px;
	font-weight: bold;
	color: #3383B6;
	text-decoration: none;
}
#new_entries .item a.permalink:hover {
	text-decoration: underline;
}
/* END NEW ENTRIES */
/* --------------------------------------------- */
/* CATEGORY */
#category {
	width: 980px;
	position: relative;
	background: #232323 url(images/index_back.png) 760px 0 repeat-y;
}
.category_pagenavi {
	width: 760px;
	height: 35px;
	background: transparent url(images/category_pagenavi_top_back.png) 0 0 no-repeat;
	position: relative;
}
.category_pagenavi.bottom {
	width: 760px;
	height: 35px;
	background: transparent url(images/category_pagenavi_bottom_back.png) 0 0 no-repeat;
	position: relative;
}
#breadcrumb {
	line-height: 35px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-left: 15px;
}
#breadcrumb a, #breadcrumb strong {
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #D4A318;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #ffffff;
}
/* END CATEGORY */
/* CAT TOGGLER */
#toggler_button {
	height: 24px;
	background-color: #D4A318;
	width: 760px;
	position: relative;
}
#toggler_button a {
	height: 18px;
	line-height: 18px;
	width: 120px;
	background-color: #907816;
	color: #DBCB9F;
	position: absolute;
	bottom: 0;
	left: 38px;
	padding-left: 10px;
	text-decoration: none;
}
/* END CAT TOGGLER */
/* --------------------------------------------- */
/* ENTRIES LIST */
#entries_list .item {
	width: 760px;
	height: 160px;
	background: transparent url(images/category_entries_list_item_back.jpg) 0 0 no-repeat;
	float: left;
	position: relative;
}
#entries_list .anbieter_logo {
	border: 1px solid #fff;
	position: absolute;
	top: 25px;
	left: 25px;
}
#entries_list .info {
	width: 230px;
	height: 110px;
	position: absolute;
	top: 25px;
	left: 160px;
}
#entries_list .imglink {
	position: absolute;
	top: 16px;
	left: 400px;
}
#entries_list .item h1 {
	font-size: 15px;
	font-weight: bold;
	color: #3b3b3b;
	text-transform: normal;
	padding: 0;
}
#entries_list .item h2 {
	font-size: 11px;
	font-weight: bold;
	color: #C19F2A;
	padding: 0;
	margin-bottom: 10px;
}
#entries_list .item p {
	color: #777;
	font-size: 12px;
	line-height: 1.20;
}
#entries_list .item a.permalink {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	font-weight: bold;
	color: #3383B6;
	text-decoration: none;
}
#entries_list .item a.permalink:hover {
	text-decoration: underline;
}
#entries_list .external_links {
	width: 89px;
	position: absolute;
	left: 641px;
	top: 17px;
}
#entries_list .external_links li {
	width: 89px;
	float: left;
}
#entries_list .external_links a {
	width: 84px;
	line-height: 17px;
	display: block;
	float: left;
	padding-left: 5px;
	color: #4A9ABC;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 2px;
}
#entries_list .external_links a:hover {
	background: transparent url(images/external_links_back.gif) 0 0 no-repeat;
	color: #fff;
}
/* END ENTRIES LIST */
/* --------------------------------------------- */
/* SINGLE */
#single {
	width: 980px;
	position: relative;
	background: #232323 url(images/index_back.png) 760px 0 repeat-y;
}
/* END SINGLE */
/* SINGLE TEASER */
#single_teaser {
	width: 760px;
	height: 365px;
	background: transparent url(images/single_teaser_back.png) 0 0 no-repeat;
	position: relative;
}
#single_teaser #bigimage {
	position: absolute;
	left: 0;
	bottom: 5px;
}
#single_teaser .anbieter_logo {
	position: absolute;
	left: 592px;
	top: 70px;
	border: 1px solid #999;
}
#single_teaser #address {
	position: absolute;
	left: 560px;
	top: 235px;
	font-size: 12px;
	color: #888;
}
#single_teaser h1 {
	display: block;
	margin-bottom: 1em;
	font-weight: normal;
	position: absolute;
	top: 16px;
	left: 15px;
	color: #fff;
	font-size: 22px;
}
#single_teaser #address h2 {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
#single_teaser #address p {
	line-height: 1.35;
}
/* END SINGLE TEASER */
/* --------------------------------------------- */
/* SINGLE CONTENT */
#single_content {
	width: 760px;
	position: relative;
}
#anbieter_links {
	position: absolute;
	left: 560px;
	top: 50px;
	width: 200px;
	z-index: 2000;
}
#anbieter_links p {
	font-size: 12px;
	line-height: 1.35;
	margin-bottom: 1em;
	color: #777;
}
#anbieter_links p a {
	line-height: 1.35;
	margin-bottom: 1em;
	color: #0E8DCA;
	font-weight: bold;
	text-decoration: none;
}
#anbieter_links p a:hover {
	text-decoration: underline;
}
/* END SINGLE CONTENT */
/* --------------------------------------------- */
/* TABS */
#tabcontent {
	width: 760px;
	min-height: 195px;
	background: #fff url(images/single_tabcontent_back.png) 0 0 no-repeat;
	position: relative;
}
*html #tabcontent {
	height: 195px;
}
#tabcontent .content {
	width: 490px;
	min-height: 130px;
	padding: 55px 12px 15px 25px;
}
*html #tabcontent .content {
	height: 130px;
}
#tabcontent .content p {
	font-size: 12px;
	margin-bottom: 1em;
	color: #666666;
	line-height: 1.35;
}
#tabcontent .content a:link, a:visited {
	color: #0E8DCA;
	text-decoration: none;
}
#tabcontent .content p strong {
	color: #000;
	font-size: 12px;
}
#tabcontent .content p {
	font-size: 12px;
	margin-bottom: 1em;
	color: #666;
	line-height: 1.35;
}
#tabcontent .content p b {
	color: #444;
}
#tabcontent .content em {
	color: #555;
	font-style: italic;
	font-weight: bold;
}
#stv_tabs {
	position: absolute;
	top: 8px;
	left: 15px;
}
#tabcontent #stv_tabs a {
	text-decoration: none;
	color: #fff;
	padding: 0 15px;
	line-height: 22px;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-right: 2px;
	background: #C4A437 url(images/stv_tabs_back.png) 0 0 repeat-x;
}	
#tabcontent #stv_tabs a.active {
	text-decoration: none;
	background-color: #fff;
	color: #C4A437;
	background-image: none;
}
#tabcontent #stv_tabs a:hover.active {
	color: #C4A437;
	cursor: default;
	background-image: none;
}
#tabcontent #stv_tabs a:hover {
	text-decoration: none;
	background-image: none;
	color: #fff;
}
.stv_tab {
	display: none;
}
/* END TABS */
/* --------------------------------------------- */
/* SHOWROOM HTML */
dd img {
	display: block;
}
#showroom_html {
	width: 760px;
	position: relative;
	background: #800d0d url(images/showroom_html_back.png) 0 0 no-repeat;
	min-height: 200px;
}
*html #showroom_html {
	height: 200px;
}
#showroom_html .lcol {
	width: 520px;
	float: left;
	margin-top: 32px;
	padding: 18px 0 20px 20px;
	background-color: #fff;
}
#showroom_html .lcol dl {
	width: 240px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#showroom_html .lcol dt {
	background-color: #F1F1F1;
	color: #555;
	font-size: 11px;
	padding: 8px 5px;
	font-weight: normal;
	min-height: 24px;
}
#showroom_html .lcol dt b {
	color: #333333;
}
#showroom_html .rcol {
	width: 170px;
	float: right;
	padding: 180px 25px 25px 25px;
}
#showroom_html .rcol a {
	color: #FFACAB;
	line-height: 1.7;
    text-decoration: none;
}
#showroom_html .rcol a b {
	color: #FFF;
}
#showroom_html .rcol a:hover {
	color: #fff;
}
/* END SHOWROOM HTML */
/* --------------------------------------------- */
/* VIDEOCOMMUNITY HTML */
#videocommunity_html {
	width: 760px;
	position: relative;
	background: transparent url(images/videocommunity_back2.png) 0 0 repeat-y;
}
#video_wrap {
	background: transparent url(images/videocommunity_back.png) 0 0 no-repeat;
	width: 760px;
	position: relative;
	min-height: 220px;
}
*html #video_wrap {
	height: 220px;
}
#videocommunity_html .lcol {
	width: 520px;
	float: left;
	margin-top: 32px;
	padding: 23px 0 15px 20px;
}
#videocommunity_html .lcol dl {
	width: 150px;
	background-color: #212121;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
	padding: 4px;
}
#videocommunity_html .lcol dt {
	background-color: #212121;
	color: #FFF000;
	font-size: 12px;
	padding: 4px;
	height: 40px;
	font-size: 11px;
	line-height: 1.2;
}
#videocommunity_html .rcol {
	width: 170px;
	float: right;
	padding: 180px 25px 25px 25px;
}
#videocommunity_html .rcol a {
	color: #8e8e8e;
	line-height: 1.7;
}
#videocommunity_html .rcol a:hover {
	color: #fff;
}
/* END VIDEOCOMMUNITY HTML */
/* --------------------------------------------- */
/* PAGE */
#page {
	width: 980px;
	position: relative;
	background: #232323 url(images/index_back.png) 760px 0 repeat-y;
}
#page #content_wrap {
	background-color: #ddd;
}
#page_visual {
	border-top: 4px solid #D4A318;
}
#alphalist {
	padding: 25px;
	min-height: 200px;
	width: 700px;
}
*html #alphalist {
	height: 200px;
}
#alphalist h2 {
	font-size: 28px;
	font-weight: bold;
	background-color: #C79D25;
	color: #ffffff;
	padding: 4px;
	margin: 15px 0 5px 0;
	display: block;
	width: 692px;
	float: left;
}
#alphalist h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0 2px 0;
}
.abc-list {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #ddd;
}
.abc-list li {
	display: block;
	float: left;
	width: 220px;
	background-color: #ddd;
	margin-right: 10px;
}
.abc-list li.abc-odd {
	background-color: #eee;
}
.abc-list li.abc-even {
	background-color: #eaeaea;
}
.abc-list li a {
	text-decoration: none;
	color: #4171AF;
	font-weight: normal;
	display: block;
	padding: 4px;
	font-size: 14px;
	float: left;
	width: 192px;
}
.abc-list li a:hover {
	background-color: #4171AF;
	color: #fff;
	font-weight: bold;
}
#show_channels {
	margin-bottom: 20px;
}
#show_channels li {
	float: left;
	display: block;
}
#show_channels li a {
	display: block;
	float: left;
	margin-right: 15px;
	text-decoration: none;
	color: #4171AF;
	font-size: 15px;
	font-weight: bold;
}
#show_channels li a:hover, #show_channels li a.active {
	color: #fff;
}
#motive_list {
	padding: 23px 0 23px 23px;
}
.motivlink {
	float: left;
	margin: 0 23px 23px 0;
	border: 1px solid #fff;
}
#marken_list {
	padding: 23px 0 23px 23px;
}
.markenlink {
	float: left;
	margin: 0 9px 9px 0;
	border: 1px solid #999;
}
/* END PAGE */
/* --------------------------------------------- */
/* PAGE CONTENT */
#page_content {
	padding: 25px;
	min-height: 250px;
}
*html #page_content {
	height: 250px;
}
#page_content p {
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.3;
}
#page_content h1 {
	color: #444;
	font-size: 28px;
	margin-bottom: 1em;
	line-height: 1.2;
	font-weight: normal;
}
#page_content h2 {
	color: #444;
	font-size: 16px;
	margin-bottom: 1em;
	line-height: 1.2;
	font-weight: bold;
}
#page_content a {
	color: #4171AF;
}
#page_content strong {
	color: #222;
}
#page_content a:hover {
	color: #000;
}
/* END PAGE CONTENT */
/* --------------------------------------------- */
/* TAG CLOUD */
#taglist {
	width: 760px;
	height: 205px;
	position: relative;
	min-height: 250px;
}
*html #taglist {
	height: 250px;
}
.tag_cloud {
	padding: 25px;
	width: 710px;
	text-align: center;
}
.tag_cloud a {
	text-decoration: none;
	padding: 5px;
	color: #5e5e5e;	
}
.tag_cloud a:hover {
	color: #fd3;
}
/* END TAG CLOUD */
/* --------------------------------------------- */
/* SIDEBAR */
#sidebar {
	float: right;
	width: 220px;
	position: relative;
}
#sidebar #top {
	float: right;
	height: 200px;
	width: 220px;
	background: #232323 url(images/sidebar_top_back.png) 0 0 no-repeat;
	margin-bottom: 20px;
}
#sidebar h1 {
	position: absolute;
	left: 25px;
	top: 25px;
	font-size: 30px;
	font-weight: normal;
	background-color: transparent;
	color: #5b5b5b;
	text-transform: uppercase;
}
#sidebar h1 span {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -0.08em;
}
#searchform {
	position: absolute;
	top: 162px;
	left: 26px;
	width: 173px;
}
#searchform #s {
	border: 0 none;
	padding: 0;
	font-size: 12px;
	padding: 7px 5px;
	margin: 0;
	font-weight: bold;
	background-color: transparent;
	color: #4171af;
	float: left;
	width: 136px;
}
#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;
}
#browserlist {
	margin: 0 20px;
}
#browserlist ul {
	width: 180px;
	background: transparent url(images/browserlist_trenner.gif) 0 0 no-repeat;
	float: left;
}
#browserlist ul li {
	width: 180px;
	float: left;
}
#browserlist ul li a {
	color: #4171AF;
	width: 180px;
	background: transparent url(images/browserlist_trenner.gif) 0 100% no-repeat;
	line-height: 30px;
	float: left;
	display: block;
	text-decoration: none;
	font-size: 16px;
}
#browserlist ul li a:hover {
	color: #fff;
}
/* END SIDEBAR */
/* --------------------------------------------- */




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

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: #D4A318;
	}



	#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 */