* {
	margin: 0;
	padding: 1;
}

body {
background: #fce4c0 url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

img.rand
{
border:1px solid #800000;
}

img.rand:visited
{
border:1px solid #800000;
}


h1 { color:#666; font-size:22px;
letter-spacing: -1px;
text-decoration: none;
font-weight: 100;
 }

a {
text-decoration: underline;
color: #712F19;
}
a:hover {
text-decoration: underline;
color: #3333CC;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 110px;
background: #fce4c0 url(images/rasierapparat-header.jpg) no-repeat;

}
#header h1 {
font-size: 28px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #000;
}
#header h1 a {
color: #666;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #aaa;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
height: 30px;
line-height: 30px;
color: #712F19;
}
.right h2 a {
text-decoration: none;
color: #712F19;
}
.right h2 a:hover {
color: #000;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}

.left ul {
padding: 10px 0 15px 20px;
list-style-type: none;
background: #7E6F58;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
color: #fff;
}
.left ul li a:hover {
border-bottom: 1px dotted #fff;
}

#footer {
text-align: center;
font-size: 11px;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 10px;
}