@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url(https://fonts.googleapis.com/css?family=Quicksand:700);

* {
	padding: 0;
	margin: 0;
}
h1, h2, p,
ul, ol{
	margin-bottom: 1em;
}

li {
	margin-left: 1.5em;
}

body {
	background-color: white;
	color: black;
	font-family: 'Quicksand', Bookman Old Style, Leelawadee, Calibri, Verdana, san-serif;
	font-size: medium;
}

header {
	background-color: white;
	color: black;
	padding-top: 5px;
	padding-right: 2%;
	padding-left: 20px;
}

nav {
	text-align: center;
	color: white;
	background-color: black;
	padding: 6px 20px 6px 20px;
	border-bottom: none;
}

/*=========Horizontale Navigation============*/

nav ul {
	margin-bottom: 0;
}

nav li {
	display: inline;
	list-style-type: none;
	margin: 0px 10px 0px 10px;
}

nav li.n a {
	font-weight: bold;
	color: #E30514;
	background-color: black;
}

nav a {
	color: white;
	background-color: black;
	padding: 4px 20px 4px 8px;
}

nav a:hover,
nav a:focus {
	font-weight: bold;
}

nav a:active {
	color: white;
	background-color: black;
}
/*============================================*/

#content {
	padding: 0px 20px 0px 20px;
	margin-top: 15px;
}

footer {
	background-color: #E30514;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: black;
	margin-top: 10px;
}

#wrapper {
	background-color: white;
	color: black;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

img.logo {
	width: 350px;
	margin-bottom: 10px;
}


img.firma {
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}


img.uhr {
	float: right;
	width: 24%;
	margin-top: 5px;
	margin-bottom: 10px;
}
img.taschenuhr {
	float: right;
	width: 40%;
	margin-right: 100px;
	margin-bottom: 10px;
}
.uhren {
	margin-right: 100px;
}



img.set {
	float:right;
	width: 47%;
	border: 1px solid #AAB4BC;
	margin-bottom: 5px;
}
img.julie {
	width: 47%;
	margin-bottom: 5px;
}
img.tracht {
	float: right;
	margin-top: 5px;
	margin-left: 100px;
}
img.herz {
	float: right;
	margin-top: 5px;
	margin-left: 40px;
}
.schmuck {
	float: right;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 90px;	
}


img.s {
	width: 45%;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 50px;
}



img.innen {
	float:right;
	width: 47%;
	border: 1px solid #AAB4BC;
	margin-bottom: 5px;
}
img.team {
	width: 47%;
	border: 1px solid #AAB4BC;
	margin-bottom: 5px;
}


.clear {
	clear: both;
}	

h1 {
	font-size: 200%;
	font-family: 'Quicksand', sans-serif;
	float: right;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 3%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 110%;
}

address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5;
}

a {
	text-decoration: none;
}
/*=========footer======*/
footer a:link {		
	color: black;
	font-weight: bold;
}

footer a:visited {
	color: black;
}

footer a:hover,
footer a:focus {
	border-bottom: 1px solid black;
}


/*=========content======*/
#content a:link {		
	color: black;
	font-weight: bold;
}

#content a:visited {
	color: black;
	
}

#content a:hover,
#content a:focus {
	border-bottom: 1px solid #E30514;
}

.g {
	float: right;
	margin-bottom: 13px;
}

/*===============================Kontaktformular===============================*/
form {
	background-color: #AAB4BC;
	width: 370px;
	padding: 20px;
	font-size: 110%;
}

label {
	display: block;
	cursor: pointer;
}

input#besuchername,
input#besuchermail,
textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
}

textarea {
	height: 7em;
}

input:focus,
textarea:focus {
	background-color: white;
}
/*============================================================================*/
