﻿/* -----------------------------------------------
Tostmann - Trachten
author: Adrian Popoviciu
----------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: url(imgs/bg.jpg);
	text-align: center;
	overflow: auto;
}
img {
	border: 0px;
}
.header {
	position: relative;
	width: 770px;
	height: 281px;
	margin-left: auto;
	margin-right: auto;
	background: url(imgs/headbg.gif) top left no-repeat;
}
.main {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 7px;
	background: url(imgs/vborders.gif) right repeat-y;
}
.lmain {
	padding-left: 6px;
	background: url(imgs/vborders.gif) left repeat-y;
}
.cmain {
	background: url(imgs/page_bg.gif);
	font-family: Georgia, Constantia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #746454;
	text-align: left;
	padding: 0px 50px 0px 50px;
}
.logo-link {
	position: absolute;
	width: 142px;
	height: 127px;
	top: 20px;
	left: 62px;
}
.head-photo {
	position: absolute;
	width: 226px;
	height: 241px;
	top: 0px;
	left: 277px;
}
.top-menu {
	position: absolute;
	width: 159px;
	height: 210px;
	top: 15px;
	right: 50px;
}
.top-menu a {
	position: relative;
	display: block;
	height: 29px;
}
.top-menu a:hover {
	background-color: #af3737; /*#802222;*/ /*#b05252;*/
}
.sel {
	border: 1px dashed #dfbaba;
}
.langs {
	position: absolute;
	width: 80px;
	height: 29px;
	top: 190px;
}
a:hover.langs {
	background-color: #af3737; /*#b05252;*/
}
#lang-de {
	left: 50px;
}
#lang-en {
	left: 140px;
}

.clearer {
	clear: both;
}
.submenu {
	font-size: 13px;
	padding: 20px;
	border-bottom: 1px solid #D7C7B8;
	text-align: center;
	line-height: 160%;
}
.content {
	font-size: 17px;
	line-height: 140%;
}
.footer-addr, .footer-copy {
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #D7C7B8;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-copy {
	padding-bottom: 20px;
}
.submenu a {
	display: inline-block;
	color: #746454;
	padding: 2px 15px 2px 4px;
	text-decoration: none;
	white-space: nowrap;
	background: url(imgs/tbullet.gif) right center no-repeat;
}
.submenu a:hover {
	background-color: #ffffff;
	color: #994400;
}
.submenu a.selected {
	background-color: #ffffff;
}
h1 {
	font-weight: normal;
	font-size: 36px;
	padding: 0px;
	border-bottom: 1px solid #D7C7B8;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.content a, .footer-addr a, .footer-copy a {
	color: #994400;
	text-decoration: none;
}
.content a:hover, .footer-addr a:hover, .footer-copy a:hover {
	background-color: #ffffff;
	text-decoration: none;
}
h3 {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0px;
}
.photo-gallery {
	margin-top: 20px;
}
.photo-gallery img {
	border: 1px solid #FFFFFF;
}
.photo-gallery a {
	float: left;
	padding: 5px;
	border-right: 1px solid #D7C7B8;
	border-bottom: 1px solid #D7C7B8;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}
.photo-gallery a:hover {
	background-color: #b99f86;
}
li {
	line-height: 150%;
	padding-left: 18px;
	background: url(imgs/tbullet.gif) top left no-repeat;
	list-style-type: none;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.pagetop {
	font-size: 1px;
	height: 5px;
	background: url(imgs/hborders.gif) top repeat-x;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffaec;
	margin-top: 10px;
}
.pagebottom {
	font-size: 1px;
	height: 5px;
	background: url(imgs/hborders.gif) bottom repeat-x;
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffaec;
}