/* CSS Document */

/* Grundformatierungen des Bodys, Standardschrift, -links */

body,td,th, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
body {
	background:#FFFFFF url(../img/body-bg.jpg) repeat-x;
	margin:0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#ee243c;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Grundformatierungen des Layouts */

div#main {
   position: absolute;
   left: 50%;
   text-align:left;
   width:990px;	
   height: 750px;
   margin-left: -495px;
   min-height:750px;
   background:#FFFFFF url(../img/main-bg.gif) no-repeat;
}
#top {
	position:relative;
	height:160px;
	width:980px;
}
#content {
	position:relative;
	width:990px;
}
#leftside {
	position:relative;
	float:left;
	width:295px;
	min-height:100px;
	padding-left:7px;
}
#rightside {
	position:relative;
	float:left;
	width:652px;
	min-height:100px;
}
#rightside h1 {
	margin:5px 0px 0px 0px;
	padding:0;
}
#rightside div.csc-header h1{
	color:#000000;
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 15px;
	padding:0;
}

h1.chinese {
		color:#ee243c;
	}