body{
	background: #474645 url('/frontend/images/background.png') 50% 0;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a{
	outline: none;
}

a:link {
	color: #0b7ec0;
}
a:visited {
	color: #0b7ec0;
}
a:hover {
	color: #00C8FF;
}
a:active {
	color: #00C8FF;
}

h3{
	color: #0b7ec0;
	display: block;
	font-family: "Palatino Linotype", Palatino, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	height: 25px;
	margin: 40px 0 10px 133px;
}

h1{
	color: #BBB;
	display: block;
	font-family: "Palatino Linotype", Palatino, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	height: 25px;
	margin: 0 0 0 36px;
}

p{
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 9.8pt;
	line-height: 170%;
	margin: 10px;
	padding: 0;
}

#contentWrap{
	background: url('/frontend/images/background-content.png'); 
	min-height: 250px;
	padding: 0;
}

#contentTopWrap{
	background: url('/frontend/images/background-content-top.png') repeat-x;
	margin: 0 3px;
	min-height: 300px;
	padding: 5px 0 0 0;
}

#content{
	margin: 0px 62px 0px 62px;
}

#layout{
	margin: 0 auto;
	width: 1006px;
}

#footerWrap{
	background: url('/frontend/images/background-footer.png') no-repeat;
	clear: both;
	color: #BBB;
	font-family: "Palatino Linotype", Palatino, Arial, sans-serif;
	height: 200px;
}

#footerQuick{
	background-color: #FFF;
	height: 100px;
}

#footerLink{
	padding: 97px 0 0 0;
	text-align: center;
}

#footerLink a{
	color: #AAA;
	font-size: 9pt;
	letter-spacing: 2px;
	text-decoration: none;
}

#footerLink a:hover {
	color: #00C8FF;
}

#footerCopyright{
	color: #888;
	font-family: Arial, sans-serif;
	font-size: 7pt;
	font-style: italic;
	padding: 5px 0 0 0;
	text-align: center;
}

#topWrap{
	background: url('/frontend/images/background-top.png') no-repeat;
	height: 136px;
	position: relative;
	width: 1006px;
	z-index: 4000;
}

.buttonWrap{
	height: 36px;
	top: 85px;
	position: absolute;
	z-index: 3000;
}

.buttonHover{
	background: no-repeat;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 50;
}

.buttonText{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}

.buttonText img{
	border: 0;
	height: 36px;
}

/* Submenus */
.subMenuWrap{
	background: url('/frontend/images/interface/subMenuBack.png');
	margin: 0 0 0 -3px;
	position: absolute;
	top: 35px;
	width: 180px;
	z-index: 2000;
}

.subMenu{
	border-top: 1px solid #3d5578;
	margin: 0 0 0 2px;
	width: 176px;
}

.subItem{
	background: url('/frontend/images/interface/subMenuInactive.png');
	border: 1px solid #779;
	border-top: 0;
	color: #555;
	height: 30px;
}

.subItem .hover{
	background: url('/frontend/images/interface/subMenuActive.png');
	display: none;
	height: 30px;
	position: absolute;
	width: 174px;
	z-index: 10;
}

.subItem a{
	color: #555;
	text-decoration: none;
	cursor: pointer;
}

.subItem:hover a {
	color: #333;
}

.activeButton{
	background: url('/frontend/images/interface/subMenuArrow.png') no-repeat 7px 11px;
	color: #222;
}

.subItem .button{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	overflow: hidden;
	padding: 6px 18px;
	position: absolute;
	white-space: nowrap;
	width: 130px;
	z-index: 220;
}


/* Breadcrumbs */

#breadCrumbs{
	background: url('/frontend/images/background-breadcrumb.png');
	color: #333;
	display: table;
	font-family: Arial, sans-serif;
	font-size: 8.5pt;
	margin: 0;
	white-space: nowrap;
}

#breadCrumbs a{
	color: #333;
	padding: 1px 5px;
	text-decoration: none;
	text-transform: lowercase;
}

#breadCrumbs a:hover {
	background: url('/frontend/images/hover-breadcrumb.png');
	border-bottom: 1px solid #21B0E6;
	color: #21B0E6;
	text-decoration: none;
}

/* Article */

.article{
	background: #F0F0F0;
	border: 1px solid #B9B9B9;
	margin-top: 25px;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.articleFooter{
	background: url('/frontend/images/background-under-article.png') no-repeat;
	height: 20px;
	padding: 0;
	margin: 0;
}

.article h2{
	color: #1081c1;
	display: block;
	font-family: "Palatino Linotype", Palatino, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	left: 42px;
	margin: -9pt 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.articleHeader {
	background: url('/frontend/images/background-h2.png') no-repeat;
	height: 64px;
	margin: 0 0 20px 0;
	position: relative;
	z-index: -100;
}

.photoDown {
	float: right;
	background: url('/frontend/images/background-media-down.jpg') no-repeat;
	height: 260px;
	width: 350px;
	margin: 0 0 0 30px;
}

.photoDown img{
	border: 3px solid white;
	margin: 0;
}

.photoWrapDown{
	margin: 10px 0 0 35px;
}

.photoUp {
	background: url('/frontend/images/background-media-up.jpg') no-repeat;
	float: right;
	height: 330px;
	margin: 0 0 0 30px;
	width: 350px;
}

.photoUp img{
	border: 3px solid white;
	margin: 0;
}

.photoWrapUp{
	margin: 10px 0 0 40px;
}

.description{
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	height: 20px;
	margin: 0 0 0 -15px;
	overflow: hidden;
	text-align: center;
	width: 300px;
}

.description span{
	background: #FFF;
	padding: 0 10px 0 10px;
}

.photoWrapUp .description{
	margin: 0 0 0 -60px; 
}

.paragraphWrap{
	padding: 0 45px;
}

#frontPageContainer{
	background: #1d1d1d url('/frontend/images/background-container.png') no-repeat;
	border: 1px solid #777;
	height: 600px;
	margin: 25px 0 0 0;
	width: 875px;
}

#frontPageSelector{
	background: url('/frontend/images/background-selector.png');
	border: 0;
	border-top: 1px solid #DDD;
	clear: both;
	height: 40px;
	margin: 0 1px 40px 1px;
	position: relative;
	width: 875px;
}

.containerTop{
	background: url('/frontend/images/container-top.png');
	border: 0;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.splashSelector{
	float: left;
	height: 39px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 39px;
}

.splashSelector div{
	color: #CCC;
	cursor: pointer;
	display: block;
	font-family: "Palatino Linotype", palatino, arial, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	height: 20px;
	margin: -12px 0 0 10px;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 50%;
	width: 20px;
}

.splashSeparator{
	background: url('/frontend/images/splash-separator.png');
	float: left;
	height: 40px;
	margin: 0;
	width: 1px;
}

#selectorArrow{
	background: url('/frontend/images/splash-arrow.png');
	height: 5px;
	left: 15px;
	position: absolute;
	top: -5px;
	width: 9px;
	z-index: 100;
}

.containerContent{
	clear: both;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#containerScroller{
	left: 0px;
	position: absolute;
	top: 0px;
}

.galleryContainer{
	color: #FFF;
	height: 600px;
	padding: 20px;
	position: absolute;
	width: 875px;
}

.galleryContainer img{
	border: 1px solid black;
	margin: auto;
}

.galleryContainer div.caption{
	color: white;
	font-family: "Palatino Linotype", Palatino, Arial, sans-serif;
	font-size: 11pt;
	height: 80px;
	padding: 10px 15px 15px 15px;
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
}

.galleryContainer div h3{
	color: #FFF;
	font-family: "Palatino Linotype", Palatino, Arial, sans-serif;
	font-size: 14pt;
	margin: 10px 0 5px 0;
}

.galleryContainer div.navi{
	position:absolute;
	right:9px;
	width:100px; 
	height:30px;
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	text-align: right;
}

.rightArrow{
	position:absolute;
	top:7px;
	background: url('/frontend/images/arrow-left.png') 45px 50% no-repeat; 
	left:7px;
	width:300px;
	z-index:4001;
	cursor: pointer;
}

.leftArrow{
	position:absolute;
	top:7px;
	background: url('/frontend/images/arrow-right.png') 185px 50% no-repeat; 
	left:567px;
	width:300px;
	z-index:4002;
	cursor: pointer;
}

.pauseButton{
	position:absolute;
	top:7px;
	background: url('/frontend/images/pause.png') 50% 50% no-repeat; 
	left:300px;
	width:267px;
	z-index:4003;
	cursor: pointer;
}


.galleryImg{
	border: 1px solid #333;
	float: left;
	cursor: pointer;
	height: 200px;
	margin: 10px 40px 40px 40px; 
	overflow: hidden;
	position: relative;
	width: 190px;
}

.galleryImg h3{
	color: #FFF;
	font-family: "Palatino Linotype", Palatino, Arial, sans-serif;
	font-size: 11pt;
	margin: 0 0 2px 0;
	overflow: hidden;
	white-space: nowrap;
}

.galleryImg:hover {
	border: 1px solid #00C8FF; 
}

.galleryImg:hover h3{
	color: #00C8FF;
}

.galleryImg img{
	left: 50%; 
	position: absolute;
	top: 0;
}

.galleryImg .caption{
	background: url('/frontend/images/dark-caption.png'); 
	border-top: 1px solid white; 
	color: #FFF; 
	font-family: "Palatino Linotype", Palatino, Arial, sans-serif;
	font-size: 10pt;
	margin: 0; 
	position: absolute;
	top: 125px;
	height:100%; 
	width:100%;
	width:190px;
}

.galleryImg:hover .caption {
	border-top: 1px solid #00C8FF; 
}

form{
	background: url('/frontend/images/background-form.png') #FFF;
	border: 1px solid #CCE;
	display: block;
	margin: 50px auto 0 auto;
	width: 600px;
}

.formRow{
	color: #444;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	height: 30px;
	margin: 5px auto;
	overflow: visible;
	padding: 15px 10px;
	position: relative;
	white-space: nowrap;
	width: 600px;
}

.formDesc{
	color: #999;
	float: left;
	font-family: "Palatino Linotype", Palatino, Arial, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	margin: 0 0 0 0px;
	padding: 10px 0 0 0;
	text-align: right;
	width: 180px;
}

.formInput{
	color: #999;
	float: right;
	font-family: 'Palatino Linotype', Palatino, arial, sans-serif; 
	font-size: 12pt; 
	margin: 0;
	width: 400px;
}

.formInput input, .formInput textarea{
	background: #FFF url('/frontend/images/background-input.png') no-repeat;
	border: 1px solid #CCC;
	color: #555;
	font-size: 12pt;
	margin: 3px 0;
	padding: 7px 11px; 
	width: 300px;
}

.formSplitter{
	background: url('/frontend/images/background-h1.png') no-repeat;
	height: 35px;
	margin: -15px 10px 0px 0;
}

.formInput select{
	background: url('/frontend/images/background-input.png') no-repeat;
	border: 1px solid #CCC;
	color: #555;
	font-size: 12pt;
	height: 40px;
	margin: 3px 0;
	padding: 7px 11px; 
	width: 320px;
}

form button{
	background: url('/frontend/images/background-input.png') no-repeat;
	border: 1px solid #CCC;
	color: #1081c1;
	font-size: 12pt;
	font-weight: bold;
	left: 50%;
	margin: 0 0 0 -120px;
	padding: 7px 11px;
	position: absolute;
	text-transform: uppercase;
	top: 15px;
	width: 240px;
}

form button:hover {
	border: 1px solid #00C8FF;
	color: #00C8FF;
	cursor: pointer;
}

input.error, textarea.error{
	border: 1px solid #F86300;
}

.formDesc.error{
	color: #F86300;
}

.errorMessage {
	color: #F86300;
	font-size: 7pt;
	left: 210px;
	position: absolute;
	top: 0px;
}

.order {
	background: #FFF;
	background: url('/frontend/images/background-form.png');
	border: 1px solid #CCE;
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	height: auto;
	margin: 20px auto 0px auto;
	overflow: auto;
	padding: 20px;
	width: 560px;
}

.orderHead {
	border-bottom: 1px solid #CCE;
	color: #999;
	font-size: 10pt;
	padding: 0 0 10px 0;
}

.order div{
	float: left;
	margin: 10px 0 0 0;
}

.order .amount {
	text-align: center;
	width: 80px;
}

.order .title {
	width: 400px;
}

.order .price {
	text-align: left;
	width: 80px;
}

.orderHead div {
	margin: 0;
	text-align: left;
}

.order .total{
	border-top: 1px solid #CCE;
	margin: 20px 0 0 0;
}

.total .text{
	width: 480px;
}

.total .price{
	font-size: 12pt;
	font-weight: bold;
}

.clientData{
	background: url('/frontend/images/background-form.png');
	border-top: 0px;
	border: 1px solid #CCE;
	color: #555;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	margin: 0px auto 30px auto;
	overflow: auto;
	overflow: auto;
	padding: 20px;
	width: 560px;
}

.clientProperty{
	margin: 0 0 10px 0;
	overflow: auto;
	width: 100%;
}

.clientProperty .label{
	color: #999;
	float: left;
	font-size: 11pt;
	margin: 0 20px 0 0;
	padding: 6px 10px;
	text-align: right;
	width: 100px;
}

.clientProperty .value{
	float: left;
	font-size: 11pt;
	line-height: 150%;
	margin: 0 20px 0 0;
	padding:6px 10px;
	width: 200px;
	width: 300px;
}

a.formLink{
	background: url('/frontend/images/background-input.png') no-repeat;
	border: 1px solid #CCC;
	color: #1081c1;
	display: block;
	margin: 30px 0 0 0;
	padding: 8px 11px;
	text-align: center;
	text-decoration: none;
}

a.formLink:hover {
	color: #21B0E6;
	border: 1px solid #21B0E6;
	text-decoration: none;
}

form .payButton{
	background: url('/frontend/images/background-input.png') no-repeat;
	border: 1px solid #CCC;
	color: #1081c1;
	font-size: 12pt;
	font-weight: bold;
	left: 300px;
	margin: 0 0 0 0;
	padding: 7px 11px;
	position: absolute;
	text-transform: uppercase;
	top: 20px;
	width: 244px;
}

form .payButton:hover {
	border: 1px solid #00C8FF;
	color: #00C8FF;
	cursor: pointer;
}

#okMessageHeader{
	background: url('/frontend/images/50pctGreen.png');
	border: 1px solid #B3D07C;
	color: #537E09;
	display: none;
	font-size: 11pt;
	padding: 10px 15px;
}

#errorMessageHeader{
	background: url('/frontend/images/50pctRed.png');
	border: 1px solid #C00;
	color: #4e322f; 
	display: none;
	font-size: 11pt;
	padding: 10px 15px;
}

.orderMenu{
	background: url('/frontend/images/interface/bestel-home.png');
	cursor: pointer;
	height: 77px;
	left: 400px;
	position: absolute;
	top: 82px; 
	width: 108px;
	z-index: 100000;
}

.orderMenuHover{
	background: url('/frontend/images/interface/bestel-home-over.png');
	cursor: pointer;
	height: 77px;
	left: 400px;
	position: absolute;
	top: 82px; 
	width: 108px;
	z-index: 100000;
}

