html  {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	background: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
}
a:link, a:visited {
	color: #99ccff;
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
p {
	padding: 0.25em;
}
hr {
	clear: both;
	border-style: none;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
h1 {
	clear: both;
	font-size: 2em;
	margin: 0;
	background-color: #000000;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 0.25em;
}
.content h1 {
	border: none;
	padding: 0;
}
h2 {
	font-size: 1.5em;
	clear: both;
	padding: 0.25em;
	padding-top: 0.5em;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.25em;
	margin-bottom: 5px;
}
small {
	font-size: 11px;
	font-weight: normal;
}
.post h2 a:link, .post h2 a:visited {
	color: #000000;
	text-decoration: underline;
}
td {
	background: #000000;
	color: #ffffff;
	padding: 0.25em;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	vertical-align: top;
}
tbody th {
	padding-top: 10px;
	font-size: 1.25em;
}

.hover td {
	cursor: pointer;
	background-color: #ff9900;
	color: #000000;
}
.hover td.no-hover {
	background-color: #000000;
	cursor: default;
	color: #ffffff;
}
.hover td a {
	color: #000000;
	text-decoration: underline;
}

#page {
	width: 75em;
	text-align: left;
	margin: 0 auto;
	background: #000000 url(../images/outer_left.jpg) top left repeat-y;
}
#page-inner {
	background: url(../images/outer_right.jpg) top right repeat-y;
}
#header {
	background: url(/templates/default/images/outer_top_left.jpg) top left no-repeat;
}
#header-inner {
	background: url(/templates/default/images/outer_top_right.jpg) top right no-repeat;
	padding: 2em 1em;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	color: #ffffff;
}
#header h1 a {
	color: #ffffff;
}
#head {
	background: url(../images/outer_top_left.jpg) top left no-repeat;
}
#head-inner {
	background: url(../images/outer_top_right.jpg) top right no-repeat;
	padding: 1em;
}
#sitetitle {
	padding: 0;
}
#body {
	width: 75em;
	clear: both;
	float: left;
}
#sidebar-left {
	width: 17.5em;
	float: left;
}
#mainmenu {
	margin: 0 2em 0 1.5em;
}
#facebook {
    width: 166px;
    margin: 2em 2em 0 1.5em;
}
#content {
	float: left;
	width: 56em;
}
#foot {
	background: url(../images/outer_bottom_left.jpg) bottom left no-repeat;
	clear: both;
}
#foot-inner {
	padding: 1em;
	background: url(../images/outer_bottom_right.jpg) bottom right no-repeat;
	text-align: right;
}
#foot a {
	color: #99ccff;
}
#foot a:hover {
	color: #ffffff;
}
#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenu li {
	background-color: #000000;
	border: none;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	margin-bottom: 0.5em;
}
#mainmenu a {
	color: #99ccff;
	display: block;
	padding: 0.5em;
}
#mainmenu strong a {
	background-color: #99ccff;
	color: #000000;
}
#mainmenu a:hover {
	background-color: #ff9900;
	color: #000000;
}
#mainmenu li ul {
	margin-left: 1em;
}
#mainmenu li li {
	border: none;
	margin: 0;
	margin-top: 1px;
}
#mainmenu li li a {
	padding: 0.25em;
	margin: 0;
}
#mainmenu form {
	margin-bottom: 0.25em;
}
#mainmenu input {
	margin: 0;
	padding: 1px;
	border: 2px solid #999999;
	width: 8em;
}
#mainmenu button {
	padding: 0;
	margin: 0;
}

.description .picture {
	float: right;
	width: 192px;
	margin: 0.5em;
	padding: 0.5em;
	background-color: #000000;
}

.description form {
	margin: 0;
}
.description select {
	margin: 0;
	padding: 1px;
	border: 2px solid #999999;
	width: 5em;
}
.description button {
	padding: 0;
	margin: 0;
}
.page-navigation {
	height: 2em;
	margin-bottom: 0.5em;
}
.page-navigation .previous-episode, .page-navigation .next-episode {
	text-align: center;
	float: left;
	width: 22em;
}
.page-navigation .season {
	margin: 0 1em;
	float: left;
	width: 10em;
	text-align: center;
}
.page-navigation a, .page-navigation span {
	display: block;
	padding: 0.25em 0.5em;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	background-color: #000000;
}
.page-navigation a:hover {
	background-color: #ff9900;
	color: #000000;
}

.post {
	margin: 1em 0;
	border: 1px solid #99ccff;
}
.post h2 {
	background-color: #99ccff;
	color: #000000;
	margin: 0;
	padding: 0.25em;
}
.post p {
	margin: 0;
}
.post .meta {
	border-top: 1px solid #99ccff;
	margin-top: 0.5em;
}
#sitetitle strong {
	font-size: 2em;
}
#pathway {
	display: block;
	padding: 0.25em 0.5em;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	background-color: #000000;
	margin-bottom: 0.5em;
}
#pathway ul, #pathway li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#pathway a {
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #ffffff;
	color: #99ccff;
}
#pathway a:hover {
	color: #ffffff;
}

.list th a {
	display: block;
	padding: 0.25em;
	background-color: #000000;
	padding-right: 1em;
}

.list th strong a {
	background: #99ccff url(../images/order_by_desc.gif) bottom right no-repeat;
	color: #000000;
}
.list th a:hover {
	color: #000000;
	background: #ff9900 url(../images/order_by_desc.gif) bottom right no-repeat;
}
.list {
	margin-bottom: 1em;
}
.page, .content {
	padding: 0.25em 0.5em;
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	background-color: #000000;
	margin-bottom: 1em;
}
.tracker {
	margin-top: 1em;
	float: right;
}
.toggler-closed {
	cursor: pointer;
	padding-left: 1.5em;
	text-decoration: underline;
	background: url(../images/toggler-closed.gif) 0 1em no-repeat;
}
.toggler-opened {
	cursor: pointer;
	padding-left: 1.5em;
	text-decoration: underline;
	background: url(../images/toggler-opened.gif) 0 1em no-repeat;
}
.toggler-hover {
	color: #ff9900;
}
h3.toggler-opened, h3.toggler-closed {
	background-position: 0 0;
}

input.text {
	margin-bottom: 12px;
	width:95%;
	padding: .4em;
}
fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}

.tracking-button {
	display: block;
	width: 200px;
	padding: 5px;
	color: #000000;
	background-color: #ff9900;
	text-align: center;
}
.tracking-button strong {
	color: #000000;
}
.tracking-button:hover {
	background-color: #ffffff;
}

#header-ads {
	width: 500px;
	margin: 0 auto;
}

.col-3 {
	padding: 5px;
}
.col-3 .column {
	width: 17em;
	margin: 0.5em;
	float: left;
}
.column h3 {
	background-color: #99ccff;
	color: #000000;
	font-size: 1em;
	margin: 0;
	padding: 0.25em;
}
.column h3 a {
	color: #000000;
}
.column ul {
	margin: 0 0 1em;
	border: 1px solid #99ccff;
	list-style: none;
	padding: 0.25em;
}
.column li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sharing {
	margin: 2em 0 0;
	text-align: right;
}
#sharing ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#sharing li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#sharing .share-wong a {
	padding: 5px 5px 5px 25px;
	background: #000000 url(../images/wong-20x20.gif) 2px 2px no-repeat;
}
#sharing .share-facebook a {
	padding: 5px 5px 5px 25px;
	background: #000000 url(../images/facebook-20x20.gif) 2px 2px no-repeat;
}
#sharing .share-twitter a {
	padding: 5px 5px 5px 25px;
	background: #000000 url(../images/twitter-20x20.gif) 2px 2px no-repeat;
}
#sharing .share-google a {
	padding: 5px 5px 5px 25px;
	background: #000000 url(../images/google-20x20.gif) 2px 2px no-repeat;
}
#sharing .share-technorati a {
	padding: 5px 5px 5px 25px;
	background: #000000 url(../images/technorati-20x20.gif) 2px 2px no-repeat;
}
#sharing .share-delicious a {
	padding: 5px 5px 5px 25px;
	background: #000000 url(../images/delicious-20x20.gif) 2px 2px no-repeat;
}

#alternate-url-handheld p {
	margin: 2px;
}
#privacy-setting {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #cccccc;
	text-align: right;
}

#canonical-url {
	display: none;
}

table {
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
td {
	border: none;
}
thead th {
	border: none;
	background-color: #333333;
}
#episodestable td, #dvdsets td, #downloadlist td {
	border-top: 1px solid #333333;
}
#dvdsets {
	border: none;
	margin-top: 1em;
}
#dvdsets .dvd-group-content {
	border: 1px solid #cccccc;
}
#dvdsets thead {
	border: 1px solid #cccccc;
	border-bottom: none;
}
em.suche {
	font-weight: bold;
	text-decoration: underline;
}
div.ui-tabs .ui-tabs-nav li a {
	padding: 2px 6px;
}
div.ui-tabs .ui-tabs-panel {
	padding: 0.25em;
}
div.ui-widget {
	font-size: 1em;
}
div.ui-widget-content {
	border: none;
}
.hide-nojavascript-tabs {
	display: none;
}

.col-3-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.col-3-list li {
	float: left;
}
.col-3-list li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	list-style: none;
	border: 1px solid transparent;
	width: 163px;
	height: 30px;
	padding: 3px 3px 3px 45px;
	margin: 6px 3px;
	background: transparent url(/media/person/Person-Thumbnail.jpg) 2px 2px no-repeat;
}
.col-3-list li a strong {
	color: #ff9900;
}
.col-3-list li a:hover strong {
	text-decoration: underline;
}
.col-3-list li a:hover {
	border: 1px solid #ff9900;
}

.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	float: left;
}
.tabs li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline
}
.tabs li a {
	float: left;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 8px;
	margin: 1px 0 1px 1px;
}
.tabs li.current a {
	background-color: #99ccff;
	color: #000000;
}
.tabs li a:hover {
	background-color: #ff9900;
	color: #000000;
	text-decoration: none;
}
