/* stylesheet mijn-ip-adres.nl */

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  background: #fff;
}

img {
	border: 0px;
}

p {
  margin-top: 0;
  padding-top: 0;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #cc0000;
}

h2 {
  font-size: 12px;
  color: #333;
  margin: 0;
  padding: 0;
}

a {
  color: #cc0000;
  text-decoration: none;
}

#site {
  background: #fff;
  position: relative;
  width: 600px;
  left: 50%;
  margin-left: -300px;
}

.ad {
  width: 600px;
  height: 60px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}

#content {
  line-height: 180%;
}

#ip {
  width: 300px;
  height: 60px;
  float: left;
  margin-left: 150px;
  margin-top: 10px;
  margin-bottom: 20px;
  border: 3px #ccc solid;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
}

#footer {
  width: 596px;
  height: 20px;
  float: left;
  border-top: 1px #ccc solid;
  padding: 2px;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}


