/* Seite */
#page {
	width: 950px;
    padding: 0px 0px 0px 0px;
	text-align: center;
	margin-left: -60px;
}
/* -------------------  Content ------------------------------------*/
#content {
	float: left;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
.post {
	margin-bottom: 525px;
}
.title {
	padding: 00px 0px 0px 30px;
	letter-spacing: -1px;
	font-size: 38px;
	color: #54040D;
}
.entry {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
	width: 790px;
}
a{
    color: blue;
}
a:hover{
    color: yellow;
}
/* ---------------------------------- Background -------------------*/
.bg1 {
    margin-left: 55px;
    width: 980px;
    font-weight:normal;
    color:#fff;
    padding:3px;
    z-index:9999;
    text-shadow:1px 1px 0 #00000;
     background-color: #808080;
    -moz-border-radius:3px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius:3px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.bg2 {
	background: url(../images/img04.jpg) no-repeat left top;
}
.bg3 {
	background: url(../images/img06.jpg) no-repeat left bottom;
}