@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}

body {
	background-color: #000;
	margin:0px;
	padding:0px;
	height: 100%;
	text-align: center;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

h1 {
	font-size:14px;
	margin:5px 0px;
}

a {
	text-decoration:none;
}

img {
    border:0px;
}

#wrapper {
	background-image:url(../img/bg_page.jpg);
	background-repeat:repeat-y;
	height:auto !important;
	margin:0 auto;
	min-height:100%;
	width:981px;
}

#header {
	background-image:url(../img/header-nr.jpg);
	height:143px;
	margin:0 auto;
	position:relative;
	width:799px;
	text-align:center;
	padding-top: 10px;
}
	
.schmuck-links {
	background-image:url(../img/schmuck-links.jpg);
	height:522px;
	left:-90px;
	position:absolute;
	top:0;
	width:90px;
}

.schmuck-rechts {
	background-image:url(../img/schmuck-rechts.jpg);
	height:522px;
	left:799px;
	position:absolute;
	top:0;
	width:90px;
}

#content {
	margin:0 auto;
	width:799px;
}

#col1 {
	width: 235px;
	float: left;
	margin-left: 10px;
	height: 450px;
	border: 2px solid #e2e2e2;
	background-color: #f6f6f6;
}

#col1 h1 a{
	color:#be9f56;
}

#col2 {
	width: 235px;
	float: left;
	margin-left: 30px;
	height: 450px;
	border: 2px solid #e2e2e2;
	background-color: #f6f6f6;
}

#col2 h1 a{
	color:#838b8b;
}

#col3 {
	width: 235px;
	float: left;
	margin-left: 29px;
	height: 450px;
	border: 2px solid #e2e2e2;
	background-color: #f6f6f6;
}

#col3 h1 a{
	color:#273671;
}

#clearer {
	clear: both;
}
#facebook-link {
	display: block;
	width: 20px;
	float: right;
}

#footer {
	margin:0 auto;
	width:765px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-align: left;
	font-size: 12px;
	margin-top: 25px;
}

#footer-text {
	width: 650px;
	float: left;
	padding-top: 10px;
}

#footer-facebook {
	float: right;
	width: 100px;
	padding-right: 8px;
}