/* PWA MAIN CSS */

/* General */ 

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #FFFFFF;
}

html {
	font-size: 62.5%; /* don't edit */
}

html, body {
	/*height: 100%;
	min-height: 100%;*/
}

body {
	margin-top: 15px;
	background-color: #000000;
	background-image: url(../pics/bg_main_logo.jpg);
	text-align: center;
	font-size: 1em; /* edit here global size for em, 1em = 10px */
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Basic Layout */

#page-area {
	width: 968px;
	padding: 6px;
	margin: auto;
	text-align: left;
	border: 1px solid #666;
	background-image: none;
	background-color: #000000;
}

/* MAIN STRUCTURE */

#main-area-1col,
#main-area-3cols,
#main-area-2cols,
#main-area-2cols-big-right,
#main-area-2cols-mid-right {
	overflow: hidden;
	margin-top: 10px;
}

/* 1 col */
#main-area-1col {
	background: #222222;
}

/* 3 cols */
#main-area-3cols #col-left {
	float: left;
	width: 212px;
	background: #222222;
	padding: 0;
}
#main-area-3cols #col-mid {
	float: left;
	width: 426px;
	margin-left: 2px;
	background: #222222;
	padding: 0;
}
#main-area-3cols #col-right {
	float: left;
	width: 326px;
	margin-left: 2px;
	background: #222222;
	padding: 0;
}

/* 2 cols */
#main-area-2cols #col-left {
	float: left;
	width: 640px;
	background: #222222;
	padding: 0;
}
#main-area-2cols #col-right {
	float: left;
	width: 326px;
	margin-left: 2px;
	background: #222222;
	padding: 0;
}
.start-page #col-right {
	height: 647px;
}

/* 2 cols very big right */
#main-area-2cols-big-right #col-left {
	float: left;
	width: 212px;
	background: #222222;
	padding: 0;
}
#main-area-2cols-big-right #col-right {
	float: left;
	width: 754px;
	margin-left: 2px;
	background: #222222;
	padding: 0;
}

/* 2 cols mid right */
#main-area-2cols-mid-right #col-left {
	float: left;
	width: 433px;
	background: #222222;
	padding: 0;
}
#main-area-2cols-mid-right #col-right {
	float: left;
	width: 533px;
	margin-left: 2px;
	background: #222222;
	padding: 0;
}

#sponsor-gold-bar {
	clear: both;
	padding-top: 5px;
}


/****** BANNER ******/
#BANNER {
    height: 200px;
	width: 968px;
	position: relative;
}
#BANNER ul {
    margin: 0;
    padding: 0;
    position: relative;
    height: 200px;
    z-index: 0;
}
#BANNER li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
#BANNER li.active {
    z-index: 10;
    display: block;
}
#BANNER li.last-active {
    z-index: 9;
    display: block;
}
#home-link-layer {
    z-index: 11;
    display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 968px;
	height: 200px;
}

#BANNER .csc-textpic-imagecolumn {
	position: relative;
    height: 200px;
	width: 968px;
}
#BANNER #logo {
    position: absolute;
    z-index: 999;
    width: 127px;
    height: 80px;
    top: 85px;
    left: 50px;
}
#BANNER #logo-sylt {
    position: absolute;
    z-index: 999;
    width: 169px;
    height: 91px;
    top: 90px;
    left: 20px;
}
#BANNER #facebook {
    left: 843px;   
}
#BANNER #facebook-women {
    left: 883px;   
}
#BANNER #youtube {
    left: 923px;   
}
#BANNER #facebook,
#BANNER #facebook-women,
#BANNER #youtube {
    position: absolute;
	top: 155px;
    z-index: 999;
	width: 35px;
    height: 35px;
}


/****** MENU - start ******/

#MENU-MAIN {
    /*line-height: 1.6em;*/
    font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#MENU-MAIN ul {
}
#MENU-MAIN li {
	display: inline;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}
#MENU-MAIN li img {
	float: left;
}
#MENU-MAIN li a {
	padding: 0 7px;
	text-decoration: none;
	line-height: 1.8em;
	display: block;
	float: left;
	padding-bottom: 1px;
}
#MENU-MAIN li a:hover {
	color: #FF0000;
}
#MENU-MAIN li a.active {
	color: #FF0000;
	background-color: #FFFFFF;
}
#MENU-MAIN .menu-main-separator {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	display: block;
}
#MENU-MAIN .menu-main-separator {
	font-size: 0.8em;
	float: left;
}

/* MENU SUB */
#MENU-SUB {
    font-size: 1em;
	font-weight: bold;
	background: #FFFFFF;
	color: #1e2e90;
	padding: 1px 0 4px 10px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	clear: both;
}
#MENU-SUB a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#MENU-SUB ul {	
}
#MENU-SUB li {
	display: inline;
	list-style-type: none;
	margin: 0;
}
#MENU-SUB li a {
	color: #1e2e90;
}
#MENU-SUB li a:hover,
#MENU-SUB li a.active {
	color: #FF0000;
}
#MENU-SUB .menu-sub-separator {
	color: #1e2e90;
	padding: 0 7px;
	font-size: 0.9em;
}

/****** MENU - end ******/


/* CONTENT MAIN */
#CONTENT-MAIN {
	padding: 0;
	position: relative;
}
#CONTENT-MAIN h1 {
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.6em;
	margin-top: 10px;
	color: #FFFFFF;
	letter-spacing: -0.1em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin-top: 7px;
	margin-bottom: 5px;
}
h3.box-header {
	background-color: #000000;
	padding: 3px 0;
	color: #FFFFFF;
	font-size: 10px !important;
	text-transform: uppercase;
	padding-left: 3px;
	margin-bottom: 3px;
}
#CONTENT-MAIN p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
table.contenttable {
	border: 1px solid #000000;
	width: 100%;
	border-collapse: collapse;
}
table.contenttable td {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
}
table.contenttable p.bodytext,
table.contenttable p.bodytext strong {
	color: #000000;
}
.ce-box {
	overflow: hidden;
	padding: 2px 4px 10px 4px;
}
.ce-space {
	clear: both;
	height: 3px;
	font-size: 1px;
	overflow: hidden;
	display: block;
	background-color: #000000;
}
p.csc-frame-frame1 {
	background-color: #000000;
	padding: 10px 5px !important;
	margin-top: 3px;
}
.overall-rank-label {
	display: block;
	float: left;
	width: 70px;
}
.filelinks {
	padding-left: 15px;
}
.filelinks a {
	color: #FFFFFF;
}

/*** SPONSOR GOLD ***/
#sponsor-gold-bar {
    height: 50px;
    overflow: hidden;
}


/****** NEWS - start ******/

/* news latest view */
.news-latest-container {
}
.news-latest-header {
	overflow: hidden;
	background-color: #000000;
	padding: 1px 0;
}
.news-latest-item {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #FFFFFF;
}
.news-latest-item:first-child {
	border: none;
	margin-top: 0;
	padding-top: 10px;
}
.news-latest-date {
	float: right;
	padding-right: 3px;
}
.news-latest-item h3 {
	color: #000000;
	margin-bottom: 3px;
	display: inline;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 3px;
}
.news-latest-item h3 a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
.news-latest-item h3 a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}
.news-latest-subheader {
	padding: 5px 5px 0px 5px;

}
.news-latest-subheader a {
	text-decoration: none;
	color: #FFFFFF;
}
.news-latest-item .morelink {
	padding-left: 5px;
}
.news-latest-item .morelink a {
	font-weight: bold;
	text-decoration: none;
}
.news-latest-item .morelink a {
	font-weight: bold;
	text-decoration: none;
}

/* news list view */

.news-list-item {
	margin-bottom: 12px;
	padding-top: 12px;
	border-top: 1px dotted #FFFFFF;
}
.news-list-item:first-child {
	border: none;
	padding-top: 8px;
}
.news-list-item h3 {
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: bold;
}
.news-list-item a h3 {
	text-decoration: none;
	font-weight: bold;
}
.news-list-item a:hover h3 {
	text-decoration: underline;
}
.news-list-item .news-list-date {
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}
.news-list-image {
	float: left;
	margin-right: 15px;
}
.news-list-item .news-list-subheader a {
	text-decoration: none;
}
.news-list-item .morelink {
	padding-left: 5px;
}
.news-list-item .morelink a {
	text-decoration: none;
}
.news-list-item .morelink a:hover {
	text-decoration: underline;
}
.news-list-item .morelink IMG {
	margin: 0 !important;
	border: none;
}
.tx-ttnews-browsebox table {
	margin: auto;
	text-align: center;
}
.tx-ttnews-browsebox a {
	padding-left: 3px;
	padding-right: 3px;
}
.news-list-clearer {
	clear: both;
	overflow: hidden;
	height: 1px;
	font-size: 1px;
	display: block;
}

/* news single view */

.news-single-content-area {
	padding: 0 10px;
}

.news-single-item h1 {
	font-size: 1.4em;
	padding-bottom: 5px;
	padding-left: 0 !important;
	letter-spacing: 0em !important;
}
.news-single-subheader h3 {
	padding: 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: normal;
}
.news-single-timedata {
}
.news-single-author a {
	text-decoration: none;
}
.news-single-author a:hover {
	text-decoration: underline;
}
.news-single-backlink {
	margin-top: 15px;
	clear: both;
}
.news-single-content {
	line-height: 1.5em;
}
.news-single-backlink a {
	text-decoration: none;
}
.news-single-backlink a:hover {
	text-decoration: underline;
}

.news-single-image-outer {
}

/****** NEWS - end ******/


/****** START PAGE - start ******/
#col-left-top {
	background: #222222;
	overflow: hidden;
	padding: 2px 4px 5px 4px;
	height: 291px;
}
#col-left-top .news-latest-start {
}
#col-left-top .news-latest-container-outer {
	float: left;
	height: 291px;
	margin-left: 2px;
	width: 284px;
	background-color: #FFFFFF;
}
#col-left-top .news-latest-container {

}
#col-left-top .news-latest-start-container {
	float: left;
	width: 345px;
	height: 270px;
	background-color: #FFFFFF;
}

#col-left-top .news-latest-container-outer .ce-box,
#col-left-top .news-latest-start-container .ce-box {
	padding-bottom: 0;
}

.news-latest-start {
	width: 345px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
.news-latest-start h1 {
	line-height: 2.8em;
	padding-left: 4px;
}
.news-latest-start h1 a {
	color: #FF0000;
	text-decoration: none;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.news-latest-start .news-latest-subheader {
	padding-top: 0;
}
.news-latest-start .news-latest-subheader a {
	color: #000000;
}

#col-left-top .news-latest-item {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px dotted #000000;
}
#col-left-top .news-latest-item:first-child {
	border: none;
	margin-top: 0;
	padding-top: 5px;
}

#col-left-top .news-latest-item h3,
#col-left-top .news-latest-item .news-latest-header {
	background-color: #FFFFFF;
}
#col-left-top .news-latest-item h3 a {
	color: #1e2e90;
	font-weight: bold;
}
#col-left-top .news-latest-container .news-latest-subheader {
	padding-top: 3px;
}
#col-left-top .news-latest-container .news-latest-subheader a {
	color: #000000;
}
#col-left-top .news-latest-container .news-latest-date {
	color: #000000;
}
#col-left-bottom {
	overflow: hidden;
	margin-left: -2px;
	border-top: 3px solid #000000;
}
#col-left-bottom .ce-space {
	display: none;
}
#col-left-bottom .ce-box {
	float: left;
	border-left: 2px solid #000000;
	/*border-bottom: 4px solid #000000;*/
	height: 334px;
}
#col-left-bottom .ce-box:first-child {
	border: none;
}
.start-page p {
	padding-bottom: 9px;
}
#col-left-bottom .csc-textpic-text {
	width: 204px;
	padding-top: 3px;
}

/****** START PAGE - end ******/


/* SITEMAP */

#CONTENT-MAIN .csc-sitemap {
	padding-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul {
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul li {
	margin-bottom: 5px;
	list-style-type: square;
}

#CONTENT-MAIN .csc-sitemap ul li a {
	font-weight: bold;
	text-decoration: none;
}

#CONTENT-MAIN .csc-sitemap ul li a:hover,
#CONTENT-MAIN .csc-sitemap ul li a:focus {
	text-decoration: underline;
}

#CONTENT-MAIN .csc-sitemap ul ul {
	margin-bottom: 5px;
	margin-left: 20px;
}

#CONTENT-MAIN .csc-sitemap ul ul li {
	margin-bottom: 0;
	list-style-type: disc !important;
}

#CONTENT-MAIN .csc-sitemap ul ul li a {
	font-weight: normal;
}

#CONTENT-MAIN .csc-sitemap ul ul ul {
	margin-left: 30px;
}

#CONTENT-MAIN .csc-sitemap ul ul ul li a {
	padding-left: 0;
	background-image: none;
}

#CONTENT-MAIN .csc-sitemap ul ul ul ul {
	margin-left: 12px;
}


/* MAIL FROM CSS SETTING */

.csc-mailform-field {
	clear: both;
}

.csc-mailform-field label {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: right;
	padding-top: 6px;
	margin-right: 10px;
	font-weight: bold;
	display: block;
	float: left;
}

.csc-mailform-field INPUT, .csc-mailform-field TEXTAREA, .csc-mailform-field SELECT {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.csc-mailform-field TEXTAREA {
	width: 250px;
	margin-top: 5px;
}

.csc-mailform-field INPUT {
	margin-top: 5px;
	width: 250px;
}

.csc-mailform-field SELECT {
	margin-top: 5px;
	width: 170px !important;
}

.csc-mailform-submit {
	clear: both !important;
	border: 1px solid #666;
	width: 30px;
	margin-left: 210px;
	margin-top: 15px;
	padding: 0px;
}

.csc-mailform-field-check {
	padding-left: 80px;
	clear: both;
}
.csc-mailform-field-check label {

}
.csc-mailform-field-check .csc-mailform-check {
	display: block;
	padding-bottom: 10px;
	padding-right: 5px;
	float: left;
}

.csc-mailform {
	border: 0px;
	margin-left: 12px;
	padding: 0px;
	padding-top: 10px;
}

.csc-mailform-label {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	display: block;
	background-color: #CCC;
	margin: 5px 0 5px 0;
}

/* Live Ticker Button */
.pwaliveticker-button-title {
	font-weight: bold;
	padding-top: 5px;
}
.pwaliveticker-button-eventname {
	font-weight: bold;
	padding: 10px 0;
}
.start-page .pwaliveticker-button {
	display: block;
	background-image: url(../pics/bg_event_button.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	height: 67px;
	width: 274px;
	border-bottom: 1px solid #222;
	padding: 0 5px;
}
.start-page .pwaliveticker-button a {
	text-decoration: none;
	cursor: pointer;
}
.start-page .pwaliveticker-button a:hover div {
	color: #FF0000;
	cursor: pointer;
}

.pwaliveticker-button-event {
	float: left;
	height: 67px;
	width: 180px;
	cursor: pointer;
}

.pwaliveticker-button-ticker-on,
.pwaliveticker-button-ticker-off  {
	float: right;
	height: 67px;
	width: 92px;
}

.pwaliveticker-button-ticker-on a {
	display: block;
	background-image: url(../pics/event_button_online.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 67px;
	width: 92px;
}
.pwaliveticker-button-ticker-on a:hover {
	display: block;
	background-image: url(../pics/event_button_online_hover.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 67px;
	width: 92px;
}
.pwaliveticker-button-ticker-off a {
	display: block;
	background-image: url(../pics/event_button_offline.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 67px;
	width: 92px;
}

.pwaliveticker-event-related-links {
	background-color: #000000;
	border-bottom: 1px solid #000;
	padding-left: 3px;
}
.pwaliveticker-event-related-links a img {
	border: 1px solid #000;
}
.pwaliveticker-event-related-links a:hover img {
	border: 1px solid #FFF;
}


/* Live Ticker list View */
.pwaliveticker-teaserview {
	padding: 5px 10px;
}
.pwaliveticker-list {
	padding-top: 10px;
}
.pwaliveticker-list li {
	list-style: none;
}
.pwaliveticker-list .online a {
	color: #FF0000;
}

/* Radom Image Block */
.tx-pvrandominages-pi1 {
	width: 204px;
}
.tx-pvrandominages-pi1 img {
	border: 1px solid #000;
	border-collapse: collapse;
}
.tx-pvrandominages-pi1 .image-gallery-link {
	background-color: #000000;
	text-align: right;
	padding: 3px 5px 10px 5px;
}

/* CE MENU - Ranking overview */

.csc-menu-1 {
	margin-top: 10px;
}

.csc-menu-1 li {
	margin-bottom: 5px;
}

.csc-menu-1 li a {
	display: block;
	padding-left: 20px;
	background-color: #000000;
	font-size: 2.5em;
	line-height: 2.8em;
	text-decoration: none;
}
.csc-menu-1 li a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}

/* CONSTRUCTORS / NATION  RANK */
table.constructors-rank,
table.nation-rank {
	border: 1px solid #000000;
	width: 100%;
	border-collapse: collapse;
}
table.constructors-rank th,
table.nation-rank th,
table.constructors-rank td,
table.nation-rank td {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	text-align: right;
}
table.constructors-rank th,
table.nation-rank th {
	font-weight: bold;
}
table.constructors-rank th.col-1,
table.nation-rank td.col-1 {
	width: 25px;
}
table.constructors-rank th.col-2,
table.constructors-rank td.col-2 {
	text-align: left;
	width: 150px;
}
table.nation-rank th.col-2,
table.nation-rank td.col-2 {
	width: 25px;
}
table.nation-rank th.col-3,
table.nation-rank td.col-3 {
	text-align: left;
}

/* LIVE TICKER */
.pwaliveticker-refreshbutton {
	display: block;
	float: right;
	margin-left: 10px;
	padding: 1px 5px;
	background-color: #FF6600;
	text-decoration: none;
	cursor: pointer;
}
.pwaliveticker-refreshbutton:hover {
	background-color: #006600;
}

.pwaliveticker-headline {
	background-color: #000000;
	padding: 0;
	color: #FFFFFF;
	font-size: 10px !important;
	text-transform: uppercase;
	padding-left: 3px;
	margin-bottom: 3px;
	line-height: 15px;
	overflow: hidden;
}
.pwaliveticker-discipline {
    padding: 10px 7px 0 7px;
    clear: both;
}
.pwaliveticker-note {
    color: #999;
    padding: 0 7px;
}
.pwaliveticker-text {
	padding: 0 7px;
	margin-top: 10px;
	position: relative;
}
#CONTENT-RIGHT .pwaliveticker-headline {
    background-color: #222222;
}
#CONTENT-RIGHT .pwaliveticker-text {
    /*overflow: auto;*/
    min-height: 1750px;
}
#CONTENT-RIGHT .pwaliveticker-singleview {
    padding-top: 3px;
}

.pwaliveticker-text p {
	margin-bottom: 10px;
}

/* LIVE CONTENT Refresh Button */
#live-content-refresh {
    float: right;
    margin-right: 10px;
	padding: 1px 5px;
	background-color: #FF6600;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
#live-content-refresh:hover {
	background-color: #006600;
}

/* LIGHTBOX */
#sbCaption,
#sbNumber {
    color: #333;
}

/* TINY SCROLLBAR */
/* ticker */
#CONTENT-RIGHT .pwaliveticker-text-area { width: 318px; clear: both; position: relative; }
#CONTENT-RIGHT .pwaliveticker-text-area .viewport { width: 304px; height: 656px; overflow: hidden; position: relative; }
/*#CONTENT-RIGHT .pwaliveticker-text { width: 290px; height: 450px; overflow: hidden; position: relative; }*/
#CONTENT-RIGHT .pwaliveticker-text-area .overview { list-style: none; position: absolute; left: 0; top: 0; }
#CONTENT-RIGHT .pwaliveticker-text-area .thumb .end,
#CONTENT-RIGHT .pwaliveticker-text-area .thumb { background-color: #333; }
#CONTENT-RIGHT .pwaliveticker-text-area .scrollbar { position: relative; float: right; width: 14px; }
#CONTENT-RIGHT .pwaliveticker-text-area .track { background-color: #555; height: 100%; width:12px; position: relative; padding: 0 1px; }
#CONTENT-RIGHT .pwaliveticker-text-area .thumb { height: 20px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#CONTENT-RIGHT .pwaliveticker-text-area .thumb .end { overflow: hidden; height: 5px; width: 12px; }
#CONTENT-RIGHT .pwaliveticker-text-area .disable{ display: none; }

/* live area */
#live-area { width: 640px; clear: both; }
#live-area .viewport { width: 626px; height: 450px; overflow: hidden; position: relative; }
#live-area .overview { list-style: none; position: absolute; left: 0; top: 0; }
#live-area .thumb .end,
#live-area .thumb { background-color: #333; }
#live-area .scrollbar { position: relative; float: right; width: 14px; }
#live-area .track { background-color: #555; height: 100%; width:12px; position: relative; padding: 0 1px; }
#live-area .thumb { height: 20px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#live-area .thumb .end { overflow: hidden; height: 5px; width: 12px; }
#live-area .disable{ display: none; }

/* I-Frame Content Overwrites */
.iframe-content .contenttable p { line-height: normal; margin: 0; }
.iframe-content .contenttable tr,
.iframe-content .contenttable td { height: 14px !important; padding-top: 0; padding-bottom: 0; }

/* LIVE PAGE specials */
.live-page #CONTENT-RIGHT .ce-box { padding-bottom: 0; }
.live-page #CONTENT-RIGHT .ce-space { display: none; }
