@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	background-color: #800000;
	text-align:center;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a, img {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#rl_container {
	background-color: #99CC00;
	background-image:url(/img/layout/rl_middle.jpg);
	background-repeat:repeat-y;
	margin:auto;
	padding:0;
	width: 1000px;
	text-align: left;
}

#rl_header {
	width: 1000px;
	background-image:url(/img/layout/rl_header.jpg);
	background-repeat:no-repeat;
	height: 235px;
}

#rl_footer {
	clear:both;
	width: 1000px;
	background-image:url(/img/layout/rl_footer.jpg);
	background-repeat:no-repeat;
	height: 38px;
	text-align:center;
	font-size: 0.8em;
	color: #666666;
}

#rl_contemt_body {
	clear:both;
}
#rl_content_body table {
	background-color: #33CC66;
}

#rl_side_l {
	float: left;
	width: 206px;
	margin-left: 10px;
	background-image:url(/img/layout/rl_side_l_foto.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top: 200px;
	color:#FFFFFF;
	text-align:center;
}
#rl_side_l a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#rl_side_l a:hover {
	color: #3399FF;
}

#rl_content {
	float: left;
	width: 474px;
	margin-left:40px;
	text-align:justify;
	line-height: 1.3em;
}
#rl_content h1 {
	padding:0;
	margin:0;
	margin-top: 0.5em;
	font-size: 1.5em;
	font-weight: bold;
	background: url(/img/icons/voorpootje.png) center left no-repeat;
	padding-left: 18px;
}
#rl_content h2 {
	padding:0;
	margin:0;
	margin-top: 1em;
	font-size: 1.3em;
}
#rl_content a {
	color: #003366;
}
#rl_content a:hover {
	color: #800000;
}
#rl_content h3>a {
	color: snow;
}
#rl_content h3>a:hover {
	color: snow;
}

#rl_content a[href^="http:"] {
	background: url(/img/icons/world_go.png) right center no-repeat;
	padding-right: 18px;
}
#rl_content a[href^="mailto:"] {
	background: url(/img/icons/email_go.png) right center no-repeat;
	padding-right: 18px;
}

#rl_side_r {
	float: left;
	width:220px;
	margin-left: 40px;
	color:#FFFFFF;
	text-align:center;
}
#rl_side_r a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding: 4px 0px 4px 0px;
}
#rl_side_r a:hover {
	color: #3399FF;
}


.petRow {
	clear: both;
	margin: 4px;
	padding: 6px;
	color: #FFFFFF;
	background-color: #003366;
}
div.petRow a {
	color: #FFFFFF;
	text-decoration:none;
}
div.petRow h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}
.petPic {
	padding: 0;
	margin: 0;
	width: 200px;
	float:left;
}
.petInfo {
	padding: 0;
	margin: 0;
	padding-left: 10px;
	float:left;
}

#petFotos {

}
.petFotoRow {
	clear:both;
	padding-top:1em;
	padding-bottom: 1em;
	border-top: 1px solid #000000;
	font-size: 0.9em;
}
.petFotoLinks {
	width: 160px;
	float:left;
}
.petFotoRechts {
	float: left;
}