/* CSS Document */
#content h1 {
	font-size: 1.6em;
	color: #BA1B03;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
	font-weight: bolder;
	margin-bottom: 15px;
	padding-bottom: 4px;
	letter-spacing: 0.1em;
}
#content h1 span {
	display: block;
	margin-top: 2px;
	font-weight: normal;
	font-size: 0.9em;
}

#content .colum1 {
	float: left;
	width: 510px;
	display:inline;
	border: 1px solid #DEDEDE;
	position: relative;
	margin-left: 2px;
}
#content .colum1 .date {
	position: absolute;
	height: 35px;
	width: 65px;
	top: 0px;
	right: 1px;
	background-color: #F4F4F4;
	padding-top: 15px;
	color: #666666;
	font-size: 1.4em;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#content .colum2 {
	float: right;
	width: 180px;
	font-style: oblique;
	font-size: 0.95em;
}
#content .colum1 h2 {
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 4px;
	background-color: #efefef;
	color: #666666;
	font-weight: normal;
	height: 43px;
}
#content .colum1 p {
	line-height: 1.4em;
	font-size: 1em;
	padding: 5px;
	margin-right: 160px;
	text-align: justify;
}
#content .colum1 h2 span {
	display: block;
	font-size: 1.2em;
	letter-spacing: 0em;
	font-weight: bold;
}

strong {
	color: #666666;
	font-weight: bolder;
}




.headline {
	color: #999999;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 0.95em;
}

#teaserbox {
	width: 187px;
	top: 110px;
	position: absolute;
	float: right;
	right: 10px;
}
#teaserbox .img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 30px;
}
.photoright {
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #B3B3B3;
	padding: 2px;
}

