﻿@charset "utf-8";
/* CSS Document */
body {
	background-color:#262626;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0f4018;
}

a {
	text-decoration:none;
	color:#386240;
}

a:hover {
	text-decoration:underline;
}

.navigation a {
	font-weight:bold;	
	color:#993333;
	text-decoration:none;
}

.navigation a:hover {
	text-decoration:underline;
}

#menue {	
	float:left; 
	width:200px;
	padding-right:10px;
}

.menueHead {
	background-image:url(images/menue_head.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:38px;
	color:#fff;
}

.menueHeadContent {
	margin-left:15px;
	padding-top:14px;
}

.menueContent {
	background-image:url(images/menue_bg.jpg);
	background-repeat:no-repeat;	
	width:180px;
	background-color:#ffffff;
	padding:10px;
	border-bottom:3px solid #c60ea6;
}

#content {
	float:left;
	width:779px;
	padding:5px 0 0 0;
}

.contentHead {
	background-image:url(images/content_head.jpg);
	background-repeat:no-repeat;
	width:779px;
	height:30px;
	color:#fff;
}

.contentHeadContent {
	margin-left:15px;
	padding-top:8px;
}

.contentText {
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;	
	background-color:#ffffff;
	padding:10px;
}

.contentText a {
	text-decoration:none;
	color:#731d1c;
}

.contentText a:hover {
	text-decoration:underline;
}

.contentFooter {
	background-image:url(images/content_footer.jpg);
	background-repeat:no-repeat;
	width:779px;
	height:23px;
	color:#fff;
	font-size:9px;
}

.contentFooterContent {
	margin-left:7px;
	padding-top:5px;
}

#footer {
	background-color:#c60ea6;
	padding:6px;
	color:#ffffff;
	font-size:9px;
	text-align:right;
	width:980px;
	margin:15px 0 0 0;
}

#footer a {
	color:#ffffff;
}

#footer a:hover {
	text-decoration:underline;
}

.toplistContent {
	font-weight:bold;
}
