

* {
	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/flammen.png') bottom center repeat-x;
/* 	background-image: url('../pics/background/bg_body.jpg'); */
/* 	background-repeat: repeat-x; */
/* 	font-family: Verdana, Arial; */
	font-family: 'Titillium-Light';
	font-size: 1em;
	color: #363636;
}

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

hr {
	border-top: 1px solid #363636;
	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: #363636;
	margin: 0px 0px 10px 0px;
/* 	font-weight: bold; */
}

h1 {

}


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


h2 {

}



/*
	Layout
*/


#header-frame-bottom {
	position: relative;
	z-index: 10;
	background: url('../pics/punkte_header.png') repeat-x;
	height: 4px;
/* 	margin-top: -2px; */
}

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



/* Main Frame */
.main_frame {
	margin: 0 auto;
}

.content {

}

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

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

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

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


.home-galerie {
	float: left;
	width: 33%;
	padding: 0 10px;
}
.home-galerie img {
	width: 100%;
}


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

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


.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: bold; color: #363636; text-decoration: underline;}
a:visited {font-weight: bold; color: #363636; text-decoration: underline;}
a:hover   {font-weight: bold; color: #363636; text-decoration: underline;}
a:focus   {font-weight: bold; color: #363636; text-decoration: underline;}
a:active  {font-weight: bold; color: #363636; text-decoration: underline;}


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

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



.submenu-texts {
	display: none;
}


#sitemap-wrapper {width: 100%; margin-top: 100px;}

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


.sitemap_icon_wrapper {
	padding: 20px;
}
.sitemap_icon {
	float: left;
	width: 25%;
/* 	margin-right: 2%; */
}
.sitemap_icon img {
	float: left;
	margin-right: 0px;
}
.sitemap_icon div {
	margin-top: 40px;
}


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

/*	#logo {
		max-width: 190px;
	}*/

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


	.col25, .col33, .col50, .col66, .col75 {
		width: 100%;
	}

	.home-galerie {
		width: 100%;
	}

	
	.sitemap_icon {
/* 		float: none; */
		width: 100%;
		margin-right: 0;
	}

	.gallery-clear {
		clear: none;
	}
	.gallery-image img {
		width: 100%;
	}
}