@charset "UTF-8";
/* CSS Document */


.outer-container {
	width:100%;
	height:100%;
	position:absolute;
	overflow:auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../pages/images/kontakt/kontakt-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content {
	position: relative;
	width: 100%;
	height: 720px;
	left: 0px;
	top: 0px;
	background-image: url(../pages/images/general/submenu2.png);
	background-repeat: repeat;
	background-position: left top;
	
}
.content-bg h1 {
	font-size: 14pt;
	margin-left: 10px;
	color: #9db106;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content-bg {
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
}

.text-align {
	padding-left: 10px;
	padding-right: 0px;
	background-image: url(../pages/images/kontakt/tempelfigur3.png);
	background-repeat: no-repeat;
	background-position: right 68px;
}
.text-align img {
	border: none;
}
.text-align a {
	color: #5547d8;
	text-decoration: none;
	outline: none;	
}
.text-align a:hover {
	color: #C30;
	text-decoration: underline;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #9db106;
}
.title-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
}
.sitemap-content {
	padding-top: 2px;
	padding-bottom: 2px;	
}
