	/* ==============================================================================
											GLOBAL SETTINGS
	============================================================================== */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	text-rendering: optimizeLegibility;
}

body {
	height: 100%;
	color: #fff;
	font: 12px 'Arial', 'Helvetica', sans-serif;
	background: #570862 url('img/bg.jpg') repeat-x center 0;
}

a img { border: 0 }
strong { font-weight: bold }
.left { float: left }
.right { float: right }
.center {
	display: block;
	text-align: center;
}


/* ==============================================================================
													CONTENT
	============================================================================== */
#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	height: 106px;
	position: relative;
	text-align: center;
	padding-top: 125px;
	z-index: 999;
}

/* menü */
#menu {
	position: absolute;
	left: 90px;
	bottom: 16px;
	margin: 0 auto;
}

#menu li {
	position: relative;
	list-style-type: none;
	float: left;
}
#menu li.current,
#menu li:focus,
#menu li:hover {
	background-color: #4f03ff;
}

#menu li a {
	display: block;
	font: 11px 'Gadget', 'Arial', sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

/* submenü */
#menu li ul {
	width: 230px;
	position: absolute;
	top: 32px;
	left: 0;
	padding: 10px 0;
	display: none;
	background-color: #4f03ff;
	z-index: 999;
}

#menu li ul li {
	width: 230px;
}
#menu li ul li.current,
#menu li ul li:focus,
#menu li ul li:hover {
	background-color: #3702b3;
}

#menu li ul li a {
	padding: 7px 8px;
	text-align: left;
}

/* content */
.left_content {
	width: 680px;
	float: left;
	overflow: hidden;
	margin: 0 0 25px 20px;
}

.left_content .navigation {
	height: 27px;
	font-size: 11px;
}
.subpage .left_content .navigation {
	float: right;
	margin-top: 10px;
	height: 11px;
}

.left_content .navigation a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.left_content .navigation a:focus,
.left_content .navigation a:hover {
	text-decoration: underline;
}

.middle_box_container {
	width: 670px;
	height: 286px;
	margin: 0 0 25px 5px;
	position: relative;
	background: transparent url('img/middle_box_bg.png') no-repeat 0 0;
}

.middle_box_container .middle_box {
	width: 670px;
	height: 280px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #630a6f;
}

.middle_box_container .middle_box #slider,
.middle_box_container .middle_box #slider li {
	width: 445px;
	height: 280px;
}

.middle_box_container .middle_box .slider_top_img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.small_box.left {
	width: 340px;
}
.small_box.left a {
	color: #300B77;
	font-weight: bold;
}
.small_box.left a:focus,
.small_box.left a:hover {
	text-decoration: none;
}

.small_box.left .middle {
	min-height: 125px;
	padding: 0 7px 0 13px;
	color: #000;
	overflow: hidden;
	background: #fff url('img/content_small_left_middle.png') no-repeat 0 0;
}

.small_box.left .middle .box {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.small_box.left .middle .box img {
	padding: 0 6px 6px;
	margin: 0 4px 0 0;
	float: left;
}
.small_box.left .middle .box.odd img {
	background: transparent url('img/contentbox_img_right.png') no-repeat right bottom;
}
.small_box.left .middle .box.even img {
	background: transparent url('img/contentbox_img_left.png') no-repeat left bottom;
}

.small_box.left .middle .box h2,
.small_box.left .middle .box h2 a {
	color: #300b77;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
.small_box.left .middle .box h2 a:focus,
.small_box.left .middle .box h2 a:hover {
	text-decoration: underline;
}

.small_box.left .middle .box p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}

.small_box.left .middle .box .date {
	color: #b11694;
	font-size: 12px;
	line-height: 14px;
}

.small_box.right {
	width: 331px;
	color: #000;
}

.small_box.right .middle {
	min-height: 440px;
	padding: 0 10px;
	overflow: hidden;
	background: #a8f000 url('img/content_small_right_middle.png') no-repeat 0 0;
}

.small_box.right .middle .box {
	width: 100px;
	margin: 0 5px 20px 0;
	float: left;
}
.small_box.right .middle .box.last {
	margin-right: 0;
}

.small_box.right .middle .box img {
	padding: 0 5px 5px 0;
	margin-bottom: 7px;
	background: transparent url('img/contentbox_img_right2.png') no-repeat right bottom;
}

.small_box.right .middle .box p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
}

.large_box {
	color: #000;
}

.large_box a {
	color: #300b77;
	font-weight: bold;
	text-decoration: underline;
}
.large_box a:focus,
.large_box a:hover {
	text-decoration: none;
}

.large_box .middle {
	background-color: #fff;
	padding: 0 30px;
	overflow: hidden;
}

.large_box h1 {
	font: 17px 'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
	color: #300b77;
	margin-bottom: 20px;
}

.large_box p {
	font: 12px 'Arial', 'Helvetica', sans-serif;
	line-height: 17px;
	margin-bottom: 20px;
	clear: both;
}

.large_box .date {
	font: 12px 'Arial', 'Helvetica', sans-serif;
	color: #b11694;
	line-height: 17px;
}

/* sidebar */
.sidebar {
	width: 240px;
	float: right;
	overflow: hidden;
	margin: 0 10px 25px 0;
	position: relative;
}

.sidebar form {
	width: 100%;
	height: 39px;
	padding-top: 10px;
	background: transparent url('img/language.png') no-repeat 0 right;
}

.sidebar .time_left {
	width: 240px;
	font: 20px 'Arial Black', 'Gadget', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.subpage .sidebar .time_left {
	margin: 15px 0 5px;
}

.select {
	position: absolute;
	width: 140px;
	height: 26px;
	text-align: left;
	background: transparent url('img/select_bg.png') no-repeat 0 0;
	overflow: hidden;
	text-transform: uppercase;
	font: 11px 'Arial Black', 'Gadget', sans-serif;
	line-height: 26px;
	padding-left: 7px;
}

#sidebar_conttent .middle {
	width: 230px;
	min-height: 165px;
	background: #fff url('img/sidebar_middle.png') no-repeat 0 0;
}
.subpage #sidebar_conttent .middle {
	background: #fff url('img/sidebar_middle2.png') no-repeat 0 0;
}

#sidebar_conttent .middle .facebook {
	width: 180px;
	height: 680px;
	margin: 15px auto 25px;
	overflow: hidden;
}

#facebook_frame {
	margin: -1px 0 0 -1px;
}

#sidebar_conttent .middle a.banner {
	display: block;
	margin-left: 20px;
}

/* fotogaleria */
.fotogaleria .fancybox {
	display: block;
	float: left;
	width: 100px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	margin: 10px;
}


/* ==============================================================================
													FOOTER
	============================================================================== */
#footer_container {
	background-color: #190450;
	text-align: center;
	clear: both;
	overflow: hidden;
}

#footer_container a {
	color: #fff;
	text-decoration: none;
}
#footer_container a:focus,
#footer_container a:hover {
	text-decoration: underline;
}

#footer_top_container {
	background-color: #630a6f;
	padding: 25px 0;
}

#footer_top {
	text-align: left;
	width: 910px;
	margin: 0 auto;
	color: #fff;
}

#footer_top h2 {
	color: #07aef3;
	font: 18px 'Arial', 'Helvetica', sans-serif;
	font-weight: normal;
}

#footer_top p,
#footer_top strong {
	font: 14px 'Arial', 'Helvetica', sans-serif;
	line-height: 17px;
}
#footer_top strong {
	font-weight: bold;
}

#footer_top span {
	color: #a8f000;
}

#footer_middle_container {
	width: 100%;
	overflow: hidden;
	background-color: #34065c;
}

#footer_middle {
	text-align: left;
	width: 910px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
	font: 11px 'Arial', 'Helvetica', sans-serif;
	background: transparent url('img/footer_mobile.png') no-repeat 160px 60px;
}

#footer_middle .left,
#footer_middle .right {
	width: 50%;
	height: 21px;
	line-height: 21px;
	margin: 20px 0;
}
#footer_middle .right {
	text-align: right;
}

#footer_middle form {
	display: inline;
}

input.text {
	border: 0;
	width: 141px;
	height: 21px;
	background: transparent url('img/input_bg.png') repeat-x 0 0;
	
	color: #424850;
	margin-right: 5px;
	font: 11px 'Arial', 'Helvetica', sans-serif;
	line-height: 21px;
	padding: 0 8px;
}

input.submit {
	border: 0;
	cursor: pointer;
	width: 19px;
	height: 21px;
	text-indent: -9999px;
	background: transparent url('img/submit_button.png') no-repeat 0 0;
}

#footer_middle .box {
	width: 300px;
	float: left;
	margin-bottom: 20px;
	line-height: 16px;
	position: relative;
	padding: 5px 0;
}
#footer_middle .box.first {
	width: 205px;
	padding-right: 95px;
}
#footer_middle .box.second {
	width: 250px;
	padding: 5px 14px;
	border-left: 1px solid #715085;
	border-right: 1px solid #715085;
}
#footer_middle .box.third {
	width: 295px;
	padding-left: 15px;
}

#footer_middle .box.first a.mobile {
	width: 60px;
	height: 115px;
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	text-indent: -9999px;
}

#footer_bottom,
#footer_bottom a {
	color: #715085;
}

#footer_bottom ul li {
	display: inline;
	margin: 0 8px;
	list-style-type: none;
}

#footer_bottom ul li a {
	color: #a8f000;
	text-decoration: none;
}

