/* ROSENSTICH2ndHAND
Start: 03.07.2016
Letze Aenderung am 13.07.2016
*/
/* Wichtige Farben
#8F2823
#E7840F
#11636F
*/

/* Allgemeines */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.01%; 
	font-family: Verdana, Arial, sans-serif;	
	line-height: 120%;
	text-align: center;
}

html { 
  background: url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
	border: 0px;
}

a {
	color: #8F2823;
	text-decoration: none;
}

p {
	margin-top: 10px;
}

#seite {
	width: 1024px;
	height: 750px;
	margin: 75px auto;
	color: #8F2823;		
}

#page {
	width: 1024px;
	height: 700px;
	margin: 75px auto;
	background-image: url("../img/dot3.png");
	background-repeat: repeat;
	color: #8F2823;		
}

#page1 {
	width: 1024px;
	height: 700px;
	margin: 75px auto;
	background-image: url("../img/dot3.png");
	background-repeat: repeat;
	color: #8F2823;
	font-size: 140%;
}


#impr {
	width: 1024px;
	height: 730px;
	margin: 75px auto;
	background-image: url("../img/dot3.png");
	background-repeat: repeat;
	overflow: auto;
	color: #8F2823;
	font-size: 14px;
	padding: 20px;		
}

h1 {
	display: none;
}

h2 {
	font-variant: small-caps;
	font-size: 20px;
	text-align: center;
	letter-spacing: 4px;
	padding-top: 10px;
}

h3 {
	text-align: center;
	font-size: 12px;
	letter-spacing: 4px;
	padding: 3px 0 5px 0;
}

.close {
	position: relative;
	float: right;
	padding: 5px;
	border-left: 1px solid #8F2823;
	border-bottom: 1px solid #8F2823;
	border-radius: 25px;
}

.center {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-variant: small-caps;
    font-weight: bold;
}


#header {
	width: 1024px;
	height: 172px;
	background-image: url("../img/dot3.png");
	background-repeat: repeat;
}

/* Slideshow Homepage */

.fadein { 
	position: absolute;
	float: right;
	margin: 15px 25px 15px 25px;
	}
.fadein img { 
	position:absolute;
	left: 0;
	top: 0;
 }

/* Slideshow Homepage Ende */

#news {
	position: relative;
	float: right;
	width: 470px;
	height: 370px;
	margin: 15px 25px 15px 25px;
	padding: 5px;
	background-image: url("../img/dot3.png");
	background-repeat: repeat;
	overflow: auto;
	}

#laden {
	position: relative;
	float: left;
	margin: 410px 15px 10px 15px;
	width: 300px;
	height: 50px;
	background-image: url("../img/dot3.png");
	background-repeat: repeat;
}

#page dl {
	text-align: left;
	padding: 30px 100px 15px 100px;
}

#page dt {
	color: #8F2823;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}

#page dd {
	color: black;
	font-size: 14px;
	padding-left: 10px;
	padding-bottom: 10px; 
}

#news dl {
	text-align: left;
	color: black;
	padding: 30px;
}

#news dt {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 5px;
}

#news dd {
	font-size: 14px;
	padding-bottom: 5px; 
}

#zeit {
	position: relative;
	margin-top: 380px;
	padding-bottom: 15px;
}

#schmuck {
	position: relative;
	float: left;
	margin: 0 32px 10px 32px;
	width: 300px;
	height: 50px;
	background-image: url("../img/dot3.png");
	background-repeat: repeat;	
}

#schmuck1 img {
	position: absolute;
	margin-left: 220px;
	padding: 1px;
	border: 2px solid #8F2823;
}


#anfahrt {
	position: relative;
	float: left;
	margin: 0 10px 10px 10px;
	width: 300px;
	height: 50px;
	background-image: url("../img/dot3.png");
	background-repeat: repeat;
}

#maps {
	float: left;
	width: 600px;
	height: 450px;
	border: 2px solid #8F2823;
	padding: 1px;
	margin: 20px 0 10px 80px;
}

#rechts {
	float: right;
	width: 220px;
	margin: 20px 80px 0 0;
x	text-align: justify;
}

/* Adresszeile */

#address {
	width: 1024px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

#sub {
	width: 1024px;
	text-align: center;
	letter-spacing: 3px;
	font: small-caps 18px bold;
	color: black;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0; padding: 0;
	background: transparent;
}

/* footer Beginn */

#footer {
	width: 1024px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-image: url("../img/dot3.png");
	background-repeat: repeat;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

#footer a:link {
	color: #8F2823;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color: #8F2823;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: none;
	background-color: #8F2823;
}

/* footer Ende */
