@charset "utf-8";
/* CSS Document */

body {
	background-color: #140C07;
	background-image: url(images/main-background.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:0px;
}
p{
	padding-right:10px;
}
.Link {
	color: #CC6600;
	text-decoration: none;
}
.Link:hover {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.SmallText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.Field {
	width: 260px;
	font-family: Tahoma;
	font-size: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFDDBB;
	border-right-color: #FFDDBB;
	border-bottom-color: #FF9900;
	border-left-color: #FFDDBB;
	vertical-align: middle;
	height: 18px;
	display: block;
	margin-top: 2px;
	margin-bottom: 8px;
	background-color: #FFF9F2;
}
input.Field:focus {
	background-color: #FFFFFF;
}
input.Button {
	width: 100%;
}
h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-right: 12px;
	color: #4F3500;
}
h2.paket {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-right: 12px;
	color: #4F3500;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-right: 12px;
	color: #3C2800;
}
h4 {
	font-size: 13px;
}
.InfoMessage {
	background-color: #FAFFE8;
	display: block;
	border: 2px solid #339900;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	font-weight: bold;
	color: #336600;
}
.ErrorMessage {
	background-color: #FFE8E8;
	display: block;
	border: 2px solid #CC3300;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
	font-weight: bold;
	color: #CC3300;
}
.Separator {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	width: 100%;
}
.Clearing {
	overflow: hidden;
	clear: both;
	width: 100%;
	height: 0;
}
.RootContainer {
	width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFE4A6;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFE4A6;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFE4A6;		
}
.SideContainerTable {
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFE4A6;
	background-color: #D47228;
	width: 230px;
	background-image: url(images/main-logo.png);
	background-position: 7px 0px;
	background-repeat: repeat-x;
}
.SideContainer {
	margin-top: 190px;
}
.SideNav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC99;
	margin-bottom: 70px;
}
.SideNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.SideNav ul li {
	margin: 0px;
	padding: 0px;
}
.SideNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	text-transform: uppercase;
}
.SideNav ul li a:hover {
	color: #FFFF00;
	background-image: url(images/nav-arrow.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	background-color: #CC6600;
}
.SideNav ul li.current,
.SideNav ul li.current a,
.SideNav ul li.current a:hover {
	background-color: #FF9900;
	background-image: none;
	color: #FFFF00;
	background-image: url(images/nav-arrow.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	
}
.TopContainer {
	background-color: #FFFFFF;
	height: 240px;
	margin-bottom: 0px;
}
.TopImageMain {
	background-color: #FFFFFF;
	width: 432px;
	height: 100%;
	margin-right: 2px;
	float: left;
}
.TopImageSide {
	background-color: #FFFFFF;
	width: 230px;
	height: 282px;
	float: right;
	position: relative;
	background-image: url(images/main-top-trophy.jpg);
}
.HeaderLangContainer{
	top: 185px;
	width: 180px;
	height: 50px;
	margin: auto;
	position: relative;
}
.HeaderLangContainer img{
	padding: 4px;
	margin-right: 14px;
	margin-left: 14px;
	border: 1px solid #FFE4A6;
	background-color: #EAA400;
}
.HeaderLangContainer img:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

.ContentContainer {
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;	
	
}
.FloatImageLeft, 
.FloatImageLeftLink {
	float: left;
	margin-right: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #996600;
	padding: 3px;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	opacity: 0.99;
	background:#FFF;

}
.FloatImageLeftLink:hover {
	border: 1px solid #FF9900;
	padding: 3px;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
	background-color: #FFE4A6;
}
.FloatImageRight {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.FloatImageLeftReference {
	float: left;
	margin-right: 13px;
	margin-top: 7px;
	margin-bottom: 7px;
	border: 1px solid #996600;
	padding: 3px;
	height: 76px;
	width: 130px;
}
.FloatImageLeftReference img{
	margin: auto;
	display: block;

}
.Footer {
	height: 40px;
	width: 912px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 8px;
	font-size: 11px;
}
.Footer a{
	color: #FFE4A6;
	text-decoration: none;
	font-weight: bold;
}
.Footer a:hover{
	color: #FFE4A6;
	text-decoration: underline;
}
.PackContainer {
	float: left;
	width: 574px;
	border: 1px solid #996600;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	z-index: 50;
	position: relative;
}
.PackSelectorImage{
	float: left;
	margin-right: 13px;
	margin-top: 5px;
	margin-bottom: 3px;
	border: 1px solid #996600;
	padding: 3px;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	opacity: 0.99;
	z-index: 100;
	position: relative;
	
}
.PackSelectorImage:hover {
	border: 1px solid #FF9900;
	padding: 3px;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
	background-color: #FFE4A6;
}
.PackSelectorImageCurrent{
	float: left;
	margin-right: 13px;
	margin-top: 17px;
	margin-bottom: -1px;
	padding: 3px;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	opacity: 0.99;
	z-index: 999;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #996600;
	border-right-color: #996600;
	border-bottom-color: #FFF;
	border-left-color: #996600;
	position: relative;
}
.PackPrice{
	font-size: 16px;
	font-weight: bold;	
}
dl dd {
	margin-left: 20px;	
	
}
.InfoBox {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
	margin-right: 12px;
	margin-left: auto;
	margin-bottom: 14px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 65px;
	background-image: url(images/important.png) !important;
	background-image: url(images/important.gif);
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
	background-position: 15px 11px;
	line-height: 20px;
}

.NewsBox {
	font-family: Arial;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
	background-color: #F90;
	margin-right: 12px;
	margin-left: auto;
	margin-bottom: 14px;
	text-align: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	border: 2px solid #C60;
}
.NewsBox.Yellow {
	color: #000;
	background-color: #FFFF66;
	border: 2px solid #FFCC00;
}
.NewsBox.White {
	color: #000;
	background-color: #FFF;
	border: 2px solid #FFCC00;
	font-size: 17px;	
}
.NewsBox .novo{
	position:relative;
	top:-4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #C60;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: left;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border: 1px solid #900;
	text-transform: uppercase;
}
.NewsBox .text {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	background-color: #F90;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	text-align: left;

}

.NewsBox a{
	color: #960;	
}
.NewsBox a:hover{
	color: #000;	
}

.GalleryImageLink {
	float: left;
	border: 1px solid #996600;
	padding: 3px;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	opacity: 0.99;
	background:#FFF;

}
.GalleryImageLink:hover {
	border: 1px solid #FF9900;
	padding: 3px;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
	background-color: #FFE4A6;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
.GalleryRow table{
	background-color: #FFF6E8;
	padding: 10px;	
}
.GalleryRow table:hover{
	background-color: #FFF4C7;
}
.Button {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left:0px;
	margin-right:5px;
	background-color: #F60;
	border:#FFF solid 1px;
	color: #FFF;
	font-size: 13px;
	background-clip: padding-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:0px 0px 7px #000;
	-moz-box-shadow:0px 0px 7px #000;
	box-shadow:0px 0px 7px #000;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
.Button:hover{
	background-color: #369;
	color:#FFF;
	-webkit-box-shadow:0px 0px 1px #000;
	-moz-box-shadow:0px 0px 1px #000;
	box-shadow:0px 0px 1px #000;
	
}
.Button.Special{
	background-image: url(images/button-bg-star.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left: 26px;
	
}
.honeypot{
	display:none;
}
.ImageWithBorder{
	float: left;
	border: 1px solid #996600;
	padding: 3px;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	opacity: 0.99;
	background:#FFF;
	margin-bottom:10px;
	margin-right:10px;
}