
/*
Cascading Style Sheet (css)
Website          : Dierenpension DEMO
Version          : V1.0
Author(s)        : Armand Laclé (armand /[at]/ webwerkers.nl)
Company          : Webwerkers
Created on       : 1 Oktober 2008
Last modified    : 

ABOUT & NOTES    : General formatting & Global reset.

/* General formatting  
-----------------------------------------------------------------------------*/ 
html { overflow: -moz-scrollbars-vertical !important; }

body {
 margin: 0;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000000;
 background-image: url('../images/full_tile.jpg');
 background-repeat: repeat-x;
 background-position: center top;
 background-color: #EE6902;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 14px; }

a:link,
a:visited { color: #EE6900; }

a:hover,
a:active {
 text-decoration: none;
 color: #EE6A00;
}

.hr {
 height: 15px;
 background: url(../images/horz_dots.jpg) no-repeat scroll center;
}

.hr hr { display: none; }

.clear { clear:both; }

#wrapper {
 width: 800px;
 margin-right: auto;
 margin-left: auto;
 padding-top: 50px;
 height: 607px;
 background-image: url('../images/full_background.jpg');
 background-repeat: no-repeat;
 background-position: 0px 0px;
}

#menu_container {
 height:auto !important;
 height:1%; /* IE6 Fix */
}

#menu a {
 display: block;
 float: left;
 color: #FFFFFF;
 padding: 6px;
 font-size: 14px;
 font-weight: bold;
}

#menu a:hover {
 color: #EE6900;
 background-color: #FFFFFF;
 text-decoration: none;
}

#menu .space {
 float: left;
 width: 5px;
 background-image: url('../images/vert_menu_dots.jpg');
 background-repeat: no-repeat;
 background-position: center center;
 padding: 6px;
 height: 20px;
}

#body_container {
 height: 440px;
 padding: 28px 10px 0 10px;
}

#box {
 width: 365px;
 float: left;
}

#box p {
 margin: 0px;
 padding: 0px;
}

#content {
 float: left;
 width: 380px;
 padding-left: 25px;
 overflow: auto;
 margin-top: 11px;
 padding-right: 10px;
 height: 400px !important;
 padding-top: 0 !important;
 height: 390px;     /* IE6 Fix */
 padding-top: 10px; /* IE6 Fix */
}

#box p,
#content p ,td{
 font-size: 11px;
 color: #585858;
 line-height: 1.8em;
}

#box a.box_link {
 display: block;
 float: left;
 padding: 5px 5px 5px 8px;
 text-decoration: none;
 background-image: url(../images/arrow.jpg);
 background-repeat: no-repeat;
 background-position: left center;
 margin-right: 4px;
 color: #6D6D6D;
 margin-left: 8px;
}

#box a.box_link:hover { text-decoration:underline; }

.img_margin { margin: 8px; }

#footer {
 font-size: 10px;
 color: #FFFFFF;
 padding-left: 10px;
}

#footer a {
 color: #FFFFFF;
 text-decoration:underline;
}

.image_links img{
    width: 150px;
    float: left;
    padding-right: 10px;
}

.tekst_rechts{

}

