body#main_body {
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
	background : url(resources/wallpaper.jpg);
}

/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0 0 0px 0;
	margin: 0 auto;
	text-align: left;
	width: 975px;
}

#header	{
	/*position: relative;*/
	padding: 0;
	margin: 10px 0 0 0;
	width: 975px;
	/*background : url(resources/contentbg.png);*/
	/*height:179px;*/
	/*top: 10px;
	left: 0px;*/
}

#main_container {
	padding: 0 20px 0 20px;
	margin: 0px 0px 0px 0px;
	background-color: #ECECEC;
	border:4px solid;
	border-color: #AA8000;
}
.top_content {
	padding: 0;
	margin: 0px 0 0 0;
	height: 15px;
	width: 975px;
	background: url(resources/contentbg_top.png) top center no-repeat;
}

.bottom_content {
	padding: 0;
	margin: 0px 0 0 0;
	height: 15px;
	width: 975px;
	background : url(resources/contentbg_bottom.png) bottom center no-repeat;
}
.space {
	padding: 0;
	margin: 0;
	height: 10px;
	width: 975px;
}
#layout_table {
	border-collapse: collapse;
}

#sub_nav_column {
	vertical-align: top;
}

#content_column {
	vertical-align: top;
}

#left_column_container {
	margin: 0 0px 0 0px;
	padding: 0;
	/*width: 200px;*/
	float: right;
}

#sub_container1 {
	margin: 0 0 0 0px;
	padding: 0;
}

#sub_container2 {
	margin: 0px 0px 0 0;
	padding: 30px 0px 30px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	min-width:500px;
}

#content_container {
    overflow: hidden;
	margin: 0px 0px 0px 0;
	padding: 0;
	width: 940px;
}
.table_top {
	margin: 0 0 0 0px;
	padding: 0;
	height: 33px;
}
/*--- key visual -----------------------------------------------------------*/

#key_visual {
	/*clear: both;*/
	/*position: relative;
	top: 0px;
	left: 0px;*/
    background-repeat: no-repeat;
	width: 967px;
	height: 273px;
	border:4px solid;
  background: url(resources/header_1.jpg) no-repeat;
	border-color: #AA8000;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 346px;
	height: 68px;
	/*position: relative;
	top: 13px;
	left: 0px;*/
	float: left;
	margin-top:13px;
	background: url(resources/logo.png) no-repeat;
}
div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/*--- main navigation ------------------------------------------------------*/
#nav_container {
	display: block;
	height: 75px;
}

#main_nav_container {
	z-index: 1;
	/*position: relative;
	top: 0px;
	left: 0px;*/
	line-height: 0;
	padding: 30px 0px 0 0px;
	margin: 10px 0 0 0;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	//background: url(resources/navibg.png) no-repeat;
	height: 47px;
	float: right;
}

#main_nav_list {
	margin: 17px;
	padding: 0;
	list-style-type: none;
}

#main_nav_list li {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
	border-right: 1px solid #BEBEBE;
}

#main_nav_list li:last-child {
	border-right: 0px;
}
/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	overflow: hidden;
	margin: 0;
    padding: 0px 20px 0px 13px;
    display: block;
    float: left;
	line-height: 24px;
	text-align: center;
	height: 24px;	
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body #main_nav_list a {
	height: 24px;
} 

a.main_nav_item { 
	font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
  color: #EEEEEE;
	text-shadow: 1px 1px 1px #000000;
}

a.main_nav_item:hover {	
	text-decoration: none;
  color: #FFFFFF;	
}

a.main_nav_active_item { 
	font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
  color: #EEEEEE;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	/*position: relative;
	top: 5px;
	left: 0px;*/
	line-height: 0;	
	padding: 0 0px 0 0px;
	margin: 0px 0 0px 0;
	overflow: hidden;
	/*width: 909px;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	/*height:22px;*/
	text-align: center;
	background : url(resources/submenubg.gif) top center no-repeat;
}

html>body .sub_nav_container {
	/*width: 909px;*/
} 

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	overflow: hidden;
	margin: 0;
    padding: 0px 40px 0px 13px;
    display: block;
    float: left;
	line-height: 32px;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 32px;
}

html>body .sub_nav_list a {
	height: 32px;
} 

a.sub_nav_item {
	font-family: Georgia,"Times New Roman",Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.sub_nav_item:hover {
	font-family: Georgia,"Times New Roman",Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.sub_nav_active_item {
	font-family: Georgia,"Times New Roman",Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	/*width: 969px;*/
	/*height: 21px;*/
	clear: both;
	text-align: center;
	background: url(resources/footer.png) top center no-repeat;
}

#footer_text {
	font-family: Georgia,"Times New Roman",Times, serif;	
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;	
	padding: 15px 53px 15px 53px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#footer_text a {
	text-decoration: underline;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content, .content p, .content table, .content select, .content input, .content textarea {
	font-family: Roboto, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #262626;
	padding: 0 20px;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
	text-shadow: 1px 1px 1px #000000;
  font-family: 'Roboto', Verdana, sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #DAA503;
}

.content h2 {
	text-shadow: 1px 1px 1px #000000;
  font-family: 'Roboto', Verdana, sans-serif;
	color: #DAA503;
	font-weight: 300;
	font-size: 20px;
	font-style: normal;
	text-decoration: none;	
}

.content h3 {
	text-shadow: 1px 1px 1px #000000;
  font-family: 'Roboto', Verdana, sans-serif;
	color: #DAA503;
	font-weight: 300;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;	
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
	font-family: Roboto, Geneva, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.content a:visited {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.content a:hover {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.content a:active {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/
#article_table {
	background: url(resources/box_white.png) no-repeat;
	background-size: 780px 170px;
	width: 785px;
	height: 170px;
}

.tableheader {
	text-shadow: 1px 1px 1px #000000;
  font-family: 'Roboto', Verdana, sans-serif;
	color: #DAA503;
	font-weight: 300;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;	
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

.content formline {
	padding: 0;
	margin: 5px 0px;
}

.content input {
	border-style: solid;
	border-width: 1px;
}

.content textarea {
	border-style: solid;
	border-width: 1px;
}
.content #submit {
	padding: 2px 5px 2px 5px;
}
.content label { 
  float: left;
  width: 100px;
  display: block;
  color: #A87F00;
  padding: 5px 0px 2px;
  font-weight: bold;
}

.content label.optional { 
  font-weight: normal;
}

.content input[type=text] {
  width: 400px;
  padding: 5px;
  border: 1px solid #ddd;
}

.content textarea {
  width: 400px;
  height: 150px;
  padding: 5px;
  border: 1px solid #ddd;
  resize: vertical;
  min-height: 150px;
  max-height: 300px;
}

input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
textarea:hover, textarea:active, textarea:focus {
  border: 1px solid #bbb;
}


input[type=submit] {
  padding: 3px 8px;
  margin: 0px 0px 0px 100px;
  border: 0px;
  text-decoration: none;
  cursor:pointer;
}

.content select { 
}

.content option { 
}

/*--- lists ----------------------------------------------------------------*/

.content ol { 
}

.content ul {
	margin-left: 15px;
}

.content li { 
	list-style-image: url(resources/haken.png);
	padding-bottom: 7px;
}

/*--------------------------------------------------------------------------*/

#prices_container {
	width: 950px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}

.price_img_container {
	width: 217px;
	height: 337px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background: url(resources/box_gold.png) no-repeat; 
}

.price_spacer {
	width: 210px;
	height: 4px;
	background: url(resources/spacer_gold.png) no-repeat; 
	margin: 0 0 0 -3px;
	padding-bottom: 4px;
}

.price_txt_container {
	margin: 10px 10px 0 5px;
	color: #FFFFFF;
}

.price_txt_container ul{
	margin: 0;
	padding: 0;
}
.price_txt_container li{
	list-style: none;
	margin: 0;
}
li.price_big {
	color: #FCF1C5;
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	font-size: 52px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	line-height: 45px;
}

li.price_small {
	color: #FCF1C5;
	font-family: Arial, sans-serif;
	font-size: 15px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}

li.price_tiny {
	color: #FCF1C5;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}

img.pictures {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	border:3px solid;
	border-color: #AA8000;
	box-shadow: 5px 5px 5px #888888;
}
