	#site-header div.bme-logo {
		margin: auto;
	}

	#site-header div.text {
		margin: 10px 0px 0px 0px;
	}

		#site-header div.text h1 {
			display: none;
		}

		#site-header div.text h2 {
			text-align: center;
		}

		div.main-menu ul li {
			font-size: 13px;
			letter-spacing: 1px;
		}

		a#facebook-btn-menu{
			display: block;
			width: 27px;
			height: 28px;
			background: url('/static/img/default/fb.png') no-repeat 10px 10px;
			padding: 10px;
		}

		a#blog-btn-menu {
			position: absolute;
			top: 16px;
			left: 60px;
			font-family: "Oswald","Open Sans",sans-serif;
			font-size: 18px;
			text-transform: uppercase;
			color: black;
		}

		a#blog-link-tablet {
			display: none;
		}

	div#sidebar-blog-box {
		display: none;
	}

	div#sidebar-login-box {
		float: left;
	}

		div#sidebar-login-box a#login-btn {
			display: block;
			float: left;
			width: 122px;
			height: 22px;
			background: url('/static/img/default/login.png') no-repeat;
			margin: 4px 10px 0px 0px;
		}

		div#sidebar-login-box a#facebook-btn {
			display: none;
		}

		div#sidebar-login-box a#rss-btn{
			display: block;
			float: left;
			width: 27px;
			height: 28px;
			background: url('/static/img/default/rss.png') no-repeat;
		}

	div#sidebar-user-box {
		margin-bottom: 10px;
	}

		div#sidebar-user-box span.text {
		}

		div#sidebar-user-box span.username {
			font-weight: bold;
		}

		div#sidebar-user-box p.actions {
			display: inline;
		}

		div#sidebar-user-box p.actions a {
			margin: 0px 4px;
		}

	div#sidebar-search-box {
		float: right;
	}

		div#sidebar-search-box h2 {
			display: none;
		}

		input#search-form-text {
			width: 194px;
		}

div#sidebar-box-facebook-messages {
	display: none;
}

div#main {
	clear: both;
}

div.news-container div.news-item {
	width: 100%;
}

		div.news-item div.news-content div.img {
			width: 90px;
			margin-right: 10px;
		}

		div.news-item div.news-content div.desc {
			width: 100%;
		}

div.home-rss-box {
}

div.home-rss-box-right {
	margin-top: 20px;
}

div#sidebar .fb_iframe_widget {
	display: none;
}



/* Calendar
-------------------------------------------------- */
.calendar{
	font-family: 'Oswald', sans-serif;
}

.calendar-head{
	text-align: center;
}

	.calendar-head .prev-month,
	.calendar-head .next-month,
	.calendar-head .actual-month{
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.calendar-head .prev-month{
		float: left;
	}

	.calendar-head .next-month{
		float: right;
	}

.calendar-body{
	font-size: 13px;
}


	.calendar-body .calendar-table{
		margin: 0 auto;
	}
	
	.calendar-body  .calendar-table td{
		width: 30px;
		height: 30px;
		text-align: center;
	}
	
	.calendar-body  .calendar-table td.td-marked{
		background: #1c4c97;
	}
	
		.calendar-body  .calendar-table td a.day-passed,
		.calendar-body  .calendar-table td span.day-passed{
			color: #b7b7b7;
		}

		.calendar-body  .calendar-table td a.day-passed-marked{
			color: #1c4c97;
		}
		
		.calendar-body  .calendar-table td a.day-marked{
			color: #ffffff;
		}

	#site-footer div.content span.bme-long {
		display: none;
	}

	#site-footer div.content span.bme-short {
	}

div.phonebook div.persons td img {
	width: 160px;
	height: auto;
}
