
html,body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	
	background-color: #ededed;
	color: #888888;
	font-family: Arial, Helvetica, Sans;
	font-size: 13px;
	font-weight: normal;
}

p {
	padding-bottom: 10px;
	line-height: 18px;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	padding-bottom: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	padding-bottom: 10px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	padding-bottom: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	padding-bottom: 10px;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}

img {
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

.content_wrap img{
	margin-bottom: 10px;
}

.nomargin {
	padding-bottom:0;
}
   
.simple {
	padding-bottom:0;
}

.to_top{
	border: 0;
	padding: 5px 0 5px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* -------------------------------------------------- */
.centered {
	margin: auto;
	text-align: center;
}

.error {
	color: red;
	text-align: left;
	padding: 6px;
}

.form_error {
	color: red;
	font-size: 12px;
	font-style: italic;
}

/* ------------------|navigation-logo|---------------- */
#logo_wrap {
	text-align: left;
	border-bottom: 1px solid #999999;
}

#logo {
	display: inline;
}

/* ------------------|navigation|---------------- */
div.navigation {
	padding: 1px;
	border: 0;
	background-color: #222222;
}

div.navigation2 {
	padding-top: 12px;
	border: 0;
	padding: 1px;
}

div.subnavigation {
	padding: 12px 1px 1px 1px;
	border: 0;
	background-color: #666666;
}

.main_navigation_btn {
	display: none;
}

.main_navigation{
	margin-top: 10px;
}

.main_navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.main_navigation a {
	display: block;
	margin: 0 12px 12px 12px;
	line-height: 25px;
	text-decoration: none;

	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #5A5A5A;
}

.main_navigation a:hover {
	border-bottom: 1px solid #ffffff;
}

#sub_navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#sub_navigation a {
	display: block;
	margin: 0 12px 12px 12px;
	line-height: 25px;
	text-decoration: none;
	
	border-bottom: 1px solid #888888;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

#sub_navigation a:hover {
	border-bottom: 1px solid #ffffff;
}

/* ------------------|breadcrumb|--------------------- */

#breadcrumb_navigation {
	border: 0;
	padding: 12px 1px 1px 1px;
	
	background-color: #666666;
}

#breadcrumb_navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.breadcrumb {
	display: block;
	margin: 0 12px 12px 12px;
	line-height: 25px;
	text-decoration: none;
	
	border-bottom: 1px solid #888;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

.breadcrumb a{
	line-height: 25px;
	text-decoration: none;

	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.breadcrumb a:hover{
	text-decoration: underline;	
}

/* ------------------|boxes|--------------------- */
.box {
	margin: 5px;
	width: 300px;
	
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
}

.content_wrap{
	margin: 10px 10px 0 10px;
	border: 0;
}

/* ------------------|module: news|--------------------- */
.news_date{
	margin-bottom: 10px;
}

/* ------------------|module: video|--------------------- */
.video{
	margin-bottom: 10px;
}

/* ------------------|preloader|---------------- */

#preloader_outer {display: none; height: 100%; overflow: hidden; position: relative; width: 100%;}
#preloader_outer[id] {display: table; position: static;}

#preloader_middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#preloader_middle[id] {display: table-cell; vertical-align: middle; position: static;}

#preloader_inner {position: relative; top: -50%; text-align: left;} /* for explorer only */
#preloader_inner {width: 200px; margin-left: auto; margin-right: auto;} /* for all browsers*/
