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

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff4df;

	font-family: 'Titillium-Light';
	font-size: 1em;
	color: #573e2c;
}

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

@font-face {
    font-family: 'old_london_alternateregular';
    src: url('../fonts/old-london-webfont.eot');
    src: url('../fonts/old-london-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/old-london-webfont.woff2') format('woff2'),
         url('../fonts/old-london-webfont.woff') format('woff'),
         url('../fonts/old-london-webfont.ttf') format('truetype'),
         url('../fonts/old-london-webfont.svg#old_london_alternateregular') 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 #573e2c;
	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: #573e2c;
	margin: 0px 0px 10px 0px;
/* 	font-weight: bold; */
}

h1 {

}


h1:after {
	background: #573e2c;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}


h2 {
	font-family: 'old_london_alternateregular';
	font-weight: normal;
}



/*
	Layout
*/

/* 	Logo */
#logo {
/* 	border: 1px solid red; */
	margin-top: -65px;
	margin-left: 17px;
	position: absolute;
	z-index: 100;
}


/* 	Header */
.header_wrapper {
	background-color: #273827;
}

.header {
	max-width: 980px;
	margin: 0 auto;
	box-shadow: 8px  3px  7px  #000,  -8px  3px  7px  #000;
}

/* 	Main Frame */
.main_frame {
	margin: 0 auto;
	box-shadow: 8px  3px  7px  #aaa,  -8px  3px  7px  #aaa;
}

.content {
	padding-top: 20px;
/* 	padding-bottom: 100px; */
}

.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: #573e2c;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E52323), to(#573e2c));
	background-image: -webkit-linear-gradient(top, #E52323, #573e2c);
	background-image: -moz-linear-gradient(top, #E52323, #573e2c);
	background-image: -ms-linear-gradient(top, #E52323, #573e2c);
	background-image: -o-linear-gradient(top, #E52323, #573e2c);
	background-image: linear-gradient(top, #E52323, #573e2c);
	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;*/
}

.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;
}





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






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

/* tr:nth-child(even) {background: #F4E9D5} */




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


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

#submenu a.im_here:link    {font-weight: bold; color: #573e2c; text-decoration: none;}
#submenu a.im_here:visited {font-weight: bold; color: #573e2c; text-decoration: none;}
#submenu a.im_here:hover   {font-weight: bold; color: #573e2c; text-decoration: none;}
#submenu a.im_here:focus   {font-weight: bold; color: #573e2c; text-decoration: none;}
#submenu a.im_here:active  {font-weight: bold; color: #573e2c; 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: #573e2c;
/* 	height: 100%; */
}


.sitemap {
	color: #fff4df;
	max-width: 980px;
	margin: 0 auto;
}
.sitemap h2 {
	color: #fff4df;
	font-size: 35px;
	font-weight: normal;
}
.sitemap a:link    {font-weight: normal; color: #fff4df; text-decoration: underline;}
.sitemap a:visited {font-weight: normal; color: #fff4df; text-decoration: underline;}
.sitemap a:hover   {font-weight: normal; color: #fff4df; text-decoration: underline;}
.sitemap a:focus   {font-weight: normal; color: #fff4df; text-decoration: underline;}
.sitemap a:active  {font-weight: normal; color: #fff4df; text-decoration: underline;}
.sitemap .im_here a {font-weight: normal; font-style: italic; color: #fff4df; text-decoration: underline;}


.sitemap_icon_wrapper {
	padding: 20px;
}

.sitemap_icon {
	float: left;
	margin-right: 20px;
	line-height: 24px;
}

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




@media screen and (max-width:640px) {
	.span, .gallery-image {
		margin-left: 5px;
		margin-bottom: 5px;
		width: auto !important;
	}

	.span {
		padding: 3px;
	}
	.content {
		padding-top: 30px;
	}
	.sitemap {
		padding-top: 20px;
	}
	.sitemap h2 {
		font-size: 22px;
	}

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

}
