/*


			Roy Makaay Feyenoord edition


*/
* {
  	margin: 0;
  	padding: 0;
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
}
body {
	background: #0e0e0e url(../images/bg_body.jpg) repeat-x;
	font-size: 75%;
	margin: 0;
	padding: 0;
}
#container {
  	width: 735px;
  	margin: 0 auto;
  	position: relative;
	line-height: 1.8em;
}
#header {
	background-image: url(../images/header_default.jpg);
	height: 120px;
}
#artRight {
  	background-image: url(../images/art_right.jpg);
  	height: 280px;
  	width: 135px;
  	position: absolute;
  	right: -135px;
  	top: 0;
}
#artPiece {
  	background-image: url(../images/art_small.jpg);
	float: right;
  	height: 59px;
  	width: 10px;
	padding: 0;
	margin: 0;
 }
 /*	MAIN MENU
///////////////////////////////////////////////////////////// */
#mainMenu {
	width: 735px;
	height: 54px;
	background-image: url(../images/bg_menu.jpg);
	list-style: none;
	padding: 0;
	margin:0;
}
#mainMenu ul {
	list-style: none;
}
#mainMenu ul li {
	float: left;
}
#mainMenu ul li a {
	display: block;
	height: 54px;
}

 /*	BREADCRUMBS
///////////////////////////////////////////////////////////// */
#breadcrumbs {
	width: 697px;
	height: 37px;
	padding: 10px 20px 0 18px;
	background-image: url(../images/bg_breadcrumbs.jpg);
}
#breadcrumbs ul {
	list-style: none;
	float: left;
}
#breadcrumbs ul li {
	float: left;
	color: #666666;
}
#breadcrumbs a {
	font-size: 0.9em;
	color: #999999;
	text-decoration: none;
}

#breadcrumbs a visited {
	font-size: 0.9em;
	color: #999999;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #ea1313;
	text-decoration: underline;
}
ul#language {
	width: 60px;
	float: right;
	margin-right: 20px;
	list-style: none;
	height: 20px;
}
ul#laguage li {
	float: left;
}
ul#language li img {
	border: 1px solid #ffffff;
}
 /*	CONTENT DIVS
///////////////////////////////////////////////////////////// */
#contentContainer {
	width: 715px;
	background-image: url(../images/bg_content.jpg);
	margin: 0;
	padding: 0;
	padding-left: 20px;
	overflow: hidden;
}
#content {
	width: 440px;
	margin-top: 12px;
	float: left;
}
/* SIDEBAR
///////////////////////////////////////////////////////////// */
#sidebar {
	width: 240px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
#login a {
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
}
#login a:hover {
	color: #ea1313;
	text-decoration: underline;
}
#loggedin {
	width: 206px;
	height: 67px;
	padding: 10px 15px 0 15px;
	background-image: url(../images/bg_loggedin.jpg);
	color: #cccccc;
}
 a {
	color: #ea1313;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
#login input {
	width: 190px;
}
input {
	height: 15px;
	background-image: url(../images/bg_input.gif);
	border: 1px solid #333333;
	padding: 3px;
	margin-bottom: 9px;
}
input.btnSubmit {
	width: 58px;
	height: 23px;
	background-image: url(../images/btn.jpg);
	border: 0px;
	text-indent: -999999px;
}
textarea.inputPost {
	width: 389px;
	height: 154px;
	border: solid 1px #cccccc;
	background-image: url(../images/bg_input.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-size: 1em;
	padding: 3px;
}
#postComment {
	width: 400px;
	padding: 14px 20px 10px 20px;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	margin: 16px 0 10px 0;
}
a.spLink {
	margin-left: 16px;
}
 /*	TEXT STYLE
///////////////////////////////////////////////////////////// */
h2 {
	color: #ea1313;
	font-size: 1.4em;
	margin-bottom: 10px;
}
h2.commentUser {
	width: 420px;
	height: 28px;
	line-height: 1em;
	font-size: 1em;
	padding: 9px 10px 0 10px;
	color: #ffffff;
	font-weight: normal;
	background-image: url(../images/bg_usercomment.jpg);
}
div.commentContent {
	margin-left: 10px;
	width: 420px;
}
div.commentInloggen {
	padding: 8px;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	margin: 16px 0 16px 0;
}
img {
	margin: 6px 12px 6px 0;
	border: 0px;
}
 /*	POST OPTIONS
///////////////////////////////////////////////////////////// */
ul.postOps { list-style: none; margin-top: 10px; }
ul.postOps li { float: left; }
ul.postOps li a { font-weight: bold; text-decoration: none; color: #000000; }
ul.postOps li a:hover { color: #ea1313; text-decoration: underline; }
span.seperator { float: left; margin: 0 10px 0 10px; }

 /*	FOOTER
///////////////////////////////////////////////////////////// */
#footer {
	height: 47px;
	width: 715px;
	padding: 8px 10px 0 10px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
#footer span {
	color: #fd6a6a;
	font-size: 0.9em;
}
#footermenu {
	list-style: none;
	width: 735px;
	height: 35px;
	padding: 0;
	margin: 0;
}
#footermenu  li {
	float: left;
	margin: 0 5px 0 5px;
	color: #999999;
}
#footermenu li a {
	color: #999999;
	font-size: 0.8em;
	text-decoration: none;
}
#footermenu li a:hover {
	text-decoration: underline;
	color: #ea1313;
}
#footermenu li.ymflink {
	float: right;
	font-size: 0.9em;
}

/*	Uitslagen
///////////////////////////////////////////////////////////// */
ul.uitslag, ul.uitslagGrey {
	list-style: none;
	width: 433px;
	margin-left: 4px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 2px;
}
ul.uitslagGrey {
	background-color: #e1e1e1;
}
ul.uitslag li, ul.uitslagGrey li {
	float: left;
}
li.datum {width: 75px; padding:3px;}
li.tegenstander {width: 300px; padding:3px}
li.uitslag {width: 40px; padding: 3px;}

input.buttons {
	height: 24px;
	background-image: url(../images/bg_btns.jpg);
	color: #FFFFFF;
	border: solid 1px #fc1c1c;
	line-height: 0.8em;
}
input.login {
	width: 70px !important;
}
td.inputRegister {
	width: 120px;
}
