a { color: #748419; text-decoration: underline; }
a:link { color: #748419; text-decoration: underline; }
a:visited { color: #748419; text-decoration: underline; }
a:hover { color: #748419; text-decoration: none; }
a:active { color: #748419; text-decoration: underline; }

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Arial;
	font-size: 13px;
	color: #000;
	background-color: #393939;
}

a img {
	border: none;
}

#optik {
	font-size: medium;
}

.background {
	position: relative;
	left: 390px;
	top: 200px;
}
h1 {
	color: #748419; /*#0048B2*/
	font-family: Baskerville, Georgia, serif;
	font-size: 2.2em;
	font-weight: normal;
	margin-top: 10px;
}
p {
	line-height: 17px;
}
#contentContainer {
	width: 950px;
	margin: 0 auto;
	/*background-image: url('../content/img/bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;*/
	background-color: white;
}
#content {
	margin: auto;
	width: 800px;
	min-height: 450px;
}
* html #content {
	height: 450px;
}
#header {
	margin-top: 50px;
	height: 100px;
	width: 100%;
	text-align: right;
}
#top {
	background-color: #748419;
	background-image: url('../content/img/bgbottom.jpg');
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 0;
	margin-bottom: 50px;
	height: 40px;
}
* html body {
	margin-top: 50px;
}
#bottom {
	background-color: #748419;
	background-image: url('../content/img/bgbottom.jpg');
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 0;
	margin-bottom: 50px;
	margin-top: 50px;
	height: 40px;
}
#menu {
	float: right;
	font-size: 15px;
	font-family: Baskerville, Georgia, serif;
	font-size: 1.3em;
}
#menu ul {
	list-style-type: none;
	margin-top: 7px;
}
#menu li {
	border-bottom: 1px solid black;
	width: 180px;
	padding: 1px 4px;
}
#menu li a {
	text-decoration: none;
	display: block;
	width: 100%;
}
#menu li:hover {
	border-bottom: 1px solid grey;
}
#image {
	float: right;
	min-height: 200px;
}
#image img {
	border: 1px solid black;
	padding: 1px;
	margin: 10px 10px 0 10px;
}
#image img:hover {
	border: 1px solid grey;
}
#container {
	float: left;
	width: 410px;
	margin-left: 9px;
}
#marken #container {
	width: 550px;
}


.brandcover {
	float: left;
	width: 160px;
	border: 1px solid gray;
	padding: 10px;
	margin: 0px;
	background-color: black;
}
.brandcover:hover {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.brandcover img {
	width: 160px;
	height: 160px;
	margin: 0;
	padding: 0;
}


.clear {
	clear: both;
}
