.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a {outline:none;}

body {
	background:url(../images/bg.gif) repeat-x #fff;
	margin:0;
	padding:0;
	font-family:Tahoma;
	font-size:13px;
	color:#282828;
}

.site {
	position:relative;
	width:900px;
	margin:0 auto;
}

.logo {
	margin:20px 0 0 -5px;
}

.navi {
	float:right;
	margin-top:-20px;
}

.navi ul li {
	list-style:none;
	display:inline;
	color:#282828;
	padding:10px 5px;
}

.navi ul li a {
	text-decoration:none;
	color:#282828;	
}

.navi ul li a:hover {
	text-decoration:underline;
	color:#cdb27d;
}

.active {
	text-decoration:underline;
	color:#cdb27d;
	font-weight:bold;
}

.header_img {
	float:right;
	margin-top:13px;
}

.headline {
	margin-top:75px;
}

.site_headline {
	margin-top:51px;
}

.txt {
	position:relative;
	width:540px;
	top:23px;
}

.teaser {
	position:relative;
	top:-147px;
	left:575px;
	width:323px;
}


.last_galeries {
	margin-top:-240px;
}

.prev_box {
	float:left;
	background:#fcf7ee;
	margin-top:5px;
	width:217px;
	margin-right:8px;
}

.prev_info {
	padding:5px;
	height:130px;
}

.prev_info a {
	text-decoration:underline;
	font-weight:bold;
	color:#282828;
}

/* FOOTER 
--------------------------------------------------------------*/

.footer {
	position:relative;
	top:100%;
	bottom:0;
	margin-top:25px;
	background:#cdb27d;
	height:25px;
}


/*
.links {
	width:900px;
	margin:0 auto;
	padding-top:-5px;
	height:40px;
	font-size:11px;
	color:#FFF;
}

.links ul li{
	list-style:none;
	display:inline;
}

.links ul {
	float:right;
}

.links a {
	text-decoration:underline;
	color:#FFF;
}

.links a:hover {
	text-decoration:none;
	color:#FFF;
}
*/

