@import "css/magenta/content.css";
@import "css/magenta/news.css";
@import "css/magenta/cikker.css";
@import "css/magenta/sidebox.css";

*{
	margin: 0;
	padding: 0;
}
body{
	background-image: url(sys/hatter.jpg);
}

.logo span{
	font: bold 16px verdana;
	color: #FF1493;
}
.logo{
	margin-left:50px;
	background-image: url(sys/logo.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 50px;
	text-align: right;
	padding-top: 20px;
}
a.logolink:link,a.logolink:active,a.logolink:visited{
	font: 15px century gothic;
	color: #afafaf;
	text-decoration: none;
	margin-left: 3px;
}
a.logolink:hover{
	font: 15px century gothic;
	color: black;
	text-decoration: none;
	background-color: #ff1493;
	margin-left: 3px;
}

.header_hatter{
	background-image: url(sys/header_hatter.jpg);
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}
.header{
	width: 600px;
	height: 150px;
	margin-left: 50px;
}

.menu{
	background-color: #2e2d34;
	margin-left: 50px;
	width: 150px;
	float: left;
	text-align: right;
}
a.menulink:link,a.menulink:active,a.menulink:visited{
	font: bold 13px verdana;
	color: #bbd554;
	margin-right: 10px;
	text-decoration: none;
	letter-spacing: 3px;
	line-height: 22px;
	border-bottom: dotted 1px;
}
a.menulink:hover{
	font: 18px verdana;
	color: white;
	margin-right: 10px;
	text-decoration: none;
	border: none;
}

.content{
	background-image: url(sys/content_hatter.jpg);
	background-repeat: repeat-y;
	padding: 20px;
	width: 410px;
	float: left;
}