
body {
	background: url(../img/bg.jpg) repeat;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* header */
h3 {
	font-size:16px;
	text-transform: uppercase;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#333;
}

div.wrapper {
	width:695px;
	height:auto;
	margin:0px auto;

}

/* LOGO */

div.logostripe {
	margin-top:50px;
	height:158px;
	background:url(../img/stripe.png) repeat-x;
}

img.logo {
	margin-top:30px;
}


/* MENU */
#navbar {
	margin: 0;
	padding: 0;}

	
li.sub {
	padding-left:5px;
	font-size:12px;
}

#navbar li a {
	display: block;
	color: #000;
	text-decoration: none; }
	
#navbar li a:hover {
	color:#0099CC;
	}


	
#navbar li ul {
	display: none; 
	width: 110px; /* Width to help Opera out */
	background-color: #fff;}
	
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
		 }
	
#navbar li:hover li, #navbar li.hover li {
	float: none;
	color:#ccc; }
	
#navbar li:hover li a, #navbar li.hover li a {
	color: #000; }
	
#navbar li li a:hover {
	color:#0099CC; }
	
div.menu {
	position: relative;
	margin:0px auto;
	width:500px;
	padding-bottom:20px;
}

li {
	font-size:16px;
	text-transform: uppercase;
	list-style-type: none;
	float:left;
	margin-left:-2px;
}

li a {
	color:#000;
	text-decoration: none;
	outline:none;
}

li a:hover {
	color:#0099CC;

}

.TradeGothicLTStd-Bold {font-weight: normal; font-style: normal;line-height:normal; font-family: 'TradeGothicLTStdBoldRegular', sans-serif;}


/* Text */

span.blue {
	color:#0099CC;
}

/* Content */

a img {
	border:none;
}

div.contentbox2 {
	margin:32px auto;
	height:500px;
	width:595px;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;	
}


div.contentbox {
	margin:32px auto;
	height:210px;
	width:595px;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;	
}

div.pressbox {
	margin:32px auto;
	height:500px;
	width:595px;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;	
}

div.content h3 {
	padding:20px 30px 0px 20px;

}

p.content {
	font-size:12px;
	padding:0px 30px 20px 20px;
}

p.press {
	font-size:12px;
	padding:0px 30px 20px 20px;
}

p.impressum {
	font-size:10px;
	padding:0px 30px 20px 20px;
}

a.brandlinks {
	font-weight:bold;
	font-size:12px;
}

/* Brands */
ul.brands {
	margin-top:50px;
	width:560px;
}

ul.brands li {
	
}


/* Footer */
div.footer {
	margin:35px auto;
	width:595px;
}

p.footer {
	text-align: center;
	font-size:10px;
	font-weight: lighter;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover {
	color:#0099CC;

}

a.fo {
	text-decoration: none;
	color: #33cc33;
}

a:hover.fo{
	color:#000;
}



