/* Formate für Alex Luna photographs */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999;
	letter-spacing: 0.1em;
}

a {
	color: #999999;
	text-decoration: none;
	letter-spacing: 0.2em;
}
a:hover, a.active {
	color: #000000;
	text-decoration: none;
}
a.active {
	cursor: default;
}

/* Borders */
.btopdunkel {
	border-top: 1px solid #aaa;
}
.bbottomdunkel {
	border-bottom: 1px solid #aaa;
}
.btophell {
	border-top: 1px solid #ededed;
}
.bbottomhell {
	border-bottom: 1px solid #ededed;
}

/* Startseite */
.wrapper_start {
	width: 706px;
	height: 329px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}
.container_in {
	height: 219px;
	padding-top: 108px;
}
.logo {
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

/* Struktur */
.wrapper {
	width: 800px;
	margin: 0 auto;
}
.header {
	height: 30px;
	padding: 20px 30px 0px 30px;
}
.container_foto {
	height: 450px;
	padding: 7px 0px 8px 0px;
	text-align: center;
}
.nav_container {
	padding: 10px 30px;
	height: 35px;
}
.thumb_container {
	padding-bottom: 10px;
	height: 79px;
}
.arrow {
	width: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 15px;
}
.footer {
	text-align: left;
	padding: 2px 30px;
}

/* Navigation */
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	display: inline;
}

ul.navi {
	margin-bottom: 3px;
}
ul li.last {
	border-right: 1px solid #999;
}
ul.navi li a {
	text-transform: uppercase;
	padding: 0px 5px 0px 10px;
	border-left: 1px solid #999;
}

ul.subnavi {
	margin-left: 0px;
	padding-left: 0px;
}
ul.subnavi li a, ul.subnavi li {
	padding: 0px 0px 0px 3px;
	letter-spacing: 0.04em;
}

ul.navi_top li a {
	padding-left: 10px;
}
#arrowleft, #arrowright, #submenu1, #submenu2, #submenu3 {
	display: none;
}
#submenu1 {
	padding-left: 13px;
}
#submenu2 {
	padding-left: 91px;
}
#submenu3 {
	padding-left: 190px;
}
#submenu1 img, #submenu2 img, #submenu3 img {
	padding-top: -2px;
}


/* Format Text */
h1 {
	font-size: 12px;
	color: #444;
	letter-spacing: 0.2em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
p {
	letter-spacing: 0.1em;
	line-height: 18px;
	margin-bottom: 10px;
}

/* Tumbnails Line */
.thumbnails a img {
	padding: 1px;
	border: 1px solid #fff;
}
.thumbnails a:hover img {
	border: 1px solid #808080;
}

/* Arrows on photo */
.foto_hor, .foto_hor ul {
	width: 675px;
}
.foto_hor ul a {
	width: 300px;
	height: 450px;
	display: block;
}
.foto_ver, .foto_ver ul {
	width: 300px;
}
.foto_ver ul a {
	width: 130px;
	height: 450px;
	display: block;
}
ul.map {
	z-index: 10;
	position: absolute;
}
ul.map a.goright {
	float: right;
	background-image: url(images/pixel_trans.gif);
}
ul.map a.goleft {
	float: left;
	background-image: url(images/pixel_trans.gif);
}
ul.map a.goright:hover {
	background-image: url(images/arrow_right.gif);
	background-position: 100% 10px;
	background-repeat: no-repeat;
}
ul.map a.goleft:hover {
	background-image: url(images/arrow_left.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

/* Others */
.centered {
	margin: 0 auto;
}
iframe {
	border: 0px;
	padding: 0;
	margin: 0;
}

.fltleft {
	float: left;
}
.fltright {
	float: right;
}
