@font-face {
	font-family: 'mijnmedicijn regular';
	src: url('GILLSAN1.eot');
	src: local('mijnmedicijn Regular'), 
		 local('mijnmedicijn'), 
		 url('GillSansMT.ttf') format('truetype'),
		 url('GILLSAN1.svg#font') format('svg'); 
}

body
{
	margin: 0px;
	padding: 0px;
	background: #D6D6D6 url(../images/layout/background.jpg) repeat-x left top;
	text-align: left;
	font-family: mijnmedicijn, "Gill Sans MT" , Tahoma, Verdana, "sans-serif";
	font-size: 14px;
	color: #737373;
}

h1, h2, h3
{
	margin-top: 0;
}

h1
{
	font-size: 1.6em;
	font-weight: normal;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1em;
}

ul.images
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.listtextsecondline
{
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

ul li.square 
{
	background-image: url(../images/listimage.gif);
	background-position: 22px 19px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 60px;
	line-height: 40px;
}

ul li.pdf
{
	background-image: url(../images/pdf_icon.gif);
	background-position: 0px 0px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 60px;
	line-height: 40px;
}

ul li.video
{
	background-image: url(../images/wmp_icon.gif);
	background-position: 2px 4px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 60px;
	line-height: 40px;
}

ul li.star
{
	background-image: url(../images/star.gif);
	background-position: 10px 6px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 60px;
	line-height: 40px;
}

a
{
	text-decoration: none;
	color: #58B7DD;
	cursor: pointer;
}

a:hover
{
	color: #737373;
	text-decoration: underline;
}

a:visited
{
	color: #58B7DD;
}

a img
{
	border: none;
}

img.left
{
	float: left;
	margin: 0 20px 0 0;
}

img.right
{
	float: right;
	margin: 0 0 0 20px;
}

.headersize
{
	width: 1000px;
	height: 226px;
}

#header
{
	width: 1000px;
	margin: 0 auto;
	height: 196px;
/*	background: #ffffff url(../images/layout/header.jpg) no-repeat left top;*/
}

.smalltext
{
	font-size: 12px;
}

.smallertext
{
	font-size: 10px;
}

textarea
{
	font-family: mijnmedicijn, "Gill Sans MT" , Tahoma, Verdana, "sans-serif";
	color: #737373;
	font-size: 12px;
}

/* Search */

#searchform
{
	text-align: right;
	margin: 30px 15px 0px 0px; /* -13px 30px 0px 0px; */ 
}

#searchform h2
{
	display: inline;
	vertical-align: middle;
	color: #58B7DD;
	margin-right: 10px;
}

#searchform input
{
	vertical-align: middle;
	margin: 10px 0;
	padding: 2px;
	font-size: 14px;
}


/* Header */

#logo
{
	width: 930px;
	height: 106px;
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 30px;
	clear: both;
}

#logo h1, #logo p
{
	margin: 0;
	padding-left: 100px;
	color: #FFFFFF;
}

#logo span
{
	color: #FFFFFF;
}

#logo a
{
	border: none;
}

/* Menu */

#menu
{
	width: 970px;
	height: 64px;
	margin: 0 auto;
	padding: 56px 0px 0px 30px;
}

/* Wrapper */

#wrapper
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page
{
	width: 940px;
	margin: 0px auto;
	padding: 0px 30px;
	background: url(../images/layout/page.jpg) repeat-y left top;
}

#page-bg
{
}

/* Latest Post */

#latest-post
{
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content
{
	float: left;
	width: 540px;
	margin: -20px 10px;
	background: #FFFFFF;
}
#content_breed
{
	float: left;
	width: 920px;
	margin: -20px 10px;
	background: #FFFFFF;
}

.widget
{
	padding-bottom: 15px;
	line-height: 200%;
}

.widget h1
{
	font-weight: normal;
}

.title
{
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 28px;
	font-weight: normal;
}

.title a
{
	border-bottom: none;
	color: #6DC5F3;
}

.title a:hover
{
	border-bottom: 1px dotted #000000;
}

.byline
{
	margin: -4px 0px 20px 0px;
	padding: 4px 0px;
	border-bottom: 1px #DCDCDC dashed; /*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 11px;
}

.tag
{
	padding: 0 15px;
}

.entry
{
	padding: 0px 0px;
}

.links
{
}

.links a
{
	display: block;
	width: 110px;
	height: 28px;
	padding-top: 2px;
	background: url(../images/layout/img07.jpg) no-repeat left top;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.links a:hover
{
}

/* Sidebars */

#sidebar1
{
	float: left;
	width: 200px;
	margin-top: -20px;
}

#sidebar2
{
	float: right;
	width: 180px;
	margin-top: -20px;
}

.sidebar
{
	float: left;
	padding: 0;
	color: #737373;
}

.sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li
{
	padding: 0 0 0px 0;
}

.sidebar li ul
{
	background: #F7F7F7;
	padding-bottom: 20px;
}

.sidebar li li
{
	margin: 0px 15px;
	padding: 8px 0px;
	border-bottom: 1px #DCDCDC dashed;
	background: none;
}


.sidebar li h2
{
	height: 26px;
	background: #6DC5F3;
	margin: 0 0 0 0;
	padding: 14px 15px 0px 15px;
	text-transform: uppercase;
	font-size: 11px; /*	font-family: Tahoma, Arial, Helvetica, sans-serif; */
	font-weight: bold;
	color: #FFFFFF;
}

.sidebar a
{
	color: #737373;
}

.sidebar a:hover
{
	color: #BDBDBD;
}


#s
{
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x
{
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase; /*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 10px;
	color: #CCCCCC;
}
/* Footer */

#footer
{
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/layout/footer.jpg) no-repeat left top;
}

#footer p
{
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px; /*	font-family: Arial, Helvetica, sans-serif; */
	color: #737373;
}

#footer a
{
    text-decoration: none;
    color: #58B7DD;
}

#footer a:hover
{
    text-decoration: underline;
    color: #737373;
}

#footer .link
{
}

#footer .copyright
{
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.test
{
	border: 1px solid red;
}

.centertext
{
	text-align: center;
}
.lefttext
{
	text-align: left;
}
.righttext
{
	text-align: right;
}

.clear
{
	clear: both;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.votestars
{
	width: 230px;
	padding: 4px;
	margin-left: 4px;
	background: Silver;
}

.votestarsinner
{
    font-size: 0.8em;
	background: #fff;
	padding: 3px 3px 0 3px;	
}

.votetitleblock
{
	width: 100px;
}

#content h3
{
	margin-bottom: 5px;
}

.titlecolor, .titlecolor a
{
	color: #58B7DD;
}

div.maxheight-300
{
	height: 300px;
}

div.pregnancybox
{
	height: 212px;
	width: 240px;
	padding-right: 0px;
}

div.pregnancybox img
{
	padding-bottom: 5px;
}

div.pregnancybox-inner
{
	height: 173px;
	overflow: auto;
	border-top: 1px solid Silver;
	padding-right: 0px;
	margin-right: -7px;
	margin-top: 4px;
}

div.maxheight-inner-300
{
	height: 286px; 
	overflow:auto;
}

.watermark
{
	/*	font-size: smaller;*/
	color: Gray;
}

.loginTextBox
{
	font-size: 0.8em;
	width: 80px;
	margin: 0px;
	background-color: #d4d4d4;
}

.searchTextBox
{
	font-size: 0.8em;
	width: 120px;
	margin: 8px 0 0 auto;
	background-color: #d4d4d4;
}

input.submitbutton
{
	text-align: center;
	color: #000000; 
	margin: 0px 0px 0 0;
	padding: 0px;
}

label.input, label.required
{
	text-align: right;
	width: 120px;
	border-right: 1px dotted #58B7DD;
	padding-right: 5px;
	margin-right: 5px;
	display: block;
	font-size: smaller;
}

label.warning
{
	text-align: left;
	width: auto;
	padding: 0;
	margin: 0px 0px 0px 10px;
	float: none;
	clear: none;
	display: inline;
	color: #FF0000;
	font-size: 10px;
	border: none;
	border-top: 1px dotted #ffffff;
}

.inputclass
{
	width: 160px;
	border: 1px solid #CFCED3;
	color: #777;
}

.error
{
	color: #ff0000;
	font-size: x-small;
}

.terms
{
	font-size: 11px;
}

.dimmed
{
	color: #cccccc;
}

#top
{
	margin: -42px 30px 0 0;
	width: 940px;
	text-align: right;
}

#top ul
{
	margin: 0px 0 0 0;
	padding: 0px;
	list-style: none;
	width: 100%;
}

#top li
{
	float: right;
	display: inline;
	height: 30px;
	margin: 0 0px;
	padding: 0px 20px;
	font-size: 13px;
	font-weight: normal;
	background: url(../images/layout/topmenudivider.gif) no-repeat right 4px;
}

#top li.last
{
	padding-right: 0px;
	background: none;
}

#top a.submitbutton, #top li.last span
{
	vertical-align: top;
}

#top a
{
	text-decoration: none; /*	font-family: Arial, Helvetica, sans-serif; */
	color: #FFFFFF;
}

#top a:hover
{
	color: #737373;
}


#page h2
{
/*	text-align: center; */
	font-size: large;
	color: #58B7DD;
	font-weight: bold;
}
#page h3
{
/*	text-align: center; */
	font-size: medium;
	color: #737373;
	font-weight: bold;
}

div.rounded
{
	margin: 0px;
	background: #fff;
	padding: 7px 7px 7px 7px;
	border: 0;
	zoom: 1;
}

div.outer
{
	background: #58B7DD;
	margin: 10px 0px;
	padding: 4px;
}

div.tab
{
	margin: 0px;
	background: #fff;
	padding: 0px;
	border: 0;
	zoom: 1;
}

div.tab-outer
{
	background: #58B7DD;
	margin: 0px 0px;
	padding: 0px;
	width: 300px;
	text-align: center;
	margin-top: 2px;
}

div.centerbox
{
	color: #737373;
	text-align: left;
	background-color: #ffffff;
}

div.sidebarbox
{
	color: #737373;
	background-color: #ffffff;
}

div.sidebarbox a
{
	color: #58B7DD;
}

div.menubox, div.menubox a
{
	background-color: #94d2ec;
	color: #ffffff;
	padding: 0px;
	font-size: larger;
}

div.menubox a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.summarynumber
{
	color: #58B7DD;
	font-weight: bold;
}

.menu li
{
	padding: 5px;
	border-top: 2px solid #c9f3ff;
}

.menu li.first
{
	border-top: 0px solid #c9f3ff;
}

#tab
{
	float: left;
	clear: left;
	border: 1px solid #58B7DD;
	margin: 0 20px 0 244px;
	padding: 0px 10px;
}

#breadcrumb
{
	float: right;
	clear: both;
	margin: 0px;
	padding: 0px 10px;
	color: #C0C0C0;
}

#breadcrumb a
{
	text-decoration: none; /*	font-family: Arial, Helvetica, sans-serif; */
	color: #C0C0C0;
}

#breadcrumb a:hover
{
	text-decoration: underline; /*	font-family: Arial, Helvetica, sans-serif; */
}

.hidden
{
	display: none;
}

#sitemaplist
{
    height: 150px;
    width: 450px;
    padding: 0 0 0 75px;
    overflow: auto;
}
.horizontalOverflow
{
    width: 520px;
    overflow: auto;
}
.highlighted 
{ 
	background-color: #58B7DD; 
	color: #FFFFFF;
}

.textboxText
{
	font-size: 14px;
	color:#737373;
}

.width-full 
{
	display: block;
	width: 100%;
}

.reaction
{
	padding: 5px 10px 0px 5px;
	margin: 4px 0 4px 50px;
}

.get-reaction
{
	padding: 5px 10px 0px 5px;
	margin: 4px auto;
}

select, input
{
	font-family: mijnmedicijn, "Gill Sans MT" , Tahoma, Verdana, "sans-serif";
	font-size: small;
	color:#737373;
}

#printcontent
{
	padding: 0px;
	margin: 0px;
}

.reactions 
{
	font-size: 0.88em;
}


.button {
	float: left;
	clear: both;
	background: url(../images/buttons/btn_left.png) no-repeat;
	background-color: #6FFF3E;
	padding: 0 0 0 8px;
	margin: 5px 0;
}
.button a {
	float: left;
	height: 30px;
	background: url(../images/buttons/btn_stretch.png) repeat-x left top;
	line-height: 30px;
	padding: 0 8px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.button span {
	background: url(../images/buttons/btn_right.png) no-repeat;
	float: left;
	width: 8px;
	height: 30px;
}
.button-right {
	float: right;
	clear: none;
	background: url(../images/buttons/btn_left.png) no-repeat;
	background-color: #6FFF3E;
	padding: 0 0 0 8px;
	margin: 5px 2px;
}
.button-right a {
	float: left;
	height: 30px;
	background: url(../images/buttons/btn_stretch.png) repeat-x left top;
	line-height: 30px;
	padding: 0 8px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.button-right span {
	background: url(../images/buttons/btn_right.png) no-repeat;
	float: left;
	width: 8px;
	height: 30px;
}
.clear {
	clear: both;
}
.highlight
{
	background-color: #90e6ff;
}
.message-info
{
	border: 1px solid #cccccc;
	padding: 5px;
	color: #333333;
	background-color: #ffffc0;
}

.vote
{
	display: none;
}

ul.localizations
{
	margin: 0px 0 0 0;
	padding: 0px;
	list-style: none;
	width: 100%;
}

ul.localizations li
{
	margin: 0 0px;
}

