@charset "utf-8";
/* CSS Document */
body {
	background:#000;
	}
#container {
	margin:auto;
	height:570px;
	width:1200px;
	background:url(2.png) #000 no-repeat top;
}
#menu {
	width: 208px;
}
#menu ul{
	list-style:none;
	width:auto;
	float:left;
	padding:0;
	margin: -10px 0 0 5px;
}
#menu ul li a {
	height:330px;
  	voice-family: "\"}\""; /*nachsehen*/
  	voice-family: inherit;
	text-decoration: none;
	font-weight:normal;
}	
#menu ul li a.cs:link, #menu ul li a.cs:visited {
	color:#6392bc;
	display: block;
	margin-left:4px;
	width:500px; /*200-30 wegen padding*/
	float:left;
	background: url(cs.png);
	background-repeat:no-repeat;
	margin: 50px 0 0 0; 
	font-weight:600;
}
#menu ul li a.cs:hover {
	color: #6392bc;
	background: url(cs_hover.png);
	text-decoration:underline;
	background-repeat:no-repeat;
	margin: 50px 0 0 0; 
	font-weight:600;
	
}
#menu ul li a.ts:link, #menu ul li a.ts:visited {
	color:#6392bc;
	display: block;
	margin-left:4px;
	width:400px; /*200-30 wegen padding*/
	float:left;
	background: url(ts.png);
	background-repeat:no-repeat;
	margin: 220px 0 0 -200px;
}
#menu ul li a.ts:hover {
	color: #6392bc;
	background: url(ts_hover.png);
	text-decoration:underline;
	background-repeat:no-repeat;
	font-weight:600;
	margin: 220px 0 0 -200px;
}
