@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/wohnaccessoires/wohnaccessoires-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#content {
	position: relative;
	width: 100%;
	height: 1160px;
	left: 0px;
	top: 0px;
	background-image: url(../pages/images/general/submenu2.png);
	background-repeat: repeat;
	background-position: left top;
	overflow: auto;
}
.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 ul {
	margin-top: 0px;
	padding-left:0px;
	padding-top:0px;
	margin-left: 16px;
	display: block;
	text-align: left;
}
.text-align li {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 10pt;
}
.text-align a {
	color: #0066FF;
	text-decoration: underline;	
}
.img-aglin1 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 8px;
	float: left;
}
.img-aglin2 {
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.text-aglin2 {
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.title {
	color: #9db106;
	font-weight: bold;
}
.example-image-link {
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
}
@media screen and (max-width: 600px) {
#content {
	height: 1500px;
}

