@charset "utf-8";

/* Begin CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
/* Ende CSS Reset */





/* Start Struktur */
body  {
	text-align: center;
	background-color: #261D18;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Roboto Condensed', sans-serif, rial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#wrapper {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#layout {
	margin-top: 0px;
	position: relative;
	width: 960px;
	height: 575px;
}

#logo {

}
#nav {
	position: absolute;
	top: 28px;
	right: 0px;
	width: 300px;
	text-align: right;
	font-size: 24px;


}
#aufm {
}

#content {
	padding-top: 0px;
	margin-top: 0px;
}
#leftColumn {
	float: left;
	width: 200px;
}

#rightColumn {
	float: right;
	width: 200px;
}
#floater {
	clear: both;
}




#cont {
	background-color: #BC9F39;
	padding-top: 30px;
	background-image: url(../images/bg_bee_comb.gif);
	background-repeat: repeat;
	padding-bottom: 30px;
}
#cont_wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg_abdunkeln.png);
}
#cont_left {
	float: left;
	width: 276px;
}
#cont_right {
	float: right;
	width: 620px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.headline_cont {
	font-size: 24px;
}
.photos_cont {
}

.single_photos_cont {
	margin-right: 14px;
}





#footer {
	height: 210px;
	padding-top: 30px;
}
#footer_wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#footer_left {
	float: left;
	width: 320px;
}
#footer_mid {
	float: left;
	width: 320px;
}
#footer_right {
	float: left;
	width: 320px;
}
.headline_footer {
	font-size: 20px;
}










/* Ende Struktur */




/*---Links 1---*/
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color:#CAB365;
	text-decoration:none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




/*---Links 2---*/
a.link1:link {
	color:#FFF;
	text-decoration:none;
}
a.link1:visited {
	color:#FFF;
	text-decoration:none;
}
a.link1:hover {
	color:#CAB365;
	text-decoration:none;
}
a.link1:active {
	color:#FFF;
	text-decoration:none;
}
