/*___________________________________________________________________________________________________________________

	mediaCT webinterieur - www.mediact.nl - info@mediact.nl - 050 5799393 - Groningen - The Netherlands
	copyright: http://creativecommons.org/licenses/by-nc-nd/2.0/deed.nl

_____________________________________________________________________________________________________________________*/

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* end flash headlines */

html, body {}

body,td,th,input,select,textarea {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12pt;
	color: #333;
	line-height: 150%;
}

strong { font-weight: bold; }


h1 {}
h2 {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 5px 0 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 10px 0;
}

p { line-height: 140%; margin: 10px 0; }

a { text-decoration: underline; font-weight: bold; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

input,textarea { line-height: normal; }
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {  }
ol {  }

table { border-collapse: collapse; }
th, td {}
th { font-weight: bold; font-size: 100%; }
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}



.clr {clear: both; }
.hr { height: 26px; background: url("../../img/hr.gif") center no-repeat; margin: 10px 0; }
.hr_menu {
	height: 29px;
	background: url("../../img/hr_menu.png") center no-repeat;
	
	/* INTERNET EXPLORER 6 en 5.5 */
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/hr_menu.png', sizingMethod='fixed');
	_text-align: center;
	_margin: 0 auto;
	
	margin-top: 5px;
	margin-bottom: 5px;
}


#container { }

#header {}
#header h1 {
	position: absolute;
	margin-top: 50px;
	margin-left: 100px;
	width: 309px;
	height: 75px;
}
#header h1 a {
	text-indent: -12345em;
	display:block;
}
#header p { display:none; }
#basketballers { display: none; }



#content {}



#breadcrumb { display: none; }

.maincontent {}






#maincontent_vervolg ul {
	list-style-type: circle;
	list-style-position: inside;
}
#maincontent_vervolg ol {
	list-style-type: decimal;
	list-style-position: inside;
}






#itemnavigation { display: none; }



#sign_guestbook {
	border: 2px dotted #771f1f;
	padding: 30px;
	background: #ffd url("../../img/bg_form.jpg") repeat-x;
	margin-top: 20px;
}



#reactionform .formField {
	margin-bottom: 10px;
}
#reactionform .formField label, #reactionform .formArea label {
	width: 100px;
	display: block;
	padding: 3px 0;
	font-weight: bold;
	font-size: 16px;
}

#reactionform .shorttext, #reactionform .longtext {
	font-size: 16px;
	font-weight: bold;
	width: 500px;
	border-top: 3px double #ba5d5d;
	border-left: 3px double #ba5d5d;
	border-bottom: 3px double #771f1f;
	border-right: 3px double #771f1f;
}
#reactionform .shorttext { padding: 3px 0 3px 5px; }
#reactionform .longtext { padding: 3px 5px 3px 5px; margin-bottom: 10px; }

.formField.code { float: left; width: 250px; }
.formField.code img { border: 1px solid #771f1f; padding: 1px; }
.formField.repeat { float: left; width: 300px; }
.formField.repeat input {  }
#labelCode { width: 300px !important; }

.hidden { display: none; }
.show {
	position: absolute;
	display: block;
	z-index: 3;
	margin-top: -20px;
	margin-left: 160px;
	background: #fff;
	border: 1px solid #771f1f;
	width: 200px;
	padding: 10px;
}
.show p { margin: 0; }

#code { width: 100px !important; }



#map, #rightcontent, #menu, #left, #foto_kader_home, #foto_kader_vervolg, #foto_loader { display: none; }
