body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #958960;
/*	overflow: auto; */
	background: #F8F2DE url(/media/screen/csbc08back.gif) center repeat-y;
/*	width: 100%; */
/*	height: 100%; */
	scrollbar-base-color: #F4EED3; /* . */
	scrollbar-3dlight-color: #C3BEA8; /* 3d-basis der erhobenen flaechen */
	scrollbar-arrow-color: #C3BEA8; /* pfeilspitzen */
	scrollbar-darkshadow-color: #C3BEA8; /* . */
	scrollbar-face-color: #F4EED3; /* erhobene 3d-flaechen */
	scrollbar-highlight-color: #F4EED3; /* . */
	scrollbar-shadow-color: #C3BEA8; /* . */
	scrollbar-track-color: #F9F6E8; /* bereich, auf dem gescrollt wird */
	}

img {
	font-size: 9px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #E80083;
	}

a.textlink {
	font-weight: normal;
	color: #958960;
	}

h1 {
	font-size: 130%;
	margin: 0px;
	margin-bottom: 12px;
	}
	
h2 {
	font-size: 115%;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 4px;
	}

p {
	margin: 0px;
	margin-bottom: 8px;
	}

.red {
	color: #E80083;
	}

.yellow {
	color: #FFCD10;
	}
	
.blue {
	color: #89D8FF;
	}
	
.green {
	color: #A8CE32;
	}

#leftedge {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 270px;
	background: url(/media/screen/leftedge.gif) no-repeat;
	}

#rightedge {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 450px;
	height: 270px;
	background: url(/media/screen/rightedge.gif) no-repeat;
	}

#holder {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-top: 0px;
	margin-left: -480px;
	width: 960px;
	}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 380px;
	background: url(/media/screen/csbc08head.jpg) no-repeat;
	}
	
#contentholder {
	position: absolute;
	top: 132px;
	left: 0px;
	width: 960px;
	}

#leftcontent {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 340px;
	}
	
#content {
	position: absolute;
	left: 400px;
	top: 20px;
	margin-top: 0px;
	width: 540px;
	}

#teaseme {
	position: absolute;
	top: 20px;
	left: 383px;
	width: 577px;
	height: 60px;
	text-align: center;
	overflow: hidden;
	}

#menu {
	position: absolute;
	top: 96px;
	left: 383px;
	width: 580px;
	}
	
#menu ul li {
	float: left;
	}

#content li.li1 {
	margin-bottom: 2px;
	border: 1px solid #F1DE9C;
	padding: 3px;
	height: 16px;
	line-height: 16px;
	}
	
#content li.li2 {
	background: #F9F2DE;
	margin-bottom: 2px;
	border: 1px solid #F1DE9C;
	padding: 3px;
	height: 16px;
	line-height: 16px;
	}
