/* netlope.de | Tim Jagusch */

body,head {
  margin: 0 0 0 0;
  padding: 0;
  font-family: Verdana, "Lucida Grande", arial, helvetica, sans-serif;
  color: #333;
  background: #424242 url(bg.png) repeat-x;
  text-align: center;
}

input {
  color: #575757;
  font-size: 11px; 
}

img {
border: 0px;
}

a:link {
     text-decoration: none;
     color: #FF3399;
}

a:hover {
     color: #FF3399;
     text-decoration: none;
     border-bottom: 1px dotted #FF3399;
}

#wrapper {
  position: relative;
  background: #414141 url(content.png) repeat-y;
  height: 420px;
  width: 460px;
  margin: 0 auto;
}

#content {
  left: 70px;
  top: 100px;
  position: absolute;
  text-align: left;
  color: #575757;
  font-size: 11px;
}

#google {
  left: 93px;
  width: 240px;
  height: 60px;
  top:320px;
  position: absolute;
}

#menue {
  right: 0px;
  position: absolute;
}

#new_url {
  left: 15px;
  top: 45px;
  position: absolute;
}

#footer_links {
  left: 93px;
  width: 240px;
  height: 60px;
  top:370px;
  position: absolute;	
}
