*{
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-image: url(bilder/layout/bg.gif);
	background-position: top center;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:underline;
	color: #444;
}

a:hover {
	text-decoration:none;
	color: #000;
}

/* Top start */

#top {
	width: 100%;
	height: 126px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: auto;
	right: auto;
	bottom: auto;
}

#header {
	width: 930px;
	height: 167px;
	padding: 0;
	margin: 0 auto;
	background-image: url(bilder/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

#headerempty {
	width: 930px;
	height: 140px;
	padding: 0;
	margin: 0;
}

#likeline {
	padding: 5px 5px 0 0;
	margin: 0;
	float: left;
}

#buttonline {
	padding: 2px 0 0 6px;
	margin: 0;
	float: right;
}

#navline {
	width: 830px;
	padding: 0 5px 0 5px;
	margin: 0 auto;
	line-height: 26px;
	font-size: 11px;
	text-align: right;
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
	z-index: 1;
	clear: both;
}

#navline ul {
	list-style:none;
	margin:0;
	padding: 0;
}

#navline ul li {
	text-align: left;
	display:inline;
	padding: 0 2px 0 2px;
	margin: 0;
}

#navline ul li a,
#navline ul li a.bookmark {
	margin: 0;
	padding: 1px 1px 1px 17px;
	text-decoration: underline;
	color: #777;
	font-weight: bold;
	background-image: url(bilder/layout/bullet_go_off.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navline ul li  a:hover,
#navline ul li  a:hover.bookmark {
	margin: 0;
	padding: 1px 1px 1px 17px;
	text-decoration: none;
	color: #222;
	font-weight: bold;
	background-image: url(bilder/layout/bullet_go.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navline ul li a.bookmark {
	background-image: url(bilder/layout/star_off.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navline ul li  a:hover.bookmark {
	background-image: url(bilder/layout/star.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Top ende */

#middle{
	width: 930px;
	padding: 173px 0 0 0;
	margin: 0 auto;
	text-align: left;
	background-image: url(bilder/layout/bg_content.png);
	background-repeat: repeat-y;
	background-position: top center;
	z-index: 0;
}

#content {
	width: 840px;
	padding: 25px 45px 0 45px;
	margin: 0;
}

#left {
	width: 529px;
	padding: 0;
	padding-right: 10px;
	margin: 0;
	float: left;
}

#sidebar {
	width: 300px;
	padding: 5px 0 5px 0;
	margin: 0;
	float: right;
}

#sidebar h2 {
	font-size: 14px;
	text-align: left;
	padding: 0 0 10px 10px;
	margin: 0;
	border: 0;
	color: #2A8FE5;
	background-image: url(bilder/layout/nav_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 20px;
	line-height: 20px;
}

#sidebar h2 a:link,
#sidebar h2 a:visited,
#sidebar h2 a:hover,
#sidebar h2 a:active {
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
	color: #2A8FE5;
	text-decoration: none;
}

#sidebar h3 {
	font-size: 14px;
	text-align: left;
	padding: 0 0 0 6px;
	margin: 0;
	border: 0;
	color: #2A8FE5;
	line-height: 20px;
}

#sidebar a:link,
#sidebar a:visited {
	text-decoration: underline;
	font-size: 16px;
}

#sidebar a:hover,
#sidebar a:active {
	text-decoration: none;
	font-size: 16px;
}

#sidebar ul {
	list-style:none;
	padding: 0;
}

#sidebar ul li {
	padding: 0;
	margin: 0;
}

#sidebar ul ul {
	padding: 0 0 10px 0;
	margin: 0 0 8px 0;
	border: 0;
	border-top: 0px solid #fff;
	background-image: url(bilder/layout/nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#sidebar ul ul li{
	padding: 0;
	margin: 0;
	border-bottom: 0px solid #fff;
}

#sidebar ul ul li a:link,
#sidebar ul ul li a:visited{
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size: 14px;
	display:block;
	line-height: 20px;
	background-image: url(bilder/layout/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#sidebar ul ul li a:hover,
#sidebar ul ul li a:active,
#sidebar ul ul li a.active {
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size: 14px;
	display:block;
	line-height: 20px;
	color: #fff;
	background-image: url(bilder/layout/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	font-weight: bold;
	text-shadow: #000 1px 1px 5px;
}

#sidebar ul.toplist {
	list-style:none;
	padding: 0 0 10px 6px;
}

#sidebar ul.toplist li{
	padding: 0;
	margin: 0;
}

#sidebar ul.toplist li.yourlink {
	padding: 0;
	margin: 0;
	text-align: right;
}

#sidebar ul.toplist li a:link,
#sidebar ul.toplist li a:visited{
	margin: 0;
	padding: 1px 1px 1px 17px;
	text-decoration: underline;
	color: #777;
	font-weight: bold;
	background-image: url(bilder/layout/bullet_go_off.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 11px;
}

#sidebar ul.toplist li a:hover,
#sidebar ul.toplist li a:active {
	margin: 0;
	padding: 1px 1px 1px 17px;
	text-decoration: none;
	color: #222;
	font-weight: bold;
	background-image: url(bilder/layout/bullet_go.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 11px;
}

#sidebar ul.toplist li.yourlink a:link,
#sidebar ul.toplist li.yourlink a:visited{
	margin: 0;
	padding: 1px 5px 1px 0;
	text-decoration: underline;
	color: #777;
	font-size: 11px;
	background-image: none;
	font-weight: normal;
}

#sidebar ul.toplist li.yourlink a:hover,
#sidebar ul.toplist li.yourlink a:active {
	margin: 0;
	padding: 1px 5px 1px 0;
	text-decoration: none;
	color: #222;
	font-size: 11px;
	background-image: none;
	font-weight: normal;
}

.sidebar-left {
	width: 144px;
	float: left;
	padding: 0 5px 0 0;
	border-right: 1px dotted #ccc;
}

.sidebar-right {
	width: 145px;
	float: right;
	padding: 0 0 0 5px;
}

#partnerlogos {
	width: 840px;
	padding: 5px 0 12px 0;
	margin: 0 45px 0 45px;
	text-align: center;
	border-top: 1px dotted #ccc;
	background-color: #fff;
	background-image: url(bilder/layout/borderline.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#partnerlogos img {
	margin: 0 5px 0 5px;
}

.clear {	
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	height: 0px;
	width: 0px;
}

#footer {
	width: 930px;
	height: 110px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	font-size: 11px;
	color: #777;
	clear: both;
	background-image: url(bilder/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	text-decoration:underline;
	color: #777;
	font-size: 11px;
}

#footer a:hover {
	text-decoration:none;
	color: #777;
	font-size: 11px;
}

#footercontent {
	padding: 20px 0 0 0;
	margin: 0;
	text-align: center;
}

#footercontent h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #777;
}

ul.listbox,
ul.listbox2 {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}

ul.listbox3 {
	margin: 0;
	padding: 0 0 10px 0;
	list-style:none;
	clear: both;
}

ul.listbox2 li,
ul.listbox3 li {
	margin: 0;
	padding: 0 0 5px 0;
	clear: both;
}

ul.listbox3 li img.thumb {
	margin: 0 10px 10px 10px;
	padding: 0;
	float: left;
	border: 1px solid #777;
}

.textbox{
	padding: 0 0 5px 0;
	margin: 0;
	text-align: justify;
}

.centerbox {
	text-align: center;
	padding: 10px 0 10px 0;
	clear: both;
}

.rightbox {
	text-align: right;
	padding: 10px 0 10px 0;
	clear: both;
}

p.msgbox{
	background-color: #FEFFC8;
	border: 1px solid #cecece;
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
}

p.shareline {
	text-align: right;
	padding: 5px 0 0 0;
	margin: 0;
}

h1, h2, h3, h4  {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	color: #2A8FE5;
}

h5, h6, h7  {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	color: #2A8FE5;
}

hr {
	border: 0px;
	border-top: 1px;
	border-top-color: #ccc;
	border-style: dotted;
	height: 0;
	padding: 0 0 5px 0;
	clear: both;
}

.small {
	font-size: 11px;
}

.red {
	color: #ff0000;
}
.green {
	color: #008800;
}

.big {
	font-size: 16px;
	color: #222;
}

img.top {
	vertical-align: top;
}

/* eingabefelder */
textarea,
input {
	font-family: Arial, Helvetica, sans-serif;
}

input {
	background-color: #fafafa;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 5px;
	margin: 0 0 10px 0;
	background-image: url(bilder/layout/textbox_shaddow.png);
	background-repeat: no-repeat;
	background-position: top left;
}

input.noborder{
	color: #333;
	background-color: #FFFFFF;
	border: 0px solid #222222;
	font-size: 12px;
}

input.knopf{
	background-color: #efefef;
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
	width: 120px;
	background-image: none;
}

textarea {
	background-color: #fafafa;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 5px;
	width: 500px;
	margin: 0 0 10px 0;
	background-image: url(bilder/layout/textbox_shaddow.png);
	background-repeat: no-repeat;
	background-position: top left;
}

select {
	background-color: #fafafa;
	border: 1px solid #cecece;
	font-size: 14px;
	padding: 5px;
	margin: 0 0 10px 0;
}

.h_feld {
	margin: 0;
	padding: 0;
	display: none;
}

/* Werbeblocks */

.block125 {
	padding: 10px;
	margin: 0 0 5px 5px;
	text-align: center;
	background-image: url(bilder/misc/bg_block125.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}

.block125_noad {
	padding: 10px;
	margin: 0 0 5px 5px;
	text-align: center;
	background-image: url(bilder/misc/bg_block125_noad.gif);
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}

/* news */
.newsbox {
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px;
	border-color: #777;
	border-style: dotted;
	background-color: #fafafa;
}

.newstop {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 17px;
}
.newstext {
	margin: 0;
	padding: 0;
}

.newstext a.readall,
.newstext a.readall:link,
.newstext a.readall:active,
.newstext a.readall:visited {
	text-decoration:underline;
	color: #2A8FE5;
	font-weight: bold;
}

.newstext a.readall:hover {
	text-decoration:none;
	color: #444;
	font-weight: bold;
}

.newsbox2 {
	margin: 0;
	padding: 5px;
	border: 0px;
	background-image: url(bilder/layout/bg_newssmall.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: both;
}

.newstop2 {
	margin: 0;
	padding: 0 0 0 12px;
	color: #444;
	font-size: 11px;
}

/* videos */

h3.video {
	margin: 20px 0 0 0;
	padding: 0 0 0 19px;
	background-image: url(bilder/misc/folder_camera.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	border: 0px;
	border-bottom: 1px;
	border-color: #ccc;
	border-style: dotted;
	font-size: 18px;
}
h3.video a {
	color: #2A8FE5;
	text-decoration:none;
}
h3.video a:hover {
	text-decoration:underline;
}
.videobox {
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}
.videobox2 {
	margin: 0;
	padding: 0;
	width: 132px;
	height: 135px;
	overflow: hidden;
	position: relative;
	float: left;
}
.videobox3 {
	margin: 2px 0 0 0;
	padding: 0;
	width: 132px;
	height: 88px;
	overflow: hidden;
	position: relative;
	left: 69px;
}
.videothumb {
	padding: 5px;
	margin: 0;
	width: 100px;
	height: 75px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.videothumbnail {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100px;
	height: 75px;
}
.roundcorner,
.roundcorner2 {
	position: absolute;
	z-index: 2;
	top: 6px;
	left: 6px;
	width: 100px;
	height: 75px;
}
.roundcorner img,
.roundcorner2 img{
	margin: 0;
	padding: 0;
	width: 100px;
	height: 75px;
}
.roundcorner:hover{
	position: absolute;
	z-index: 2;
	top: 6px;
	left: 6px;
	width: 100px;
	height: 75px;
	background-image: url(bilder/misc/play.png);
	background-repeat: no-repeat;
	background-position: 38px 25px;
}
.videolink {
	padding: 5px;
	margin: 0;
	font-size: 11px;
	top: 85px;
	left: 0;
	position: absolute;
	z-index: 3;
}
.videolink  a {
	text-decoration:none;
}
.videolink  a:hover {
	text-decoration:underline;
}
#prevnext ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}
#prevnext ul li {
	float:left;
	text-align:center;
	display:block;
	padding: 4px;
	margin: 0 2px 0 2px;
	width: 250px;
	height: 146px;
	font-size: 13px;
	border: 1px;
	border-color: #ccc;
	border-style: dotted;
	background-color: #fafafa;
	color: #2A8FE5;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}
#prevnext ul li a {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	font-size: 11px;
}
#prevnext ul li a:hover {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	
}

/* zufällige videos rechte spalte */

.rand_videobox {
	margin: 2px 0 0 0;
	padding: 0 0 0 4px;
	clear: both;
}

.rand_videobox2 {
	margin: 0;
	padding: 0;
	width: 146px;
	height: 122px;
	overflow: hidden;
	position: relative;
	float: left;
}
.rand_videothumb {
	padding: 10px;
	margin: 0;
	width: 120px;
	height: 90px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.rand_videothumbnail {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 120px;
	height: 90px;
}
.rand_roundcorner {
	position: absolute;
	z-index: 2;
	top: 11px;
	left: 11px;
	width: 120px;
	height: 90px;
}
.rand_roundcorner img {
	margin: 0;
	padding: 0;
	width: 120px;
	height: 90px;
}
.rand_roundcorner:hover{
	position: absolute;
	z-index: 2;
	top: 11px;
	left: 11px;
	width: 120px;
	height: 90px;
	background-image: url(bilder/misc/play.png);
	background-repeat: no-repeat;
	background-position: 48px 33px;
}

/* galerie */

div.pages {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 12px;
	text-align: center;
}

h3.gallery {
	margin: 20px 0 0 0;
	padding: 0 0 0 19px;
	background-image: url(bilder/misc/folder_image.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	border: 0px;
	border-bottom: 1px;
	border-color: #ccc;
	border-style: dotted;
	font-size: 18px;
}
h3.gallery a {
	color: #2A8FE5;
	text-decoration:none;
}
h3.gallery a:hover {
	text-decoration:underline;
}
.gallerybox {
	margin: 2px 0 0 0;
	padding: 0;
}

.prevthumb {
	padding: 0;
	margin: 0;
	height: 100px;
	overflow: hidden;
}

.gallerybox2 {
	margin: 0;
	padding: 3px;
	width: 170px;
	text-align: center;
	float: left;
}
.gallerybox3 {
	margin: 0;
	padding: 3px;
	width: 170px;
	height: 112px;
	text-align: center;
	overflow: hidden;
	float: left;
}
.gallerybox2 img.thumb,
.gallerybox3 img.thumb{
	margin: 0;
	padding: 0;
	border: 1px;
	border-color: #777;
	border-style: solid;
	background-color: #f0f0f0;
}
.gallerybox4{
	margin: 0;
	padding: 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
	right: auto;
	bottom: auto;
}
.gallerytext {
	margin: 0 0 5px 0;
	padding: 3px;
	height: 58px;
	text-align: center;
	border: 1px;
	border-top: 0px;
	border-color: #ccc;
	border-style: solid;
	background-color: #F3F2F2;
	font-size: 11px;
	overflow: hidden;
	background-image: url(bilder/layout/gallerytext_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #464D2E;
}
.gallerytext a {
	font-weight: bold;
	text-decoration:none;
	color: #333;
}
.gallerytext a:hover {
	color: #2A8FE5;
	font-weight: bold;
	text-decoration:none;
}
.gallerytitel{
	margin: 0;
	padding: 0;
	height: 27px;
	overflow: hidden;
}
h4.comment {
	margin: 0 0 5px 0;
	padding: 0;
}
.commentbox {
	margin: 0 0 10px 0;
	padding: 18px 5px 5px 18px;
	background-image: url(bilder/layout/com_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 106px;
	border: 0px;
	border-bottom: 1px;
	border-color: #ccc;
	border-style: dotted;
}
.commentbox2 {
	margin: 0 0 10px 0;
	padding: 18px 5px 5px 18px;
	background-image: url(bilder/layout/com_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 106px;
	border: 0px;
	border-bottom: 1px;
	border-color: #ccc;
	border-style: dotted;
}

.commentbox .kommentar,
.commentbox2 .kommentar {
	padding: 5px;
	margin: 5px 0 0 0;
	background-color: #FEFFC8;
	border: 1px solid #cecece;
	font-size: 11px;
	color: #504A3A;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.commenttop {
	margin: 0;
	padding: 0 0 10px 0;
	color: #222;
	font-size: 14px;
}
.commenttext {
	margin: 0;
	padding: 0;
}

/* teaminfo */

.teambox {
	width: 260px;
	padding: 0;
	margin: 0 2px 4px 2px;
	float: left;
	background-image: url(bilder/layout/teaminfo_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
}

.teampic {
	width: 100px;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}

.teaminfo {
	width: 134px;
	padding: 8px;
	margin: 0;
	float: left;
}

/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/bilder/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/bilder/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* << */

/* feedburner */

#sidebar div.feedburnerFeedBlock {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 11px;
	color: #555;
}

#sidebar div.feedburnerFeedBlock .headline {
	font-weight:bold;
	display:block;
	padding: 0;
	margin: 0;
	text-align: left;
	position: relative;
	left: -15px;
	height: 20px;
	overflow: hidden;
}

#sidebar div.feedburnerFeedBlock ul {
	padding: 0 0 10px 0;
	margin: 0 0 8px 0;
	list-style-type: none;
	text-align: left;
}

#sidebar div.feedburnerFeedBlock ul li{
	padding: 0 0 10px 15px;
	background-image: url(bilder/layout/nav2.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	height: 10px;
	overflow: hidden;
}

#sidebar div.feedburnerFeedBlock ul  li a,
#sidebar div.feedburnerFeedBlock ul  li a:link,
#sidebar div.feedburnerFeedBlock ul  li a:active,
#sidebar div.feedburnerFeedBlock ul  li a:visited {
	text-decoration:none;
	font-size:12px;
}

#sidebar div.feedburnerFeedBlock ul  li a:hover {
	text-decoration:none;
	font-size:12px;
	color: #fff;
}

#sidebar div.feedburnerFeedBlock #creditfooter {
	text-align: center;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

/* jw sir slide show news*/
ul#jw-sir {
	position:relative;
	list-style:none;
	list-style-image:none;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	border:none;
	background:none;
	width:529px;
	height:120px;
}
ul#jw-sir li {
	list-style:none;
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}
ul#jw-sir li a {
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}
ul#jw-sir li a img {
	display:none;
	position:absolute;
	top:0;
	left:0;
	border:none;
	background:none;
}
ul#jw-sir li#jw-sir-loading {
	background: url(bilder/misc/loading.gif) no-repeat center;
	width:529px;
	height:120px;
}
