@import url('../fonts/stylesheet.css');

*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: TuffyRegular, Arial, sans-serif;
	color: white;
	background-color: black;
	background: url(../img/background.jpg) no-repeat;
}

.clearer { clear: both; }
.red { color: red; }
.nodisplay { visibility: hidden; }

a {
	color: #feda7c;
	text-decoration: none;
}

#page
{
	width: 1024px;	
}

#preload
{
	display: none;
	visibility: hidden;
}

#logo
{
	margin: 110px 0 0 41px;
	text-transform: uppercase;
	color: #feda7c;
	text-shadow: 2px 2px 2px #000;
}

#logo p:first-child { color: #E3E4C9; }

#label
{
	position: absolute;
	top: 519px;
	left: 662px;
}

#description
{
	font-family: TuffyBold, Arial, sans-serif;
	color: #feda7c;
	font-size: 13pt;
	text-shadow: 2px 2px 2px #000;
}

#description ul
{
	margin: 80px 0 110px 0;
	margin-left: 100px;
	list-style-image: url("../img/arrow.png");
	width: 500px;
	z-index: 999;
}

#description ul li
{
	margin-top: 2em;
	border-top: 1px solid #333;
	padding-top: 2em;
}

#description ul li:first-child
{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

#description ul li p
{
	
}

#description ul li p:first-child
{
	font-size: 20pt;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#description ul li p:
{
	border: none;
}

#bestellbutton
{
	margin: -80px 0 0 150px;
}

/*
.btn {
	float: left;
	clear: both;
	background: url(../img/buttons/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a {
	float: left;
	height: 40px;
	background: url(../img/buttons/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(../img/buttons/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
*/


/*.btn_bestellung
{
	background-color: #FFD779;
}
*/
.btn_bestellung img
{
	border: none;
}

#menu
{
	clear: both;
	margin: 140px 10px 0 32px;
	font-size: 14pt;
}

#menu ul
{
}

#menu li
{
/*	color: #FFC640;
	background-color: black;
	text-transform: uppercase;*/
	display: inline;
	float: left;
	height: 66px;
/*	padding: 5px 42px;*/
/* margin-right: 2px;*/
	color: transparent;
}

#menu li.active
{
	
}

#menu li a
{
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#menu li.home
{
	background: url(../img/buttons/home.png) no-repeat;
	width: 165px;
}

#menu li.home:hover
{
	background: url(../img/buttons/home_mouseover.png) no-repeat;
}

#menu li.etiketten
{
	background: url(../img/buttons/etiketten_konfigurator.png) no-repeat;
	width: 293px;
}

#menu li.etiketten:hover
{
	background: url(../img/buttons/etiketten_konfigurator_mouseover.png) no-repeat;
}

#menu li.preisliste
{
	background: url(../img/buttons/preisliste.png) no-repeat;
	width: 205px;
}

#menu li.preisliste:hover
{
	background: url(../img/buttons/preisliste_mouseover.png) no-repeat;
}

#menu li.bestellen
{
	background: url(../img/buttons/bestellen.png) no-repeat;
	width: 239px;
}

#menu li.bestellen:hover
{
	background: url(../img/buttons/bestellen_mouseover.png) no-repeat;
}

#banner
{
	margin: 10px 0 0 60px;
}

#infos
{
	margin: 20px 0 0 45px;
}

#infos .infobox
{
	background: url(../img/rechteck_schwarz.png) no-repeat;
	min-height: 269px;
	float: left;
	width: 297px;
	margin-right: 10px;
	font-size: 11pt;
}

#infos .infobox h1
{
	font-size: 12pt;
	text-transform: uppercase;
	margin: 17px 0 0 20px;
}

#infos .infobox h2
{
	font-size: 18pt;
	text-transform: uppercase;
	margin: 2px 0 10px 20px;
	padding-bottom: 7px;
}

#infos .infobox p
{
	margin: 0 30px 0 20px;
	line-height: 1.5em;
}

#footer
{
	text-transform: uppercase;
	font-size: 8pt;
	margin: 10px 10px 0 32px;
}

#footer ul
{
	margin: 20px 0 20px 750px;
	height: 20px;
}

#footer ul li
{
	display: inline;
	float: left;
	padding: 5px;
}
