/* SITE CSS 20040415 */

div#allcontent
{
    width: 820px;
    margin: 0;
}


/* PAGE HEADER */

div#header
{
	margin-bottom: 15px;
}

div#header-design
{
    margin: 0;
    height: 70px;
    float: left;
}

div#header h1
{
    font-size: 2em;
    margin: 0;
    padding: 0.6em;
}

div#header h1 a
{
    text-decoration: none;
    color: #000000;
}


/* TOOLBARS */

div#toolbar-top
{ 
    padding: 13px 0 0 8px;
    text-align: right;
}

div#toolbar-top
{ 
    text-align: right;
}

div#toolbar-top ul
{
    float: right;
}

div#toolbar-bottom
{ 
    margin-top: 8px;
    text-align: center;
}

div#toolbar-bottom ul
{
    padding: 0.5em 0 0.5em 0;
}

div#toolbar-bottom li.toolbar-item a
{
    font-weight: bold;
}

div#toolbar-top li.toolbar-item, div#toolbar-bottom li.toolbar-item
{
    border-right: 1px solid;
    display: inline;
    margin: 0;
    padding: 0 10px 0 6px;
    white-space: nowrap;
}

div#toolbar-top div.search-line, div#toolbar-bottom div.search-line
{
    display: inline;
    vertical-align: middle;
}

div#toolbar-top div.label, div#toolbar-bottom div.label
{
    display: inline;
    text-align: left;
}

div#toolbar-top div.search-line form, div#toolbar-bottom div.search-line form
{
    display: inline;
}

div#toolbar-top div.search-line div.optionblock input,
div#toolbar-top div.search-line div.optionblock label,
div#toolbar-right div.search-full div.optionblock input,
div#toolbar-right div.search-full div.optionblock label
{ 
    display: inline;
}

div#toolbar-top input.searchinput, div#toolbar-bottom input.searchinput
{
    height: 1.6em;
    width: 7em;
}

div#toolbar-top li.toolbar-item a, div#toolbar-bottom li.toolbar-item a
{ 
    text-decoration: none;
}

div#toolbar-top li.first, div#toolbar-bottom li.first
{
    display: inline;
}

div#toolbar-top li.last, div#toolbar-bottom li.last
{
    border-right: none;
    display: inline;
}


/* TOP MENU */

div#topmenu
{
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid; */
}

div.topmenu-line
{
    border-bottom: 1px solid; /* This line needs to be set to avoid bug in IE */
}

div#topmenu-design
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

div#topmenu ul
{
    margin: 0;
    padding: 0;
}

div#topmenu li
{
    margin: 0;
    padding: 0;
    border-right: 1px solid;
    float: left;
    display: block;
}

div#topmenu li div.spacing
{
    padding: 0.2em 12px 0.3em 12px;
}

div#topmenu li a
{
    text-decoration: none;
}

div#topmenu li a:hover
{
    text-decoration: underline;
}


/* SUB MENU */

div#submenu
{
    /* margin-top: -1px; */
    padding: 0;
    border-bottom: 1px solid; /* This line needs to be set to avoid bug in IE */
}

div#submenu-design
{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    position: relative;
}

div#submenu ul
{
    padding: 0;
    margin: 0;
}

div#submenu li
{
    margin: 0;
    float: left;
    display: block;
}

div#submenu li div.spacing
{
    padding: 0.2em 12px 0.3em 12px;
}

div#submenu li a
{
    text-decoration: none;
}

div#submenu li a:hover
{
    text-decoration: underline;
}


/* PATH */

div#path-design
{
    margin: 0.2em 12px 0.2em 12px;
}

div#path p
{
    margin: 0;
}

div#path p a
{
    text-decoration: none;
}


/* COLUMNS */

div#columns
{
    height: 100%; /* Needs to be set to avoid bug in IE 5.5 */
    padding-left: 20px;
}


/* MENUES */

div#leftmenu ul, div#rightmenu ul
{
    margin-left: 6px;
    margin-top: 0;
}

div#leftmenu
{
    float: left;
    width: 180px;
	padding-bottom: 185px;
}

div#leftmenu-design li ul 
{
	margin: 0.3em 0 .3em .5em;
}
div#leftmenu-design .selected
{
	font-weight: bold; 
}
	
div#leftmenu-design li
{ 
    text-decoration: none;
    border-top: 1px solid #aa8a61;
    padding: 2px 0 2px 0px;
    list-style-type: none;
    font-size: 14px;
    margin: 0;
}
div#leftmenu-design li li
{
	border: none;
}

div#leftmenu-design li a
{ 
    text-align: center;
    color:  #aa8a61;
    text-decoration: none;
}

div#leftmenu-design li.menu-level-1
{ 
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    list-style-type: none;
}

div#leftmenu-design li.menu-level-1 a
{ 
    text-align: center;
    text-decoration: none;
}

div#rightmenu 
{
    float: right;
    width: 15em;
}

div#rightmenu-design
{
    padding-right: 10px;
}

div#maincontent
{
}

div.maincontent-bothmenus
{ 
    margin-left: 14em;
    margin-right: 16em;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-noleftmenu
{ 
    margin-left: 0;
    margin-right: 200px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-norightmenu
{ 
    margin-left: 200px;
    margin-right: 0px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div.maincontent-nomenus
{ 
    margin-left: 10px;
    margin-right: 10px;
    height: 100%; /* Needs to be set to 1% to avoid bug in IE 5.5 */
}

div#fix /* This style breaks the unwanted connection between the content of the maincontent box and the menues on the left and right in some browsers */
{
    float: left;
    width: 100%;
}


/* NAVIGATORS */

div.content-navigator
{
    display: block;
    clear: both;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}


/* TOOLBOXES */

div.toolbox
{ 
    width: 100%;
    margin-bottom: 8px;
    margin-top: 8px;
}

div.toolbox-design
{ 
    padding: 0px;
}

div.toolbox-design h2
{ 
    font-size: 1em;
    margin-top: 0px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

div.toolbox-design div.toolbox-content
{ 
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 10px;
}

div.toolbox-design input.searchtext, div.toolbox-design input.textinput
{
    height: 18px;
    width: 120px;
    border: 1px solid;
}

div.toolbox-design label
{
    font-weight: normal;
    margin-bottom: 0;
    padding: 6px 0 0 0;
}

div.toolbox-design form
{
    vertical-align: bottom;
}

div.toolbox-design div.info-text p
{ 
    font-weight: normal;
}

div.toolbox-design div.attribute-link p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}

div.toolbox-design div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* TOOL LISTS */

div.toollist
{ 
    width: 100%;
    margin: 8px 0 8px 0;
}

div.toollist-design
{ 
    padding: 0px;
    border: 1px solid;
}

div.toollist-design h2
{ 
    font-size: 1em;
    margin-top: 0px;
    padding: 2px 0 3px 10px;
}

div.toollist-design div.content-view-children
{ 
    padding: 3px 10px 10px 10px;
}

div.toollist-design h3
{ 
    margin: 0;
    text-decoration: underline;
}

div.toollist-design div.class-article div.attribute-short p
{ 
    margin: 0;
}

div.toollist-design div.class-article div.attribute-link p
{ 
    margin: 0 0 10px 0;
}

div.toollist-design div.class-article div.attribute-link-disabled p
{ 
    font-weight: normal;
    padding: 0 0 0 6px;
    vertical-align: middle;
}


/* FOOTER */

div#footer
{ 
    clear: both;
	position: relative;
	z-index: 2;
	width:200px;
}

div#footer-design {
	border-bottom:1px solid #B3BB67;
	bottom:66px;
	color:#B3BB67;
	left:26px;
	padding:15px 0pt;
	position:absolute;
	text-align:left;
	width:174px;
	z-index: 3;
}
div#footer-design a, div#footer-design a:link {
	color:#B3BB67;
}
div#footer-design a:hover {
	text-decoration: underline;
}
div#sz {
	color: #AA8A61;
	text-align:left;
}
div#sz a, div#sz a:link {
	color:#AA8A61;
}
div#footer-sz a:hover {
	text-decoration: underline;
}
div#footer-design address
{
    font-style: normal;
}

div#footer-design a
{
    text-decoration: none;
}


/* GENERAL ELEMENTS */

div#maincontent h1
{ 
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
}

div#maincontent h2
{ 
    font-size: 16px;
    font-weight:  normal;
}

div#maincontent h3
{ 
    font-size: 1.1em;
    font-weight: normal;
}

div#maincontent h4
{ 
    font-size: 1em;
    font-weight: normal;
}

div#maincontent-design h5
{ 
    font-size: 1em;
    font-weight: normal;
}


/* GENERAL TABLE */

table th
{ 
    background-color: #d9e5f2;
}

/* SUBMIT BUTTONS */

input.defaultbutton
{
    font-weight: bold;
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

input.button
{
    border: 1px solid;
    margin: 0.5em 0.5em 0 0;
}

input.searchbutton
{
    border: 1px solid;
}

input.shopbutton
{
    border: 1px solid;
}

input.searchimage
{
    width: 18px;
    height: 18px;
    background-image: url(../images/button.gif);
    background-repeat: no-repeat;
}

/* Diff styles */

div#diffview ul
{
    margin: 0 0 0.5em 0;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border-bottom: 1px solid #808080;
    display: block;
}

div#diffview li
{
    font-size: 0.85em;
    margin: 0 0.5em 0 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.attribute-view-diff
{
    padding: 0.25em;
    border: 1px solid #d7d7d2;
}

div.attribute-view-diff label
{
   color: #75756c;
}

div.attribute-view-diff-old
{
    padding-bottom: 0.25em;
    border-bottom: 1px dashed #bfbfb7;
}

div.attribute-view-diff-new
{
    padding-top: 0.25em;
}

ins
{
    color: #008000;
    text-decoration: none;
    border-bottom: 1px solid #00b000;
}

del
{
    color: #d98078;
    text-decoration: line-through;
}

ins:hover, del:hover
{
    background-color: #ffffff;
}

ins:hover
{
    color: #006000;
    border-bottom: none;
}

del:hover
{
    color: #852c25;
    text-decoration: none;
}

div.blockchanges ins, div.blockchanges del
{
    color: #000000;
    padding-left: 0.5em;
    text-decoration: none;
    border-bottom: none;
    display: block;
}

div.blockchanges ins
{
    border-left: 0.5em solid #008000;
}

div.blockchanges del
{
    border-left: 0.5em solid #d98078;
}

div.previous ins
{
    display: none;
}

div.previous del
{
    color: #000000;
    background-color: #ffff00;
    border-bottom: none;
    text-decoration: none   
}

div.latest del
{
    display: none;
}

div.latest ins
{
    color: #000000;
    background-color: #ffff00;
    border-bottom: none;
    text-decoration: none;
}

.content_395 { width: 395px; float: left; }
.content_190 { width: 190px; float: right; }
.w110 { width: 110px;}
.w120 { width: 120px;}
.w135 { width: 135px;}
.w150 { width: 150px;}
.w180 { width: 180px;}
.w190 { width: 190px;}
.w240 { width: 240px;}
.w395 { width: 395px;}
.w45p { width: 45%;}
.w49p { width: 49%;}
.padding20px { padding: 0 20px 20px 0; }
.input200 { margin-left: 200px; }
.input120 { margin-left: 120px; }

fieldset { border: none; padding: 0; margin: 0; }

.attribute-image_gallery { text-align:center; background-color: #ECE7D3; padding: 15px 5px 5px; }
.attribute-image { padding: 0 0 15px 0; }

.overview_teaser { margin: 0;}
.teaser { border-top: 1px solid #000000; margin: 0; padding: 15px 0; font-size: 11px; height: 1%; }
.teaser h2, .overview_teaser h2 { margin: 0; font-size: 17px; font-weight: normal !important; }
.teaser p, .overview_teaser p { margin: 0; line-height: 135%;  }

.class-team { padding: 2px 5px 2px 0 }
.bglight, tr.bglight, tr.bglight td { background-color:#f4f1e2; }
.list td { padding: 4px; }
.bgbeige {background-color: #ECE7D3;}
#content_page .bgbeige { height: auto !important; height: 371px; min-height: 371px; }
.lightgrey { color:#999999 !important; }
tr.tbglight, tr.tbglight td { background-color:#f4f1e2; padding: 4px 0; vertical-align: top;}
tr.tbgnone, tr.tbgnone td { padding: 4px 0;  vertical-align: top;}

.class-pressarticle { margin-bottom: 15px; }

.pagenavigator { padding: 0; }
.pagenavigator a, .pagenavigator a:link, .pagenavigator a:hover, .pagenavigator .current { color:#aa8a61; font-size:14px; text-decoration:none; }
.pagenavigator .current { font-weight: bold; }
.gallery-image { padding: 3px; margin: 0 12px 12px 0; }
.content-view-line { margin: 0 0 15px 0; }

.black, a.black, a.black:link { color: #000; }
a.black:hover { color: #600; }

.cfooter { border-top: 1px solid #aa8a61; margin: 0 0 15px; padding: 15px 0; color: #aa8a61; height: 1%; }
.cfooter a, .cfooter a:link, .cfooter a:hover { color: #aa8a61; padding: 0 5px; }

.sitemap ul {list-style-type: none; }
.level-0 { font-weight: bold; }
.level-1 { }
.level-2 { font-size: 12px; }

.warning { margin: 1.5em 0 2em; color: #600; } 
.txtbutton { border: none; background: none; color: #666c02; cursor: pointer; font-familiy:Georgia,"Times New Roman",Times,serif;}



.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1 {
	float:left;
	background:url(../images/shadow.gif) left bottom no-repeat;}
.wrap2 {background:url(../images/corner_tl.gif) left top no-repeat;}
.wrap3 {
	padding: 0 0 10px 10px;
	background:url(../images/corner_br.gif) right bottom no-repeat;}
.wrap3>img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}
.padding1em { padding: 1em; }

.laf_item { padding-bottom: 1em; }

.loading { background: url('../images/loading.gif') no-repeat center center; }

.szwidget {
	display: inline;
	margin: 0 !important;
}

.rezeptIcon { 
	line-height: 30px;
	display: block;
	padding-left: 50px;
	background-position: center left;
	background-repeat: no-repeat;
}
.arial { font-family: Arial, Helvetica, sans-serif !important; }
.font10 { font-size: 10px !important; }
.font11 { font-size: 11px !important; }
.font12 { font-size: 12px !important; }
.font14 { font-size: 14px !important; }
.font18 { font-size: 18px !important; }
.blog-line { background: url(images/blog_trenner.gif) no-repeat top center; padding: 45px 0 0px; }
.blog-line2 { background: url(images/blog_trenner600.gif) no-repeat top center; padding: 15px 0 0px; position: absolute; left:0; top:0; width: 600px; }

.blogbox { padding: 0 10px 20px; margin: 0; background: url(images/blog_box_head.gif) no-repeat top center; font-size: 12px; }
.blogboxhead { padding: 17px 0px; margin: 0; font-size: 10px; color: #636363; }

ul#blognav { margin: 0; padding: 0 0 13px; list-style-type: none; }
ul#blognav li { font-size: 12px; line-height: 26px; background-color: #f0f4d6; border-top: 1px solid #fafbf0; border-bottom: 1px solid #fafbf0; margin: 0; padding: 0 10px 1px;}
ul#blognav li.active { background: url(images/blognav_active.gif) repeat-x center center; border-bottom: 1px solid #e6ebca; border-top: 1px solid #e6ebca; color: #fff; font-weight: bold; }
ul#blognav li.active a, ul#blognav li.active a:hover {color: #fff !important; font-weight: bold; }
.is_blog a, .is_blog a:link, .is_blog a:hover, .bloggreen { color: #677900 /*#7b9100*/; } 
.bblock { display: block; }
.pb7px { padding-bottom: 7px; }
.comments { background: url(images/blog_icons.gif) no-repeat top left; display: inline-block; padding-left:28px; }
.grey56 { color: #565656; }
.blog_likeit { background: url(images/blog_icons.gif) no-repeat 0  -82px; display: inline-block; padding-left:25px; margin-left: 5px; }
a.retweet span { background: url(images/blog_icons.gif) no-repeat bottom left; padding-left: 31px; margin-left: 20px; line-height: 16px; display: inline-block; }
.posrel { position: relative; }

#mnu_search {
	width: 174px;
	height: 24px;
	position: relative;
	margin: 10px 0;
	background: url(images/bg_suche.gif) no-repeat 0 0;
}
#mnu_search_input {
	position: absolute;
	left: 5px;
	top: 1px;
	padding: 2px 0px 0px;
	width: 138px;
	border: 1px solid #fff;
	color: #6b7a14;
	font: 14px Georgia,"Times New Roman",Times,serif;
}
#mnu_f_searchbutton {
	position: absolute;
	left: 150px;
	top: 0;
	height: 24px;
	width: 24px;
	text-indent: -9000px;
	display: block;
	outline: none;
}
.notopborder { border-top: none !important; }
.startnews { 
	padding: 8px;
	height: 39px;
	overflow: hidden;
	margin: 0 0 5px;
	background-color: #e9ecd3;
}
.startimage {
	width: 48px;
	float: left;
}
.starttext {
	width: 330px;
	overflow: hidden;
}
.starttext h2 {
	margin: 0;
}


.twitted {
	margin-bottom: 1.5em;
	border: 1px solid #A0AE3E;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #A0AE3E;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.5em 0;
	border-top: 1px solid #a0ae3e !important;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li.firstTweet {
	border-top: none !important;
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #a0ae3e;
}

#language-selector {
    background: url(images/language-selector_new.png) no-repeat top right;
    width: 85px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 735px;
}

#language-selector a {
    text-indent: -9000px;
    width: 65px;
    height: 20px;
    display: block;
    background: url(images/language-selector_new.png) no-repeat top right;
}

#language-selector a#german {
    background-position: 0 -20px;
}

#language-selector a#english {
    background-position: 0 -40px;
}

#language-selector a#czech {
    background-position: 0 -60px;
}

#language-selector a#romania {
    background-position: 0 -80px;
}

#language-selector:hover {
    height: 80px;
}