body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(cw-pics/cw-background-grey.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h0,h1,h2,h3,h4,h5,h6
{normal small "Trebuchet MS", Arial, Helvetica, sans-serif; color:#730000; font-style:normal; font-weight:normal; }

h0 { font-size:20pt;}

h1 { font-size:18pt;}

h2 { font-size:16pt;}

h3 { font-size:14pt;}

h4 { font-size:12pt;}

h5 { font-size:11pt;}

h6 { font-size:10pt;}

#tdh6 {normal small "Trebuchet MS", Arial, Helvetica, sans-serif; color:#730000; font-style:normal; font-weight:normal; font-size:10pt;}

td {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link, a:visited {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	background: url(cw-pics/cw-background37sw.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menue */

#menue {
	width: 900px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E
}

#menue ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menue li {
	display: inline;
}

#menue a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menue a:hover, #menue .active a {
	background: #414141;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: url(cw-pics/cw-contentback-900.gif);
}

#news {
	float: left;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#text {
	float: left;
	width: 560px;
	padding: 20px 10px 0 10px;
}

#ads {
	float: left;
	width: 120px;
	padding: 10px;
}

/* Unten */

#unten {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	background: #2E2E2E
	font-size: smaller;
}

#unten * {
	color: #000000;
}