﻿.promo {
    padding: 10px;
}

.intro img {
    border: solid 2px #e4e4e4;
}

.intro img.leftAligned {
    margin-right: 25px;
}

.PageTeaserList {
	clear: left;
	padding-top: 30px;
}

.PageTeaserList .item {
	margin-left: 29px;
}

.PageTeaserList .first {
	margin-left: 0;
}

/*** TEASER BLOCK ***/
.teasers {
	background: #fff url(/pages/images/teasers-bg.jpg) no-repeat;
	margin: 0;
	display: table;
	padding-top: 15px;
}

.teasers .events {
    display: table-cell;
	border-right: solid 1px #f9f9f9;
	width: 199px;
	padding: 0 15px;
}

.teasers .news {
    display: table-cell;
	border-left: solid 1px #d5d5d5;
	width: 419px;
	padding: 0 15px;
}

.teasers .news img {
    border: solid 2px #fff;
}

/*** SIDEBAR  ***/
#sidebar {
    background: #fff url(/chrome/site/images/sidebar-bg.png) repeat-x 0 5px;
    min-height: 650px;
}
#sidebar .fc,
#sidebar .text {
    background: transparent none;
    border-bottom: solid 1px #97b9d5;
    border-top: solid 1px #fff;
    padding: 15px 0;
    margin: 0 10px;
}

#sidebar .text {
    border-bottom: none;
}

#sidebar .information {
    border-top: none;
}


