/*
// File written by Jochen "Khuri" Dippel <khuri@khuris.com>
// Copyright 2020
//
// File        : main_page.css
// Begin       : 2012.02.21 15:10:38
// Last Update : 2020.06.18 12:16:14
*/

body {
	background-color: #fff;
}
#wrap_outer {
	position: relative;
	top: 0;
	left: 0;
	width: 620px;
	padding: 0 115px 0 115px;
	height: 100%;
	background: #fff;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
#wrap_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 850px;
	height: 160px;
	overflow: hidden;
	display: block;
	z-index: 30;
}
#mobilemenuswitch {display: none;}
#wrap_menu {
	position: absolute;
	top: 160px;
	left: 0;
	background-color: #e12025;
}
#wrap_menu ul {
	margin: 0 115px;
	padding: 0;
	height: 40px;
	width: 620px;
	background-color: #e12025;
	list-style-type: none;
}
#wrap_menu li {
	float: left;
	border-right: 2px solid #fff;
}
#wrap_menu li:first-child {
	border-left: 2px solid #fff;
}
#wrap_menu li a {
	position: relative;
	width: 121px;
	font-size: 18px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	z-index: 20;
}
#wrap_menu li:last-child a {
	width: 124px;
	border-right: 0 none;
}
#wrap_menu li a.selected, #wrap_menu li a:hover {
	font-weight: bold;
}
#wrap_content {
	position: relative;
	padding-top: 228px;
	padding-bottom: 20px;
	width: 100%;
	height: auto;
}
#wrap_footer {
	position: relative;
	width: 850px;
	margin-left: -115px;
	height: auto;
	background-color: #fff;
}
#wrap_sponsor {
	position: relative;
	padding: 0 20px;
	width: 810px;
	margin: 0;
	height: auto;
	border-top: 4px solid #fff;
	background-color: #a7a7a7;
	text-align: center;
}
#wrap_sponsor a img {
	width: 100%;
	max-width: 28%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
#wrap_sponsor a {
	position: relative;
	margin-left: 20px;
}
#wrap_footerimpress {
	position: relative;
	padding: 4px 10px;
	width: 830px;
	font-size: 12px;
	text-align: center;
}
#wrap_footerimpress a {
	color: #464646;
	text-decoration: none;
}

/* overall designs */
a.button, button.button {
  cursor:pointer;
	position: relative;
	display: block;
	color: #fff;
	padding: 7px 20px 5px 40px;
	margin: 6px 0;
	width: 290px;
	text-align: left;
	border: 1px solid #08346f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	background: #6584b1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1ODRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhMzY3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjMyNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6584b1 0%, #0a3671 50%, #06326d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6584b1), color-stop(50%,#0a3671), color-stop(100%,#06326d));
	background: -webkit-linear-gradient(top, #6584b1 0%,#0a3671 50%,#06326d 100%);
	background: -o-linear-gradient(top, #6584b1 0%,#0a3671 50%,#06326d 100%);
	background: -ms-linear-gradient(top, #6584b1 0%,#0a3671 50%,#06326d 100%);
	background: linear-gradient(to bottom, #6584b1 0%,#0a3671 50%,#06326d 100%);
}
a.button:hover, button.button:hover {
	font-weight: bold;
	cursor: pointer;
}
a.button:active, button.button:active {
	font-weight: bold;
	cursor: pointer;
}
a.sm, button.sm {
	margin-top: 15px;
}
a.sm:hover, button.sm:hover {
	margin-top: 15px;
}
a.sm:active, button.sm:active {
	margin-top: 15px;
}
a.button.small, button.button.small {
	width: 80px;
}
a.button span, button.button span {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 5px;
	height: 11px;
	background: url(../images/menu_button_arrow.png) no-repeat left top transparent scroll;
}

table.basictable {
	width: 100%;
	padding: 8px;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
}
table.basictable td, table.basictable th {
	padding: 7px 8px;
	vertical-align: middle;
	text-align: left;
	color: #4b4b4b;
}
table.basictable td.vtop, table.basictable th.vtop {
	vertical-align: top;
}
table.basictable tr:first-child td, table.basictable tr:first-child th {
	padding-top: 16px;
}
table.basictable tr:last-child td, table.basictable tr:last-child th {
	padding-bottom: 16px;
}
table.basictable tr td:first-child, table.basictable tr th:first-child {
	padding-left: 0;
}
table.basictable tr td:last-child, table.basictable tr th:last-child {
	padding-right: 0;
}
table.basictable tr td.kp {padding: 7px 8px;}
table.basictable td.u1 {width: 78px;}
table.basictable td.u2 {width: 257px;}
table.basictable td.u3 {width: 253px;}
table.partner {
	width: 100%;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
}
table.partner td {
	padding: 30px 0;
	text-align: center;
}
span.small {
	font-size: 8pt;
}

input.full {
	width: 245px;
}
input.small {
	width: 50px;
}
input.middle {
	width: 120px;
}
label.icl, label.icl2 {
	float: left;
	width: 310px;
	padding-left: 20px;
	font-size: 12px;
}
label.icl2 {
	width: 560px;
}
label.icl p, label.icl2 p {
	margin: 0;
	padding: 0;
}

/* - Page specific - */
div.formouterblock {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
div.formleftblock {
	display: inline-block;
	float: left;
}
div.formrightblock {
	display: inline-block;
	float: right;
	margin-right: -80px;
}
div.requiredinfo {
	display: block;
	clear: both;
}
img.captcha {
	margin-bottom: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
}
div.radio {
	display: inline-block;
	margin-right: 20px;
}
div.radio input {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	vertical-align: middle;
}
div.radio label {
	line-height: 20px;
	vertical-align: middle;
}

/* Photo submit */
#photopreview {
	position: relative;
	margin-top: 34px;
	color: #fff;
	background-color: #e12025;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 250px;
	height: 185px;
	font-size: 12px;
}
#phototext {
	position: absolute;
	top: 75px;
	width: 100%;
	text-align: center;
}
#photoupload {
	position: relative;
	top: 10px;
	left: 15px;
	width: 220px;
	height: 165px;
	display: none;
}
#photoselectbox {
	position: relative;
	margin: 16px 0 16px;
	width: 200px;
	height: 40px;
}
#photoselect {
	position: absolute;
	width: 180px;
	font-size: 12px;
}
#photoselectinput {
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
	width: 180px;
	height: 31px;
	padding: 0;
	cursor: pointer;
}
#photosubmit, #votesubmit {
	font-size: 18px;
	width: 240px;
}
#photosubmit span, #votesubmit span {
	top: 12px;
}
#votesubmit {
	margin: 200px 0 0 0;
	width: 200px;
	float: right;
}
#submitform {
	position: relative;
	height: 56px;
}
#input_20_0, #input_21_0 {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}
#label_input_20_0, #label_input_21_0 {
	float: left;
	width: 310px;
	padding-left: 20px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* Photo page */
#photolist {
	position: relative;
	width: auto;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 0;
}
#photolist li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 10px 30px 10px;
	width: 180px;
	font-size: 12px;
}
#photolist li img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	max-width: 180px;
	max-height: 140px;
}
#photolist li button {
	width: 100%;
}
#photolist div.photoblock {
	position: relative;
	width: auto;
	height: auto;
}
#photolist img.marked {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
#photothemes {
	list-style-type: none;
	clear: both;
	text-align: center;
	padding-left: 0;
	margin: 10px auto 40px;
	font-size: 0;
	line-height: 0;
}
#photothemes li {
	margin-right: 7px;
	display: inline;
	padding-right: 8px;
	border-right: 1px solid #fff;
	font-size: 10pt;
}
#photothemes li:last-child {
	padding-right: 0;
	border-right: 0 none;
}
#photothemes li a {
	font-size: 11pt;
	line-height: 1.7em;
	text-decoration: none;
}
#photothemes.listactive {
	margin: 0 auto;
}
#pageselect {
	text-align: center;
	font-size: 16px;
}
#pageselect span {
	padding: 4px 10px;
}
#pageselect a, #pageselect span {
	text-decoration: none;
}

@media (max-width: 1024px) {
	#wrap_outer {
		width: 100%;
		padding: 0;
	}
	#wrap_header {
		position: relative;
		margin: 0;
		width: 100%;
		height: auto;
		font-size: 0;
		line-height: 0;
	}
	#wrap_header img {
		width: 100%;
		height: auto;
	}
	#wrap_menu {
		position: relative;
		top: 0;
	}
	#mobilemenuswitch {
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		background: url(../images/menubutton.svg) no-repeat center #e12025 scroll;
		background-size: 45px auto;
		cursor: pointer;
	}
	#mobilemenuswitch.open {
		background-image: url(../images/closebutton.svg);
		background-size: 30px auto;
	}
	#mainmenu {display: none;}
	#mainmenu.open {
		display: block;
		margin: 0;
		width: 100%;
		height: auto;
	}
	#mainmenu li {
		display: block;
		float: none;
		width: 100%;
		border: 0 none !important;
	}
	#mainmenu li a {
		display: block;
		text-align: center;
		width: auto !important;
		padding: 16px 0;
	}
	#wrap_content {
		padding: 20px 30px;
		width: 100%;
		box-sizing: border-box;
	}
	#wrap_footer {
		width: 100%;
		margin: 0;
	}
	#wrap_sponsor {
		width: 100%;
		box-sizing: border-box;
	}
	#wrap_sponsor img {
		margin: 0 auto;
		display: block;
	}
	#wrap_footerimpress {
		width: 100%;
		box-sizing: border-box;
	}
	#photolist {
		text-align: center;
	}
	div.formleftblock, div.formrightblock {
		float: none;
		width: auto;
		margin: 0;
		display: block;
	}
	#photosubmit, #votesubmit {
		margin: 20px auto;
		float: none;
	}
	table.basictable {
		display: table;
		width: 100%;
	}
	table.basictable td, table.basictable th {
		display: block;
		padding: 0 !important;
	}
	table.basictable label {
		padding: 10px 0 4px;
	}
	input, select, textarea {
		width: 100%;
		max-width: 100%;
	}
	#label_input_20_0, #label_input_21_0 {
		width: auto;
	}
}