/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: whiteSmoke;
	font-size: 16px;
	font-family: Arial;
}

/* ------------------------------------- */
.border {
	width: 100%;
	border-bottom: 1px solid black;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, 0.5);
}
#header {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid white;
	background-color: #342929;
	background-image: url(file://///ka-c10-001/Gruppe1/leonardo%20project/ComputerScience/Hardwareexpert/banner2.jpg);
	background-size:auto 100%;
	height: 100%;
	background-repeat: no-repeat;
}
#head-cont {
	width: 940px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

#header .logo {
	float: left;
}

#header .logo .image {
	width: 170px;
	height: 75px;
	background: whiteSmoke;
}

#header .logo .image img {
}

#header .menu {
	float: right;
	margin-top: 20px;
}

#header .menu ul li {
	display: inline-block;
	margin: 0 7px;
}

#header .menu ul li a {
	text-decoration: none;
	color: whiteSmoke;
}

#header .menu ul li a div {
	padding: 7px 9px;
}

#header .menu ul li a:hover div {
	background: whiteSmoke;
	color: #342929;
}

#history {	
	width: 100%;
	height: 30px;
	background: #fff9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff9f9 43%, #e9e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(43%,#fff9f9), color-stop(100%,#e9e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff9f9 43%,#e9e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff9f9 43%,#e9e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff9f9 43%,#e9e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff9f9 43%,#e9e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#e9e4e4',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
#history .hist-cont {
	width: 940px;
	margin: 0 auto;
}
#history ul{
}

#history ul li {
	display: inline-block;
}

#history ul li.active {
	font-weight: bold;
	
}
#history ul li a {
	text-decoration: none;
	color: #666;
	font-size: 14px;
}

#history ul li a:hover {
	color: black;
}

#history ul li .text {
	float: left;
	padding: 7px 0 7px 0;
}
#history ul li .arrow-right {
	float: left;
	font-family: Helvetica;
	padding: 5px 5px 7px 10px;
	font-weight:normal;
}

/* ------------------------------ */
#container {
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
	background: white;
	margin-top: 5px;
	height: 100%;
}

#container .banner {
}

.subcategorie-container {
	margin-bottom: 70px;
	}

/* ------------------------------------ */
.section {
	margin-bottom: 20px;
}
#container hr {
	width: 90%;
	margin: 20px auto;
}
.short-info {
	width: 100%;
	overflow: hidden;
	margin: 25px 15px 0 15px;
}
.short-info .photo {
	float: left;
	width: 100px;
	height: auto;
	background: black;
}
.short-info .description {
	float: left;
	margin-left: 100px;
	margin-top: 33px;
}
.short-info .description .name {
	font-size: 24px;
	font-weight: bold;
}
.short-info .description .short-description {
	color: rgba(0, 0, 0, 0.8);
	margin-top: 5px;
}

.long-info .section {
	margin-left: 20px;
}

.long-info .section h1 {
	font-size: 24px;
	font-weight: bold;
	color: #342929;
}
.long-info .section .content {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}#footer {
	padding: 5px;
	background-color: #342929;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100px;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
