@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#b8aea4;
	background-image:url(../img/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-family:Lucida Grande, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}
li {
	list-style:none;
}
.top {
	float:right;
	cursor:pointer;
}
#navi .top {
	font-weight:normal;
	margin-right:10px;
}
#holder {
	width:995px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
#navi {
	position:fixed;
	margin-left:735px;
	margin-top:10px;
	width:250px;
	font-weight:bold;
	background:url(../img/bottom.png) no-repeat bottom;
}
#navi ul {
	margin-left:15px;
}
#navi .first {
	background:url(../img/top.png) no-repeat top;
	margin-left:-15px;
	padding:5px 0 0 15px;
}
#navi .last {
	margin-bottom:5px;
}
#navi a {
	font-weight:normal;
	text-decoration:none;
	color:#444;
}
#navi a:hover {
	color:#E96927;
}
#b4it {
	outline:none;
}
#flash {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:0;
	background:#b70f0b;
	color:#ff6;
	padding:10px;
	width:975px;
	font-weight:bold;
	text-align:center;
}
#flash a {
	color:#fff;
}
#flash a:hover {
	background:#fff;
	color:#900;
}

h1 {
	display:block;
	background:url(../img/logo.png) no-repeat;
	text-indent:-2000px;
	outline:none;
	width:199px;
	height:74px;
}
h4 {
	margin-top:10px;
}
#content {
	padding:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f0f0f0;
}
#content p {
	margin-top:10px;
	margin-bottom:15px;
	width:450px;
}
#content h3 {
	margin-top:25px;
	color:#E96927;
	clear:both;
}
#content h2 {
	margin-top:55px;
}
#content li {
	list-style-type:circle;
	list-style-position:inside;
}
.strong {
	font-weight:bold;
}
/*.info h3, .info a, .info h4 {
	color:#666 !important;
}*/
.info a:hover, .projekt a:hover, .verkauf a:hover, .einkauf a:hover, .lager a:hover, .finanz a:hover {
	color:#fff !important;
}
.info a:hover {
	background-color:#666;
}
/*.projekt h3, .projekt a, .projekt h4 {
	color:#C6B366 !important;
}*/
#navi .projekt a:hover {
	background-color:#c6b366;
}
/*.verkauf h3, .verkauf a, .verkauf h4 {
	color:#AE1C67 !important;
}*/
#navi .verkauf a:hover {
	background-color:#ae1c67;
}
/*.einkauf h3, .einkauf a, .einkauf h4 {
	color:#B8B938 !important;
}*/
#navi .einkauf a:hover {
	background-color:#b8b938;
}
/*.lager h3, .lager a, .lager h4 {
	color:#245A7B !important;
}*/
#navi .lager a:hover {
	background-color:#245a7b;
}
/*.finanz h3, .finanz a, .finanz h4 {
	color:#673a15 !important;
}*/
#navi .finanz a:hover {
	background-color:#673a15;
}
a:link, a:visited {
	text-decoration:none;
	color:#f22;
}
a:hover, a:active {
	color:#E96927;
}
.packshot {
	float:left;
	margin-right:20px;
	margin-bottom:25px;
}