body {
	background-color: #659fff;
	font-family: Trebuchet MS, sans-serif;
	margin-top: 20px;
}
#container {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 958px;
}
#main {
	background: url(../images/layout/background.png) repeat-y;	
	margin: 0;
	padding: 0px 16px 0px 14px;
}


/*////// Border //////*/
#border-bottom {
	background: url(../images/layout/border-bottom.png) no-repeat;
	height: 16px;
	width: 958px;
}
#border-top {
	background: url(../images/layout/border-top.png) no-repeat;
	height: 14px;
	width: 958px;
}
#bg-border-bottom {
	background: url(../images/layout/background-border-bottom.png) no-repeat;
	float: left;
	height: 16px;
	left: 10px;
	position: relative;
	top: -5px;
	width: 480px;
	z-index: 10;
}
#bg-border-left {
	background: url(../images/layout/background-border-left.png) no-repeat;
	float: left;
	height: 412px;
	left: -10px;
	position: relative;
	top: 0;
	width: 13px;
	z-index: 10;
}
#bg-border-top {
	background: url(../images/layout/background-border-top.png) no-repeat;
	height: 16px;
	left: 476px;
	position: relative;
	top: 3px;
	width: 472px;
	z-index: 11;
}

/*////// Header //////*/
#header {
	background: #eee;
	margin: 0;
	padding: 0;
}
#bg-header-top {
	background: url(../images/layout/background-content-top1.jpg) no-repeat;
	height: 186px;
	width: 928px;
}
#logo a {
	background: #ccc;
}
#navi {
	
}
#navi-bg {
	background: url(../images/layout/background-nav.png) repeat-x;
	height: 23px;
}


/*////// Content //////*/
#content-main {
	background: url(../images/layout/background-content.png) repeat-y;
}
#content {
	background: url(../images/layout/background-content-top2.jpg) no-repeat;
	font-family: Trebuchet MS, sans-serif;
	font-size: 1.2em;
	min-height: 186px;
	padding-top: 119px;
}
#content-1 {
	background: url(../images/layout/background-content-bottom.png) no-repeat bottom;
	font-family: Trebuchet MS, sans-serif;
	min-height: 372px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 30px;
}
#content-links {
  float: left;
  margin-left: 0;
  margin-bottom: 10px;
  width: 370px;
}
#content-rechts {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 420px;
}



/*////// Footer //////*/
#footer {
	background: #ccc;
}
