/* stylesheet for minisite borstvergroting parkkliniek rotterdam */


/* used colors */
/* blue					#002355 */
/* orange				#FE8938 */
/* light orange			#FFA161 */
/* lightest orange		#FDB988 */
/* white				white */


/* HTML & BODY */
html
{
  background: white;
}

body
{
  text-align: center;
  padding: 0px;
  margin: 0px;
  height: 100%;
}


/* DIV#WEBSITE */
div#website
{
  margin: 0 auto;
  text-align: left;
  width: 900px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
}


/* DIV#BRANDING */
div#branding
{
  width: 900px;
  height: 102px;
}


/* DIV#EXTRA_INFO */
div#extra_info
{
  width: 900px;
  color: #002355;
  font-size: 11px;
  font-weight: bold;
}

div#extra_info div
{
  float: left;
  padding: 3px;
  padding-left: 20px;
}


div#extra_info div#link
{
  width: 163px;
  background: #FE8938;
}

div#extra_info div#link a
{
  color: #002355;
  text-decoration: none;
}

div#extra_info div#link a:hover
{
  text-decoration: underline;
}

div#extra_info div#breadcrumbs
{
  width: 503px;
  background: #FDB988;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

div#extra_info div#breadcrumbs a
{
  color: #002355;
}

div#extra_info div#date
{
  width: 163px;
  background: #FFA161;
}


/* DIV#MOOD */
div#mood
{
  float: right;
  width: 186px;
  padding-top: 16px;
}

div#mood img
{
  margin-bottom: 16px;
}


/* DIV#NAVIGATION */
div#navigation
{
  float: left;
  width: 186px;
  padding-top: 16px;
}


/* DIV#NAVI */
div#navi
{
  width: 186px;
  margin-bottom: 16px;
  font-size: 13px;
}

div#navi div#navi_top
{
  height: 17px;
  background-image: url(img/menu_top.gif);
  background-repeat: no-repeat;
}

div#navi div#navi_main
{
  background-image: url(img/menu_bg.gif);
  background-repeat: repeat-y;
  padding-left: 12px;
  padding-right: 4px;
}

div#navi div#navi_bottom
{
  height: 17px;
  background-image: url(img/menu_bottom.gif);
  background-repeat: no-repeat;
}

div#navi ul
{
  margin: 0px;
  padding: 0px;
}

div#navi ul li
{
  list-style-type: none;
  color: #002355;
  font-weight: bold;
}

div#navi ul li a
{
  color: #002355;
}

div#navi ul li a:hover
{
  color: #FE8938;
}

div#navi ul li a#active
{
  color: #FE8938;
}

div#navi ul li ul li
{
  padding-left: 10px;
  list-style-type: none;
  background-image: url(img/pijl_subnavi.gif);
  background-repeat: no-repeat;
  background-position: 1px 4px;
  color: black;
  font-size: 12px;
  font-weight: normal;
}

div#navi ul li ul li a
{
  color: black;
}


/* DIV#CONTENT */
div#content
{
  float: left;
  width: 488px;
  padding: 20px;
  padding-bottom: 3px;
}


/* DIV#SITE_INFO */
div#site_info
{
  float: left;
  width: 900px;
  font-size: 11px;
  font-weight: bold;
}

div#site_info span#address
{
  display: block;
  width: 490px;
  color: white;
  background: #FE8938;
  margin-left: 186px;
  padding-left: 10px;
  padding-right: 8px;
}

div#site_info span#copyright
{
  display: block;
  width: 490px;
  color: #999999;
  margin-left: 186px;
  padding-top: 2px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 8px;
  font-weight: normal;
}

div#site_info span#copyright a
{
  color: #999999;
}


/* TABLE#PRICES */
table#prices {
  width: 100%;
  padding-bottom: 20px;
}

table#prices td {
  vertical-align: top;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

table#prices td#price {
  width: 70px;
}

table#prices tr#even {
  background-color: #E5E9EC;
}


/* TABLE#GALLERY */
table#gallery {
  width: 340px;
}

table#gallery td#photo img {
  clear: both;
}

table#gallery td#before {
  width: 170px;
  padding: 6px;
  color: #002355;
  background-color: #FDB988;
  text-align: center;
  font-weight: bold;
}

table#gallery td#after {
  width: 170px;
  padding: 6px;
  color: #002355;
  background-color: #FE8938;
  text-align: center;
  font-weight: bold;
}

table#gallery td#description {
  padding: 6px;
  padding-bottom: 15px;
}

table#gallery td#next {
  text-align: right;
}

table#gallery td#navigation {
  padding: 6px;
}

table#gallery td#navigation a {
  color: black;
}

table#gallery td#navigation a#active {
  color: #FE8938;
}



/* TEXT */
h1
{
  margin: 0px;
  padding: 0px;
  padding-bottom: 12px;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 24px;
  font-weight: bold;
  color: #002355;
}

h2
{
  margin: 0px;
  padding: 0px;
  padding-bottom: 2px;
  font-size: 14px;
  color: #002355;
}

h3
{
  margin: 0px;
  padding: 0px;
  padding-bottom: 2px;
  font-size: 13px;
  color: #002355;
}

p
{
  margin: 0px;
  padding: 0px;
  margin-bottom: 17px;
}

p#date {
  color: #FE8938;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 0px;
}

ul
{
  margin-top: -17px;
}


/* LINKS */
a
{
  color: #FE8938;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
