@charset "utf-8";
/* BJ Pro Audio Stylesheet */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
div.main{
	background-color:#FFF;
	width:750px;
	left:50%;
	margin-left:-375px;
	position:relative;
	padding:10px 10px 0px 10px ;
}
div.header{
	height:191px;
	background:url(images/header.jpg) no-repeat top center;
}
div.menu{
	background:url(images/menuBG.jpg) no-repeat top center;
	font-weight:bold;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	height:17px;
	text-transform:uppercase;
}
div.content{
	padding:5px;
	background:url(images/contentBG_light.jpg) no-repeat bottom center;
	min-height:300px;
}
div.footer{
	font-size:10px;
	color:#666;
	text-align:center;
}
/*Plempage styles*/

/*blog*/
div.blogInTxt{
	padding:0px 0px 20px 0px;
}
div.blogItem{
	margin-bottom:20px;
}
div.blogTitle{
	font-size:13px;
	font-weight:bold;
	padding-bottom:0px;
	letter-spacing:-0px;
}
div.blogLine{
	height:1px;
	background:#333;
}
div.blogImg{
	float:right;
	height:70px;
	width:90px;
	border:#666 solid 2px;
	margin:5px;
}
div.blogText{
	padding:0px 0px 0px 0px;
}
div.blogFooter{
	padding-top:5px;
	text-align:right;
	font-size:10px;
	clear:both;
}
div.navigation{
	text-align:center;
	color:#333;
}
/*Agenda*/
div.agendaTitle{
	font-size:18px;
	padding:2px;
	background-color:#666;
	color:#FFF;
	margin-left:10px;
	margin-right:10px;
}
div.agendaKaderMain{
	margin:5px;
	margin-top:15px;
	border:#999 solid 0px;
	background-color:#CCC;
	width:220px;
	font-size:14px;
	padding:3px;
	position:relative;
	left:50%;
	margin-left:-110px;
}
div.agendaLoc{
	text-align:center;
	float:left;
	width:225px;
	padding-top:3px;
}
div.agendaDetails{
	padding:0px 5px 5px 5px;
}
.agendaKlein{
	font-size:10px;
	line-height:16px;
}
.clear{
	font-size:0px;
	height:0px;
	clear:both;
}
