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


.outer-container-home {
	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/bekleidung/bekleidung-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#content {
	position: relative;
	width: 100%;
	height: 1820px;
	left: 0px;
	top: 0px;
	background-image: url(../pages/images/general/submenu2.png);
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
}
.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;
	padding-bottom: 10px;
	line-height: 20px;
	text-align: justify;
}
.text-align a {
	color: #0066FF;
	text-decoration: underline;	
}
.img-aglin1 {
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 8px;
	float: left;
}
.img-aglin2 {
	float: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.title {
	color: #9db106;
	font-weight: bold;
}
.example-image-link {
	cursor: zoom-in;
}
