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


.outer-container-freunde {
	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/freunde/freunde-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content {
	position: relative;
	width: 100%;
	height: 840px;
	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;
	
	
}
.text-align a {
	color: #0066FF;
	text-decoration: none;	
}
.text-align a:hover {
	color: #C30;
	text-decoration: underline;
}
.img-aglin1 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 8px;
	float: left;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0066FF;
}
.title-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
}
