*
{
	border: 0;
    margin: 0;
	padding: 0;
    cellpadding: 0;
    cellspacing: 0;

}
*/
/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
    color: #777;
}

a.mn
{
	text-decoration: none;
    color: #777;
    text-align: left;
}


a.pic{float: left;position: relative;
    margin: 0 10px 10px 0;padding: 4px;
    border: 0px solid; border-color: #CCC #999 #999 #CCC;
    }

a.pic img{display: block; border: 0 solid}

a.pic span{display: none}

//a.pic:hover{background: #eee}

a.pic:hover span{display:block;
    position: absolute;top: 50%;left: 50%;
    margin:-16px 0 0 -16px;
    width: 32px;height: 32px;
    background: url(../zoom.png)}

a.picc{ float: left;position: relative;
    margin: 0 10px 10px 0;
    border: 0px solid; border-color: #CCC #999 #999 #CCC;
    padding: 4px}

a.picc img{
    display: block; border: 0 solid}

a.picc span{display: none}

//a.picc:hover{background: #eee}

a.picc:hover span,a.picc:active span{
    display: block;position: absolute;
    top: 0;right: 0;
    width: 32px;height: 32px;
    background: url(../zoom.png)}
    
b.mn
{
	background: inherit;
	border-bottom: none// 1px dashed #ccc;
	color: #933;
	font: 15px Georgia, serif;
	margin: 0 0 0px;
	padding: 0 0 0px;
	text-align: left;
}

body
{
	background-image: url(../img/matratzen/sfnd.gif);
    background-attachment: fixed;
	color: #333;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 1000px;
}

h1
{
	background: inherit;
	border-bottom: none// 1px dashed #ccc;
	color: #933;
	font: 22px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: left;
}

h2
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #000;
	font: 13px verdana, serif;
	margin: 0 0 10px;
	padding: 0 0 0px;
	text-align: left;
}

h3
{
	background: inherit;
	border-bottom: none// 1px dashed #ccc;
	color: #933;
	font: 18px Georgia, serif;
	margin: 0 0 0px;
	padding: 0 0 0px;
	text-align: center;
}

h4
{
	background: inherit;
	border-bottom: 0px dashed #ccc;
	color: #000;
	font: 13px verdana, serif;
	margin: 0 0 10px;
	padding: 0 0 0px;
	text-align: center;
}

p
{
    clear: both;
	font: 14px Verdana, sans-serif;
    padding: 10px 0;
	text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
}

p.mn
{
    clear: both;
	font: 10px Verdana, sans-serif;
    padding: 0px 0;
	text-align: left;
    margin-top: 0px;
    margin-left: 30px;
    margin-right: 30px;
}

a
{
    text-decoration: none;
	background: inherit;
	color: #777;
}

a:hover
{
    text-decoration: none;
	background: inherit;
	color: #000;
}

p a
{
    text-decoration: none;
	background: inherit;
	color: #777;
}

p a:hover
{
    text-decoration: none;
	background: inherit;
	color: #000;
}

select {
	font-size: 12px;
	font-weight: bold;
	font-family: "Tahoma", Serif;
	color: #A83333;
	background-color: #E2EDAA;
    border: 1px solid;
    BORDER-COLOR:#666666;
}

input[type="button"],input[type="submit"],input[type="reset"] {
 color:#050;
 font: bold 84% 'Georgia',helvetica,sans-serif;
 background-color:#ffffff;
 border: 2px solid;
 border-color: #696 #363 #363 #696;
 filter:progid:DXImageTransform.Microsoft.Gradient
 (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaddaa');

}

input[type="text"],textarea {
    border: 1px solid;
    BORDER-COLOR:#666666;
    BACKGROUND-COLOR: #E2EDAA;
    font-size:12;
    font-weight:bold;
    font-family:arial;
    color:#A83333;
//text-align:center;
}

th
{
	clear: both;
	font: 14px Verdana, sans-serif;
	padding: 10px 0;
    text-align: center;
    text-valign: top;
    margin-bottom: 10px;
    font-weight: bold;
}

.par li
{
    text-decoration: none;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
	background: inherit;
    color: #333;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
    display: block;
	position: absolute;
	top: -86px;
	left: -54px;

}

.hoverbox img
{
	vertical-align: top;
    margin-left: 50px;
	width: 150px;
	height: 92px;
}

.hoverbox li
{
	float: left;
	margin: 25px;
	padding: 3px;
	position: relative;
}

.hoverbox .preview
{
	width: 600px;
	height: 350px;
}
