@font-face {
	font-family: 'BebasNeueRegular';
	src: url('BebasNeue-webfont.eot');
	src: local('☺'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#webfontf0WP9KEe') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Basic Stuff */

html {
	overflow-y: scroll;
	font-family: sans-serif;
	background: white;
	font-size: 14px;
	color: #363636;
}

body {
	margin: 0 0 40px 0;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, p, img, form, fieldset, input, textarea, table, th, td, tr, hr, abbr, button {
	border-width: 0;
	outline-width: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-family: sans-serif;
}

h1 {
	font-family: 'BebasNeueRegular', sans-serif;
	color: white;
	font-size: 22px;
	height: 42px;
	line-height: 42px;
	background: url("../img/h1_blue.png");
	text-indent: 24px;
	text-transform: uppercase;
}
h1.h1_green { background: url("../img/h1_green.png"); }
h1.h1_teal { background: url("../img/h1_teal.png"); }

img {
	display: block;
}

a {
	outline-width: 0;
	color: #1a61c2;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

/* Extend after floats */

.spanfloats { height: 1%; }
.spanfloats:after { content: " "; height: 0; overflow: hidden; display: block; clear: both; }

/* Content */

.content h1 {
	
}

.content h2 {
	margin: 24px 0 14px 24px;
	font-size: 18px;
}

.content h3 {
	color: #306c24;
	font-size: 16px;
	margin: 14px 0 14px 24px;
	font-weight: normal;
}

.content h4 {
	margin: 14px 0 14px 24px;
}

.content p {
	margin: 14px 24px 14px 24px;
	line-height: 18px;
}

.content p.bannerimg {
	margin: 0;
}

.content a {
}
.content a:hover {
	text-decoration: underline;
}

.content ol {
	margin: 14px 24px 14px 24px;
}

.content ul {
	margin: 14px 24px 14px 24px;
}

.content ul li {
	font-size: 12px;
	padding: 1px 0 2px 18px;
	background: url("../img/bullet.png") no-repeat 6px 6px;
	line-height: 17px;
}

.content li ul {
	
}

.content hr {
	
}

table.twocol {
	width: 100%;
}
table.twocol td {
	width: 50%;
	vertical-align: top;
}


.modal {
	
}


/* Page */

#page {
	width: 930px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 41px;
	line-height: 41px;
	padding-left: 23px;
	font-size: 11px;
	font-weight: bold;
	position: relative;
}

/* Menu */

#menu_bar {
	position: relative;
	height: 77px;
	background: url("../img/menu.jpg") no-repeat;
}

#menu {
	height: 53px;
}
#menu li {
	float: left;
	height: 53px;
	background: url("../img/menu_sep.png") no-repeat center right;
}
#menu li a {
	float: left;
	height: 53px;
	line-height: 53px;
	padding: 0 22px;
	font-size: 13px;
	color: #78726b;
	position: relative;
	left: -1px;
}
.lang_de #menu li a {
	font-size: 12px;
}
#menu li.menu_item a.selected,
#menu li.menu_item a:hover {
	background: #0879d7;
	color: white;
}
#menu li#logo a {
	padding: 7px 20px 0 24px;
	height: 46px;
}
#social_follow {
	position: absolute;
	top: 8px;
	right: 1px;
	height: 36px;
	line-height: 36px;
}
#social_follow li {
	float: left;
	display: inline;
	margin-right: 10px;
	color: #1270cf;
	font-size: 16px;
}

/* News */

h3.date {
	font-size: 11px;
	margin-top: -12px;
	margin-bottom: -4px;
}

p.read_more {
	font-size: 11px;
	margin-top: -8px;
}

/* Pagination */

ul.pagination {
	list-style-type: none;
	margin: 20px 0 40px 24px;
	font-weight: bold;
}
ul.pagination li {
	display: inline;
	padding: 0;
	background: none;
}
ul.pagination li a {
	padding: 0 5px;
}
ul.pagination li a.selected {
	color: black;
	text-decoration: underline;
}

/* Footer Links */

#footer_links {
	background: url("../img/menu_bottom.png") no-repeat;
	height: 53px;
	margin-top: 31px;
	font-size: 11px;
}

#footer_links ul {
	text-align: center;
	line-height: 53px;
}
#footer_links li {
	display: inline;
}
#footer_links li a {
	color: #78726b;
	margin: 0 8px;
}
#footer_links li a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	height: 60px;
	font-size: 11px;
}
#footer p {
	line-height: 60px;
	text-align: center;
	color: #707070;
}

/* Home Splash */

#home_splash {
	position: relative;
	background: url("../img/home_splash.jpg") no-repeat;
	height: 426px;
}

#splash_features {
	position: absolute;
	top: 39px;
	left: 38px;
}

#splash_view_all {
	position: absolute;
	top: 225px;
	left: 39px;
}

#splash_validate_link a {
	position: absolute;
	top: 290px;
	left: 40px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#splash_facebook {
	position: absolute;
	top: 332px;
	left: 40px;
}


#latest_news {
	position: absolute;
	top: 373px;
	left: 25px;
	height: 52px;
}
#h_latest_news {
	float: left;
}
#splash_news {
	float: left;
	font-size: 14px;
	margin-left: 12px;
	height: 52px;
	line-height: 52px;
}
#splash_news a {
	color: white;
}
#splash_news a:hover {
	text-decoration: underline;
}

/* Main */

div#content {
	position: relative;
	width: 692px;
	float: left;
	background: #f9f8f7 url("../img/content_bottom.png") no-repeat bottom left;
	padding-bottom: 40px;
	height: auto !important;
	height: 424px;
	min-height: 424px;
}

#h1_facebook {
	position: absolute;
	top: 11px;
	right: 10px;
}

/* Panels */

#panels {
	
}

.panels_home {
	margin-top: 22px;
}
.panels_home a.panel {
	float: left;
	margin-right: 21px;
}
.panels_home #newsletter {
	float: left;
}

.panels_right {
	float: left;
	margin-top: -10px;
	margin-left: 21px;
	display: inline;
}
.panels_right a.panel {
	margin-bottom: 14px;
	display: block;
}
.panels_right #newsletter {
	
}

#newsletter {
	background: url("../img/panel_newsletter_bg.png") no-repeat;
	height: 108px;
	width: 216px;
}
#newsletter h4 {
	padding: 15px 14px 11px 15px;
	font-size: 1px;
}
#newsletter_email {
	padding: 2px 2px 2px 4px;
	font-size: 12px;
	width:	177px;
	margin-left: 15px;
	border: 1px solid #878179;
}
#newsletter_email.empty {
	color: #b0b0b0;
}
#newsletter_register {
	margin: 9px 0 0 63px;
}

#newsletterStatus {
	display: none;
	color: black;
	font-size: 12px;
	margin: 0 15px;
}

/* Form */

form.form {
	margin: 10px 0;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

input.text {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}
input.text.long {
	width: 240px;
}

textarea {
	border: 1px solid #cccccc;
	font-family: sans-serif;
	width: 348px;
	padding: 4px;
}

form div.input {
	padding-top: 6px;
}

form div.field {
	padding-top: 5px;
}

form div.field_label {
	float: left;
	width: 150px;
}

form div.title_label {
	margin-left: 24px;
}
form div.title_label div.field_label {
	display: block;
	float: none;
	width: auto;
	margin: 4px 0;
	font-size: 12px;
}

form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
}

form div.title_label div.field_label label {
	text-align: left;
	font-weight: bold;
	color: #306c24;
}

form div.field_input {
	margin-left: 150px;
}

form div.title_label div.field_input {
	margin-left: 0;
}
button.form_submit {
	margin-top: 6px;
	margin-left: 150px;
	padding: 5px 12px;
	color: white;
	font-weight: bold;
	background: #1a61c2;
	width: auto;
	overflow: visible;
}

fieldset div.error  {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px;
}

div.error {
	background-color: #ffa79b;
	border: 1px solid #b91600;
	padding: 0px;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
	border-bottom: 1px solid #efefef;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.title_label div.field_div {
	border-bottom-width: 0;	
}

form div.field_div label {
	float: left;
}

span.asterisk {
	font-weight: bold;
	color: #1a61c2;
}

span.tip {
	display: block;
	padding-top: 2px;
	font-size: 10px;
	color: #909090;
}

/* Members downloads */

div.members_downloads h3 {
	color: #707070;
	margin-bottom: 5px;
}
div.members_downloads a {
	outline-width: 0;
}

div.members_downloads ul a.on {
	color: black;
	font-weight: bold;
}

div.members_downloads div.step_1,
div.members_downloads div.step_2 {
	float: left;
	width: 280px;
}

div.members_downloads div.step_2 {
	display: none;
	width: 330px;
}
div.members_downloads div.step_2 span.hint {
	font-size: 11px;
	color: #7d7d7d;
}


div.members_downloads div.step_3 {
	display: none;
	clear: both;
}

div.members_downloads ul.downloads {
	padding: 0;
}
div.members_downloads ul.downloads h3 {
	margin: 0 0 6px 0;
}

div.members_downloads ul.downloads li {
	background-position: 0 6px;
	margin-bottom: 36px;
	clear: both;
}
div.members_downloads p.description {
	font-size: 11px;
	line-height: 15px;
	color: #7d7d7d;
	margin: 6px 0;
}

div.download_info {
	display: none;
}

div.tac_agree {
	padding: 6px 0;
}
div.terms {
	padding: 10px;
	height: 120px;
	overflow-y: scroll;
	background: white;
	border: 1px solid #cfcfcf;
}
div.members_downloads div.terms h4 {
	margin: 0;
	font-size: 14px;
}
div.members_downloads div.terms p {
	margin-left: 0;
}

div.members_downloads a.download_link {
	display: block;
	padding: 6px 0;
	color: white;
	background: #c8c8c8;
	font-weight: bold;
	width: 100px;
	text-align: center;
}
div.members_downloads a.download_link.activated {
	background: #1a61c2;
}

div.members_downloads p.no_downloads {
	font-weight: bold;
	display: none;
}

input.serial_new {
	border: 1px solid #a0a0a0;
	padding: 1px 1px 1px 3px;
	margin: 0 4px;
}
input.serial_add_btn {
	margin: 0 4px;
	padding: 2px 12px;
	color: white;
	font-weight: bold;
	background: #909090;
	width: auto;
	overflow: visible;
}

/* Serial selection */

div.members_downloads div.key_select {
	padding: 0 0 10px 0;
}
div.members_downloads div.key_select p,
div.members_downloads div.key_select ul{
	margin-left: 0;
}
div.members_downloads div.key_select ul li {
	margin: 3px 0;
	background: none;
	padding-left: 0;
}
div.members_downloads div.key_select p {
	margin: 6px 0;
	font-size: 12px;
}

/* Languages */

#language_select {
	position: absolute;
	top: 0;
	right: 0;
	margin: 4px 11px 0 0;
}
#language_select li {
	float: right;
	margin-left: 10px;
}
#language_select li a {
	float: right;
	opacity: 0.8;
}
#language_select li a:hover {
	opacity: 1;
}

