/* ############################################################################################## */
/* der-neue-konz                                                                                  */

/* ********************************************************************************************** */
/* file: startseite-all-layout.css                                                                */
* {
	color: #FFF;
	font-family: Arial;
	font-size: 18px;
}
body {
	margin:0;
	padding: 0;
	background-color: #151414;
}
#bg {
	background-image: url(../img/bg_startseite.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	min-height: 705px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -352px;
	margin-left: -512px;
}
#content {
	margin-left: 60px;
	margin-top: 48px;
}
#content ul {
	margin: 1em 0 0 0;
	padding: 0;
}
#content li {
	list-style-type: none;
}
#content a {
	text-decoration: none;
	cursor: pointer;
	/* background-image: url(../img/more.png);
	background-repeat: no-repeat;
	background-position: 100% 6px; 
	padding-right: 25px; */ 
}
#content .icon-more {
	width: 20px;
	height: 16px;
	float: left;
	background-image: url(../img/more.png);
  background-repeat: no-repeat;
  margin: 7px 0 0 6px;
}
#content img {
	border: 0;
}
#logo {
	position: absolute;
	left: 42px;
	bottom: 107px;
	width: 394px;
	height: 180px;
	background-image: url(../img/Logo_Konz_startseite.png);
}
#footer-links {
	position: absolute;
	right: 44px;
	bottom: 102px;
}
#footer-links a {
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
}
#footer-links li {
	list-style-type: none;
}
