html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#site {
	position: relative;
	width: 900px;
	min-height: 100%;
}

#main {
	background: #FFFFFF;
}

#header {
	height: 213px;
}

#header-small {
	height: 131px;
	background-position: 0 23px;
}

#logo {
	position: absolute;
	left: 31px;
	top: 32px;
}

#metanavigation {
	padding-top: 31px;
	padding-left: 261px;
}

#metanavigation a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding-right: 1px;
	padding-left: 1px;
}

#metanavigation a:hover,
#metanavigation a.act {
	text-decoration: underline;
}

form.search {
	display: inline;
}

input.search {
	vertical-align: middle;
	border: 1px solid #999999;
}

input.search-submit {
	vertical-align: middle;
}

#mainnavigation {
	height: 21px;
	background: #000000;
}

#mainnavigation-items {
	margin-left: 29px;
	border-left: 1px solid #FFFFFF;
}

div.mainnavigation-item {
	border-right: 1px solid #FFFFFF;
	float: left;
}

#mainnavigation a {
	border: 1px solid #000000;
	display: block;
}

#left-col {
	width: 204px;
	float: left;
	margin-top: 19px;
}

#subnavigation-area {
	margin-left: 20px;
	margin-right: 24px;
}

#subnavigation {
	border: 1px solid #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 9px;
}

#subnavigation h1 {
	margin: 0;
	padding-bottom: 4px;
}

div.subnavigation-item a {
	text-decoration: none;
	color: #000000;
	padding-left: 8px;
	background: url(../images/arrow_blue.gif) no-repeat 0 4px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.subnavigation-item a:hover,
div.subnavigation-item a.act {
	background: #CCCCCC url(../images/arrow_blue.gif) no-repeat 0 4px;
}

#subnavigation a.level3-no {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	padding-left: 16px;
	background: #E5E5E5 url(../images/arrow_grey.gif) no-repeat 8px 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 1px;
}

#subnavigation a.level3-no:hover,
#subnavigation a.level3-act {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	padding-left: 16px;
	background: #000000 url(../images/arrow_white.gif) no-repeat 8px 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 1px;
}

div.subnavigation-divider {
	background: url(../images/subnav_divider.gif) repeat-x center;
	height: 3px;
	font-size: 1px;
}

#main-col {
	width: 496px;
	float: left;
	margin-top: 16px;
	position: relative;
}

#print {
	position: absolute;
	top: 4px;
	right: 22px;
}

#print a {
	text-decoration: none;
	padding-left: 14px;
	background: url(../images/print.gif) no-repeat 0 3px;
}

#content {
	margin-right: 22px;
}

div.content-item {
	padding-bottom: 20px;
}

div.content-item p,
div.news-detail p {
	margin: 0;
	padding-bottom: 12px;
}

#content h1 {
	margin: 0;
	padding-bottom: 14px;
}


#content h1.no-margin {
	padding: 0;
}

h2.subheadline {
	margin: 0;
	padding-bottom: 10px;
}

p.introduction {
	margin: 0;
	padding-bottom: 18px;
}

div.content-fixedmedia {
	float: left;
	margin-right: 10px;
}

div.content-fixedmedia-item {
	margin-bottom: 4px;
}

#right-col {
	width: 199px;
	float: left;
	margin-top: 19px;
}

#spacer-col {
	width: 1px;
	height: 300px;
	float: left;
}

#footer {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* general */

div.blue {
	background: #75C5DB;
}

div.yellow {
	background: #F8C308;
}

div.green {
	background: #98C62C;
}

div.pink {
	background: #E03B69;
}

div.clear-both {
	clear: both;
}

div.clear-both-large {
	clear: both;
	height: 12px;
}

a.button {
	padding: 1px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	display: block;
	width: 85px;
}

input.button {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

span.required {
	font-weight: bold;
}

div.form-error {
	color: #990000;
}

div.form-error ul {
	list-style-type: square;
}

p.light {
	color: #666666;
}

p.no-margin {
	margin: 0;
}

/* news */

div.news-items {
	background: url(../images/subnav_divider.gif) repeat-x;
}

div.news-item {
	background: url(../images/subnav_divider.gif) repeat-x bottom;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 474px;
}

p.news-fromdate,
div.news-item p.fromdate {
	margin: 0;
	padding-bottom: 2px;
	color: #666666;
}

div.news-item h2 {
	margin: 0;
	font-size: 11px;
	padding-bottom: 10px;
}

div.news-item h2 a {
	color: #000000;
	text-decoration: none;
}

div.news-item h2 a:hover {
	text-decoration: underline;
}

div.news-item p.summary {
	margin: 0;
	padding-bottom: 9px;
}

div.news-item-media {
	float: left;
	width: 110px;
}

div.news-item-content {
	float: left;
	width: 350px;
}

div.news-detail h2 {
	font-size: 14px;
	margin: 0;
	padding-bottom: 10px;
}

div.news-rightcol {
	width: 178px;
}

div.news-rightcol h1 {
	margin: 0;
	background: url(../images/subnav_divider.gif) repeat-x bottom;
	padding-bottom: 5px;
}

p.news-rightcol {
	margin: 0;
	background: url(../images/subnav_divider.gif) repeat-x bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}

p.news-rightcol a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* Highlight */

#main-col-startpage {
	width: 700px;
	float: left;
}

div.highlights {
	padding-left: 30px;
	padding-top: 21px;
}

div.highlights-bg-3 {
	background: url(../images/highlights_bg_3.gif) repeat-y;
	width: 670px;	
}

div.highlights-bg-2 {
	background: url(../images/highlights_bg_2.gif) repeat-y;
	width: 670px;	
}

div.highlight-area {
	width: 200px;
	float: left;
}

div.highlight {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
}

div.highlight h1 {
	font-size: 11px;
	background: url(../images/square_blue.gif) no-repeat 9px 11px;
	padding-left: 22px;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 12px;
}

div.highlight-media {
	padding-bottom: 8px;
}

div.highlight-content {
	color: #333333;
	padding-left: 9px;
	padding-right: 9px;
}

div.highlight-button {
	padding-left: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.highlight-footer {
	border-bottom: 1px solid #999999;	
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

div.highlight-footer-spacer {
	height: 34px;
}

div.highlight-footer-spacer-nobuttons {
	height: 8px;
}

div.highlight-spacer {
	width: 20px;
	float: left;
}

div.highlights-row-spacer {
	height: 20px;
	clear: both;
}

/* Sitemap */

#sitemap-content {
	width: 474px;
}

a.sitemap-1 {
	background: #000000 url(../images/arrow_white.gif) no-repeat 7px 5px;
	display: block;
	padding-left: 16px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 18px;
}

a.sitemap-2 {
	background: url(../images/arrow_blue.gif) no-repeat 7px 5px;
	display: block;
	padding-left: 16px;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.sitemap-3 {
	background: url(../images/arrow_blue.gif) no-repeat 41px 5px;
	display: block;
	padding-left: 50px;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

/* contest submission */

#user-data {
	background: #EEEEEE;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

#user-data a {
	font-weight: normal;
}

table.user-data td {
	vertical-align: top;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}

table.user-data td.firstcol {
	text-align: right;
	padding-left: 0px;
	width: 90px;
	padding-top: 2px;
}

table.user-data td.required {
	text-align: left;
	font-weight: bold;
}

table.user-data td.submit {
	text-align: right;
}

table.user-data td.uploadedfile-firstcol {
	font-weight: bold;
}

table.user-data td.uploadedfile-secondcol {
	vertical-align: middle;
}

#user-data input.long {
	border: 1px solid #999999;
	width: 318px;
}

#user-data input.short {
	border: 1px solid #999999;
	width: 108px;
}

#user-data select.select-long {
	border: 1px solid #999999;
	width: 320px;
}

#user-data select.select-short {
	border: 1px solid #999999;
	width: 110px;
}

#user-data textarea {
	border: 1px solid #999999;
	width: 318px;
	height: 200px;
	overflow: auto;
}

#user-data input.checkbox {
	float: left;
}

#user-data label {
	display: block;
	padding-top: 2px;
}

#user-data textarea.textarea-small {
	height: 100px;
}

/* instant win */

div.wincode {
	text-align: center;
}

div.wincode h2 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 2px;
}

div.wincode-input {
	background: url(../images/wincode_bg.gif) no-repeat center top;
	padding-top: 3px;
	padding-bottom: 6px;
}

input.wincode {
	width: 235px;
	border: 1px solid #828282;
}

div.wincode-submit {
	padding-top: 6px;
	padding-bottom: 16px;
}

div.wincode-error {
	text-align: center;
	padding-top: 16px;
}

div.wincode-noprize-text {
	padding-top: 10px;
	padding-bottom: 30px;
}

div.instantwin-prize {
	padding-top: 16px;
	padding-bottom: 16px;
}

table.instantwin-prize td.first-col {
	padding-right: 12px;
}

div.instantwin-prize h2 {
	margin: 0;
	padding-top: 1px;
	padding-bottom: 3px;
}

div.wincode-winner-data-text {
	padding-bottom: 10px;
}

/* multiple choice */

#mulitple-choice {
	width: 460px;
}

div.multiplechoice-headertext {
	padding-bottom: 12px;
}

div.multiplechoice-item {
	background: #F8C308;
	padding: 9px;
	margin-bottom: 15px;
}

div.multiplechoice-question {
	background: url(../images/question_mark.gif) no-repeat; 
	padding-left: 25px;
	font-weight: bold;
	width: 400px;
}

div.multiplechoice-tipurl {
	padding-top: 2px;
	padding-bottom: 4px;
}

div.multiplechoice-answers {
	background: #FFE99C;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}

input.radio {
	display: block;
	float: left;
}

#mulitple-choice label {
	display: block;
	float: left;
	padding-left: 2px;
	padding-top: 3px;
}

div.multiplechoice-answer-divider {
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	font-size: 1px;
}

div.multiplechoice-participants-headertext {
	padding-bottom: 12px;
}

/* xapian */

div.xapian-resultitem {
	border-top: 1px solid #999999;
	margin-top: 10px;
}

/* contest view */

div.period-button-left {
	float: left;
	margin-right: 10px;
}

div.period-button-right {
	float: left;
}

div.paging {
	margin-top: 10px;
}

div.paging a {
	text-decoration: none;
}

div.paging-previous {
	float: left;
	width: 110px;
	padding-top: 1px;
}

div.paging-items {
	float: left;
	width: 254px;
	text-align: center;
}

div.paging-page {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	padding-top: 1px;
}

div.paging-item-no {
	float: left;
	margin-left: 1px;
}

div.paging-item-no a {
	background: #000000;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}

div.paging-item-act {
	float: left;
	border: 1px solid #000000;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	margin-left: 1px;
}

div.paging-next {
	float: left;
	width: 110px;
	text-align: right;
	padding-top: 1px;
}

div.slogan-items {
	background: url(../images/subnav_divider.gif) repeat-x;
	margin-top: 4px;
}

div.slogan-item {
	background: url(../images/subnav_divider.gif) repeat-x bottom;
	padding-bottom: 12px;
	padding-top: 10px;
}

p.slogan {
	margin: 0;
	padding-bottom: 12px;
}

p.comment {
	margin: 0;
	padding-bottom: 12px;
}

div.image-items {
	padding-top: 8px;
}

div.image-item {
	width: 235px;
	float: left;
	margin-bottom: 22px;
}

div.image-item-small {
	width: 215px;
	float: left;
}

div.image-gallery-media {
	background: #E5E5E5;
	width: 215px;
	height: 143px;
	text-align: center;
	margin-bottom: 2px;
}

table.image-gallery-media td {
	text-align: center;
	vertical-align: middle;
	width: 215px;
	height: 143px;
}

div.image-gallery-media-item {
	position: relative;
	margin: auto;
}

div.image-gallery-media-item img {
	cursor: pointer;
}

p.favourite-button {
	margin: 0;
	padding-top: 4px;
}

div.voting-button {
	float: left;
	padding-right: 10px;
}

div.voting-votes {
	float: left;
	padding-top: 3px;
}

/* rightcol box favourites */

h1.favourites {
	margin: 0;
	padding-bottom: 6px;
}

div.tabs {
	position: relative;
	top: 1px;
	height: 19px;
}

div.tab-no {
	width: 86px;
	height: 17px;
	padding-top: 2px;
	background: url(../images/tab_no.gif) no-repeat;
	float: left;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

div.tab-act {
	width: 86px;
	height: 17px;
	padding-top: 2px;
	background: url(../images/tab_act.gif) no-repeat;
	float: left;
	text-align: center;
	cursor: pointer;
}

div.tab-content-box {
	border: 1px solid #999999;
	width: 178px;
}

div.tab-content {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

div.favourites-item {
	background: url(../images/subnav_divider.gif) repeat-x bottom;
	padding-bottom: 6px;
	padding-top: 4px;
}

div.favourites-item h2 {
	margin: 0;
}

div.favourite-title {
	background: url(../images/arrow_green.gif) no-repeat 0 3px;
	padding-left: 14px;
	font-weight: bold;
	color: #008000;
}

div.tab-content-info {
	padding-top: 10px;
}

/* ideas */

div.idea-items {
	background: url(../images/subnav_divider.gif) repeat-x;
	margin-top: 4px;
}

div.idea-item {
	background: url(../images/subnav_divider.gif) repeat-x bottom;
	padding-bottom: 6px;
	padding-top: 10px;
	width: 474px;
}

p.idea,
p.answer {
	margin: 0;
	padding-bottom: 12px;
}

/* startpage banner */

#startpage-banner {
	position: absolute;
	top: 525px;
	left: 730px;
	width: 120px;
	height: 80px;
}

#startpage-banner-video {
	position: absolute;
	top: 505px;
	left: 700px;
}

#startpage-banner-iv {
	position: absolute;
	top: 560px;
	left: 700px;
}

#startpage-banner-top {
	position: absolute;
	top: 450px;
	left: 700px;
}

/* iframe */

#main-col-large {
	width: 850px;
	margin-left: 30px;
	float: left;
}

#main-col-large iframe {
	border: 0;
	margin-top: 20px;
}

/* content contest gallery */

div.contest-items div.image-item {
	width: 215px;
	margin-right: 20px;
}

div.contest-items div.image-item-small {
	width: 215px;
	margin-bottom: 20px;
}
