HTML {
	margin: auto;
	background: #f0f0f0 url(images/bg_site.jpg) repeat-x top;

}
BODY {
	margin: auto;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
a:link, a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
#site {
	background-color: #fff;	
	border-bottom: 1px solid gray;
}
#header {
	background: url(images/bg_header.jpg) no-repeat top;
	width: 940px;
	height: 196px;
	border: 1px solid gray;
	border-bottom: none;
	padding-top: 20px;
}
td#search {
	color: #000099;
	padding-left: 15px;
	padding-top: 8px;
}
#search input.text {
	border: 1px solid #666666;
	background-color: #ebebeb;
	width: 190px;
	margin-left: 20px;
}
#search input.button {
	border: 1px solid #666666;
	background-color: #fff;
	width: 100px;
	margin-left: 114px;
	color: #333333;
	margin-top: 3px;
	background: url(images/bg_button.jpg) repeat-x left;
}
td#navitop {
	color: #FFF;
	padding-top: 5px;
}
td#navitop a:link, td#navitop a:visited {
	text-decoration: none;
	padding: 5px;
	color: #FFF;
}
td#navitop a:hover {
	color: #FFD700;
}
#content {
	width: 940px;
	border-left: 1px solid gray;
	border-right: 1px solid gray
}
#leftside
{
	width:250px;
}
td#leftside table#login, td#leftside table#top10 {
	margin-left: 10px;
	margin-top: 5px;
}
td.box_small_content {
	background: url(images/bg_box_small_content.jpg) repeat-y top;
	padding: 3px 10px 10px 10px;
}
td#rightside table.content {
	margin-left: 10px;
	margin-top: 5px;
	width: 650px;
}
td.box_big_content {
	background: url(images/bg_box_big_content.jpg) repeat-y top;
	padding: 3px 10px 0 10px;
}
H2.small {
	background: url(images/kaestchen_blue.jpg) no-repeat left;
	padding-left: 30px;
	display: inline;
	color: #000099;
	font-size: 18px;
	font-weight: normal;
}
.headline_big,.BigTopic {
	background: url(images/bg_full_headline.gif) no-repeat left;
	height: 47px;
	width: 621px;
	line-height: 47px;
	text-indent: 45px;
	font-size: 14px;
	color: gray;
}
.headline_small_red {
	background: url(images/bg_half_headline_red.gif) no-repeat left;
	height: 44px;
	width: 283px;
	line-height: 44px;
	text-indent: 45px;
	font-size: 14px;
	color: gray;
}
div.register_red {
	width: 275px;
	margin-bottom: 20px;
}
div.register_blue {
	width: 275px;
	margin-bottom: 20px;
}
div.register_red a:link, div.register_red a:visited{
	font-size: 26px;
	padding: 5px;
	color: #CC0000;
}
div.register_red a:hover {
	color: #666666;
}
div.register_blue a:link, div.register_blue a:visited{
	font-size: 26px;
	padding: 5px;
}
.headline_small_blue {
	background: url(images/bg_half_headline_blue.gif) no-repeat left;
	height: 44px;
	width: 283px;
	line-height: 44px;
	text-indent: 45px;
	font-size: 14px;
	color: gray;
}
FORM {
	margin: 0;
}
input.text {
	border: 1px solid #666666;
	background-color: #ebebeb;
	width: 120px;
	margin-bottom: 2px;
}
input.button {
	background-color: #fff;
	border: 1px solid #666666;
	width: 100px;
	color: #333333;
	background: url(images/bg_button.jpg) repeat-x left;
}
.top10girls a:link, .top10girls a:visited{
	display: block;
	color: #cc0000;
}
.top10boys a:link, .top10boys a:visited{
	display: block;
	color: #000099;
}
#footer {
	text-align: center;
	margin-top: 10px;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#detailbox_red
{
	border-collapse:collapse;
	width:500px;
}
#detailbox_red td
{
	border:1px solid #CC0000;
}
#detailbox_blue
{
	border-collapse:collapse;
	width:500px;
}
#detailbox_blue td
{
	border:1px solid #000099;
}
.blueLink
{
	color:#000099;
}
.redLink
{
	color:#CC0000;
}
