/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}
body {font-size:100%;line-height:1.125em; /* 16×1.125=18 */}


body {
	margin:0;
	padding:0;
	background: #241913 url('/images/bg.jpg') repeat;
	height: 100%;
	text-align: center;
}
body, td {
	font-size: 13px;
	color: #F1F0F1;
	line-height: 20px;
	font-family: optima, arial, verdana, georgia, serif;
	letter-spacing: 0.3px;
}

#page {	
	margin: auto;
	width: 905px;
	height: 100%;
}
#container {
	background: #241913 url('/images/pagebg.jpg') no-repeat;
	width: 905px;
	min-height: 813px;
}

/********* REPEAT *********************************************/
#repeat {
	float: left;
	background: url('/images/repeat.png') repeat-y;
	position: relative;
	left: 30px;
	width: 475px;
}


/********* TOP *********************************************/
#top {
	background: #241913 url('/images/top.jpg') no-repeat;
	width: 465px;
	height: 153px;
}
/*body#german #top { background: url('/images/toptysk.jpg') no-repeat; }*/

#top p {
	position: relative;
	top: 92px;
	font-size: 18px;
	padding: 0 50px;
}
body#german #top p { padding: 0 10px; }

/********* CONTENT *********************************************/
#contentbg {
	margin: 0;
	padding: 0;
	background: url('/images/content.jpg') 0 154px no-repeat;
	margin-left: 4px;
}
#content {
	text-align: left;
	padding-bottom: 20px;
	width: 465px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	position: relative;
}
body.wide #content { width: 715px; }
#leftcontent {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	min-height: 600px;
}
#rightcontent {
	float: right;
	display: inline;
	position: relative;
	top: 30px;
	left: 0;
	width: 200px;
	margin-left: -20px;
}


/********* FOOTER *********************************************/
#footer {
	clear: both;
	width: 465px;
	height: 62px;
	/*background: url('/images/footer.jpg') no-repeat;*/
	text-align: center;
	background-color: #392a22;
	position: relative;
}
#footer ul { padding-left: 8px; padding-top: 8px; margin: 0; }
#footer li { display: inline; margin: 0;}
#footer a { color: #fff; }
#footer a:hover { color: #FF0B14; }
#footer span { color: #FF0B14; }
#footer .dot { color: #FF0B14; font-size: 8px; line-height: 8px; }
#footer #last-line .dot { padding: 0 10px; }
#to-top { position: absolute; top: -30px; left: 215px; }

/********* MENU *********************************************/
#menubg {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	left: 0px;
	top: 140px;
	width: 220px;
}
#menu { 
	position: relative;
	top: 33px;
	text-align: right;
}
#menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	position:relative;
	zoom:1;
	z-index:10;
	width:210px;
	list-style:none;
}
#menu li { 
	line-height: 30px;
	margin-bottom: 1px;
}
#menu a {
	font-size: 16px;
	text-decoration: none;
	color: #F1F0F1;
}
#menu a:hover, #menu a:focus, #menu li.current > a { color: #FF0000; }


/********* Dropdown menu *********************************************/
#menu a, #menu li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;
}
#menu ul ul a, #menu ul ul li { float:none; }
#menu ul li { z-index:auto; }
#menu ul ul {
	left:-10000px;
	position:absolute;
	z-index:10;
}
#menu ul ul li {
	margin-left: 10px;
	background-color: #3C2922;
}

#menu ul li a { float:none }
#menu ul li:hover>ul{ left:auto; }
#menu ul li {
	float:none;
}
#menu ul li:hover>ul{
	top:0px;
	left:100%;
}
#menu ul ul a {	
	padding: 0 10px 0 0;
	color:#CCCCCC;
}
#menu ul ul a:hover	{	
	background-color: #241913;
}
#menu .haschildren > a {
	background: url(images/menu-arrow.png) right 11px no-repeat;
	padding-right: 15px;
}
#menu .haschildren > a:hover, #menu .haschildren.current > a {
	background-position: right -21px;
	padding-right: 15px;
}


/********* OTHER *********************************************/

img { border: 0; }

a 		{ color: #71C8EB; font-size: 13px; text-decoration: none; }
a:link 				{ color: #71C8EB; }
a:visited 			{ color: #71C8EB; }
a:hover 			{ color: #71C8EB; }
a:active 			{ color: #71C8EB; }
a:active, a:focus 	{ outline:none; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
}
 
h1 {
	font-size: 23px;
	line-height: 25px; }
 
h2 {
	font-size: 21px;
	line-height: 24px; }
 
h3 {
	font-size: 19px;
	line-height: 22px; }
 
h4 {
	font-size: 17px;
	line-height: 20px; }
 
h5 {
	font-size: 15px;
	line-height: 18px; }
 
h6 {
	font-size: 12px;
	line-height: 15px; }
	
p  { padding-top: 0; margin-top: 0; }

/********* GALLERY *********************************************/

#gallery, #gallery-list {
	width: 465px;
	border-collapse: collapse;
}
#gallery-list {
	margin: 30px 0;
}
#gallery td, #gallery-list td {
	text-align: center;
	width: 150px;
}
#gallery-list td { padding: 10px; }

#gallery img { width: 465px; }

#gallery a, #gallery-list a 				{ color: #F2F0F1; }
#gallery a:hover, #gallery-list a:hover 	{ color: #FF0000; }

#gallery .imgName {
	margin-top: 8px;
	margin-bottom: 22px;
	text-align: left;
	padding-left: 33px;
	color: #F2F0F1;
}

#gallery .galleryNav td {
	text-align: left;
	padding: 15px 15px 20px 15px;
}

/*=========================*/
/********* Newsletter *********************************************/
#newsletter {
	margin: 30px;
}
#newsletter-form label {
	display: block;
	float: left;
	width: 50px;
}
#newsletter-form input {
	border: 0;
	padding: 3px;
	margin-bottom: 5px;
}
#newsletter-form input[type="text"] { width: 340px; }
#newsletter-form input[type="submit"] {
	cursor: pointer;
	position: relative;
	left: 50px;
}
#newsletter-form input[type="submit"]:hover {
	background-color: #999;
}



