body, table.td {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/nth_theme_abstract_guess_bg.gif);
	background-repeat: repeat-x;
	background-color: #C7C7C7;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 16px;
}

/* sliding doors technique */
#pageBannerOuter {
	display: inline-block;	
	height: 80px;

	background-image: url('images/banner_part_left.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/* sliding doors technique */
#pageBannerInner {
	display: inline-block;	
	height: 80px;

	/* Important move it or transparency fucks it :) */
	position:relative;
	left: 63px;
	
	padding-top: 16px;
	padding-right: 35px;

	background-image: url('images/banner_part_right.png');
	background-position: top right;
	background-repeat: no-repeat;
	
	font-size: 25px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}

/* Ordinary links */
a:link, a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FF0000;
}

a:hover {
	color: #AA0000;
}

a.menubutton {
	display:block;
	float:left;
	width: 114px;
	height: 43px;
	margin-right: 2px;

	background: url(images/dynimg_models/button_normal+hover.png) no-repeat;
	text-align:center;
	line-height: 27px;
	
	color: #000000;
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.menubutton:hover {
	color: #ffffff;
	background-position: -114px 0;
}

a.menubutton_active, a.menubutton_active:hover {
	background: url(images/dynimg_models/button_active.png) no-repeat;
	color: #ffffff;
}

.comicFont {
	font-family: Comic Sans MS, sans-serif;
}

.roterText {
	color: #ff0000;
}

.weisserText {
	color: #ffffff;
}

.imgFloatLeft {
	float: left;
	margin-right: 5px;
}

.imgFloatRight {
	float: right;
	margin-left: 5px;
}

.roundedCorners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.shadow {
	-moz-box-shadow:4px 4px 2px #555555;
	-webkit-box-shadow:4px 4px 2px #555555;
	box-shadow:4px 4px 2px #555555;
}

a.noveltyButton {
	display: block;
	float:left;
	width: 88px;

	padding: 4px;
	margin: 2px;

	color: #000000;
	background: #eeeeee;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #000000;
}

a.noveltyButton:hover {
	color: #000000;
	border-color: #ff0000;
}

a.noveltyButtonActive {
	color: #ffffff;
	background: #ff0000;
	border: 1px solid #ff0000;
}

a.noveltyButtonActive:hover {
	color: #ffffff;
	background: #ff0000;
	border: 1px solid #ff0000;
}

.noveltyItemBox {
	display: block;
	float: left;
	width: 200px;
	min-height: 280px;
	
	padding: 10px;
	margin: 5px;
	
	font-size: 13px;
	text-align: center;
	background: #aaaaaa;
}


