body {
	background-color:#DCDCDC; /*#77a5c3;*/
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#333333;
	line-height:15.6px;
}

#layout-topbar {
	height: 28px;
	background: #e52121;
	position: relative;
}

#layout-meta {
	margin-left: 15px;
}

#layout-meta li {
	display: inline;
	line-height: 28px;
	padding-right: 19px;
}

#layout-meta li a {
	color: white;
	text-transform:uppercase;
	line-height: 28px;
	font-size: 12px;
}

#layout-topbar form {
    position: absolute;
    top: 4px;
    left: 685px;
}


body#popuplayout {
	background-color:#fff;
}

#layout-top-banner {
	margin-bottom:15px;
}

#layout-breadcrumb {
	font-size:10px;
	color:#888;
	position:absolute;
	top:-25px;
}

#layout-breadcrumb a {
	color:#888;
	font-weight:normal;
}

#layout-popup {
	margin:10px;
}

#layout-container {
	/*width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:12px;
	background-color:white;*/
	background-color:white;
	margin-top:0;
	position:absolute;
	width:1176px;
	overflow:hidden;
}

#layout-loginstatus {
	/*position:absolute;
	top: 139px;
	left: 15px;*/
    color: #ccc;
    width: 160px;
    padding-bottom: 2px;
}

#layout-loginstatus span {
    color: #333;
}

#layout-loginstatus a {
    font-weight: normal;
    color: #333333;
}

#layout-header {
	position:relative;
	height:87px;
	background-color:white;
}

#layout-logo {
	position:absolute;
	top:15px;
	left:14px;
	width:162px;
	height:42px;
}

#layout-slogan {
	position:absolute;
	top:19px;
	left:302px;
	font-size:14px;
}

#layout-logos {
	position:absolute;
	top:21px;
	left:263px;
}

#layout-logos img {
	padding-right:26px;
	vertical-align:top;
}

/* Language selector */
#layout-language {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 13px;
}

#layout-language ul {
	list-style-type:none;
}

#layout-language li {
	display:inline;
	padding-left:5px;
	color: #fff;
	line-height: 26px;
}

#layout-language a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#layout-language a#level1-act {
	font-weight:bold;
}

#layout-language li.pid3 {
	display: none;
}

#layout-left {
	float:left;
	width:160px;
	margin-top: 30px;
	margin-left:15px;
	margin-bottom:2em;
	overflow:hidden;
}

/* Menu */
#layout-left ul {
	list-style-type:none;
	margin-bottom: 2em;
}

#layout-left ul h2 {
	/*padding:16px 5px 3px 5px;
	color:#ff0000;
	font-size:11px;
	border-bottom:1px solid #e2e2e2;*/
	border-bottom:1px solid #E2E2E2;
	color:#4579AE;
	font-size:11px;
	padding:16px 0 3px;
	margin:0;
	text-transform:uppercase;
}

/* Titel Marktplatz und Market Place in rot */
#layout-left li.spc-21 h2,
#layout-left li.spc-85 h2 {
    color: #e52121;
}

#layout-left ul a {
	/*color:#333333;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #e2e2e2;
	padding:2px 5px;*/
	border-bottom:1px solid #E2E2E2;
	color:#333333;
	display:block;
	padding:1px 0 2px;
	text-decoration:none;
	font-weight:normal;
}

#layout-left ul a#menu-act,
#layout-left ul a#menu-cur {
	font-weight:bold;
}

#layout-left ul a:hover {
	background-color:#E9F1F9;
}

#layout-center {
	float: left;
	margin-top: 33px;
	margin-left: 20px;
	margin-right: 21px;
	width:469px;
	position:relative;
	padding-bottom:2em;
	/*overflow: hidden;*/
}

#layout-icons {
	position:absolute;
	right:0;
	top:-25px;
}

#layout-icons a {
	padding-left:4px;
}

#layout-right {
	width:300px;
	padding-top: 27px;
	padding-right: 20px;
	overflow: hidden;
	float: left;
	/*background:#f0f5f7;*/
}

#layout-sidebanner {
	width: 150px;
	padding-top: 45px;
	padding-right: 0px;
	overflow: hidden;
}

#layout-sidebanner div,
#layout-sidebanner p {
	margin: 0 0 10px 0;
	text-align: center;
}


#layout-bottom {
	/*clear:both;
	width:100%;
	background-color:#77a5c3;
	text-align:right;
	color:white;
	padding:6px 0;*/
	background-color:#F5F5F5;
	clear:both;
	color:#333333;
	padding:6px 0;
	text-align:right;
	width:100%;
}

#layout-bottom a {
	color:#333333;
	padding-right:10px;
}

/**
 * Two col layout
 */
body#twocollayout #layout-right {
	display:none;
}

body#twocollayout #layout-center {
	width:769px !important;
}

#closewindow {
	position:absolute;
	bottom:0;
	background:white;
	width:100%;
	text-align:right;
	padding:1em 0 2em 0;
}

#closewindow a {
	padding-right:2em
}

/**
 * Top-Banner
 */
#layout-topbanner {
	width: 468px;
	height: 60px;
	background-color: #fff;
	position: absolute;
	top: 14px;
	right: 23px;
}
