html {
	overflow-y: scroll;
}

BODY {
	background: #000 url("background_body.gif") repeat-x;
	font: normal 12px Tahoma, Arial, Microsoft sans, Lucida, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPreload {
	display: none;
}

/* -------------------- TINY MCE -------------------- */
body.mceContentBody {
	background: #000;
	text-align: left;
}

::-moz-selection {
	background: #adadad;
	color: #FFF;
}

/* -------------------- CONTAINER -------------------- */
#containerAll, #containerLogo, #containerFooter, #containerMenu {
	width: 810px;
}

#containerAll {
	background: #000;
	display: block;
	top: 0;
	margin: 10px auto;
	cursor: default;
}

#containerLogo {
	background: url("grappesvinimport.gif") no-repeat bottom center;
	height: 120px;
	margin: 10px 0 30px;
}

#containerLogo a {
	padding: 0;
	margin: 0;
}

#containerLogo a img {
	padding: 0;
	margin: 0;
	display: block;
	margin: 0 289px;
	width: 228px;
	height: 114px;
}

#containerContent { 
	margin: 0;
	text-align: left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 20px;
}

#containerContent img[align="right"] {
	padding-left : 20px;
}

#containerContent img[align="left"] {
	padding-right: 20px;
}

/* -------------------- MENU -------------------- */
#containerMenu {
	height: 48px;
	margin: 0;
	padding: 0;
	background: #1f1f1f;
}

#navlist {
	list-style: none;
}

#navlist li {
	text-align: center;
	z-index: 9;
	display: block;
	height: 48px;
	margin: 0;
	float: left;
	line-height: 48px;
	margin: 0 30px;
}

#navlist li a {
}

#navlist li a:hover {
}

#navlist li.selected {
}

#navlist li.selected a {
}

#navlist li.selected a:hover {
}

#navlist li.folder {
}

/* -------------------- DROP DOWN -------------------- */
#navlist li.folder ul {
	display: none; /* Add this to hide submenus */
}

#navlist li.folder ul a {
}

#navlist li.folder ul a:hover {
}		

#navlist li.folder ul li.folder ul {
}

#navlist ul li a.submenu {
}

#navlist li.folder a:hover {
}

#navlist li.folder:hover {
	z-index: 10;
}

ul ul, li:hover ul ul {
	display: none;
}

li:hover ul, li:hover li:hover ul {
	display: block;
}

/* -------------------- NAVIGATION MENU -------------------- */
#containerNavigationmenu { 
	height: 30px;
	margin: 0;
	padding: 0;
}

#containerNavigationmenu p { 
}

#containerNavigationmenu p a { 
}

/* -------------------- FOOTER -------------------- */
#containerFooter {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
}

#containerFooter hr {
	display: block;
}

#containerFooter p {
}

#containerFooter p a {
}

/* -------------------- LOGIN -------------------- */
#containerLogin {
}

#containerLogin hr {
	display: none;
}

#containerLogin p {
}

#containerLogin p a {
}

/* -------------------- DIREKTONLINE -------------------- */
#containerDirektOnline {
}

#containerDirektOnline hr {
	display: none;
}

#containerDirektOnline p {
}

#containerDirektOnline p a {
}

/* -------------------- SITEMAP -------------------- */
#smallButtonSitemap {
	background: url("../lib/images/icon_sitemap.gif") no-repeat center left;
	line-height: 18px;
	padding: 0;
	margin: 0;
	display: none;
}

#smallButtonLogin {
}

#smallButtonProducer {
}

/* -------------------- CONTENT ELEMENT -------------------- */
p {
	cursor: default;
	color: #E4E4E4;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

p b {
	font-weight: bold;
}

p em {
}

p sup {
}

ul {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, span.newsTitle {
	color: #cdcdcd;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

.mceContentBody a {
	color: #b50026 !important;
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* -------------------- TOP OF PAGE -------------------- */
#topOfPageLink {
	display: none;
	text-align: left;
	clear: both;
}

#topOfPageLink hr {
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 200px;
	text-align: left;
}

#topOfPageLink p {
	background: url("icon_topofpage.gif") no-repeat center left;
	padding: 0;
	margin: 0;
}

/* -------------------- SIDEBAR -------------------- */
#containerSidebar {
	width: 280px;
	float: right;
	padding: 0 20px;
	margin: 0;
	text-align: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* -------------------- SLIDESHOW -------------------- */
#containerSlideshowBeforeMenu, #containerSlideshowAfterMenu {
}

#containerSlideshowBeforeMenu {
}

#containerSlideshowAfterMenu {
	background: #1f1f1f;
	height: 180px;
}

#containerSlideshowBeforeContent, #containerSlideshowAfterContent {
}

#containerSlideshowTopSidebar, #containerSlideshowBottomSidebar {
}

#myGalleryBeforeMenu, #myGalleryAfterMenu {
	width: 745px;
	height: 150px;
	margin: 0 30px;
}

#myGalleryBeforeContent, #myGalleryAfterContent {
}

#myGalleryTopSidebar, #myGalleryBottomSidebar {
}

.jdGallery .slideElement {
	background-color: #ffffff;
}

.jdGallery .loadingElement {
	background-color: #ffffff;
}

.jdGallery .slideInfoZone {
}

.jdGallery .slideInfoZone h2 {
}

.jdGallery .slideInfoZone p {
}

/* -------------------- GALLERY -------------------- */
#containerGallery {
	display: block;
	clear: both;
}

img.galleryThumbnail {
	border: 1px solid #AAAAAA;
	background: #ffffff;
	padding: 3px;
	height: 100px;
	margin: 0 10px 7px 0;
}

a.galleryThumb:link, a.galleryThumb:active, a.galleryThumb:visited {
	float: left;
	border: 0;
}

a.galleryThumb:hover {
	float: left;
	border: 0;
}

/* -------------------- NEWS -------------------- */
#containerNews {	
	text-align: left;
	width: 200px;
	height: 110px;
	padding: 0;
	margin: 0;
}

#containerNews ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

img.newsImage {
	margin: 20px;
	float: left;
}

div.newsItem {
	margin: 30px 0;
	padding: 0;
}

li.newsItem {
	position: relative;
	margin: 0 9px 0;
	padding: 0 0 10px 10px;
}

span.newsTitle {
	font-weight: bold;
	padding: 0;
}

span.newsTitle a:link {
}

span.newsDate {
	color: #888;
	display: block;
}

span.newsText {
}

span.newsTextShort {
	display: block;
	padding: 0;
}

span.newsReadMore {
	padding: 5px 0 0 0;
	display: block;
}

/* -------------------- CONTACT FORM -------------------- */
#contactForm {
	margin: 20px 0;
	clear: both;
}

input {
	background: #FFFFFF;
}

#contactForm input, #contactForm textarea {
	background: transparent url("form_inputfield.gif") no-repeat;
	border: 1px solid #888888;
	padding: 3px;
}

#contactForm input {
	width: 200px;
	margin: 3px 0;
}

#contactForm input.button {
	margin: 0;
	padding: 3px;
	border: 0;
	width: 90px;
	height: 21px;
	background: transparent url("form_button.gif") no-repeat;
	color: #FFF;
}

#form_login input.button {
	margin: 0;
	padding: 3px;
	border: 0;
	width: 90px;
	height: 21px;
	background: transparent url("form_button.gif") no-repeat;
	color: #FFF;
}

#contactForm textarea {
	width: 300px;
	height: 100px;
}

#contactForm label {
	width: 200px;
	float: left;
	text-align: left;
}