input[type="file"] {
    display: none;
}
.inputfile {
	background-color: #ff6600 ;
    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: url('../pics/background/bg_body.jpg') #c89c73;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-attachment: fixed;
    
	font-family: 'Titillium-Light';
	font-size: 1em;
}

/*
	../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: #ff6600 ;
}*/

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: #ff6600 ; */
	margin: 0px 0px 10px 0px;
/* 	font-weight: bold; */
}

h1 {

}


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


h2 {

}



/*
	Layout
*/

/* Logo */
#logo {
	position: absolute; 
	z-index: 3;
	top: -144px;
    left: 10px;
	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 #777; */
	box-shadow: -7px 0px 10px 0px #000, 7px 0px 10px 0px #000;
/* 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-top: 20px;
    padding-bottom: 50px;
}

.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: #ff6600 ;
	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}



.span {
	width: 100%;
	float: left;
	padding: 20px;
}

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


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




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

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







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



/*.menu a  {font-weight: bold; color: #ff6600 ; text-decoration: none;}
.menu a:link    {font-weight: bold; color: #ff6600 ; text-decoration: none;}
.menu a:visited {font-weight: bold; color: #ff6600 ; text-decoration: none;}
.menu a:hover   {font-weight: bold; color: #000; text-decoration: overline;}
.menu a:active  {font-weight: bold; color: #ff6600 ; text-decoration: none;}
.menu a:focus   {font-weight: bold; color: #ff6600 ; text-decoration: none;}
.menu_a_marker   {font-weight: bold; color: #ff6600 ; 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: #ff6600 ; text-decoration: none;}
a:visited {font-weight: normal; color: #ff6600 ; text-decoration: none;}
a:hover   {font-weight: normal; color: #ff6600 ; text-decoration: underline;}
a:focus   {font-weight: normal; color: #ff6600 ; text-decoration: none;}
a:active  {font-weight: normal; color: #ff6600 ; text-decoration: none;}


#submenu {margin-top: 70px;}
#submenu a:link    {font-weight: normal; color: #000 ; text-decoration: none;}
#submenu a:visited {font-weight: normal; color: #000 ; text-decoration: none;}
#submenu a:hover   {font-weight: bold; color: #000 ; text-decoration: none;}
#submenu a:focus   {font-weight: bold; color: #000 ; text-decoration: none;}
#submenu a:active  {font-weight: bold; color: #000 ; text-decoration: none;}

#submenu a.im_here:link    {font-weight: bold; color: #ff6600 ; text-decoration: none;}
#submenu a.im_here:visited {font-weight: bold; color: #ff6600 ; text-decoration: none;}
#submenu a.im_here:hover   {font-weight: bold; color: #ff6600 ; text-decoration: none;}
#submenu a.im_here:focus   {font-weight: bold; color: #ff6600 ; text-decoration: none;}
#submenu a.im_here:active  {font-weight: bold; color: #ff6600 ; 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: #545454; 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 {
	float: left;
	width: 18%;
	margin-right: 2%;
}
.sitemap_icon img {
	float: left;
	margin-right: 10px;
}*/



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

	#logo {
		max-width: 190px;
        top: -90px;
	}

	.content {
        padding-top: 5px;
    }
	
	.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;
	}
	
    #submenu {
        margin-top: 0;
    }
	
/*	#submenu div {
        float: right;
    }*/

}
