/* =CSS CSS layout voor www.inndeknip.nl door Arne Kuilman http://www.frishmedia.nl */

html { 
}

img { border: 0; } 

body { background-color: #ffffff;
font-family: Georgia, Lucida Grande;
font-size: 1em;
}

a {
	color:#0000EE;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

a:visited {
	color:##551A8B;
}

hr.clear2 {display:block; height:1px; clear:left; visibility:hidden; margin-bottom:10px;}

tr, td {
font-family: Lucida Grande;
font-size: 11px;
}

h2 {
	color: #336600;
	font-size: 1.4em;
}

h3 {
	color: #336600;
	font-size: 1.1em;
}

.centered {
margin: 0 auto;
width: 900px;
}

/* Code voor de .PNG popup over de iMac */
    .popup {
          position: relative;
          background: url(../images/d80.png) no-repeat;
          width: 400px;
          height: 79px;
          padding: 0;
          margin: 0 0 0 46%;
          float: left;
          }
    .popup img, .popup p {
          visibility: hidden;
          }
    .popup:hover img {
          position: absolute;
          visibility: visible;
          top: -250px;
          left: -270px;
          z-index: 100;
          }
    .popup:hover p {
          position: absolute;
          visibility: visible;
          font-size: 0.9em;
          width: 125px;
          padding: 0;
          top: -125px;
          left: 40px;
          z-index: 150;
          }

#kerstomlijningrood {
     border: 4px solid #cc0000;
     padding: 15px;
     margin: 15px 150px 100px 150px;
     line-height: 140%;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

#omlijninggrijs {
     border: 4px solid #666;
     padding: 15px;
     margin: 15px 150px 100px 150px;
     line-height: 140%;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

#linkerkolom {
float: left;
border: 0px solid #666;
width: 350px;
padding: 8px;
font-family:Georgia;
font-size:1.1em;
line-height: 140%;
}

#rechterkolom {
float: right;
border: 0px solid #666;
width: 350px;
padding: 8px;
font-family:Georgia;
font-size:1.1em;
line-height: 140%;
}

.prijs {
float: right;
}

.produkt {
float: left;
}
.produktinspring {
float: left;
padding-left:0em;
font-size:0.9em;
}

.clear {
     margin: 0;
     padding: 0;
     clear: both;
}