* {
		margin:0px;
		padding:0px;
}

body {

}

.container {
		position:relative;
		width:770px;
		margin:0px auto;
}

/* ---------------------------------- header ---------------------------------- */

.header {
		position:absolute;
		top:0px;
		left:0px;

		background:url(../img/layout/logo.jpg) left 55px no-repeat;
		height:145px;
		width:770px;
}

.header .navigation {
		margin-top:40px;
}

/* ---------------------------------- content ---------------------------------- */

.content {
		padding-top:150px;
		min-height: 400px;
		width:770px;
}

.content .emotion {
		padding:5px 0px;
		margin-bottom:50px;

		border-top:1px solid #a9ad8c;
		border-bottom:1px solid #a9ad8c;
}

.content .left {
		float:left;
		width:430px;
}

.content .right {
		float:right;
		width:251px;
		padding:5px 0px;

		border-top:1px solid #abac8b;
		border-bottom:1px solid #abac8b;
		text-align:center;
}

#home_index .content .right {
		width:295px;
}

/* ---------------------------------- footer ---------------------------------- */

.footer {
		height:80px;
		margin:40px 0px 0px 0px;
		padding:20px 35px 0px 35px;

		border-top: #a9ad8c 1px solid;
		/*background:url(../img/layout/footer.jpg) left top repeat-x;*/
}

/* ---------------------------------- galerie ---------------------------------- */

div.entry {
		float:left;
		margin-right:42px;
}

div.entry.last {
		margin-right:0px;
}

div.entry img {
		padding:5px 0px;

		border-top:1px solid #abac8b;
		border-bottom:1px solid #abac8b;
}

.content p.left {
		width:140px;
}

.content p.right {
		width:180px;

		border:none;
		text-align:left;
}

#galerie_index .content div.vspacer {
		height: 5px;
}
