BODY {
	margin: 0px;
	padding: 0px;
	background-color: #0C479D;
	background-image: url(img/content/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment:fixed;
}
#head {
	height: 155px;
	background-image: url(img/content/head_bg.gif);
	background-repeat: repeat-x;
}
#shoplogo {
	font-size: 8px;
	margin: 25px  auto auto 15px;
}
#headgfx {
	vertical-align: top;
	margin-left: 250px;
}
#mainmenue {
	margin:5px auto auto 15px;
	float: left;
}
#usermenue {
}
#usermenue a:link,#usermenue a:visited,#usermenue a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 25px;
	letter-spacing: 1px;
}
#usermenue a:hover {
	background-color: #0C479D;
}
#container {
	margin: 15px;
	width:90%;
}
#leftcolumn {
	width: 288px;
	vertical-align:top;
}
.contenttop {
	border-top: 1px dotted #FFF;
	height: 15px;
}
#content {
	border-right:4px solid #01A6E2;
	background-color:#FFF;
	vertical-align:top;
	padding:5px;
}
#footer {
	clear: both;
	background-image: url(img/content/head_bg.gif);
	height: 25px;
	text-align: center;
	font-size: 10px;
	color: #78B3E7;
	margin-top: 25px;
	background-position: bottom;
	padding: 5px 0px 5px 0px;
}
#footer a {
	color: #78B3E7;
}
.infoBoxHeading {
	padding-left: 3px;
	font-weight: bold;
	background-image: url(img/boxen/box_head_bg.gif);
	margin-bottom:5px;
	font-size: 14px;
	color: #FFF;
}
.infoBoxHeading a,.infoBoxHeading a:hover {
	color:#FFF;
	text-decoration:none;
}
.infoBoxContent {
	color:#FFF;
	padding-left:4px;
}
.infoBoxContent a,.infoBoxContent a:hover {
	color:#FFF;
}
.infoBoxBottom {
	background-image: url(img/boxen/box_bottom_bg.gif);
	margin-top: 5px;
	height: 4px;
	margin-bottom:15px;
}
