/* np-Edv.at CSS File for Smartphones, (c) Nikolaus Polak */

body {
  font-size: 16px;
  padding: 5px;
}

#wrapper {
  width: 480px;
  position: absolute;
}

#nav {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  height:30px;

}

#nav li{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	height:25px;
	border-right: 2px solid #44F;
}

#nav a{
	font-size: 20px;
}

h2.content {
  padding-left: 10px;
}

#content {
    width: auto;
    padding-top: 5px;
    margin-right: 8px;
}

#footer {
    background: url(body_b.gif) no-repeat right;
    text-align: center;
    padding-right: 10px;
    padding-left: 300px;
    font-size: 10px;
}

#copyright {
    position: relative;
    top: -8px;
    color: #989898;
}

#current {
    margin-left: 5px;
    margin-top: 0px;
}

#logo {
  float: right;
  position: absolute;
  display: block;
  left: 240px;
  height: 160px;
  overflow:hidden;
}

#content .fontsize,
#content .printbutton
	{ display:none; }


