body, div, span, p, a, td, input, select, textarea, .titel, .subtitel, .eingabe {
	font-family:  Univers, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}

html {
overflow-y: scroll;	
}

html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	
}


h1 {
	color:#993333;
	font-size:50px;
	margin-left:0px;
	margin-top:0px;
}

h2 {
	margin:0px 0px 10px 0px;
	font-size:13px;
}

h2.titel {
	margin:0px 0px 10px 10px;
	font-size:62px;
	color:#000;
	font-weight: 100;
	text-transform:uppercase;
}

h3 {
	color:#993333;
	font-size:15px;
}

td {
	color: #000;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
	text-decoration:underline;
}

a.subnav {
	color: #a8988e;
}

a.subnav:hover {
	color: #efa468;
}

a.copyright {
	color: #b2a99e;
}

p {
	margin: 0px 0px 0em 0px;
}
ul {
	margin: 0px 0px 20px 0px;
	list-style-type:none;
}

li {
	margin: 0px 0px 0px 10px;
}

.subtitel   {
	font-weight:bold;
	text-decoration: none;
	color: #a8988e;
}

/* ids */
#mainpage {
	margin:0px auto;
	padding: 0px;
	width: 1024px;
	min-height: 100%;
	background-color: #f4f2ec;
	text-align: left;
	position:relative;
}

#header {
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding: 10px 0 15px 0;
	width:1024px;
	height:306px;
	background-color: #FFF;
}
#adresse   {
	position:absolute;
	top:200px;
	left:10px;
	background-color:#fed100;
	width:280px;
	height:104px;
	z-index:100;
}
	#adresse p, #zurueck p {
	padding: 5px 9px;
	line-height:1.4em;
	/*text-transforuppercasem:;*/
	}
	#adresse a, .portrait a {
		text-decoration:none;
		
	}
	#adresse2   {
		padding:0 0 5px 10px;
		margin:0 0 0 0px;
		background-color: #f4f2ec;
	}
	#adresse2 p, #adresse2 a {
		color:#888;
		font-size:10px;
		text-decoration:none;
	}

/* orginal 
#zurueck   {
	position:absolute;
	top:190px;
	left:10px;
	background-color:#ffec00;
	width:339px;
	height:104px;
}
*/

#zurueck   {
	position:absolute;
	top:200px;
	left:10px;
	background-color:#fed100;
	width:280px;
	height:104px;
}

	#zurueck p {
		height:90px;
		width:240px;
	}

#previewImg  {
	width:1024px;
	height:306px;
}
	#previewImg img {
		padding:0px;
	}

#content {
	margin:0px 30px 0px 0px;
	padding: 0px 0px 75px 0px;
	width: 1024px;
	background-color: #f4f2ec;
	text-align: left;

	}
	#content a {
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#content p,
	#content .nplink {
		margin:0px 600px 20px 10px;
		padding: 0px 0px 0px 0px;
		line-height:1.5em;
	}
	#content img {
		margin:7px 0 30px 10px;
	}



#pagedesign {
	text-align:right;
	padding:5px 10px 10px 0;
	color:#b2a99e;
	background-color: #FFF;
	width: 1014px;
	margin: auto 0px;
}
	#pagedesign a {
		font-size: 10px;
		text-decoration:none;
	}




/* text klassen */

h2.grossbuchstabe, .grossbuchstabe {
	text-transform:uppercase;
	font-weight:100;
	letter-spacing:0.1em;
}

	ul.liste {
		margin:0 0 0 0px;
		padding:0px;
	}
	ul.liste li {
		display: inline;
	    float: left;
	}
	ul.liste li a {
		background: transparent;
	    color: #000;
	    margin: 0;  
	}
	.listeneu {
		padding:-20px 0 0 30px;
	}
	.listeneu span {
		font-size:14px;
		text-transform:uppercase;
	}

/* forms */
form {
	margin: 10px 0px 0px 0px;
}
	.formfield { 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #993333;
		width: 260px; 
		border: 1px solid #3d0004;
		background-color:#ffffff;
		text-decoration: none;
	}
	.formsubmit {
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px;
		text-decoration: none; 
		background-color: #993333;
		color: #ffffff;
	}
	.formradio{
		border-color: #000000;
	}
	.eingabe {
		color: #3d0004;
	}
	textarea {
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px;
		font-weight:normal;
		border: 1px solid #3d0004; 
		text-decoration: none; 
		color: #3d0004;
	
	}
/* tables */

#content table td {
	margin:0px;
	padding:0px 30px 0px 0px;
	vertical-align:top;
	text-align:left;
	line-height:2.3em;
}
#content table tr {
	margin:0px 10px 0px 0;
	padding:0px;
}
#content table {
	margin:0 0px 0px 10px;
}
#content table td h2.grossbuchstabe{
	font-weight:normal;
	display:inline;
}
table td a {
	padding-right:0px;
}


.npcontent {
	padding-top:10px;
}

.npobject em {
	text-transform:uppercase;
	font-weight:100;
	letter-spacing:0.1em;
	font-size:13px;
	font-style:normal;
}

.npcontent h2 {
	font-size:55px;
	text-transform:uppercase;
	margin-left:5px;
}

#content.home .npobject p {
	margin: 0 30px 0 10px;
	/*line-height: 2.25em;*/
	line-height: 1.5em;
}

#content .npobject img {
	top:0px;
	left:0px;
	position:absolute;
	margin:0;
}

#npbackbutton {
	display:none;
}

#footer {
	height: 60px;
	width: 1024px;
	margin: -60px auto 0 auto;
	padding:0;
	position: relative;
	background-color: #FFF;
}




