body {
	font-size: 14px;
	font-family: "Open Sans", Arial, Helvetica, FreeSans, sans-serif;
	color: #3C2723;
	background-color: #3C2723;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.w91 {
	width: 91px;
}

.small {
	font-size: 11px !important;
}



.blue {
	color: #06598C;
}

.red {
	color: #DB0000;
}

.green {
	color: #5EBF00;
}

.black {
	color: #000000;
}


strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a {
	color: #06598C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.message {
	background-color: #DD5508;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#box-head {
	position: relative;
	height: 270px;
	background-image: url('../images/top.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#box-head h1 {
	position: absolute;
	top: 25px;
	left: 35px;
	font-family: 'Amaranth', Arial, sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #FFCC3D;
	text-shadow: 1px 1px 1px #000000;
}

#box-head h1 a,
#box-head h1 a:hover {
	color: #FFCC3D;
	text-decoration: none;
}

#box-head .links {
	position: absolute;
	bottom: 15px;
	right: 40px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

#box-head .links a,
#box-head .links div {
	display: block;
	width: 210px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3C2723;
	padding: 6px 0 8px 0;
	margin-bottom: 5px;
}

#box-head .links a:hover,
#box-head .links a:focus,
#box-head .links div {
	text-decoration: none;
	color: #E6D7AC;
}

.atak_login {
	position: absolute;
	bottom: 20px;
	left: 40px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

.atak_login a,
.atak_login div {
	display: inline;
	position: relative;
	top: -8px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.atak_login a:hover,
.atak_login div {
	border: 1px solid #3C2723;
	background-color: #E6D7AC;
	color: #3C2723;
	text-decoration: none;
}

.atak_login legend {
	display: none;
}

.atak_login label {
	display: block;
	padding-left: 2px;
	margin-bottom: 4px;
	width: 148px;
}

.atak_login input {
	margin-bottom: 8px;
	width: 144px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	font-size: 15px;
	color: #3C2723;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.atak_login input:focus,
.atak_login button:focus,
.atak_login button:hover {
	background-color: #E6D7AC;
	border: 1px solid #3C2723;
	background-position: 4px -28px;
}

.atak_login button {
	border: 1px solid #FFFFFF;
	height: 24px;
	width: 24px;
	padding: 1px;
	vertical-align: top;
	background-image: url('../images/login-arrow.png');
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-color: transparent;
	text-indent: -999em;
	cursor: pointer;
	margin-left: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#box-days li {
	margin-top: 10px;
}

#box-days li a {
	display: block;
	text-decoration: none;
	text-align: center;
	border: 1px solid #F5EFDF;
	border-bottom: none;
	width: 28px;
	height: 28px;
	color: #F5EFDF;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}

#box-days li a:hover,
#box-days li a:focus {
	background-color: #F5EFDF;
	text-decoration: none;
	color: #3C2723;
}

#box-days li.active {
	display: block;
	background-color: #F5EFDF;
	color: #3C2723;
	text-decoration: none;
	text-align: center;
	border: 1px solid #F5EFDF;
	border-bottom: none;
	width: 28px;
	height: 28px;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}

#box-content {
	background-color: #F5EFDF;
	min-height: 300px;
	padding: 30px 0;
}


/*
	Übersicht
*/

#chart_entries,
#chart_first2last {
	height: 400px;
	margin-bottom: 50px;
}

div#funfacts {
	background-color: #FFCC3D;
	margin-bottom: 20px;
	cursor: pointer;
	overflow: hidden;
	padding: 10px;
}

div.funfacts_mini {
	height: 17px;
}

div#funfacts ul {
	margin: 10px 20px 0 20px;
}

div#funfacts li {
	margin-bottom: 5px;
}


/*
	Tag-Ansicht
*/

#day-number {
	font-size: 64px;
	font-weight: bold;
	height: 50px;
	line-height: 1;
	margin-top: 0px;
	text-align: right;
}

#day-number a,
#day-title a {
	color: #3C2723;
}

#day-number a:hover,
#day-title a:hover {
	text-decoration: none;
}

#day-title {
	border-left: 3px solid #3C2723;
	min-height: 50px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
}

#day-title h2 {
	font-size: 24px;
	margin-top: -6px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.25;
}

#day-summary table {
	width: 100%;
	margin-bottom: 30px;
}

#day-summary table tr {
	border-bottom: 1px solid #C2B591;
}

#day-summary table th {
	width: 175px;
}

#day-summary table td {
	font-weight: bold;
}

#day-summary table td .small {
	font-weight: normal;
	line-height: 1;
}

#day-summary input  {
	margin: 5px 10px 5px 0;
	width: 223px;
	padding: 2px;
	border: 1px solid #3C2723;
	font-size: 15px;
	color: #3C2723;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#day-summary input:focus {
	background-color: #E6D7AC !important;
	border: 1px solid #3C2723;
	background-position: 207px -29px;
	color: #3C2723;
	outline: none;
}

#day-summary .edit_solutions1 {
	border: none;
}

#day-summary .edit_solutions2 ul {
	list-style: none;
	font-weight: normal;
}

#day-summary .edit_solutions2 li {
	float: left;
	background-color: #E6D7AC;
	padding: 3px 6px;
	margin-bottom: 5px;
	width: 243px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#day-summary .edit_solutions2 li img {
	margin-right: 5px;
}

#day-summary img {
	cursor: pointer;
}

#day-chart {
	margin-bottom: 30px;
	text-align: center;
}

#day-chart .jqplot-data-label {
	color: #FFFFFF;
}

#entry-form {
	position: relative;
	margin-bottom: 40px;
}

#entry-form .ribbon {
	position: absolute;
	top: 0;
	left: 0;
	width: 132px;
	height: 132px;
	background-image: url('../images/ribbon.png');
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -999em;
}

#entry-form .head {
	position: relative;
	height: 59px;
	padding-top: 11px;
	background-color: #3C2723;
	color: #E6D7AC;
	text-align: center;
	font-size: 18px;
	line-height: 1.1;
}

#entry-form .head span {
	font-weight: bold;
	font-size: 24px;
}

#entry-form .head p.small {
	position: absolute;
	bottom: 5px;
	right: 5px;
	line-height: 1.15;
	font-style: italic;
}

#entry-form .main {
	background-color: #5E5659;
	padding-bottom: 20px;
}

#entry-form .main p {
	color: #E6D7AC;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#entry-form .main .infobox {
	margin-top: 10px;
}

#entry-form .main .infobox p {
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
}

#entry-form .main .infobox a {
	color: #E6D7AC;
	text-decoration: underline;
}

#entry-form .main .infobox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#entry-form .main .infobox table {
	color: #E6D7AC;
	border-spacing: 0 5px;
	border-collapse: separate;
	width: 100%;
}

#entry-form .main .infobox table th {
	font-weight: bold;
	padding: 5px 10px;
	width: 180px;
	background-color: #4F484B;
}

#entry-form .main .infobox table td {
	background-color: #72696C;
	padding: 5px 10px;
}

input, button, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

form.atak_entry {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

form.atak_entry legend {
	display: none;
}

form.atak_entry label {
	display: block;
	padding-left: 2px;
	margin-bottom: 4px;
}

form.atak_entry label.radio-label {
	float: right;
	width: 200px;
	text-transform: none;
	margin-bottom: 10px;
}

form.atak_entry .small {
	font-weight: normal;
}

form.atak_entry .entry-help {
	font-weight: normal;
	text-transform: none;
	color: #E6D7AC;
	text-align: left !important;
}

form.atak_entry input,
form.atak_entry textarea {
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	font-size: 15px;
	color: #3C2723;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 10;
}

form.atak_entry .grid_6 input {
	width: 224px;
}

form.atak_entry .grid_9 input {
	width: 344px;
}

form.atak_entry input.inactive {
	background-color: #5E5659;
}

form.atak_entry input[type="radio"] {
	float: left;
	width: auto;
	border: none;
}

form.atak_entry input#Solution {
	width: 704px;
}

form.atak_entry textarea {
	width: 464px;
	height: 100px;
	resize: none;
}

form.atak_entry .grid_18 textarea {
	width: 704px;
}


form.atak_entry input:focus,
form.atak_entry button:focus,
form.atak_entry textarea:focus,
form.atak_entry button:hover {
	background-color: #E6D7AC;
	border: 1px solid #3C2723;
	background-position: 207px -29px;
	color: #3C2723;
	outline: none;
}

form.atak_entry button {
	border: 1px solid #FFFFFF;
	height: 24px;
	width: 228px;
	padding: 0;
	vertical-align: top;
	background-image: url('../images/login-arrow.png');
	background-position: 207px 3px;
	background-repeat: no-repeat;
	background-color: #DD5508;
	cursor: pointer;
	margin-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	font-family: "Open Sans", Arial, Helvetica, FreeSans, sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#entry-form .foot {
	display: none;
	background-color: #3C2723;
	font-size: 13px;
	color: #E6D7AC;
	padding: 20px 20px 15px 20px;
	text-align: justify;
}

#entry-form .foot ul {
	list-style: none;
}

#entry-form .foot li {
	margin: 0 0 10px 0;
}

#entry-form .foot .short {
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	float: right;
}



.show_certificate a {
	display: block;
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	background-color: #D3E4ED;
	margin: 10px 0 30px 0;
	border: 1px solid #06598C;
}

.show_certificate a:hover {
	text-decoration: none;
	background-color: #C0DCEA;
}



/*
	Tabellen
*/

table.overview_table,
table.record_table,
table.day_table {
	width: 870px;
	margin-bottom: 30px;
}

table.overview_table td a,
table.record_table td a {
	display: block;
	padding: 4px 5px;
	text-decoration: none;
	color: #06598C;
}

table.day_table td {
	padding: 4px 5px;
}

table.overview_table th,
table.record_table th,
table.day_table th {
	padding: 4px 5px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #3C2723;
	cursor: pointer;
}

table.day_table th.result {
	cursor: auto;
}

table.overview_table th.sorting_asc, table.overview_table th.sorting_desc,
table.record_table th.sorting_asc, table.record_table th.sorting_desc,
table.day_table th.sorting_asc, table.day_table th.sorting_desc {
	border-bottom: 2px solid #3C2723;
}

table.overview_table tr:hover td,
table.record_table tr:hover td {
	background-color: #E6D7AC;
	cursor: pointer;
}

table.overview_table tr.even,
table.record_table tr.even,
table.day_table tr.even {
	background-color: #FFFFFF;
}

table.overview_table tr.running {
	background-color: #FFCC3D;
}

table.overview_table tr.running:hover td {
	background-color: #e6ac29;
}

table.record_table tr.authored a {
	font-weight: bold;
}

table.day_table td.timestamp {
	width: 100px;
}

table.day_table td.answer,
table.record_table td.answer {
	width: 200px;
	font-weight: bold;
}

table.day_table td.result {
	width: 70px;
	font-size: 11px;
	font-weight: bold;
}

table.day_table td.col1,
table.record_table td.col1 a {
	color: #5EBF00;
}

table.day_table td.col0,
table.record_table td.col0 a {
	color: #C2C2C2;
}

table.day_table td.col-1,
table.record_table td.col-1 a {
	color: #DB0000;
}

table.day_table td.col-2,
table.record_table td.col-2 a {
	color: #000000;
}

table.record_table th span.first {
	color: #DD5508;
	font-weight: normal;
	font-size: 11px;
	line-height: 1;
}

table.record_table td.first a {
	color: #DD5508;
}

table.day_table th span.mail-submitted {
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline
}

.dataTables_filter {
	margin-bottom: 10px;
	background-color: #3C2723;
	padding: 8px 40px;
	color: #FFFFFF;
}

.dataTables_filter label {
	font-weight: bold;
	width: 100px;
}

.dataTables_filter input {
	width: 400px;
	padding: 2px;
	border: 1px solid #FFFFFF;
	font-size: 15px;
	color: #3C2723;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.dataTables_filter input:focus {
	background-color: #E6D7AC;
	border: 1px solid #E6D7AC;
}



.note {
	border-top: 1px solid #9E751C;
	padding-top: 8px;
	font-size: 8pt;
	color: #9E751C;
}

.note p {
	margin-bottom: 5px;
}



/*
	Overlay
*/

#dialog {
	padding: 21px 59px;
	background-color: #DD5508;
	width: 32px !important;
	height: 32px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.ui-dialog-titlebar-close,
.ui-dialog-titlebar {
	display: none;
	visibility: hidden;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}


/*
	Teilnehmer-Statistik
*/

h3 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	font-size: 16pt;
	line-height: 60px;
}

.bighead {
	text-align: center;
	font-size: 64px;
	text-transform: uppercase;
}

.subhead {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}

#hall-of-fame h3 span.huge {
	display: inline-block;
	width: 40px;
	font-size: 40px;
	line-height: 1;
	text-align: right;
	margin-right: 20px;
}

#hall-of-fame h3 span.count {
	font-weight: normal;
	font-size: 12px;
}

#hall-of-fame ul {
	list-style: none;
	margin: 0 0 40px 60px;
}

#hall-of-fame li,
#firsts-lasts li {
	background-color: #E6D7AC;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-weight: bold;
}

#hall-of-fame li span {
	font-size: 11px;
	font-weight: normal;
}

#firsts-lasts ul {
	list-style: none;	
}

#firsts-lasts li a {
	display: inline-block;
	width: 50px;
	font-weight: normal;
}

#firsts-lasts li span {
	display: inline-block;
	margin-left: 50px;
	font-weight: normal;
}

.medal-gold {
	background-color: #ECCF89;
	font-size: 8pt;
	padding: 2px 6px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.medal-silver {
	background-color: #A9A69D;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 2px 6px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.medal-bronze {
	background-color: #B1815D;
	color: #FFFFFF;
	font-size: 8pt;
	padding: 2px 6px;
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}