@charset "utf-8";
/* CSS Document */

.calendar-box {
	width: 85px;
	height: 85px;
	background-image: url(/media/themes/standard/images/calendar-item.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	font-weight: bold;
}

.calendar-month {
	font-size: 18px;
	color: #FFF;
}

.calendar-day {
	font-size: 48px;
	line-height: 40px;
	padding-top: 5px;
}

.calendar-time {
	font-size: 14px;
}

.calendar-item span {
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
}

.calendar-item a {
	color: #990033;
	font-weight: bold;
	display: block;
	color: #fff;
	background-image: url(/media/themes/standard/images/select-bg.png);
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

.calendar-item a:hover {
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #d6d6d6;
}


.blog-teaser-text {
	border-bottom: 1px dotted #d6d6d6;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}


.blog-teaser-text h1 {
	font-size: 18px;
	font-weight: bold;
	color: #993333;
	margin-top: 0;
	margin-bottom: 0;
}
	
.blog-teaser-text h2 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
}

.blog-teaser-text h3 {
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: normal;
}

.blog-teaser-text h1 a  {
	color: #993333;
	border-bottom: none;
	text-decoration: none;
}

.blog-teaser-text h1 a:hover {
	text-decoration: underline;
}


.blog-text {
	border-bottom: 1px dotted #d6d6d6;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 500px;
	margin-left: 15px;
	float: left;
}


.blog-text h1 {
	font-size: 18px;
	font-weight: bold;
	color: #993333;
	margin-top: 0;
	margin-bottom: 0;
}
	
.blog-text h2 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
}

.blog-text h3 {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: normal;
}

.artikel-box {
	margin-top: 20px;
}


.artikel-box h6 {
	font-size: 12px;
	padding: 2px;
	margin: 0;
	margin-bottom: 2px;
	border-top: 3px solid #98141b;
	border-bottom: 1px solid #f1dada;
}


.artikel-box h4 {
	font-weight: normal;
}

.artikel-box div {
	margin-bottom: 5px;
}

.blogs-listing {
	float: left; 
	margin-left: 20px; 
	width: 480px;
}

.blogs-listing h1, .blogs-listing h2 {
}

.blogs-listing h2  {
	color: #333;
	font-size: 12px;
}