@import url(framework/form-3.css);
@import url(framework/list-3.css);

/* §1 Reset                        */
/* §2 Fonts                        */
/* §3 Standards                    */
/* §4 Site & Header                */
/* §5 Navigation                   */
/* §6 Content                      */
/* §7 Footer                       */


/* §1 RESET ///////////////////////////////////////////////*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

/*  §2 FONTS ///////////////////////////////////////////////// */
body    {
    font: 13px/0.813em verdana, arial, helvetica, sans-serif;
    line-height: 18px;
    letter-spacing: normal;
}

select,input,button,textarea    {
    font:100% verdana, arial, helvetica, sans-serif;
}

table    {
    font-size:inherit;
    font:100%;
}

pre,code,kbd,samp,tt    {
    font-family:monospace;
    * font-size:108%;
    line-height:100%;
}


/*  §3 Standards ///////////////////////////////////////////////// */
html, body { width: 100%; height: 100%;}
img { border: none; * -ms-interpolation-mode: bicubic;}
strong { font-weight: bold;}
.strong { font-weight: bold;}
.floatLeft { float: left;}
.floatRight { float: right;}
.center { margin: 0 auto;}
.invisible { display: none;}

/* float clearing for IE6 */
* html .clear {
  height: 1%;
  overflow: visible;
  clear: both;
}
/* float clearing for IE7 */
*+html .clear {
  min-height: 1%;
  clear: both;
}

/* float clearing for everyone else */
.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  position: relative;
}

a {
    color: #158000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* §4 SITE & HEADER ///////////////////////////////////////////////*/
#site    {
    width: 100%;
    margin: 0;
    height: auto !important;
    min-height: 100%;
    *height: 100%;
    color: #000000;
    letter-spacing: normal;
    background: #615e5e url(/images/main/website/3/bg.jpg) repeat 0 0;
}

#header {
    background: transparent url(/images/main/website/3/bg-header.png) no-repeat 0 32px;
    height: 215px;
    width: 947px;
    margin: 0 auto;
}

#logo {
    padding-top: 100px;
    padding-left: 34px;
    width: 150px;
    height: 59px;
    float: left;
}

#logo a {
    width: 150px;
    height: 59px;
    display: block;
    overflow: hidden;
    text-indent: -10000px;
    outline: none;
}

#logo a:hover {
    background: transparent url(/images/main/website/3/logo-over.png) no-repeat 0 0;
}

#login {
    float: left;
    padding: 8px 0 0 30px;
    position:relative;
}

.headInput,
.headInputPw{
    background: #ccc;
    border: 2px solid #a8a8a8;
    width: 140px;
    height: 12px;
    padding: 2px 10px 3px;
    font-size: 11px;
	position: absolute;
}

.headInputPw {
	left: 200px;
}

.headSubmit {
    background: transparent url(/images/main/website/3/btn-login.jpg) no-repeat 0 0;
    width: 66px;
    height: 22px;
    position: relative;
	left: 340px;
    cursor: pointer;
}

a.register,
a.lostpw {
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -2px;
}

a.lostpw {
	margin-left: 10px;
}
a.register em,
a.lostpw em {
    color: #2ff00a;
}

#header a:hover {
    color: #fff;
    text-decoration: underline;
}

#login-loggedin {
    float: right;
    padding: 8px 30px 0 0;
}

p.HeaderUserInfo    { color:#ccc;}
p.HeaderUserInfo a  { color:#fff;}

/* §5 NAVIGATION ///////////////////////////////////////////////*/

#topNavigationBar {
    height: 39px;
    clear: both;
    margin: 0 auto;
    width: 947px;
    background: transparent url(/images/main/website/3/navi.png) repeat-x 0 -40px;
}

#topNavigationBar span.start {
    height: 39px;
    float: left;
    width: 27px;
    display:block;
    background: transparent url(/images/main/website/3/navi.png) no-repeat 0 0;
}

#topNavigationBar span.end {
    height: 39px;
    width: 27px;
    float: right;
    display:block;
    background: transparent url(/images/main/website/3/navi.png) no-repeat right 0;
}

#topNavigationBar div.navi {
    width: 880px;
    margin: 0 auto;
}

ul.MainNavigation {
    height: 34px;
    font-size: 11px;
}

ul.MainNavigation li.level0 {
	float: left;
}

ul.MainNavigation li.level0 a.level0 {
    height: 34px;
	width: 125px;
	display: block;
	line-height: 31px;
    color: #020202;
	font-weight: bold;
    text-transform: uppercase;
	text-decoration: none;
    text-align: center;
    background: transparent url(/images/main/website/3/navi.png) no-repeat right -160px;
}

ul.MainNavigation li.last a.level0 {
    background: none;
}

.MainNavigation li.level0 a.level0:hover{
    background: transparent url(/images/main/website/3/navi.png) no-repeat right -120px;
    color: #fff;
}

.MainNavigationLoggedIn li.level0 a.level0:hover {
    background: transparent url(/images/main/website/3/navi.png) no-repeat right -80px;
}

/* subnavigation */
.MainNavigation ul.level1 {
    width: 100%;
    font-size:10px;
    position: absolute;
    border: 2px solid #4d4d4d;
    display: none;
    z-index: 100;
}

.MainNavigation li.level1 {
    display: block;
}

.MainNavigation a.level1 {
    width: 100%;
    display: block;
    padding: 2px 0;
    font-weight: bold;
    border-top: 1px solid #fff;
	border-bottom: 1px solid #a4a4a4;
    background: #cacaca;
    color: #313131;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.MainNavigation a.level1:hover {
	color:#2afd00;
	background-color: #272626;
}


/* §6 CONTENT ///////////////////////////////////////////////*/
#content {
    width: 947px;
    margin:0 auto;
}

.content_top {
	background: transparent url(/images/main/website/3/content-top.png) no-repeat 0 0;
	height: 29px;
}

.content_mid {
	background: transparent url(/images/main/website/3/content-mid-shadow.png) repeat-y 0 0;
	padding: 10px 20px;
}

*html .content_mid {
	background: transparent url(/images/main/website/3/content-mid.png) repeat-y 0 0;
}


*+html .content_mid {
	background: transparent url(/images/main/website/3/content-mid-shadow.png) repeat-y 0 0;
}

.content_foot {
    background: transparent url(/images/main/website/3/content-bottom.png) 0 0 no-repeat;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/main/website/3/content-bottom.png');
    * background-image: none;
	height: 28px;
}

.bannerBox {
    background: transparent url(/images/main/website/3/bg-banner.png) no-repeat 0 0;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/main/website/3/bg-banner.png');
    * background-image: none;
    width: 838px;
    height: 121px;
    margin: 0;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    margin: 5px auto;
    clear: both;
    padding: 35px 0 0 109px;
}

.MainColHeadline {
    color: #2a5626;
    font-size: 180%;
    font-weight: bold;
    padding: 0 0 0 10px;
}

/* §7 FOOTER ///////////////////////////////////////////////*/
.MainFooter {
    height: 35px;
    width: 907px;
    margin: 0 auto;
    padding: 0 20px;
    color: #000;
    font-size: 11px;
    clear: both;
}

.MainFooter a {
    color: #fff;
}

.MainFooter a:hover {
    color: #fff;
}

/*
LISTEN
*/
.HomeWelcomeList {
    width: 100%;
    display: block;
}
.HomeWelcomeList li {
    float: left;
    width: 400px;
}

/*
 * Dot List definitions
 */

.ListDots li {
    background: transparent url(/images/main/website/3/icons/dot_green.gif) no-repeat 0 6px;
    padding: 0 0 9px 15px;
}

/* main col ad */
.MainColAd {
    width: 944px;
    height: auto;
    margin: 0 11px;
    background: #ececec url(/images/main/website/3/maincol_ad_bg.gif) no-repeat left bottom;
    text-align: center;
    padding: 6px 0;
}

.AdSuperbanner {
    width: 748px;
    height: 90px;
    padding: 7px;
    background: transparent url(/images/main/website/3/superbanner_bg.gif) no-repeat;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}
/*
 * Ads
 */
.AdSkyscraper {
    position:absolute;
    top:54px;
	left: 50%;
    margin-left: 490px
}

/*
 * MainContent definitions
 */
.MainContent {
    padding: 25px 10px 0;
}

.MainContent p {
    line-height: 150%;
    margin-bottom: 20px;
}

/*
 * Home Welcome teaser definitions
 */
.HomeWelcome {
    padding: 0 20px 20px 10px;
    border-bottom: 1px solid #666;
}

.HomeWelcome h2 {
    color: #2a5626;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 10px;
}

.HomeWelcome p {
    line-height: 18px;
	margin-bottom: 20px;
}

.HomeWelcomeSignup {
    display: block;
    margin: 0 auto 5px;
    overflow: hidden;
    text-indent: -9999px;
    width: 670px;
    height: 133px;
    background: transparent url(/images/main/website/3/teaser.png) no-repeat 0 0;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/main/website/3/teaser.png');
    * background-image: none;
    * cursor: pointer;
}

.InfoSignup {
	font-size: 20px;
}


/*
 * Article Listing
 */
.ArticleList {
}

.ArticleListRowDark {
    padding: 10px;
	overflow: visible;
	clear: both;
	background-color: #ccc;
    border: 1px solid #666;
    border-bottom: none;
}

.ArticleListRowBright {
    padding: 10px;
    clear: both;
    overflow: hidden;
    border: 1px solid #666;
    border-bottom: none;
	background-color: #e5e5e5;
}

.ArticleListRowDarkFix {
    padding: 10px;
    overflow: visible;
    clear: both;
    background-color: #ccc;
    border: 1px solid #666;
    border-bottom: none;
    width: 650px;
}

.ArticleListRowBrightFix {
    padding: 10px;
    clear: both;
    overflow: hidden;
    border: 1px solid #666;
    border-bottom: none;
    background-color: #e5e5e5;
    width: 650px;
}

.ArticleListContent {
    clear: both;
    padding: 10px 0 20px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 10px;
}

.ArticleListBonusaction {
    clear: both;
    padding: 10px 0 20px;
    border-top: 1px solid #b3b3b3;
}

.ArticleListContentLine {
    clear: both;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 10px;
}

.ArticleListButtonActions {
    padding: 3px 10px;
    background: #2a5626;
    color: #fff;
    text-decoration: none;
    font-size: 93%;
    font-weight: bold;
    width: 370px;
    margin: 0 auto;
    display: block;
    text-align: center;}

.ArticleListGet {
	float: right;
    color: #759900;
    font-size: 11px;
    position: relative;
    top: 2px;
    margin-left: 20px;
}

.ArticleListImage    {
    margin: 0 20px 20px 0;
    border: 1px solid #d9d9d9;
}

.ArticleListHeadline {
    font-weight: bold;
    font-size: 108%;
}

.ArticleListButton {
    padding: 3px 10px;
    background: #2a5626;
    color: #fff;
    text-decoration: none;
    font-size: 93%;
    font-weight: bold;
    position: relative;
    bottom: -1px;
    float: right;
    margin-left: 10px;
}

a.ArticleListButtonLeft {
    padding: 3px 10px;
    background: #2a5626;
    color: #fff;
    text-decoration: none;
    font-size: 93%;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.ArticleListButtonLeft:hover,
.ArticleListButton:hover,
.ArticleListButtonActions:hover{
    background: #3e8038;
}


.ArticleListDetails {
    font-size: 10px;
    color: #333333;
    font-weight: normal;
    position: relative;
    top: -2px;
}

.ArticleListDetailsShow {
    font-size: 10px;
    font-weight: normal;
    position: relative;
    margin-left: 10px;
}

.ArticleListImage    {
    margin: 0 20px 20px 0;
    border: 1px solid #666;
}


a.ArticleListButtonLeft {
    padding: 3px 10px;
    background: #2a5626;
    color: #fff;
    text-decoration: none;
    font-size: 93%;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    bottom: 2px;
}

.border-bottom    {
    border-bottom: 1px solid #666;
}

/*
 * Content Columns
 */
.ContentLeftCol {
    float: left;
    width: 70%;
}

.ContentRightCol {
    float: right;
    width: 25%;
}

.ContentRightCol h3,
.ContentLeftCol h3 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 3px;
}

/*
 * Content Table
 */
.ContentTableHeadline {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 3px;
}

.ContentTable {
    font-size: 93%;
    width: 100%;
    margin-bottom: 20px;
}

.ContentTable th,
.ContentTable td {
    padding: 5px;
    text-align: left;
}

.ContentTable th {
}

.ContentTableRow1 td,
.ContentTableRow1 th {
    background: #d9d9d9;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;

}

.ContentTableRow2 td {
}


/*
 * SystemMessage
 */
.SystemMessage {
    position: relative;
    border:1px solid #666;
    background-color:#FFF;
    width:50%;
    margin:20px auto 0 auto;
}


.SystemMessage p {
    position: relative;
    color: #505050;
    font-weight: bold;
    font-size: 120%;
    background: transparent url(/images/main/website/3/icons/sysmsg.gif) no-repeat 20px 15px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
}

.Transparency50 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.50;
    -moz-opacity: 0.50;
    filter:alpha(opacity=50);
    border: 1px solid #fff;
}

* html .Transparency50 {
    height: expression(this.parentNode.offsetHeight);
}

/*
 * Information listing
 */

ul.information_listing {
	margin: 0 0 20px 15px;
    line-height:150%;
}

ul.information_listing li {
    list-style-type: circle;
}


/*
 * PayMessage
 */
.PayMessage {
    position: relative;
    border:1px solid #666;
    background-color:#FFF;
    margin:0 auto;
    background: #fff url(/images/main/framework/info.gif) no-repeat 20px 15px;

}


.PayMessage p {
    position: relative;
    color: #505050;
    font-size: 100%;
    padding-left: 60px;
    padding-top:24px;
}
/* developer: debug console */
#debug_console {
    background-color: #333;
    padding: .4em;
    margin: 1em;
    margin-top: 12em;
}

#debug_console table {
    font-size: 80%;
    color: #fff;
    border-collapse: collapse;
    border-spacing: 1px;
    empty-cells: show;
    border-color: #ccc;
}

/* ShopCatecoryList*/
td.ShopCatecoryList {
    width: 33.3%;
    padding: 1px 1px;
}

td.ShopCatecoryList    a {
    width: 100%;
    text-align: center;
	background: #2a5626;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    display: block;
    color: #fff;
}

/* Lexicon */
.MainContent div.lexikon               { clear:both; width:100%;}
.MainContent div.lexikon div.header    { padding:0; margin:0; clear:both; border:0;}
.MainContent div.lexikon div.header h3 { margin: 0; padding:15px 0px 0px 2px; font-size: 16px; font-weight: bold;}
.MainContent div.lexikon li.letter     { float:left; width:33.33%;}
.MainContent div.lexikon li.entry      { height:20px; padding:3px 10px 3px 2px;}

/* AlertBox */
.AlertBoxRed {
	background: #e5b8b8;
	background: rgba(255,0,0,0.2);
	border: 4px solid #b30000;
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    width: 850px;
    margin: 0 0 30px auto;
}

.AlertBoxRed a {
	background: #b30000;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    float: right;
    margin-left: 10px;
}

.AlertBoxRed a:hover {
	background: #fff;
    color: #b30000;
    text-decoration: none;
}

/*** Forum Link Color  ***/
.forumContent a {
	color: #158000;
}

.forumContent a:hover {
	color: #4d4d4d;
}

a.buttonLink {
    background: #f2f2f2;
    border: 1px solid #ccc;
    border-top-color: #fff;
    border-left-color: #fff;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    outline: 1px solid #e6e6e6 !important;
}

a.buttonLink:hover {
    border: 1px solid #fff;
    border-top-color: #ccc;
    border-left-color: #ccc;
    padding: 6px 10px 4px;
    text-decoration: none;
}