html {
	overflow-y: scroll;
}

BODY {	
	background-image: url("background_body.gif");
	background-repeat: repeat;
	background-color: #ffffff;
	font: normal 16px/1.6em Tahoma, Arial, Microsoft sans, Lucida, Helvetica, sans-serif;
	color:#505050;
	margin: 0;
	padding: 0;
	text-align: center;
}

#containerPreload {
	display: none;
}

#sidebarbg {
	background-image: url("sidebar_table_main.gif");
	background-repeat: repeat-y;
	padding: 0 0 0 10px;
}

#sidebarbg p{	
	color: #505050;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.0em;	
	text-align: left;
}

#sbfishing {	
	padding: 0 0 0 5px;
	width: 220px;
}

#sbfishing p{	
	color: #004ea0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0em;	
	text-align: left;
}

#sbfishing a{	
	background-image: url("button.gif");
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;	
	text-align: left;
	margin: 2px 0;
	padding: 0 10px;
	float: left;
	width: 210px;
	height: 22px;
}

#sbfishing a:hover{
	background-image: url("button_hover.gif");
	background-position: left center;
	background-repeat: no-repeat;
	color: #ffffff;
}

#menu_extra{
	color: #505050;	
	margin: 90px 8px 0 0;
	font-size: 10pt;
	padding: 0 0 0 72px;
}

#menu_extra a{
	color: #505050;
	margin: 0 10px 0 0 !important;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}

#flaggor {
	margin: 20px 0 0 0;
	padding: 0 26px 0 0;
	width: 60px;
	height: 26px;
	text-align: left;
	background-image: url("flags.gif");
	background-repeat: no-repeat;	
	float: right;
}

#flaggor a{
	height: 26px;
	width: 26px;
}

#float_r {
	float: right;
	width: 250px;
}

#float_ru {
	float: right;
	width: 222px;
}

#contact a{
	color: #505050;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#news {
	height: 0;
}

#mail {
	width: 220px;
	margin: 0 15px 0 0;
	padding: 0 0 0 35px;
	text-align: left;
	float: left;
	position: absolute;
	font-size: 0.8em;
}

#sb_news_nletter {	
	float: left;
}

/* -------------------- TINY MCE -------------------- */
body.mceContentBody {
	background: #ffffff;
	text-align: left;
}

::-moz-selection {
	background:#adadad;
	color:#505050;
}

/* -------------------- CONTAINER -------------------- */
#containerAll, #containerLogo, #containerFooter, #containerMenu {
	width: 780px;
}

#containerAll {
	background-color: #ffffff;
	display: block;
	top: 0;
	margin: 0 auto;
	cursor: default;
}

#containerLogo {
	background-image: url("background_logo.gif");
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 120px;
}

#containerLogo a {
	padding: 0;
	margin: 0;
	float: left;
}

#containerLogo a img {
	padding: 0;
	margin: 0;
	display: block;
	border: 0;
	height: 100px;
	width: 100px;
}

#containerContent { 	
	margin: 0;
	text-align: left;
	min-height: 525px;
	height: auto !important;
	height: 500px;
	padding: 10px 20px 0 33px;
	font-size: 10pt;
}

#containerContent img[align="right"] {
	padding-left : 20px;
}

#containerContent img[align="left"] {
	padding-right: 20px;
}

/* -------------------- MENU -------------------- */
#containerMenu {
	background-image: url("background_menu.gif");
	background-repeat: repeat-x;
	height: 54px;
	margin: 0;
	padding: 0;
	background-position: top center;
	color: #FFFFFF;
	font-size: 11px;
}

#navlist {
	height: 32px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 118px;
}

#navlist li {
	z-index: 9;
	display: block;
	height: 32px;
	margin: 0;
	float: left;
	line-height: 32px;
	width: 140px;
}

#navlist li a {
	color: #FFFFFF;
	padding: 0;
	border: 0;
	display: block;	
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#navlist li a:hover {
	background-image: url("menu_item_hover.gif");
	background-repeat: no-repeat;
	background-position: center 2px;
	color: #353535;
}

#navlist li.selected {
	background-image: url("menu_item_hover.gif");
	background-repeat: no-repeat;
	background-position: center 2px;
	color: #353535;
}

#navlist li.selected a {
	color: #353535;
}

#navlist li.selected a:hover {
	color: #353535;
}

#navlist li.folder {
	height: 32px;
}

/* -------------------- DROP DOWN -------------------- */
#navlist li.folder ul {
	position: absolute;
	text-align: center;
	left: 210px;
	width: 780px;	
}

/* -------------------- MENU ITEM -------------------- */
#navlist li.folder ul a {
	height: 32px;
	width: 150px;
	line-height: 18px;	
	color: #000000;
	font-size: 1.0em;
	text-transform: none;
	margin: 0 0 0 17px;
	padding: 0 0 0 15px;
}

#navlist li.folder ul a:hover {
	background-image: url("sub_menu_item_hover.png");
	background-repeat: no-repeat;
	background-position: top right;
	color: #004ea0;
	margin: 0 0 0 22px;
	padding: 0 0 0 15px;
}		

/* -------------------- SUB MENU -------------------- */
#navlist li.folder ul li.folder ul {
	display: none;
}

#navlist ul li a.submenu {
	display: none;
}

#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;
}

/* -------------------- CHILDMENU -------------------- */

#containerChildMenu {	
	height: 32px;
	width: 780px; 
	margin: 0;
	padding: 0;	
}

.childMenuItem {
	height: 32px;
	line-height: 25px;
	text-align: left;
	color: #505050;
	text-decoration:none;	
	margin: 0 0 0 0;
	}

/* -------------------- NAVIGATION -------------------- */
#containerNavigationmenu { 
	height: 30px;
	margin: 0;
	padding: 10px 0 0 0;
}

#containerNavigationmenu p { 
	color: #555555;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#containerNavigationmenu p a { 
	font-weight: normal;
	text-decoration: none;
	border: 0;
}

/* -------------------- FOOTER -------------------- */
#containerFooter {
	background-image: url("page_end.gif");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
	height: 182px;
}

#containerFooter hr {
	display: none;
}

#containerFooter p {
	font-size: 8pt;
	color: #353535;
	margin: 95px 0 0 10px;
	padding: 0;
	line-height: 18px;
}

#containerFooter p a {
	color: #353535;
	text-decoration: underline;
	border: 0;
}

/* -------------------- LOGIN -------------------- */
#containerLogin {
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
}

#containerLogin hr {
	display: none;
}

#containerLogin p {
	font-size: 8pt;
	color: #353535;
	margin: 0;
	padding: 0;
}

#containerLogin p a {
	color: #353535;
	text-decoration: none;
	font: normal 8pt Arial, Microsoft sans, Tahoma, Lucida, Helvetica, sans-serif;
}

#form_login input.button {
	margin: 0;
	padding: 3px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 0.9em;
	width: 90px;
	height: 21px;
	color: #ffffff;
	background-color: transparent;
	background-image: url("form_button.gif");
	background-repeat: no-repeat;
	border: 1px solid #888888;
}

/* -------------------- DirektOnline -------------------- */
#containerDirektOnline {
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
}

#containerDirektOnline hr {
	display: none;
}

#containerDirektOnline p {
	font-size: 8pt;
	color: #353535;
	margin: 0;
	padding: 0 0 0 4px;
}

#containerDirektOnline p a {
	color: #353535;
	text-decoration: none;
	font: normal 8pt Arial, Microsoft sans, Tahoma, Lucida, Helvetica, sans-serif;
}

/* -------------------- SITEMAP -------------------- */
#smallButtonSitemap {
	background-image: url("../lib/images/icon_sitemap.gif");
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 18px;
	padding: 3px 0 3px 20px;
	margin: 0;
	display: none;
}

#smallButtonLogin {
	margin: 0;
}

#smallButtonProducer {
	padding: 3px 0;
	margin: 0;
}

/* -------------------- CONTENT ELEMENT -------------------- */
p {
	cursor: default;
	color: #505050;
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.9em;
}

p b {
	font-weight: bold;
}

p em {
	color: #505050;
}

p sup {
	color: #505050;
}

ul {
	margin: 0;
	padding: 0 0 0 10px;
}

h1, h2, h3, h4, h5, h6, span.newsTitle {
	color: #505050;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0 0 5px;
	font-family: Tahoma, Verdana, Arial, Helvetia;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-weight: normal;
}

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: #0099cc !important;
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #505050;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:hover {
	color: #0159b5;
	text-decoration: none;
	font-weight: bold;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* -------------------- TOP OF PAGE -------------------- */
#topOfPageLink {
	display: none;
	text-align: left;
	margin: 20px 0 0 0;
	clear: both;
}

#topOfPageLink hr {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	color: #FFFFFF;
	height: 1px;
	width: 200px;
	text-align: left;
}

#topOfPageLink p {
	background-image: url("icon_topofpage.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
	margin: 0;
}

/* -------------------- SIDEBAR -------------------- */
#containerSidebar {
	width: 220px;	
	padding: 0 5px 0 33px;
	margin: 10px 10px 0 0;
	text-align: left;
	min-height: 70px;
	height: auto !important;	
	border: 0;
	font: normal 16px/1.6em Tahoma, Arial, Microsoft sans, Lucida, Helvetica, sans-serif;
	font-size: 10pt;
}

/* -------------------- SLIDESHOW -------------------- */
#containerSlideshowBeforeMenu, #containerSlideshowAfterMenu {
	padding: 0;
	margin: 0;
	text-align: left;
	clear: both;
}

#containerSlideshowBeforeMenu {
	margin: 0;
}

#containerSlideshowAfterMenu {
	padding: 8px 0 0 44px;
}

#containerSlideshowBeforeContent, #containerSlideshowAfterContent {
}

#containerSlideshowTopSidebar, #containerSlideshowBottomSidebar {
}

#myGalleryBeforeMenu, #myGalleryAfterMenu {
	width: 780px;
	height: 230px;
	border: 0;
	overflow: hidden;
}

#myGalleryBeforeContent, #myGalleryAfterContent {
}

#myGalleryTopSidebar, #myGalleryBottomSidebar {
}

.jdGallery .slideElement {
	background-color: #ffffff;
}

.jdGallery .loadingElement {
	background-color: #ffffff;
}

.jdGallery .slideInfoZone {
	height: 40px;
	background: #ffffff;
	color: #000000;
	font-size: 1em;
}

.jdGallery .slideInfoZone h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 2px 10px;
}

.jdGallery .slideInfoZone p {
	font-size: 1.0em;
	padding: 0;
	margin: 2px 10px;
}

/* -------------------- GALLERY -------------------- */
#containerGallery {
	display: block;
	float: right;	
	padding: 10px 0 0 0;
	width: 175px;
}

img.galleryThumbnail {
	border: 1px solid #AAAAAA;
	background-color: #ffffff;
	padding: 3px;
	height: 100px;
	margin: 0 10px 7px 0;
	width: 150px;
}

a.galleryThumb:link, a.galleryThumb:active, a.galleryThumb:visited {
	float: right;
	border: 0;
}

a.galleryThumb:hover {
	float: right;
	border: 0;
}

/* -------------------- NEWS -------------------- */
#containerNews {	
	text-align: left;
	width: 200px;
	height: 110px;
	padding: 0 0 0 5px;
	margin: 0px 15px 0 20px;	
}

#containerNews ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	text-align: left;
}

img.newsImage {
	margin: 20px;
	float:left;
}

div.newsItem {
	margin: 0;
	padding: 0;
}

li.newsItem {
	font-size: 0.8em;
	position: relative;
	margin: 0 9px 0 0;
	padding: 0 0 10px 10px;
}

span.newsTitle {
	display: none;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0;
}

span.newsTitle a:link {
	text-decoration: none;
}

span.newsDate {
	color: #888888;
	font-size: 0.9em;
	line-height: 0.9em;
}

span.newsText {
	color: #000000;
	font-size: 0.9em;
	line-height: 0.9em;
}

span.newsTextShort {
	display: block;
	color: #000000;
	padding: 0;
	line-height: 0.9em;
	font-size: 0.9em;
}

span.newsReadMore {
	color: #000000;
	font-size: 1em;
	padding: 5px 0 0 0;
	display: block;
}

/* -------------------- CONTACT FORM -------------------- */
#contactForm {
	clear: both;
	padding: 20px 0 0 0;
}

input {
	background: #FFFFFF;
	color: #000000;
}

#contactForm input, #contactForm textarea {
	background: transparent;
	border: 1px solid #888888;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	background-image: url("form_inputfield.gif");
	background-repeat: no-repeat;
	color: #000000;
}

#contactForm input {
	width: 200px;
}

#contactForm input.button {
	margin: 0;
	padding: 3px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 0.9em;
	width: 90px;
	height: 21px;
	color: #ffffff;
	background-color: transparent;
	background-image: url("form_button.gif");
	background-repeat: no-repeat;
	border: 1px solid #888888;
}

#contactForm textarea {
	width: 300px;
	height: 100px;
}

#contactForm label {
	width: 80px;
	float: left;
	text-align: left;
	padding: 0 10px 0 0;
}