* {
	outline: none;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
/* 	background-color: #eeeeee; */
	background-image: url('../pics/background/bg_body.jpg');
	background-repeat: repeat-x;
/* 	font-family: Verdana, Arial; */
	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;
}

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

h1 {

}


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


h2 {

}



/*
	Layout
*/

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* 	Main Frame */
.main_frame {
/* 	margin: 0 0 0 120px; */
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0.0em 0.0em 7.0em #777;

}

.content {
/* 	position: relative; */
/* 	z-index: 1; */
/* 	color: #000000; */
/* 	padding: 20px; */
}

.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: #0e7383;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E52323), to(#0e7383));
	background-image: -webkit-linear-gradient(top, #E52323, #0e7383);
	background-image: -moz-linear-gradient(top, #E52323, #0e7383);
	background-image: -ms-linear-gradient(top, #E52323, #0e7383);
	background-image: -o-linear-gradient(top, #E52323, #0e7383);
	background-image: linear-gradient(top, #E52323, #0e7383);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}



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

.col33 {
	width: 33.33%;
}
.col50 {
	width: 50%;
}
.col66 {
	width: 66.66%;
}
.col100 {
	width: 100%;
}


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




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


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

#submenu a.im_here:link    {font-weight: bold; color: #0e7383; text-decoration: none;}
#submenu a.im_here:visited {font-weight: bold; color: #0e7383; text-decoration: none;}
#submenu a.im_here:hover   {font-weight: bold; color: #0e7383; text-decoration: none;}
#submenu a.im_here:focus   {font-weight: bold; color: #0e7383; text-decoration: none;}
#submenu a.im_here:active  {font-weight: bold; color: #0e7383; 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 {font-size: 0.8em; background-color: #0e7383; color: #eee;}
.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;
	margin-right: 30px;
	line-height: 24px;
}

.sitemap_icon img {
	margin-right: 10px;
}
.sitemap_icon div {
	float: right;
}




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

	.logo {
		display: none;
	}

	.main_frame {
		margin: 0 auto;
	}

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

	.span {
		padding: 3px;
	}


	.sitemap_icon_wrapper {
		padding: 10px;
	}
	.sitemap_icon  {
		float: none;
		margin-right: 0;
		height: 50px;
		margin-bottom: 20px;
	}
	.sitemap_icon img {
		float: left;
	}
	.sitemap_icon div {
		float: left;
	}

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

}