/**
*	Copyright 2006 MediaMonks Multimedia Holding B.V., All Rights Reserved.
*
*	stylesheet [screen]
*
*	@version	1.0
*	@date		10-11-2006
*
*/

body
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace, Sans-Serif;
    background-color: #FFF;	
    background-image: url('../images/bg/mediamonks_baseball_bg.jpg');
    background-position: top left;
}
img
{
    margin: 0;
    padding: 0;
	border: none;
}
p 
{
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
p.mmdata,
p.copy
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;	
}
p.copy
{
	line-height: 14px;
	color: #000;	
}
h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	color: #000;	
}
h1
{
	margin: 0 0 21px 0;
	font-size: 24px;
	font-weight: bold;
}
h2,
h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover
{
	margin: 0 0 16px 0;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
h2 a:hover
{
	text-decoration: underline;	
}
h3
{
	margin: 0;
	padding: 0 0 0 22px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
    background-position: 0 4px;
    background-repeat: no-repeat;	
}
h4
{
	margin: 0;
	padding: 0;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
}
h5
{
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #000;
}
h3.mainnav
{
	background-image: url('../images/ico/ico_mainnav.gif');
}
h3.blog
{
	background-image: url('../images/ico/ico_blog.gif');
}
h3.rss
{
	background-image: url('../images/ico/ico_rss.gif');
}
h3.mailing
{
	background-image: url('../images/ico/ico_mailing.gif');
}
a.external:link,
a.external:active,
a.external:visited,
a.external:hover
{
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
a.external:hover
{
	background-color: #CC0000;
	color: #FFF;
}
a:link,
a:active,
a:visited,
a:hover,
a.internal:link,
a.internal:active,
a.internal:visited,
a.internal:hover
{
	color: #666;
	text-decoration: underline;
}
a:hover,
a.internal:hover
{
	color: #000;
	text-decoration: none;
}
a:link,
a:active,
a:visited
{
	color: #000;
}
a.red:link,
a.red:active,
a.red:visited,
a.red:hover
{
	color: #CC0000;
	text-decoration: underline;
}
a.red:hover
{
	color: #CC0000;
	text-decoration: none;
}
img#titlevert
{
	position: absolute;
	top: 55px;
	left: 0;
}
div.clear
{
	position: relative;
	clear: both;
	height: 0px;
	font-size: 0px;
}
div#wrapper
{
	position: relative;
	margin: 55px 0 0 85px;
	padding: 0;
	width: 758px;
    /*background-image: url('../images/bg/navbg.gif');
    background-position: top left;
    background-repeat: repeat-y;*/
}
div#wrapper div#navigation
{
	position: relative;
	margin: 0 68px 30px 0;
	padding: 17px 15px 25px 15px;
	width: 162px;
	float: left;
	background-color: #FFF;
}
div#wrapper div#content
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 498px;
	float: left;
	background-color: #FFF;
}
div#wrapper div#content div.contentnav
{
	position: relative;
	margin: 0;
	height: 56px;
	background-color: #F2F2F2;
}
div#wrapper div#content div#pagecontent
{
	position: relative;
	margin: 0;
	padding: 26px 20px 32px 20px;
}
img.front
{
	margin: 16px 0 0 0; 
	border: 1px solid #999;
}
div#footer
{
	position: relative;
	margin: 0;
	width: 100%;
	background-color: #000;
	color: #FFF;	
}
div#footer img#logo
{
	margin: 10px 15px 80px 10px;
	width: 77px;
	height: 85px;
	float: left;
}
div#footer div#address
{
	margin: 30px 0 40px 0;
	float: left;	
}
div#copyrights
{
	position: relative;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 100%;
	background-color: #FFF;
	text-align: center;	
}
dl
{
	position: relative;
	margin: 0;
	padding: 0;
}
dd.navitem
{
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
	font-size: 11px;
	height: 15px;
	color: #666;
	background-image: url('../images/ico/nav_std.gif');
	background-position: 2px 6px;
	background-repeat: no-repeat;
	background-color: #FFF;		
}
dd.navitem_sel
{
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
	font-size: 11px;
	height: 15px;
	color: #FFF;
	background-image: url('../images/ico/nav_sel.gif');
	background-position: 2px 6px;
	background-repeat: no-repeat;
	background-color: #CC0000;		
}
dd.navitem a.navlink:link,
dd.navitem a.navlink:active,
dd.navitem a.navlink:visited,
dd.navitem a.navlink:hover
{
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: none;
}
dd.navitem_sel a.navlink_sel:link,
dd.navitem_sel a.navlink_sel:active,
dd.navitem_sel a.navlink_sel:visited,
dd.navitem_sel a.navlink_sel:hover
{
	margin: 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
}
dd.navitem a.navlink:hover
{
	color: #666;
	text-decoration: underline;
}
dd.navitem_sel a.navlink_sel:hover
{
	color: #FFF;
	text-decoration: underline;
}
dd.seperator
{
	margin: 0;
	padding: 0 0 0 5px;
	height: 3px;
	background-image: url('../images/seperator.gif');
	background-position: 5px 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

form
{
	position: relative;
	margin: 0;
	padding: 0;
}
form#form_reaction
{
	margin: 16px 0 0 0;	
}
form p
{
	font-size: 11px;
}
form label
{
	position: relative;
	margin: 4px 20px 0 0;
	padding: 0;
	text-align: right;
	width: 98px;
	font-family: 'Courier New', Courier, monospace, Sans-Serif;
	font-size: 12px;
	color: #666;
	float: left;		
}
form#form_mailing input,
form#form_contact input,
form#form_contact textarea,
form#form_reaction input,
form#form_reaction textarea
{
	position: relative;
	margin: 9px 0 0 0;
	padding: 2px 0 3px 7px;
	width: 153px;
	border: 1px solid #CCC;
	font-family: 'Courier New', Courier, monospace, Sans-Serif;
	font-size: 12px;
	color: #999;
}
form#form_contact input,
form#form_contact textarea,
form#form_reaction input,
form#form_reaction textarea
{
	margin: 0 0 4px 0;
	width: 175px;
	color: #666;	
	float: left;
}
form#form_contact input.max
{
	width: 293px;
}
form#form_contact textarea,
form#form_reaction textarea
{
	width: 293px;
	height: 120px;	
}
form#form_reaction input.checkbox
{
	margin: 5px 0 0 -3px;
	width: 20px;
	border: none;
	background: none;		
}
form#form_reaction div.frmmailing
{
	padding: 5px 0 0 0;	
}
form#form_contact div.required,
form#form_reaction div.required
{
	position: relative;
	margin: 15px 0 4px 0;
	width: 293px;
	font-family: 'Courier New', Courier, monospace, Sans-Serif;
	font-size: 11px;
	color: #999;	
	text-align: right;
	float: left;	
}
form#form_contact br,
form#form_reaction br
{
	clear: both;
}
form#form_mailing input.std
{
	color: #999;
	background-color: #FFF;	
}
form#form_mailing input.error
{
	color: #FFF;
	background-color: #CC0000;
}
form#form_mailing input.submitbut,
form#form_contact input.submitbut,
form#form_reaction input.submitbut
{
	font-family: 'Courier New', Courier, monospace, Sans-Serif;
	margin: 8px 0 0 0;
	padding: 4px 0 3px 10px;
	width: 100px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-image: url('../images/ico/nav_sel.gif');
	background-position: 7px 10px;
	background-repeat: no-repeat;
	background-color: #CC0000;	
	border: none;
	cursor: pointer;	
}
form#form_contact input.submitbut,
form#form_reaction input.submitbut
{
	margin: 8px 7px 0 0;	
}

div.paginator
{
	position: relative;
	margin: 0 0 0 10px;
	padding: 19px 0 0 0;
	width: 303px;
}
p.paginator
{
	font-size: 11px;
	color: #000;	
}
p.paginator span.off
{
	padding: 0 1px 0 1px;
	color: #ACACAC;
}
p.paginator span.pnsep1
{
	font-size: 13px;
	padding: 0 4px 0 4px;
	color: #ACACAC;
}
p.paginator span.pnsep2
{
	font-size: 13px;
	padding: 0 4px 0 4px;
	color: #ACACAC;
}
p.paginator a:link,
p.paginator a:visited,
p.paginator a:active,
p.paginator a:hover,
p.paginator a.noline:link,
p.paginator a.noline:visited,
p.paginator a.noline:active,
p.paginator a.noline:hover
{
	padding: 0 4px 0 4px;
	color: #000;
	text-decoration: underline;	
}
p.paginator a:hover
{
	text-decoration: none;	
}
p.paginator a.noline:link,
p.paginator a.noline:visited,
p.paginator a.noline:active,
p.paginator a.noline:hover
{
	text-decoration: none;	
}
p.paginator span.sel
{
	padding: 0 4px 0 4px;
	color: #000;
	background-color: #E1E1E1;
}

div.item
{
	position: relative;
	margin: 0 0 45px 0;
	padding: 0;	
}
div.item div.image
{
	margin: 0;
	text-align: center;
	width: 452px;
	overflow: hidden;	
}
div.item .itemsep
{
	clear: both;
	margin: 17px 0 0 0;
}
div.item div.postinfo
{
	margin: 1px 0 0 0;
	height: 12px;
}
div.item div.postinfo p.date
{
	color: #999;
	font-size: 11px;
	float: left;
}
div.item div.postinfo p.info
{
	font-size: 11px;
	float: right;
}
div.images
{
	position: relative;
	margin: 16px 0 0 0;
	padding: 0;
}	
div.thumb_portrait,
div.thumb_landscape
{
	position: relative;
	margin: 0 10px 0 0;
	padding: 0; 
	float: left;	
}
div.thumb_portrait img,
div.thumb_landscape img
{
	border: 1px solid #999;
}
div.thumb_portrait img.view,
div.thumb_landscape img.view
{
	position: absolute;
	bottom: 3px;
	right: 2px;
	z-index: 999;
	border: none;
	cursor: pointer;	
}
div.msg
{
	position: relative;
	margin: 0 0 0 0;
	padding: 19px 0 0 20px;
}
div.formerrors,
div.mailformerrors
{
	margin: 0 0 16px 0;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
div.mailformerrors
{
	font-size: 11px;
	margin: 5px 0 5px 0;
}
div.portrait,
div.landscape
{
	position: relative;
	margin: 0;
	width: 458px;
	text-align: center;
	overflow: hidden;	
}
div.artheader
{
	position: absolute;
	top: 11px;
	right: 0;
	width: 133px;
}
dl.artlinks dd
{
	margin: 0;
	padding: 0 0 0 21px;
	font-size: 11px;
	line-height: 18px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}
dd.artikel_on
{
	color: #999;
	background-image: url('../images/ico/artikel_on.gif');	
}
dd.headers_on
{
	color: #999;
	background-image: url('../images/ico/headersonly_on.gif');	
}
dd.artikel_off
{
	color: #666;
	background-image: url('../images/ico/artikel_off.gif');	
}
dd.headers_off
{
	color: #666;
	background-image: url('../images/ico/headersonly_off.gif');	
}

div.item_headers_wrapper
{
	position:relative;
	height:18px;	
}

a.item_headers,
a.item_headers:link,
a.item_headers:active,
a.item_headers:visited,
a.item_headers:hover
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 18px;
	background-position: 2px 7px;
	background-repeat: no-repeat;
	background-image: url('../images/ico/nav_std.gif');
	color: #000;
	background-color: #FFF;
	display: block;
	text-decoration: none;
	overflow:hidden;
}
a.item_headers:hover
{
	background-image: url('../images/ico/nav_sel.gif');
	color: #FFF;
	background-color: #CC0000;
}
a.item_headers:link div.title,
a.item_headers:active div.title,
a.item_headers:visited div.title,
a.item_headers:hover div.title
{
	position: relative;
	margin: 0;
	padding: 1px 0 0 12px;
	width: 340px;
	float: left;
	font-size: 12px;
	color: #000;
	text-decoration: none;	
	cursor: pointer;
}
a.item_headers:hover div.title
{
	color: #FFF;
	text-decoration: none;	
}
a.item_headers:link div.date,
a.item_headers:active div.date,
a.item_headers:visited div.date,
a.item_headers:hover div.date
{
	position: relative;
	margin: 1px 0 0 0;
	padding: 0 2px 0 0;
	font-size: 11px;
	color: #999;
	float: right;	
}
a.item_headers:hover div.date
{
	color: #FFF;
}
div.item_headers_sep
{
	margin: 0;
	padding: 1px 0 0 0;
	height: 2px;
}