body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	background-color:#666666;
    line-height: 18px;
	padding-top:20px;
}

img {
    border: 0px;
}

a {
	text-decoration:none;
}


h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:5px 0px 10px 0px;
}

h2 {
	line-height:22px;
}

div.wrapper {
    margin: 0px auto;
    width:978px;
	border:solid 5px #ffffff;
}

div.main-head {
	position:relative;
	width:978px;
	height:297px;
	border-bottom:solid 5px #ffffff;
	background-color:#000000;
	padding:15px 0px 10px 0px;
}

a.logo {
	position:absolute;
	display:block;
	left:-15px;
	top:15px;
	width:273px;
	height:71px;
	background:url(/frontend-files/images/logo.png) no-repeat left top;
	z-index:100;
}

div.promobox-item {
	width:978px;
	height:158px;
}

div.promo-content {
	position:absolute;
	right:0px;
	top:0px;
	width:230px;
	height:138px;
	background:url(/frontend-files/images/promobox-content-bg.png);
	padding:10px;
	color:#ffffff;
}

div.promo-title {
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
}

div.main-content {
	width:978px;
	/*background:url(/frontend-files/images/main-content-bg.png) left top repeat-y;*/
	background-color:#AF634C;
}

div.main-menu {
	float:left;
	width:155px;
	background:#626262;
}

div.main-menu a {
	display:block;
	color:#ffffff;
	padding:7px;
	font-size:14px;
	border-bottom:solid 1px #ffffff;
	background-color:#CA8875;
}

div.main-menu a.active, div.main-menu a:hover {
	color:#ffffff;
	background-color:#333333;
}

div.content {
	float:left;
	width:783px;
	background:#efefef;
	padding:20px 20px 20px 20px;
}

div.clearer {
	clear:both;
}

div.main-footer {
	position: relative;
	width:978px;
	height:30px;
	background:#3E3E3E;
	color:#ffffff;
}

	div.decor {
		position:absolute;
		width:25px;
		height:70px;
		right:-15px;
		top:-50px;
		background:url(/frontend-files/images/bottom-decor.png) no-repeat left top;
	}

div.footercopy {
	position:absolute;
	top:4px;
	left:380px;
}

div.gallery-modul-element {
	float:left;
	width:257px;
	margin:0px 6px 6px 0px;
}

div.gallery-modul-element span {
	display:block;
	padding:5px;
	background-color:#333333;
	color:#ffffff;
	height:36px;
}

/*Contact*/

table.contact-table tr td {
	background-color:#EFEFEF;
}

input.contact-text {
	background-color:#E2E0D4;
	font-family:Arial;
	font-size:12px;
	padding:3px;
	border:solid 2px #E2E0D4;
	height:19px;
	width:400px;
}

input.contact-text:focus, textarea.contact-text:focus {
	border:solid 2px #FF9C34;
	background-color:#ffffff;
}

textarea.contact-text {
	background-color:#E2E0D4;
	font-family:Arial;
	font-size:12px;
	padding:3px;
	border:solid 2px #E2E0D4;
	height:150px;
	width:400px;
	overflow:auto;
}

.submit {
	background-color:#AF634C;
	border:0px;
	cursor:pointer;
	height:25px;
	color:#ffffff;
}

.submit:hover {
	background-color:#666666;
}





div.errormark {
	display:none;
	width:16px;
	height:16px;
}

div.errormark a {
	display:block;
	background:transparent url(/frontend-files/images/icons/error.png) no-repeat;
	width:16px;
	height:16px;
}

div.errors {
	position:relative;
	background:#efefef;
	border:solid 1px #666666;
	padding:10px;
	margin-bottom:10px;
}

div.errors .error-close {
	position:absolute;
	width:17px;
	height:17px;
	top:0px;
	left:507px;
	display:block;
	background:url(/frontend-files/images/icons/error_close_icon.png) no-repeat;
}

div.error-text {
	margin-top:5px;
}

table.contact-table tr td {
	padding-bottom:12px;
}


.ui-jcoverflip {
	position: relative;
}

.ui-jcoverflip--item {
	position: absolute;
	display: block;
}

.createdby { width: 978px; margin: 0 auto; color: #ccc; text-align: center; font-size: 12px; margin-top: 5px; }
.createdby a { color: #ccc; }
.createdby a:hover { color: #fff; }