input[type="file"] {
    display: none;
}
.inputfile {
	background-color: #ed5642;
    display: inline-block;
    cursor: pointer;
	width: 30%;
	height: 30px;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 4px;
}

* {
	outline: none !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	margin: 0px;
	padding: 0px;
/* 	background-image: url('../pics/background/bg_body.jpg'); */
/* 	background-repeat: repeat-x; */
/* 	font-family: Verdana, Arial; */
	font-family: 'Titillium-Light';
	font-size: 1em;
    background-color: #ed5642;
}
/* ed5642 */

/*
	../fonts/TitilliumWeb-Bold.eot# <- Raute wg IE8
*/
@font-face {
	font-family: 'Titillium-Bold';
	src: url("../fonts/TitilliumWeb-Bold.eot#") format("embedded-opentype"), url("../fonts/TitilliumWeb-Bold.woff") format("woff"), url("../fonts/TitilliumWeb-Bold.ttf") format("truetype"), url("../fonts/TitilliumWeb-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium-ExtraLight';
	src: url("../fonts/TitilliumWeb-ExtraLight.eot#") format("embedded-opentype"), url("../fonts/TitilliumWeb-ExtraLight.woff") format("woff"), url("../fonts/TitilliumWeb-ExtraLight.ttf") format("truetype"), url("../fonts/TitilliumWeb-ExtraLight.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Titillium-Light';
	src: url("../fonts/TitilliumWeb-Light.eot#") format("embedded-opentype"), url("../fonts/TitilliumWeb-Light.woff") format("woff"), url("../fonts/TitilliumWeb-Light.ttf") format("truetype"), url("../fonts/TitilliumWeb-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

img {
	border: 0px;
}

ul, li {
	margin: 0;
	padding: 0;
}
ul {
	margin-left: 20px;
}

/*.content ul {
	list-style: none;
	padding: 0;
  	margin: 0;
}
.content li {
	padding-left: 1.3em;
}
.content li:before {
	content: "\f061";
	font-family: FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #ed5642;
}*/

hr {
	border-top: 1px solid #eeeeee;
	border-bottom: 0px dashed #FFFFFF;
	border-left: 0px dashed #FFFFFF;
	border-right: 0px dashed #FFFFFF;
}

form {margin: 0px; display: inline;}

h1, h2, h3, h4, h5, h6 {
	color: #ed5642;
	margin: 0px 0px 10px 0px;
}


/* h1:after {
	background: #ed5642;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
} */


h2 {

}



/*
	Layout
*/

/* Logo */
#logo {
	position: absolute; 
	z-index: 3;
	top: 20px;
    margin-left: 20px;
	/* max-width: 287px; */
	transition: all 0.5s linear;
}
#logo img {
	width: 100%;
}

/* Main Frame */
.main_frame {
	margin: 0 auto;
/* 	margin: 10px; */
	background-color: #fff;

	/* box-shadow: 0.0em 0.0em 7.0em #ed5642; */
	/* box-shadow: -7px 0px 10px 0px #777, 7px 0px 10px 0px #777; */
    /* box-shadow: 0 9px 0px 0px #fff, 0 -9px 0px 0px #eee, 12px 0 15px -4px #777, -12px 0 15px -4px #777; */

}

.content {
/* 	position: relative; */
/* 	z-index: 1; */
/* 	color: #000000; */
	/* padding-right: 20px; */
    margin-bottom: 50px;
    text-align: justify;
}

.content input {
	width: 100%;
}

.content input[type="checkbox"], .content input[type="radio"] {
	width: 20px;
}

.content textarea {
	width: 100%;
	height: 100px;
}

.content input[type="submit"], .content input[type="reset"] {
	width: 30%;
	height: 30px;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	background: #ed5642;
	background-repeat: repeat-x;
/*	background-image: -webkit-gradient(linear, left top, left bottom, from(#E52323), to(#ed5642));
	background-image: -webkit-linear-gradient(top, #E52323, #ed5642);
	background-image: -moz-linear-gradient(top, #E52323, #ed5642);
	background-image: -ms-linear-gradient(top, #E52323, #ed5642);
	background-image: -o-linear-gradient(top, #E52323, #ed5642);
	background-image: linear-gradient(top, #E52323, #ed5642);*/
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}



.span {
	width: 100%;
	float: left;
	padding: 40px;
/*	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;*/
}

.col25 {
	width: 25%;
}
.col33 {
	width: 33.33%;
}
.col50 {
	width: 50%;
}
.col66 {
	width: 66.66%;
}
.col75 {
	width: 75%;
}
.col100 {
	width: 100%;
}


.gallery-image {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}




.clear {
	clear: both;
	height: 0px;
}

.gallery-clear {
	clear: both;
	height: 0px;
}

/*.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clear {
    display: inline-block;
}
html[xmlns] .clear {
    display: block;
}
* html .clear {
    height: 1%;
}*/





.submit {height: 35px; font-size: 13px; font-weight: bold;}



/*.menu a  {font-weight: bold; color: #ed5642; text-decoration: none;}
.menu a:link    {font-weight: bold; color: #ed5642; text-decoration: none;}
.menu a:visited {font-weight: bold; color: #ed5642; text-decoration: none;}
.menu a:hover   {font-weight: bold; color: #000; text-decoration: overline;}
.menu a:active  {font-weight: bold; color: #ed5642; text-decoration: none;}
.menu a:focus   {font-weight: bold; color: #ed5642; text-decoration: none;}
.menu_a_marker   {font-weight: bold; color: #ed5642; text-decoration: overline;}*/


.box {
	border: 1px solid #0f507f;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #777;
	padding: 0px 5px 5px 5px;
	background-color: #efefef;
	behavior: url(./css/PIE.htc);
}




.top_main_img {margin: 0px 0px 5px 0px;
				background-color: #edf9fe;
				border: 2px solid #a8b9d0;
				padding: 2px 0px 2px 0px;
				height: 28px;
}



.sk td {
	border-bottom: 1px solid #eee;
}

.sk tr:hover {
	background-color: #eee;
}


a:link    {font-weight: normal; color: #ed5642; text-decoration: none;}
a:visited {font-weight: normal; color: #ed5642; text-decoration: none;}
a:hover   {font-weight: normal; color: #ed5642; text-decoration: underline;}
a:focus   {font-weight: normal; color: #ed5642; text-decoration: none;}
a:active  {font-weight: normal; color: #ed5642; text-decoration: none;}


/* #submenu a  {font-size: 18px;} */
#submenu a:link    {font-weight: normal; color: #ed5642; text-decoration: none;}
#submenu a:visited {font-weight: normal; color: #ed5642; text-decoration: none;}
#submenu a:hover   {font-weight: bold; color: #ed5642; text-decoration: none;}
#submenu a:focus   {font-weight: bold; color: #ed5642; text-decoration: none;}
#submenu a:active  {font-weight: bold; color: #ed5642; text-decoration: none;}

#submenu a.im_here:link    {font-weight: bold; color: #ed5642; text-decoration: none;}
#submenu a.im_here:visited {font-weight: bold; color: #ed5642; text-decoration: none;}
#submenu a.im_here:hover   {font-weight: bold; color: #ed5642; text-decoration: none;}
#submenu a.im_here:focus   {font-weight: bold; color: #ed5642; text-decoration: none;}
#submenu a.im_here:active  {font-weight: bold; color: #ed5642; text-decoration: none;}



.submenu-texts {
	display: none;
}

/*.main_level a:link    {font-weight: normal; color: #FFFFFF; text-decoration: none;}
.main_level a:visited {font-weight: normal; color: #FFFFFF; text-decoration: none;}
.main_level a:hover   {font-weight: normal; color: #FFFFFF; text-decoration: none;}
.main_level a:active  {font-weight: normal; color: #FFFFFF; text-decoration: none;}
.main_level a:focus   {font-weight: normal; color: #FFFFFF; text-decoration: none;}


.sub_level a:link    {font-weight: normal; color: #FFFFFF; text-decoration: none;}
.sub_level a:visited {font-weight: normal; color: #FFFFFF; text-decoration: none;}
.sub_level a:hover   {font-weight: normal; color: #FFFFFF; text-decoration: none;}
.sub_level a:active  {font-weight: normal; color: #FFFFFF; text-decoration: none;}
.sub_level a:focus   {font-weight: normal; color: #FFFFFF; text-decoration: none;}*/


#sitemap-wrapper {background-color: #555; width: 100%;}

#sitemap {font-size: 0.8em; color: #eee; max-width: 980px; margin: 0 auto}
#sitemap a:link    {font-weight: normal; color: #eee; text-decoration: none;}
#sitemap a:visited {font-weight: normal; color: #eee; text-decoration: none;}
#sitemap a:hover   {font-weight: normal; color: #eee; text-decoration: none;}
#sitemap a:focus   {font-weight: normal; color: #eee; text-decoration: none;}
#sitemap a:active  {font-weight: normal; color: #eee; text-decoration: none;}
#sitemap .im_here a {font-weight: normal; color: #eee; text-decoration: none;}


.sitemap_icon_wrapper {
	padding: 20px;
}
.sitemap_icon_wrapper div {
	display: inline-block;
}
.sitemap_icon {

	/* float: left; */
	/* width: 19%; */
	margin-right: 40px;
}
.sitemap_icon img {
	/* float: left; */
	margin-right: 5px;
}


.footer_icons {
    padding: 20px;
    /* text-align: center; */
}
.footer_icons div {
    display: inline;
    margin: 0 20px;
}
.footer_icons span {
    display: inline-block; vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}





@media screen and (max-width:480px) {

	#logo {
		max-width: 190px;
	}

	.span, .gallery-image {
		margin-left: 5px;
		margin-bottom: 5px;
		width: auto !important;
	}


	.col25, .col33, .col50, .col66, .col75 {
		width: 100%;
	}
	
	.sitemap_icon_wrapper {
		padding: 10px;
	}
	.sitemap_icon  {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.sitemap_icon img {
/* 		float: left; */
	}
	.sitemap_icon div {
/* 		float: left; */
	}

	.gallery-clear {
		clear: none;
	}
/*	.gallery-image img {
		width: 400px;
	}*/

}