@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #555;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #555;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #555;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #555;
}
/* END reset */
body {
	line-height: 1;
	background-color: #444; 
	margin: 0;
	padding: 0;
	color: #000;
	border: 0;
	font: normal 10pt "Arial", sans-serif;
	vertical-align: baseline;
}
body.mceForceColors {
	background-color: #fff; 
	color: #000;
}
header {
	position: relative;
	width: 1024px;
	height: 340px;
	margin: 0px auto;
}
#site_title {
	position: absolute;
	text-align: center;
	width: 374px;
	height: 100px;
	float: left;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
	z-index: 10;
}
#site_title p {
	color: #fff;
	margin: 10px 0 0;
	line-height: 33px;
}
nav {
	position: absolute;
	margin-left: 374px;
	width: 650px;
	height: 100px;
	float: left;
	z-index: 10;
}
#site_menu_header {
	width: 650px;
	height: 35px;
	background-color: #333;	
}
#site_menu_header p {
	line-height: 35px;
	float: left;
	color: #ccc;
	margin-left: 10px;
}
#site_menu_header p a {
    padding: 3px 2px;
	background-color: #000099;
	color: #fff;
    text-decoration: none;
}
#site_menu_header p a:hover {
	color: #aaa;
	text-decoration: none;
}
#site_menu {
	background-color: #555;
	width: 650px;
	height: 65px;
}
/*MENU*/
ul.menu {
	text-align: center;
	display: inline;
	margin: 0;
	padding: 24px 0;
	list-style: none;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
}
ul.menu a {
	color: #fff;
	display: block;
	text-decoration: none;
}
ul.menu li {
	font: 14px/20px sans-serif;
	display: inline-block;
	position: relative;
	line-height: 65px;
	background: #555;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
ul.menu li:hover {
	background: #666;
	color: #fff;
}
ul.menu li ul {
	padding: 0;
	position: absolute;
	top: 65px;
	left: 0;
	padding-top: 5px;
	width: 180px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}
ul.menu li ul li { 
	font-size: 9pt;
	text-align: left;
	background: #555; 
	display: block; 
	color: #fff;
	line-height: 35px;
	padding: 0 20px;
}
ul.menu li ul li:hover { background: #666; }
ul.menu li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
#site_header {
    position: absolute;
    margin-top: 100px;
    width: 1024px; 
    height: 240px; 
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}
#site_logo {
	float: left;
    width: 200px; 
    height: 240px;
	background-color: #fff;
}
#slideshow {
	float: left;
    width: 824px; 
    height: 240px;
}
#slideshow > div {
    position: absolute;
	z-index: 1;
}
#slideshow > div img {
    width: 824px;
	height: 240px;
}
section {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}
article.head_line_side {
	float: left;
	height: 130px;
	width: 341px;
}
article.head_line_middle {
	float: left;
	height: 130px;
	width: 342px;
	background-color: #ccc;
}
div.bg_gradient {
	width: 100%;
	height: 100%;
	padding: 15px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
}
div.bg_gradient a {
	text-decoration: none;
}
div.bg_gradient a:hover p {
	color: #777;
	text-decoration: none;
}
article.head_news {
	float: left;
	width: 800px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
article.head_side {
    position: relative;
	float: right;
	width: 224px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
article.head_album {
	float: left;
	width: 1024px;
	background-color: #fff;
	min-height: 400px;
}
div.art_date {
	margin: 15px 25px 15px 15px;
	float: left;
	width: 35px;
	height: 35px;
}
div.art_date p {
	text-align: center;
	width: 35px;
	color: #fff;
}
p.art_date_d {
	margin-top: 2px;
	font-size: 12pt;
}
p.art_date_m {
	margin-top: -2px;
	font-size: 8pt;
}
p.news_title {
	font-family: 'bebas_neueregular', sans-serif;
	float: left;
	font-size: 24pt;
	margin-top: 15px;
}
div.news_text {
	clear: left;
	padding-right: 20px;
}
div.news_text p {
	color: #008;
	margin: 5px 0 10px 15px;
	line-height: 14pt;
}
div.news_text p a {
	color: #77f;
	text-decoration: none;
}
div.news_text p a:hover {
	color: #c00;
	text-decoration: none;
}
ul.news_overview {
	text-align: left;
	margin: 10px;
}
ul.news_overview li {
	color: #008;
	margin: 10px 5px;
	font-size: 9pt;
}
ul.news_overview li a {
	color: #008;
	text-decoration: none;
}
ul.news_overview li a:hover {
	color: #c00;
	text-decoration: none;
}
p.ovv_caption {
	margin: 15px;
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 24pt;
}
div.album_container {
	float: left;
	width: 490px;
	height: 110px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px 0 5px 15px;
}
p.album_title {
	margin: 15px 15px 0;
	font-family: 'bebas_neueregular', sans-serif;
	font-size: 24pt;
}
p.album_title a {
	color: #000;
	text-decoration: none;
}
p.album_title a:hover {
	color: #c00;
	text-decoration: none;
}
div.album_text {
	padding-right: 20px;
	height: 60px;
    margin: 0;
	overflow: hidden;
	width: 360px;
}
div.album_text p {
	color: #008;
	margin: 5px 0 10px 15px;
	line-height: 13pt;
}
div.album_text a {
	color: #008;
	text-decoration: none;
}
div.album_text a:hover p {
	color: #c00;
	text-decoration: none;
}
footer {
	clear: left;
	width: 1024px;
	height: 50px;
	margin: 0 auto;
	background-color: #000;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 5px rgba(0,0,0,0.3); 
}
footer p {
	color: #fff;
	margin-left: 10px;
	line-height: 50px;
	width: 995px;
	text-align: right;
}
footer p a {
	color: #777;
	text-decoration: none;
}
footer p a:hover {
	color: #a00;
	text-decoration: none;
}	
div.agn_agenda {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 0 10px 10px;
	width: 200px;
}
p.agn_top {
	float: left;
	width: 25px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}
p.agn_date {
	float: left;
	width: 25px;
	line-height: 25px;
	height: 25px;
	text-align: center;
}
p.agn_date a {
	display: block;
	color: #000;
	background-color: #ccc;
	text-decoration: none;
}
p.agn_date a:hover {
	color: #fff;
	background-color: #c00;
	text-decoration: none;
}
#site_mask {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    z-index: 999;
	background-color: #fff;
}
#site_alert {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 150px;
	z-index: 1000;
	text-align: center;
	background-color: #fff;
	border: 2px solid #f00;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}
div.form_border {
	clear: left;
}
div.form_border p {
	color: #777;
	margin-left: 15px;
	line-height: 14pt;
}
p.form_name {
	clear: left;
	font-size: 12pt;
	color: #000;
	margin: 10px 0 5px;
	width:110px;
	float:left;
	padding: 5px;
}
p.form_value {
	margin: 5px 0 0;
	width: 310px;
	float: left;
	padding: 5px;
}
div.main_title {
	margin-top: -5px;
}
div.main_title p {
	font-family: 'bebas_neueregular', sans-serif;
	margin: 0;
	font-size: 16pt;
}
div.main_title p a {
	color: #000;
	text-decoration: none;
}
div.main_title p a:hover {
	color: #c00;
	text-decoration: none;
}
div.member_button {
	width: 180px;
	height: 29px;
	line-height: 25px;
	border: 2px solid #ccc;
	margin: 10px 10px 10px 20px;
	background-color: #fff;
}
div.member_button a {
	display: block;
	background-color: #fff;
}
div.member_button a:hover {
	background-color: #ccc;
}
div.member_button p {
	color: #000;
	width: 176px;
	text-align: center;
}
div.member_button p a {
	color: #000;
	text-decoration: none;
}
p.chr_list {
	float: left;
	width: 23px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px;
}
p.chr_list a {
	display: block;
	color: #000;
	text-decoration: none;
}
p.chr_list a:hover {
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}
div.vcard_border {
	border-bottom: 1px solid #ccc;
	width: 430px;
	margin: 5px 0;
	height: 28px;
}
p.vcard_name {
	font-family: 'bebas_neueregular', sans-serif;
	width: 300px;
	margin: 2px 0;
	float: left;
	font-size: 16pt;
	font-weight: normal;
}
p.vcard_adres {
	font-family: 'arial', sans-serif;
	width: 450px;
	margin: 2px 0;
	font-size: 12pt;
	font-weight: normal;
}
div.vcard_border a {
	color: #000;
	text-decoration: none;
}
div.vcard_border a:hover {
	color: #c00;
	text-decoration: none;
}
div.vcard_detail {
	display: none;
}
img.share_img {
	float: left;
	width: 25px;
	height: 25px;
	border: 0;
	margin: 5px 3px;
}
.scroll-wrapper {
	position: absolute;
	width: 100%;
	animation: scroll-up 30s linear infinite;
}
.scroll-area {
	overflow: hidden;
	position: relative;
}
.head_side:hover .scroll-wrapper {
	animation-play-state: paused;
}
.scroller-logo {
	padding: 10px;
	text-align: center;
}
.scroller-logo a {
	display: inline-block;
}
.scroller-logo img {
	max-width: 100%;
	height: auto;
	transition: transform 0.3s;
}
.scroller-logo img:hover {
	transform: scale(1.05);
}
@keyframes scroll-up {
  0%   { top: 0; }
  100% { top: -50%; }
}