/* @override 
	http://www2.notp.loc/style/screen.css
	http://test.notp.com/style/screen.css
	http://www.notp.loc/style/screen.css
*/

/* @group General */

body {
	background: #0c0b11 url(/style/images/back.jpg) repeat-x fixed 30% top;
	font: 11px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #eee;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}

.float_left {
	float: left;
	margin: 0 1em 0.5em 0;
}

.float_right {
	float: right;
	margin: 0 0 0.5em 1em;
}

.float_none {
	float: none;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clear_both {
	clear: both;
}

.clear_none {
	clear: none;
}

#content .thumb {
	border: 2px solid #ddd;
}

#alt_content .thumb {
	border: 1px solid #ddd;
}

.caption {
	font-style: italic;
	color: #eee;
	font-size: 1em;
}


/* @end */

/* @group Header */

#header {
	height: 250px;
	background: transparent url(/style/images/content_top.png) no-repeat center bottom;
}

#header .title {
	width: 276px;
	height: 165px;
	background: transparent url(/style/images/logo.png);
	position: absolute;
	top: 45px;
	margin-left: 20px;
	float: left;
}

#header .title.germany {
	width: 281px;
	height: 165px;
	background: transparent url(/style/images/logo_germany.png);
	position: absolute;
	top: 45px;
	margin-left: 20px;
	float: left;
	
}


#header .title span {
	display: none;
}

#header .baseline_dutch {
	position: absolute;
	top: 153px;
	margin-left: 314px;
	width: 312px;
	height: 40px;
	background: transparent url(/style/images/baseline_dutch.png);
}

#header .baseline_german {
	position: absolute;
	top: 151px;
	margin-left: 314px;
	width: 235px;
	height: 40px;
	background: transparent url(/style/images/baseline_german.png);
}

#header .baseline_spanish {
	position: absolute;
	top: 153px;
	margin-left: 314px;
	width: 494px;
	height: 40px;
	background: transparent url(/style/images/baseline_spanish.png);
}

#header .baseline_english {
	position: absolute;
	top: 153px;
	margin-left: 314px;
	width: 270px;
	height: 40px;
	background: transparent url(/style/images/baseline_english.png);
}

#header .baseline_french {
	position: absolute;
	top: 153px;
	margin-left: 314px;
	width: 435px;
	height: 40px;
	background: transparent url(/style/images/baseline_french.png);
}

#header .baseline_dutch span,
#header .baseline_german span,
#header .baseline_spanish span,
#header .baseline_english span,
#header .baseline_french span {
	display: none;
}

#header .extra_info {
	position: absolute;
	top: 120px;
	margin-left: 238px;
	font: 23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

/* @group Countryselection */

#country_selection {
	float: right;
	padding-right: 15px;
	font-size: 105%;
	top: 30px;
	position: relative;
	color: #ccc;
}

#country_selection h2{
	display: none;
}

#country_selection ul,
#country_selection li {
	list-style: none;
}

#country_selection li {
	float: left;
	margin-left: 0.45em;
}

#country_selection li:before {
	color: #ccc;
	content: "\0020 / \0020";
	
}

#country_selection li:first-child:before {
	content: "";
}

#country_selection a {
	color: #999;
	text-decoration: none;
}

#country_selection li.selected a {
	color: #fff;
}

#country_selection a:hover {
	text-decoration: underline;
}


/* @end */

/* @end */

/* @group Body */

#body {
	background: transparent url(/style/images/content_body.png) repeat-y;
	height: 100%;
	width: 100%;
	float: left;
	padding-bottom: 2.5em;
	padding-top: 1em;
}

#navigation {
	width:160px;
	float:left;
	padding-left: 30px;
	padding-right: 10px;
}

#content {
	width:442px;
	float:left;
}

#content a,
#alt_content a {
	text-decoration: underline;
	color: #79c9dc;
}

#content a:hover,
#alt_content a:hover {
	color: #fff;
}

#content p,
#alt_content p {
	padding-bottom: 0.9em;
}

#content ul,
#content ul li,
#alt_content ul,
#alt_content ul li {
	list-style-type: disc;
	list-style-position: outside;
}

#content ul,
#alt_content ul {
	margin: 1em 0 1em 2em;
}


#content h1 {
	color: #79c9dc;
	font: 2em/1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.3em;
	letter-spacing: -0.05em;
}

#content h2 {
	color: #fff;
	font: 1.5em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.5em;
	letter-spacing: -0.05em;
}

#content h3 {
	color: #79c9dc;
	font: 1.2em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding-bottom: 0.4em;
	letter-spacing: -0.05em;
}

#content h4 {
	color: #eee;
	font: 1.2em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-left: 1em;
}

#content h5 {
	color: #79c9dc;
	font: 1em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-left: 1em;
}

#alt_content {
	float: right;
	width: 200px;
	padding-right: 30px;
	color: #bbb;
}

#alt_content h1 {
	color: #79c9dc;
	font: 1.4em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.6em;
	letter-spacing: -0.05em;
}

#alt_content h2 {
	color: #fff;
	font: 1.2em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.5em;
	letter-spacing: -0.05em;
}

#alt_content h3 {
	color: #79c9dc;
	font: 1.2em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding-bottom: 0.4em;
	letter-spacing: -0.05em;
}

#alt_content h4 {
	color: #eee;
	font: 1.2em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-left: 1em;
}

#alt_content h5 {
	color: #79c9dc;
	font: 1em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-left: 1em;
}





#navigation h1 {
	color: #79c9dc;
	font: 1.4em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.6em;
	letter-spacing: -0.05em;
}

#navigation h2 {
	color: #fff;
	font: 1.2em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.5em;
	letter-spacing: -0.05em;
}

#navigation h3 {
	color: #79c9dc;
	font: 1.2em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	padding-bottom: 0.4em;
	letter-spacing: -0.05em;
}

#navigation h4 {
	color: #eee;
	font: 1.2em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-left: 1em;
}

#navigation h5 {
	color: #79c9dc;
	font: 1em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-left: 1em;
}



/* @group Navigation*/

#navigation {
	padding-top: 2em;
}

h2.nav {
	display: none;
}

#navigation ul {
	padding-bottom: 2em;
}

#navigation a {
	font-size: 120%;
	color: #ccc;
	line-height: 1.6em;
	padding-left: 12px;
	text-decoration: none;
}

#navigation li.selected > a {
	color: #79c9dc;
	background: transparent url(/style/images/triangle.png) no-repeat 0 60%;
}

#navigation a:hover {
	color: #fff;
}

#subnav {
	text-align: center;
	font-size: 105%;
}

#subnav h2 {
	display: none;
}

#subnav ul {
	margin-bottom: 1em;
}


#subnav ul,
#subnav ul li {
	list-style: none;
}

#subnav ul li {
	display: inline;
}

#subnav a {
	color: #aaa;
	text-decoration: none;
	padding: 0 0.25em;
}

#subnav a:hover {
	color: #fff;
}

#subnav li.selected a {
	color: #fff;
}

#subnav li:before {
	color: #999;
	content: "\0020 / \0020";
	
}

#subnav li:first-child:before {
	content: "";
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	clear: both;
	padding: 3.5em 0 4em 0;
	text-align: center;
	background: transparent url(/style/images/content_bottom.png) no-repeat center top;
	height: 100%;
}

#copyright {
	color: #555; 
	font-size: 95%;
}

#copyright a {
	color: #555;
	text-decoration: underline;
}

#copyright a:hover {
	color: #999;
	text-decoration: underline;
}



/* @end */



/* @group Forms */

form .error {
	color: #e89b11;
	float: left;
	display: block;
	padding: 0.4em 0.3em;
	width: 100%;
	font-size: 105%;
}

label {
	font-size: 90%;
	color: #ccc;
	margin: 0.2em 0;
}

label.field {
	width: 100%;
	float: left;
	display: block;
}

fieldset {
	padding: 0 1em 0.5em 1em;
	border: 0;
}

input {
	margin: 0.6em 0;
}


legend {
}

/* @end */

/* @group News */

div#news div.article {
	padding-bottom: 0.5em;
}

div#news div.article hr {
	display: none;
}

div#fullstory div.article {
	border: none;
}

div.article h2 {
	padding: 0;
	margin: 1em 0 0 0;
	clear: both;
}

div.article p {
	padding: 0;
	margin: 0 0 0.25em 0;
}

div.article span.publicationdate {
	color: #aaa;
	font-size: 75%;
	text-align: right;
	padding: 0;
	margin: 0;
	white-space: nowrap;
} 

/* @end */

/* @group Forum */

#forum_section {
	padding-bottom: 2em;
	width: 442px;
}

#forum_section a.back {
	font-size: 60%;
}

#forum_section .controls {
	padding: 0;
}

#forum_section .description {
	font: italic 102% "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 1em;
}

/* @group Form */
div#post_message_wrap {
	color: #333;	
	margin: 0 0 2em 0;
	padding: 0;
	float: left;
	clear: both;
	width: 442px;
	background: transparent url(/style/images/balloon_top.png) no-repeat;
}

div#post_message_wrap h2 {
	padding: 0.4em 1em 0.8em 0.8em;	
	margin-top: 9px;
	font-size: 140%;
	color: #222;
	background-color: #f2f2f2;
} 


div#post_message_wrap form#post_message {
	margin: 0;
	padding: 0 1em 1em 1em;
	background-color: #f2f2f2;
	border: 0;
}


div#post_message_wrap form#post_message label {
}

div#post_message_wrap form#post_message label.small {
	width: 100%;
	float: left;
	clear: both;
	font-size: 95%;
	color: #333;
	padding-bottom: 0.25em;
}


div#post_message_wrap form#post_message input.text {
	width: 98%;
}

div#post_message_wrap form#post_message textarea {
	width: 98%;
	height: 8em;
}

div#post_message_wrap form#post_message p.buttons a {
color: #f70;
text-decoration: none;
padding-left: 1em;
}


div#post_message_wrap form#post_message #cancel_post {
	color: #f70;
	text-decoration: none;
	padding-left: 1em;
}

div#post_message_wrap form#post_message #cancel_post:hover {
	color: #333;
}


div#post_message_wrap div#errors {
	
}

div#post_message_wrap div#errors ul,
div#post_message_wrap div#errors ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#post_message_wrap div#errors ul {
	border: 1px solid #f66;
	background: #fee;
	padding: .75em 1em;
	margin: 1em 0;
}

div#post_message_wrap div#errors ul li {
	padding: .5em 0;
	color: #f33;
}


div#post_message_wrap #post_message_wrap2 {
	padding-bottom: 10px;
	background: transparent url(/style/images/balloon_bottom.png) no-repeat left bottom;
}


/* @end */

/* @group Messages */


div.message.preview {
	padding: 0;
	padding-top: 5px;
	background: transparent url(/style/images/balloon_top.png) no-repeat;
	float: left;
	clear: both;
	width: 100%;
}

div.message {
	padding: 0;
	padding-top: 10px;
	background: transparent url(/style/images/balloon_top.png) no-repeat;
	float: left;
	clear: both;
	width: 100%;
}

div.message .body {
	color: #333;	
	float: left;
	clear: both;
	width: 100%;
	background-color: #f2f2f2;
}

div.message .body p {
	padding: 0.5em 1.25em;
}

div.message p {
	margin: 0 0 0.25em 0;
}

div.message div.caption {
	color: #fff;	
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
	background: transparent url(/style/images/balloon_bottom.png) no-repeat;
	padding-bottom: 1em;
}

div.message div.caption p {
	padding: 1.2em;
	margin: 10px 30px 0 0;
	padding-right: 30px;
	color: #ccc;
	background: transparent url(/style/images/balloon_text.png) no-repeat top right;
	float: left;
	clear: both;
	text-align: left;
}




div.message.admin {
	padding: 0;
	padding-top: 10px;
	background: transparent url(/style/images/balloon_admin_top.png) no-repeat;
	float: left;
	clear: both;
	width: 100%;
}

div.message.admin .body {
	color: #26251c;	
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background-color: #79c9dc;
}

div.message.admin div.caption {
	color: #fff;	
	margin: 0;
	float: left;
	clear: both;
	width: 100%;
	background: transparent url(/style/images/balloon_admin_bottom.png) no-repeat;
}

div.message.admin div.caption p {
	padding: 1.2em;
	margin: 10px 0 0 30px;
	padding-left: 30px;
	color: #ccc;
	background: transparent url(/style/images/balloon_admin_text.png) no-repeat top left;
	float: right;
	clear: both;
	text-align: right;
}

div.message div.caption span.date {
	white-space: nowrap;
}

/* @end */

/* @group Controls */
div.controls {
	font-size: 105%;
	margin: 1em 0;
	float: left;
}

#content div.controls p a {
	text-decoration: none;
}

div.controls p span.disabled {
	color: #999;
}
/* @end */

/* @end */

/* @group Countdown */

.countdown_container {
	background: #eee;
	color: #333;
	padding: 18px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 1.5em;
	float: left;
}

.countdown_container h1,
#content .countdown_container h1 {
	color: #444;
}

.countdown {
	float: left;
	width: 100%;
}

.countdown_container .countdown .digit {
	float: left;
	width: 37px;
	height: 83px;
	background: transparent url(/style/images/timer_digits.png);
	text-indent: -10000px;
	overflow: hidden;
	margin-right: 2px;
}

.countdown_container .item {
	float: left;
	margin-right: 13px;
	position: relative;
	width: auto;
}

.countdown_container .divider {
	display: none;
}

.countdown .descr {
	position: absolute;
	left: 0;
	top: 65px;
	width: 98%;
	text-align: right;
}

.countdown_container .countdown .digit.d1 {
	background-position: 0 0;
}
.countdown_container .countdown .digit.d2 {
	background-position: -37px 0px;
}
.countdown_container .countdown .digit.d3 {
	background-position: -74px 0px;
}
.countdown_container .countdown .digit.d4 {
	background-position: -111px 0px;
}
.countdown_container .countdown .digit.d5 {
	background-position: -148px 0px;
}
.countdown_container .countdown .digit.d6 {
	background-position: -185px 0px;
}
.countdown_container .countdown .digit.d7 {
	background-position: -222px 0px;
}
.countdown_container .countdown .digit.d8 {
	background-position: -259px 0px;
}
.countdown_container .countdown .digit.d9 {
	background-position: -296px 0px;
}
.countdown_container .countdown .digit.d0 {
	background-position: -333px 0 ;
}


/* @end */
