body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #101010;
	background: #000 url(../nps/teaser/back.jpg) no-repeat top center;
	text-align: center; /* for IE */
}
*{
	margin: 0;
	padding: 0;
}
hr{
	display: none;
}
img{
	border: none;
}
ul, li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
#toContent{ /* hide while accessible */
	position: absolute;
	left: -1000em;
	width: 20em;
}
a:link{color:#ddd;}
a:visited{color:#757575;}
a:hover{color:#fff;}
a:active{color:#fff;}

/* ===== Struktur ===== */
#clamp{
	margin: 55px auto 25px auto;
	text-align: left;
	width: 458px;
}
#sheet{
	background: url(../nps/teaser/sheetback.gif) repeat-y top left;
	width: 458px;
	float: left;
	position: relative;
}
#content{
	/* height: 101px; */
	width: 305px;
	float: left;
	background: url(../nps/teaser/head.jpg) no-repeat top left;
	padding: 268px 72px 0 80px;
}
#footer{
	height: 128px;
	width: 458px;
	float: left;
	background: url(../nps/teaser/bottom.gif) no-repeat top left;
}

/* ==== Content blocks ==== */
.article{
	border-top: 1px solid #242424;
	margin-top: 1em;
	padding-top: 1em;
}
#navigation{
	position: absolute;
	top: 238px;
	left: -32px;
}

/* ===== Textformatierungen ===== */
#content{
	line-height: 1.6em;
}
p{
	margin-bottom: 1em;
}
h1, h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size: .92em;
	margin-bottom: .25em;
}
h3, h4, h5{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
.date{
	color: #242424;
}

.big-margin{
	margin-bottom: 6em;
}

/* === Listen === */
#content #main ul{
	margin-bottom: 1em;
}
#content #main li{
	padding-left: 12px;
	background: url(../nps/bullet.gif) no-repeat left 0.55em;
	margin-bottom: 0.33em;
}
#content dl{
	margin-bottom: 1em;
	border-top: 1px solid #333;
}
#content dt{
	margin-top: 1em;
	font-weight: bold;
}
#content dd{
	padding-bottom: 1em;
	border-bottom: 1px solid #333;
}

/* ===== Forms ===== */
fieldset{
	border: none;
	width: 100%;
}
label, input, textarea{
	display: block;
	width: 100%
}
input, textarea{
	border: 1px solid #242424;
	border-bottom: 1px solid #101010;
	padding: 1px;
	background: transparent;
	margin-bottom: 1em;
}
textarea{
	height: 9em;
}
input#submit{
	background: #333;
	color: #000;
	border: 3px double #101010;
	cursor: pointer;
}
.hidden{
	display: none;
}