@charset "UTF-8";
/* CSS Document */
body {
	font: 13px Courier New, Courier, monospace;
	background: #FFFFFF;
	color: black;
}
p {
	margin-top:0px;
	margin-bottom:0px;
}

a{
	color: black;
	text-decoration: none;
	font-weight: normal;	
}
a:hover{
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}
a:visited{
	text-decoration: none;
}
a:active{
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}
.logo {
	font: 17px Courier New, Courier, monospace;
	line-height:18px;
	letter-spacing:1px;
	padding-bottom:20px;
	width:140px;
}
.infoboxleft {
	padding-bottom:20px;
}
.menucontact {
	color: #666666;
	width:140px;

}
.menucategory {
	padding-top:20px;
	width:140px;

}
.menusub {
	margin-left:15px;
}
.mediabox {
/*	height:550px;*/
	float: left;
	display: inline;
}

a img  {
	border: none 0px #000000;
}

.logo a:hover {
	color:#000000;
}

.news {
    padding-bottom:40px;
     
}

.news_photo {
    position:relative;
}

.news_photo_video {
    position:relative;
}

.news_description {
    padding-top:5px;
    width:500px;
}

.news_date{
    padding-top:5px;
    font-weight:bold;
}


.news_vpanel {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:white;
    opacity:0.6;
    display:none;
}

.news_vpanel_title {
    position:absolute;
    top:60px;
    width:100%;
    text-align:center;
    font-size:50px;
    font-family: Arial;
    color:black;
}
