/* 

	eMedia Jungen, Webagentur - www.emediajungen.ch
 
 	Datei    : renestyle.css
 	Rechte   : Franziska Jungen, eMedia Jungen
 	Erstellt : Mai 2009

*/

/* RESET: */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
* {
	margin: 0;
	padding: 0;
}

html[xmlns^="http"] {
	overflow-y: scroll;
}
body {
	background: #f7d205 url(../images/hintergrund.jpg) 0 15px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cover {
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
#nachruf {
	z-index: 10;
	position:absolute;
	bottom: 50px;
	left: 20px;
}
#webcontainer {
	width: 470px;
	height: 630px;
	margin: 0 auto;
	position: relative;
}
#content {
	margin-top: 10px;
	background: url(../images/inhalt.jpg) no-repeat;
	width: 400px;
	height: 590px;
	padding: 20px 30px;
}
h1 {
	color: black;
	font-size: 18px;
	padding-bottom: 20px;
}
#verkauf {
	float: right;
	width: 100px;
}
#verkauf a, #verkauf a:visited {
	color: red;
	font-size: 14px;
	text-decoration: none;
}
#verkauf a:hover {
	color: red;
	text-decoration: underline;
}
ul#idx {
	list-style: none;
	width: 400px;
}
#idx li {
	background: url(../images/dot.gif) repeat-x 0 12px;
	line-height: 140%;
	height: 140%;
}
#idx li.ohne {
	background: white;
}
#idx li a {
	float: left;
	background: white;
	padding: 0 4px 0 0;
	color: black;
	text-decoration: none;
}
#idx li a:hover {
	color: red;
	text-decoration: underline;
}
#idx li span {
	float: right;
	background: white; 
	padding 0 0 0 4px;
}
#idx li br {
	clear: both;
}
#text p {
	font-size: 12px;
	color: black;
	padding-bottom: 10px;
}
#text p a {
	color: black;
	text-decoration: none;
}
#text p a:visited {
	color: black;
	text-decoration: none;
}
#text p a:hover {
	color: red;
	text-decoration: underline;
}
#text p a.maillink {
	color: red;
	text-decoration: none;
}
#text p a.maillink:hover {
	color: red;
	text-decoration: underline;
}
td .feld {
	border: 1px solid #cccccc;
	width: 250px;
}
td .feld2 {
	border: 1px solid #cccccc;
}
td .submit {
	width: 170px;
	border: 1px dotted black;
	background-color: #efefef;
	color: black;
	cursor: pointer;
}

#copyright {
	margin: 0 auto;
	width: 480px;
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
	color: black;
}
#copyright a {
	text-decoration: none;
	color: black;
}
#copyright a:hover {
	text-decoration: underline;
}