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

* {
	padding:0;
}
	
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:white;
	background-image:url(images/bodybkg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	position:relative;
	text-align:center;
	}
	
a {
	text-decoration:underline;
	color:red;
	}	
	
a:hover {
	font-weight:bold;
	color:#FF0000;
	}
	
p {
	font-size:12px;
	padding:0;
	margin:0;
	line-height:150%;
	}

h2 {
	font-size:16px;
	}
	
h3 {
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
	padding-top:10px;
	}

li {
	list-style-type:none;
	font-size:12px;
		}

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	overflow:visible;
	width:1000px;
	}

#contentcontainer {
	width:1000px;
	background-image:url(images/containerbkg.jpg);
	background-repeat:repeat-y;
	padding:0 0 40px 20px;
	float:none;
	}
	
#header {
	background-image:url(images/headerbkg.jpg);
	width:1000px;
	height:94px;
	}
	
#logo {
	padding:25px 0 0 20px;
	float:left;
	position: relative;
	}
	
#adresse {
	color:#FFFFFF;
	position:relative;
	padding: 20px 0 0 20px;
	float: left;
	width: 300px;
	}

#adresse p {
	font-size:11px;
	}
	
#language {
	position: relative;
	float: right;
	font-weight:bold;
	font-style:italic;
	padding: 0 30px 0 0;
	}
	
#language ul li {
	display:inline;
	font-size:13px;
	padding-right:8px;
	}

#language a:active, a:selected {
	text-decoration: underline;
	}
	
#schmuckbild {
	border:6px solid white;
	width:948px;
	height:324px;
	}
	
#mainnav {
	width:960px;
	height:38px;
	background-color:#333333;
	margin-bottom:20px;
	}

#mainnav ul li {
	display:inline;
	margin-right:-5px;
	}
	
#mainnav ul {
	padding:7px 0 0 0;
	margin:0 0 0 9px;
	}

.boxcontainer {
	overflow:hidden;
}

.box {
	width:954px;
	background-color:white;
	border:3px solid #004AFF;
	border-bottom:none;
	overflow:hidden;

	}
	
.boxtitle {
	width:954px;
	background-color:#004AFF;
	height:25px;
	}

.boxtitle img {
	padding:1px 0 0 20px;
	}

.bildspalte {
	width:257px;
	text-align:center;
	padding-top:20px;
	float:left;
	}
	
	
.bildspalte_2 {
	width:490px;
	text-align:center;
	padding-top:20px;
	float:left;
	}
	
.bildspalte_3 {
	width:723px;
	text-align:center;
	padding-top:20px;
	float:left;
	}
	
.bildspalte_gallery {
	padding:20px 0 0px 23px;
	}	
	
	
.bildspalte_gallery img {
	margin-right:13px;
	border: none;
	}

.box img {
	padding-bottom:15px;
} 

.text_3sp {
	width:677px;
	margin-top:20px;
	padding-bottom:40px;
	margin-left: 257px;
	}
	
.text_2sp {
	width:444px;
	margin-top:20px;
	margin-left: 490px;
	padding-bottom:40px;
	}
	
.text_1sp {
	width:211px;
	margin-top:20px;
	padding-bottom:40px;
	margin-left:723px;
	}

.box ul li {
	list-style-type:circle;
	list-style-position:inside;
	padding-top:5px;
	}
	

.ankernav ul li {
	width:105px;
	height:20px;
	float:left;
	}
	

.ankernav {
	top:-27px;
	left:735px;
	position:relative;
	}
	
	
.ankernav li a{
	display:block;
	width:105px;
	height:20px;
}

.ankernav li.menu a {
	background-image:url(images/backbutton.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	background-color:#00CC00;
	
	}
	
.ankernav li.next {
}

.ankernav li.next a {
	background-image:url(images/nextbutton.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	}
	
	
.ankernav .menu a:hover {
	background-image:url(images/backbutton_hover.gif);
	background-repeat:no-repeat;
	}
	
.ankernav .next a:hover {
	background-image:url(images/nextbutton_hover.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	}

.ankernav ul li a span{
	display: none;
	}	
	
.boxcorner {
	background-image:url(images/boxcorner.jpg);
	width:960px;
	height:26px;
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
	}
	
#preise_div {
	width:444px;
	margin-top:20px;
	margin-left: 490px;
	padding-bottom:40px;
	}
	
#A_detail_tour_01, #A_detail_tour_02, #A_detail_tour_03 {
	clear: both;
	padding: 10px;
	visibility: hidden;
	height: auto;
	overflow: visible;
	position: absolute;
	z-index: 100;
	background: white;
	border: 5px solid #ebebeb;
}

.close {
	float: right;
	font-weight: bolder;
	color: red;
}

.more, li .more, li .more a, li .more a:hover {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline;
}
