

@import url("/inc/css/reset.css");
@import url("/inc/css/custom.css");
@import url("/inc/modules/gallery/types/colorbox/colorbox.css");
@import url("/inc/modules/gallery/types/colorbox/colorbox-custom.css");
@import url("/inc/modules/news/news.css");

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;	
}

body {

	background-image: url(/gfx/template/bg.jpg);
	background-position: left top;
	background-color: #e4e9ed;
}

body, div, p, td, th, h1, h2, h3, h4, h5, li, input, select, textarea {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4;
}

h1, h1 span  {
	font-size: 18px;
	font-weight: normal;
	color: #e6be79;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
}

h2, h2 span  {
	font-size: 13px; font-style:italic;
	font-weight: normal;
	color: #ed1c24;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
}

h3, h3 span  {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	margin: 0;
}

form { margin: 0; }

a, a:active, a:link, a:visited {
	color: #85b0d2;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

input, select, textarea {
	
	color: #000000;
}


#template_outer {
	width: 100%;
	height: 600px;
}

#outer_bgLeft {

	background-image: url(/gfx/template/leftbg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
	vertical-align: top;
}

#outer_bgLeft_img {

	width: 100%;
	height: 100%;

}

#outer_center {

	background-image: url(/gfx/template/outercenterbg.jpg);
	width: 800px;
	vertical-align: top;
		
}

#template_inner {
	width: 800px;
	height: 600px;
}

#inner_top {
	
	background: url(/gfx/template/top.jpg) top left no-repeat;	
	width: 800px;
	height: 253px;
	
}

#inner_top_container {
	width: 800px;
	height: 253px;
	position: relative;
	z-index: 100;
}

#inner_main {
	
	background-image: url(/gfx/template/content.jpg);
	background-position: 0px 253px;
	background-repeat: no-repeat;	
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 100%;
	min-height: 600px;
	z-index: 99;
	
}

#cols {
	width: 800px;
}

#inner_cols {
	min-height: 315px;
	
	background-image: url(/gfx/template/content.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;		
	background-color: #fff;
}

#inner_col2 {
	width: 800px;
	vertical-align: top;
}

#inner_col2_container {
	width: 800px;
	position: relative;
}


#holder_content {
		
	margin: 20px 20px 0 20px;
}

#inner_bottom {

	background-image: url(/gfx/template/bund.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;	
	height: 54px;
	width: 800px;

}
#inner_bottom_container {

	height: 54px;
	width: 800px;
	position: relative;	
	
}


#outer_bgRight {

	background-image: url(/gfx/template/rightbg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	vertical-align: top;
}

#outer_bgRight_img {

	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;

}


p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}


div#status {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	border: 1px solid #afafaf;
	background-color: #fffedc;
	color: #707070;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	z-index: 101;
	display: none;
	padding: 5px 0 0 0;
	text-align: center;
}

div#status.attention {
	border: 1px solid #ca4016;
	background-color: #f0582a;
	color: #fff;
}

img {
	border: none;
}

.menu_top {
	position: absolute;
	width: auto;
	height: auto;
	z-index:5000;
	top: 218px;
	left: 20px;

}

.menu_subs {
	position: absolute;
	width: 160px;
	height: auto;
	top: 10px;
	right: 20px;

}


/* Forms */
fieldset {  
margin: 0;  
padding: 0;
border: none;  
}

legend {  

color: #000000;  
font-weight: bold;
}

fieldset p {  

}

fieldset ol {  

list-style: none;
}

fieldset li {  
padding-bottom: 2px;
}

fieldset.submit {  
border-style: none;
}

label {  
float: left;  
width: 50px;  
margin-right: 10px;  
text-align: right;
}

.fieldset label {  
margin-right: 1em;  
text-align:center;
width: 150px;  
}

fieldset ol input.text, fieldset ol textarea {  
	width: 200px;
}


#flash_rotate {
	position: absolute;
	bottom: 25px;
	left: 315px;
}

#flash_top {
	margin-bottom: 2px;
}

#print {
	display: none;
}

#img_print {
	display: none;
}

ul#sitemap {
}


td { vertical-align: top; }

div.menu_top {
}

ol.dropdown,
ol.dropdown li,
ol.dropdown li ol {
 list-style: none;
 margin: 0;
 padding: 0;
}

ol.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ol.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ol.dropdown li.hover,
ol.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ol.dropdown ol {
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ol.dropdown ol li {
 float: none;
}

ol.dropdown ol ol {
 top: 1px;
 left: 99%;
}

ol.dropdown li:hover > ol {
 display: none;
}



/* CUSTOM */
 
ol.dropdown {
	
	padding: 0 0 0 0;
}

ol.dropdown li {
	cursor: pointer;
	text-align: center;
	padding: 10px 30px 10px 0px;
	color: #fff;
	font-size: 12px;	 
	font-family: arial;
	font-weight: bold;
	
}

ol.dropdown li:hover {
	cursor: pointer;
	
}

ol.dropdown a,
ol.dropdown a:link,
ol.dropdown a:active,
ol.dropdown a:visited,	
ol.dropdown a:hover	
{ 
	
	font-weight: bold;
	text-decoration: none; 
	color: #fff; 
}

ol.dropdown a.over, 
ol.dropdown a:hover
{ 
	
	font-weight: bold;	
	color: #52462b; 
}


ol.dropdown li.active {
	
}

ol.dropdown li.active a,
ol.dropdown li.active a:link,
ol.dropdown li.active a:active,
ol.dropdown li.active a:visited,
ol.dropdown li.active a:hover
{ 
	
	font-weight: bold;
	color: #52462b; 
}


/* -- sub sub level mark -- */

ol.dropdown ol {
	width: 150px;
}

/* custom subs */
ol.dropdown ol {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
}


ol.dropdown ol li {
	width: 150px;
	cursor: pointer;
	text-align: left;
	padding: 10px 0px 10px 10px;
	color: #fff;
	font-size: 13px;	 
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	
	background: #000;
}

ol.dropdown ol li:hover {
	cursor: pointer;
	
	background: #666;
}

ol.dropdown ol a,
ol.dropdown ol a:link,
ol.dropdown ol a:active,
ol.dropdown ol a:visited,	
ol.dropdown ol a:hover,
ol.dropdown li.active ol a,
ol.dropdown li.active ol a:link,
ol.dropdown li.active ol a:active,
ol.dropdown li.active ol a:visited,
ol.dropdown li.active ol a:hover	
{ 
	
	font-weight: normal;
	text-decoration: none; 
	color: #fff; 
}

ol.dropdown ol a.over, 
ol.dropdown ol a:hover,
ol.dropdown li.active ol a.over,
ol.dropdown li.active ol a:hover
{ 
	color: #ddc7c0; 
}


ol.dropdown ol li.active {
	
	background: #333;
}

ol.dropdown ol li.active a,
ol.dropdown ol li.active a:link,
ol.dropdown ol li.active a:active,
ol.dropdown ol li.active a:visited,
ol.dropdown ol li.active a:hover
{ 
	color: #F15A2A; 
}
