@import url(reset.css);

body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 16px;
	background: url(../images/bg.png) repeat-x 0 bottom #fff;
}

#wrapper {
	width: 952px;
	margin: 0 auto;
	overflow: hidden;
}

a:link {
	color: #367cf9;
	text-decoration: none;
}

a:visited {
	color: #367cf9;
	text-decoration: none;
}

a:hover {
	color: #367cf9;
	text-decoration: underline;
}

a:active {
	color: #367cf9;
	text-decoration: none;
}

strong {
	font-weight: 800;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.strong {
	font-weight: 800;
}

form input,form select,form textarea {
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	border-style: solid;
	border-width: 1px;
}

form input:hover,form select:hover,form textarea:hover {
	border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
	border-style: solid;
	border-width: 1px;
}

form input:focus,form select:focus,form textarea:focus {
	border-color: #3d7bad #a4c9e3 #a4c9e3 #b5cfe7;
	border-style: solid;
	border-width: 1px;
}

.wpcf7-form input,.wpcf7-form textarea {
	padding: 5px;
	margin: 5px 0 0 0;
}

.wpcf7-form #submit {
	padding: 0;
	margin: 0;
	border: 0;
}

.wpcf7-response-output {
	border: 1px solid;
	margin: 0 0 20px 0;
	padding: 25px 10px 25px 70px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.wpcf7-response-output p {
	margin: 0 !important;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../images/success.png');
}

.wpcf7-validation-errors {
	color: #f2a00a;
	background-color: #f9edb3;
	background-image: url('../images/warning.png');
}

.wpcf7-mail-sent-ng {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}

.wpcf7-validation-errors ul {
	list-style: disc !important;
	list-style-position: inside !important;
}

.wpcf7-validation-errors li {
	padding: 0 0 3px 0 !important;
	background: none !important;
}

#content .wpcf7-mail-sent-ng h2 {
	font-size: 14px !important;
	font-weight: 800 !important;
	margin: 0 0 10px 0 !important;
	background: none !important;
	color: #D8000C !important;
	padding: 0 !important;
}

#content .wpcf7-validation-errors h2 {
	font-size: 14px !important;
	font-weight: 800 !important;
	margin: 0 0 10px 0 !important;
	background: none !important;
	color: #F2A00A !important;
	padding: 0 !important;
}

#content .wpcf7-response-output h2 {
	font-size: 14px !important;
	background: none !important;
	padding: 0 !important;
	font-weight: 800 !important;
	margin: 0 0 10px 0 !important;
	background: none !important;
}

.error input,.error textarea {
	border-color: #ff0000;
}

.error input:hover,.error textarea:hover {
	border-color: #ff0000;
}

.error input:focus,.error textarea:foucs {
	border-color: #ff0000;
}

.radius {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

#header {
	margin: 0 0 20px 0;
}

#header .logo {
	float: left;
	margin: 14px 0 10px 10px;
}

#header .flags {
	float: right;
	margin: 26px 20px 0 0;
}

#header .flags li {
	float: left;
	margin: 0 3px;
}

#header .flags li a {
	display: block;
	width: 18px;
	height: 12px;
}

#header .flags .poland a {
	background: url(../images/flags.png) no-repeat 0 -602px;
}

#header .flags .germany a {
	background: url(../images/flags.png) no-repeat 0 -182px;
}

#header .flags .united-kingdom a {
	background: url(../images/flags.png) no-repeat 0 -222px;
}

#header .flags .czech-republic a {
	background: url(../images/flags.png) no-repeat 0 -142px;
}

#header .topmenu .lb,#header .topmenu .lt,#header .topmenu .rb,#header .topmenu .rt
	{
	width: 5px;
	height: 5px;
	position: absolute;
	display: none;
	border: 0;
	padding: 0;
}

#header .topmenu {
	float: right;
	background: #17356c;
	color: #fff;
	padding: 8px 11px;
	margin: 18px 0 0 0;
	position: relative;
}

#header .topmenu ul li {
	float: left;
	line-height: 11px;
	display: block;
	height: 11px;
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
	margin: 0 10px 0 0;
}

#header .topmenu ul .last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

#header .topmenu a:link {
	color: #fff;
	text-decoration: none;
}

#header .topmenu a:visited {
	color: #fff;
	text-decoration: none;
}

#header .topmenu a:hover {
	color: #fff;
	text-decoration: underline;
}

#header .topmenu a:active {
	color: #fff;
	text-decoration: none;
}

#header .login-form {
	float: right;
	margin: -40px 0 0 0;
}

#header .login-form * {
	float: left;
}

#header .login-form input {
	width: 120px;
	padding: 2px;
	margin: 0 10px 0 0;
}

#header .login-form .image {
	width: 24px;
	height: 24px;
	border: 0;
	padding: 0;
	margin: 0;
}

#header .login-form label {
	margin: 2px 10px 0 0;
}

#header #nav {
	width: 950px;
	height: 36px;
}

#header #nav li {
	float: left;
}

#header #nav li a {
	display: block;
	height: 36px;
	text-indent: 999px;
	color: transparent;
	line-height: 999px;
}

#header #nav .homepage a {
	background: url(../images/navigationv2.png) no-repeat 0 0;
	width: 187px !important;
}

#header #nav .page-item-6 a {
	background: url(../images/navigationv2.png) no-repeat -187px 0;
	width: 197px !important;
}

#header #nav .page-item-34 a {
	background: url(../images/navigationv2.png) no-repeat -384px 0;
	width: 196px !important;
}

#header #nav .page-item-63 a {
	background: url(../images/navigationv2.png) no-repeat -581px 0;
	width: 197px !important;
}

#header #nav .page-item-90 a {
	background: url(../images/navigationv2.png) no-repeat -778px 0;
	width: 172px !important;
}

#header #nav .homepage a:visited {
	background: url(../images/navigationv2.png) no-repeat 0 0;
	width: 187px;
}

#header #nav .page-item-6 a:visited {
	background: url(../images/navigationv2.png) no-repeat -187px 0;
	width: 197;
}

#header #nav .page-item-34 a:visited {
	background: url(../images/navigationv2.png) no-repeat -384px 0;
	width: 196px;
}

#header #nav .page-item-63 a:visited {
	background: url(../images/navigationv2.png) no-repeat -581px 0;
	width: 197px;
}

#header #nav .page-item-90 a:visited {
	background: url(../images/navigationv2.png) no-repeat -778px 0;
	width: 172px;
}

#header #nav .homepage.current_page_item a,#header #nav .homepage.current_page_ancestor a
	{
	background: url(../images/navigationv2.png) no-repeat 0 -36px;
	width: 187px;
}

#header #nav .page-item-6.current_page_item a,#header #nav .page-item-6.current_page_ancestor a
	{
	background: url(../images/navigationv2.png) no-repeat -187px -36px;
	width: 197;
}

#header #nav .page-item-34.current_page_item a,#header #nav .page-item-34.current_page_ancestor a
	{
	background: url(../images/navigationv2.png) no-repeat -384px -36px;
	width: 196px;
}

#header #nav .page-item-63.current_page_item a,#header #nav .page-item-63.current_page_ancestor a
	{
	background: url(../images/navigationv2.png) no-repeat -581px -36px;
	width: 197px;
}

#header #nav .page-item-90.current_page_item a,#header #nav .page-item-90.current_page_ancestor a
	{
	background: url(../images/navigationv2.png) no-repeat -778px -36px;
	width: 172px;
}

#header #nav .homepage a:hover {
	background: url(../images/navigationv2.png) no-repeat 0 -36px;
	width: 187px;
}

#header #nav .page-item-6 a:hover {
	background: url(../images/navigationv2.png) no-repeat -187px -36px;
	width: 197px;
}

#header #nav .page-item-34 a:hover {
	background: url(../images/navigationv2.png) no-repeat -384px -36px;
	width: 196px;
}

#header #nav .page-item-63 a:hover {
	background: url(../images/navigationv2.png) no-repeat -581px -36px;
	width: 197px;
}

#header #nav .page-item-90 a:hover {
	background: url(../images/navigationv2.png) no-repeat -778px -36px;
	width: 172px;
}

#header #nav .homepage a:active {
	background: url(../images/navigationv2.png) no-repeat 0 -36px;
	width: 187px;
}

#header #nav .page-item-6 a:active {
	background: url(../images/navigationv2.png) no-repeat -187px -36px;
	width: 197px;
}

#header #nav .page-item-34 a:active {
	background: url(../images/navigationv2.png) no-repeat -384px -36px;
	width: 196px;
}

#header #nav .page-item-63 a:active {
	background: url(../images/navigationv2.png) no-repeat -581px -36px;
	width: 197px;
}

#header #nav .page-item-90 a:active {
	background: url(../images/navigationv2.png) no-repeat -778px -36px;
	width: 172px;
}

.homepage-box.nobel {
	border: 1px solid #d7c6a9;
	height: 162px;
	background: url(../images/bg-nobel.jpg) no-repeat -47px 0;
	width: 250px;
	float: left;
	margin: 15px 0 0 0;
}

.homepage-box.nobel .radius {
	background: none;
	border: 0 none;
	height: 138px;
	padding: 14px 11px 10px 8px;
}

.homepage-box.nobel>div .list {
	margin: 0;
}

.homepage-box.nobel>div .list li {
	background: url(../images/list-arrow-brown.png) no-repeat 0 3px;
	font-weight: 800;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	width: 130px;
}

.homepage-box.nobel>div .list .short {
	width: 120px;
}

.homepage-box.nobel>div .links {
	margin: 0 0 0 16px;
	font-size: 11px;
}

#content {
	margin: 0 0 15px 0;
}

#content em {
	font-style: italic;
}

#content .homepage-box {
	border: 1px solid #d4d4d4;
	width: 297px;
	height: 459px;
	float: left;
	margin: 15px 25px 0 0;
	position: relative;
}

#content .homepage-box>.lb,#content .homepage-box>.lt,#content .homepage-box>.rb,#content .homepage-box>.rt
	{
	width: 5px;
	height: 5px;
	position: absolute;
	display: none;
	border: 0;
	padding: 0;
}

#content .homepage-box.last-child {
	margin: 15px 0 0 0;
	height: 280px;
}

#content .homepage-box.last-child>div {
	height: 250px;
}

#content .homepage-box.nobel {
	border: 1px solid #d7c6a9;
	height: 162px;
	background: url(../images/bg-nobel.jpg) no-repeat 0 0;
}

#sidebar-left .medals { text-align:center; margin:15px 0 15px 0; }

#content .homepage-box.nobel .radius {
	background: none;
	border: 0 none;
	height: 138px;
}

#content .homepage-box>div {
	border: 2px solid #fff;
	background: url(../images/bg-homepage-box.png) repeat-x 0 0;
	padding: 14px 11px 10px 11px;
	height: 431px;
}

#content .homepage-box>div h2 {
	font-size: 20px;
	color: #17356c;
	margin: 0 0 14px 0;
}

#content .homepage-box>div .news,#content .subpage-news .news {
	overflow: hidden;
	margin: 0 0 10px 0;
}

#content .homepage-box>div .news h3,#content .subpage-news .news h2 {
	margin: 0 0 10px 45px;
	font-size: 14px;
	font-weight: 800;
}

#content .homepage-box>div .news p,#content .subpage-news .news p {
	margin: 0 0 0 45px;
}

#content .subpage-news .news h3 {
	margin: 0 0 0 45px;
}

#content .homepage-box>div .date,#content .subpage-news .date {
	float: left;
	color: #747474;
	font-weight: 800;
}

#content .homepage-box>div .date .day,#content .subpage-news .date .day
	{
	display: block;
	width: 32px;
	height: 25px;
	background: url(../images/date-calendar.png) no-repeat 0 0;
	font-size: 14px;
	padding: 16px 0 0 0;
	text-align: center;
}

#content .homepage-box>div .date .month,#content .subpage-news .date .month
	{
	display: block;
	font-size: 10px;
	text-align: center;
}

#content .homepage-box>div .news,#content .subpage-news .news {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d4d4d4;
}

#content .homepage-box>div .posts li {
	overflow: hidden;
	margin: 0 0 10px 0;
}

#content .homepage-box>div .posts li a {
	display: block;
	padding: 0 0 0 15px;
	background: url(../images/list-arrow.png) no-repeat 0 3px;
}

#content .homepage-box>div .posts li span {
	font-size: 11px;
	font-weight: 100;
	color: #9c9c9c;
	padding: 0 0 0 15px;
}

#content .homepage-box>div .list li {
	background: url(../images/list-arrow-content.png) no-repeat 0 3px;
	padding: 0 0 0 17px;
	margin: 0 0 20px 0;
}

#content .homepage-box.last-child>div .list li {
	margin: 0 0 8px 0;
}

#content .homepage-box.nobel>div .list {
	margin: 10px 0 0 0;
}

#content .homepage-box.nobel>div .list li {
	background-image: url(../images/list-arrow-brown.png);
	font-weight: 800;
	margin: 0 0 15px 0;
}

#content .homepage-box.nobel>div .list .short {
	width: 120px;
}

#content .homepage-box.nobel>div .links {
	margin: 0 0 0 18px;
}

#content .homepage-box>div .list li .more {
	font-weight: 800;
	display: block;
}

#content .homepage-box>div .prizes {
	text-align: center;
	margin: 25px 0;
}

#content .subpage-content>.lb,#content .subpage-content>.lt,#content .subpage-content>.rb,#content .subpage-content>.rt
	{
	width: 5px;
	height: 5px;
	position: absolute;
	display: none;
	border: 0;
	padding: 0;
}

#content .subpage-content,#content .subpage-news {
	width: 665px;
	float: right;
	border: 1px solid #d4d4d4;
	position: relative;
}

#content .subpage-content>div,#content .subpage-news>div {
	border: 2px solid #fff;
	padding: 15px 20px;
	background: url(../images/bg-content.png) #fff repeat-x 0 0;
}

#content .subpage-content h1,#content .subpage-news h1 {
	font-size: 28px;
	color: #17356c;
	margin: 0 0 15px 0;
	font-weight: 800;
	line-height: 28px;
}

#content .subpage-content h2,#content .subpage-news h2 {
	font-size: 20px;
	color: #17356c;
	margin: 0 0 10px 0;
	font-weight: 800;
	line-height: 20px;
}

#content .subpage-content p,#content .subpage-news p {
	margin: 0 0 15px 0;
}

#content .subpage-content img,#content .subpage-news img {
	float: left;
	margin: 0 15px 15px 0;
}

#content .subpage-content img,#content .subpage-news .ajax-loader {
	margin: 0;
	float: none;
}

#content .subpage-content ul,#content .subpage-news ul {
	padding: 0 0 0 15px;
}

#content .subpage-content ul li,#content .subpage-news ul li {
	background: url(../images/list-arrow-content.png) no-repeat 0 3px;
	padding: 0 0 10px 20px;
}

#content .subpage-news>.lb,#content .subpage-news>.lt,#content .subpage-news>.rb,#content .subpage-news>.rt
	{
	width: 5px;
	height: 5px;
	position: absolute;
	display: none;
	border: 0;
	padding: 0;
}

#content .subpage-news .news {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #d4d4d4;
}

#content .subpage-news .pager {
	text-align: center;
	margin: 30px 0 0 0;
}

#content .subpage-news .pager ul {
	text-align: center;
}

#content .subpage-news .pager ul li {
	display: inline;
	background: none;
	padding: 0;
}

#content .subpage-news .pager ul li a:link {
	background: url(../images/bg-pager.png) no-repeat 0 0;
	padding: 4px 7px;
	margin: 0 4px;
	color: #fff;
	text-decoration: none;
}

#content .subpage-news .pager ul li a:visited {
	background: url(../images/bg-pager.png) no-repeat 0 0;
}

#content .subpage-news .pager ul li a:hover {
	background: url(../images/bg-pager-selected.png) no-repeat 0 0;
	text-decoration: none;
}

#content .subpage-news .pager ul li a:active {
	background: url(../images/bg-pager.png) no-repeat 0 0;
}

#content .subpage-news .pager ul .selected a:link {
	background: url(../images/bg-pager-selected.png) no-repeat 0 0;
}

#content .subpage-news .pager ul .prev a:link,#content .subpage-news .pager ul .next a:link
	{
	background: none;
	padding: 4px 7px;
	margin: 0 4px;
	color: #858585;
	text-decoration: none;
}

#sidebar-left {
	float: left;
	width: 252px;
}

#sidebar-nav {
	width: 220px;
	background: url(../images/bg-box-sidebar.png) #3b69bf repeat-x 0 0;
	padding: 15px;
	position: relative;
	border: 1px solid #b3c5e6;
}

#sidebar-nav>.lb,#sidebar-nav>.lt,#sidebar-nav>.rb,#sidebar-nav>.rt {
	width: 5px;
	height: 5px;
	position: absolute;
	display: none;
}

#sidebar-nav h2 {
	font-size: 20px;
	color: #fff;
	padding: 0 0 7px 3px;
	border-bottom: 1px solid #15294e;
}

#sidebar-nav ul {
	border-top: 1px solid #4d6aa0;
	padding: 7px 0 7px 3px;
}

#sidebar-nav ul li {
	margin: 4px 0;
}

#sidebar-nav ul li a div {
	display: none;
	width: 5px;
	height: 5px;
	position: absolute;
	background: none;
}

#sidebar-nav ul li a {
	display: block;
	padding: 4px 0 4px 20px;
	background: url(../images/list-arrow.png) no-repeat 6px 9px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: relative;
}

#sidebar-nav ul li a:link {
	color: #fff;
	text-decoration: none;
}

#sidebar-nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#sidebar-nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #122a57;
}

#sidebar-nav ul li a:active {
	color: #fff;
	text-decoration: none;
}

#sidebar-nav ul .current_page_item a {
	color: #fff;
	text-decoration: none;
	background-color: #122a57;
}

#prefooter>.lb,#prefooter>.lt,#prefooter>.rb,#prefooter>.rt {
	width: 5px;
	height: 5px;
	position: absolute;
	display: none;
	border: 0;
	padding: 0;
}

#prefooter {
	border: 1px solid #d4d4d4;
	width: 948px;
	margin: 0 0 15px 0;
	background: url(../images/bg-prefooter.png) #fff repeat-x 0 bottom;
	position: relative;
}

#prefooter #breadcrumb {
	border-bottom: 1px solid #d4d4d4;
	height: 21px;
	font-size: 11px;
}

#prefooter #breadcrumb ul li {
	float: left;
}

#prefooter #breadcrumb ul li a {
	display: block;
	height: 21px;
	line-height: 21px;
	background: url(../images/breadcrumb-arrow.png) no-repeat right top;
	padding: 0 25px 0 20px;
}

#prefooter #breadcrumb ul li span {
	display: block;
	height: 21px;
	line-height: 21px;
	padding: 0 25px 0 20px;
	color: #9c9c9c;
}

#prefooter #breadcrumb ul .home a {
	padding: 3px 15px 0 10px;
	height: 18px;
}

#prefooter .footer-menu {
	padding: 10px 0 10px 20px;
	overflow: hidden;
	border: 1px solid #fff;
}

#prefooter .footer-menu div {
	float: left;
	width: 195px;
	padding: 0 20px 0 0;
	font-size: 11px;
}

#prefooter .footer-menu div li {
	padding: 3px 0 3px 15px;
}

#prefooter .footer-menu div li a:link {
	color: #9c9c9c;
	text-decoration: none;
}

#prefooter .footer-menu div li a:visited {
	color: #9c9c9c;
	text-decoration: none;
}

#prefooter .footer-menu div li a:hover {
	color: #9c9c9c;
	text-decoration: underline;
}

#prefooter .footer-menu div li a:active {
	color: #9c9c9c;
	text-decoration: none;
}

#prefooter .footer-menu div span a:link {
	color: #404040;
	text-decoration: none;
}

#prefooter .footer-menu div span a:visited {
	color: #404040;
	text-decoration: none;
}

#prefooter .footer-menu div span a:hover {
	color: #404040;
	text-decoration: underline;
}

#prefooter .footer-menu div span a:active {
	color: #404040;
	text-decoration: none;
}

#footer>div>.lb,#footer>div>.lt,#footer>div>.rb,#footer>div>.rt {
	width: 5px;
	height: 5px;
	position: absolute;
	display: none;
	border: 0;
	padding: 0;
}

#footer {
	background: url(../images/footer-shadow.png) no-repeat center bottom;
	padding: 0 0 30px 0;
}

#footer>div {
	border: 1px solid #d4d4d4;
	width: 948px;
	margin: 0 0 15px 0;
	color: #9c9c9c;
	font-size: 11px;
	position: relative;
}

#footer>div>div {
	border: 1px solid #fff;
	width: 926px;
	padding: 5px 10px;
	overflow: hidden;
	background: url(../images/bg-footer.png) #fff repeat-x 0 bottom;
}

#footer .left {
	width: 50%;
}

#footer .left p span {
	float: left;
	margin: 9px 5px 0 0;
}

#footer .left p a {
	float: left;
	margin: 6px 0 0 0;
}

#footer .right {
	width: 40%;
	text-align: right;
}

#footer .right p {
	margin: 9px 0 0 0;
}

#footer .footer-menu {
	display: block;
	overflow: hidden;
}

#footer .footer-menu li {
	display: inline;
	height: 11px;
	line-height: 11px;
	border-right: 1px solid #9c9c9c;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

#footer .footer-menu .last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

#footer .footer-menu li a {
	
}

.wpcf7-form dl {
	padding: 0 0 0 0;
}

.wpcf7-form dl dt {
	float: left;
	margin: 6px 0 6px 0;
	width: 160px;
	position: relative;
	z-index: 2000;
}

.wpcf7-form dl dd {
	margin: 0 0 6px 160px;
}

.wpcf7-form dl dd input {
	width: 300px;
	padding: 3px;
	font-size: 12px;
	color: #404040;
	z-index: 500;
}

.wpcf7-form dl dt span {
	color: #ff0000;
	margin: 0 3px 0 0;
}

.wpcf7-form dl .checkbox {
	margin: 20px 0 10px 0;
}

.wpcf7-form dl .checkbox input {
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0 3px 0 0;
	float: left;
	border: 0;
}

.wpcf7-form dl .button {
	height: 30px;
	margin: 0 0 0 160px;
	display: block;
}

.wpcf7-form dl dd #send {
	width: 90px;
	height: 31px;
	border: 0 none;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.wpcf7-form dl dd #reset {
	background: url(../images/bt-reset.png) no-repeat 0 0;
	width: 98px;
	height: 31px;
	text-indent: 9999px;
	line-height: 100px;
	border: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.wpcf7-form .error h1 {
	font-size: 14px;
	background: none;
	color: #D8000C;
	padding: 0;
}
/*
SCRIPTS
*/ /*
ENDSCRIPTS
*/
