/* page layout */

html, body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana, Arial, sans-serif; 
	font-size: 86%;
	color: #555;
	line-height: 150%;
}

html 
{
	height: 100%;
	margin-bottom: 1px; /* show always a little scrollbar */
}

body
{
    padding-top: 42px;
    padding-bottom: 20px;
    background: #838583 url(top_green_bg.jpg) repeat-x top left;
}
body.mceContentBody 
{
	background: #fff url() no-repeat;
	padding: 2px;
	text-align: left;
}
#webpage
{
    background: transparent url(top_orange_bg.gif) repeat-x 0 96px;
}

.layout
{
    width: 674px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}


a
{
    color: #d18400;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
	border: none;
	margin: 0;
	padding: 0;
}

.error
{
    color: Red;
}

.highlight
{
	color: #ffb32c;
}

input.button
{
    margin: 0;
    font-size: 100%;
    color: #fff;
    background-color: #ffb32c;
    border: 1px solid #ffb32c;
}

textarea
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 95%;
}

/* header area layout */

#header
{
    position: relative;
    height: 191px;
    background: transparent url(header.jpg) no-repeat top left;
    width: 100%;
    text-align: right;
}

#header h2
{
    position: absolute;
    top: 160px;
    right: 25px;
    font-size: 110%;
    color: #fff;
    margin:0;
}

#header h2 em
{
    padding: 3px 8px;
    background-color: #fca51a;
    font-style: normal;
    font-weight: normal;
  	filter:alpha(opacity=82);
	opacity: 0.82;
	-moz-opacity:0.82;
}

#header h3
{
    position: absolute;
    top: 7px;
    right: 19px;
    font-size: 85%;
    color: #789c00;
    margin:0;
}

#header h3 em
{
    color: #fff;
    font-style: normal;
}

#header a img
{
    position: absolute;
    top: 88px;
    left: 45px;
    width: 122px;
    height: 94px;
    border: none;
}

/* content area layout*/

#contentarea
{
    background: #ffb32c url(middle_green_bg.gif) repeat-x top left;
}

#contentarea div
{
    background: transparent url(middle_shaddow.gif) repeat-y top left;
}

#contentarea div div
{
    background: none;
}

#contentarea div div#wrapper
{
    padding-top: 19px;
    padding-right: 19px;
    background: transparent url(middle.gif) no-repeat top left;
}

#content
{
    float: right;
    display: inline;
    width: 463px;
    margin-bottom: 20px;
}

#content #breadcrumb
{
    font-size: 90%;
    margin-top: -3px;
    margin-bottom: 6px;
}


/* left navigation layout */

#navigation
{
    width: 185px;
    float: left;
    position: relative;
}

#navigation ul
{
    margin: 0 5px 0px 16px;
    padding: 0;
    list-style: none;
    display: block;
    border-bottom: 8px solid #ffb32c;
    font-size: 90%;
}

#navigation ul li
{
    margin: 0 0 1px 0;
    list-style: none;
    display: block;
}

#navigation ul li a
{
    display: block;
    text-decoration: none;
    color: #555;
    line-height: 120%;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    padding: 9px;
    margin:0;
    width: 162px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 144px;
}
#navigation ul li.active div
{
    color: #555;
    line-height: 120%;
    padding: 9px;
    margin:0;
    width: 162px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 144px;
}

#navigation ul li.active div em a
{
    display: inline;
    background: none;
    border: none;
    padding: 0;
    margin:0;
    width: auto;
}

#navigation ul li ul
{
    border-bottom: none;
    margin: 6px 0 6px 10px;
    font-size: 100%;
}

#navigation ul li ul li a
{
    width: 125px;
}
#navigation>ul li a { width: auto; } /* undo specific widths of 144px/135px which are required for ie */

#navigation ul li a:hover
{
    color: #444;
    border: 1px solid #ffb32c; 
    background: transparent url(arrow_right.gif) no-repeat bottom right;
}

#navigation ul li.active
{
    background: transparent url(arrow_right.gif) no-repeat bottom right;
    border: 1px solid #ffb32c;  
    width: 110px;
}
#navigation>ul li.active { width: auto; } /* undo specific widths of 144px/135px which are required for ie */

#navigation ul li.active ul li a,
#navigation ul li.active ul li.active
{
    background: transparent;
    border: none;
    padding: 2px;
}

#navigation ul li.active ul li a:hover,
#navigation ul li.active ul li.active,
#navigation ul li.active ul li.active a
{
    color: #d18400;
    text-decoration: underline;
    background: transparent;
    border: none;
}

#navigation ul li em
{
    display: block;
    color: #789c00;
    font-weight: bold;
    font-style: normal;
    font-size: 120%;
}

#navigation span
{
    display: block;
    margin: 0 5px 40px 16px;
    padding: 0;
}

#navigation span span
{
	margin: 0;
	padding: 0;
	background-color: #ffb32c;
}

#navigation input.searchbox
{
    width: 100px;
    border: 1px solid #ffb32c;
    font-size: 100%;
    margin: 0;
    padding: 0;
    height: 17px;
}

#navigation input.button
{

}


/* footer area layout */
#footerarea
{
    background: transparent url(footer_bg.gif) repeat-x;
}

#footer
{
    clear: both;
    background: transparent url(footer_bg_middle.gif) repeat-y top center;
    text-align: center;
    color: #fff;
}

#footer p
{
    margin: 0;
    padding: 10px 20px 0 20px;
    background: transparent url(footer_bg_top.jpg) no-repeat top left;
}

#footer p span
{
    display: block;
}

#footer p.links
{
    
    background: transparent url(footer_bg_bottom.gif) no-repeat bottom left;
    padding: 0 20px 20px 20px;
}

#footer a
{
    color: #ffc15f;
}

p.final
{
    margin: 20px auto 0 auto;
    color: #555;
    width: 35em;
    background: #909090;
    border-right: 8px solid #aaa;
    border-left: 8px solid #aaa;
    display: block;
    padding: 5px;
}



/* content layout */
#content h1,
.mceContentBody h1
{
    font-size: 139%;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ffb32c;
}

#content h2,
#content h3,
.mceContentBody h2,
.mceContentBody h3
{
    font-size: 129%;
    font-weight: normal;
    margin: 0 0 6px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #ffb32c;	
}
.mceContentBody h3
{
	font-size: 119%;
}

#content img.left
{
    float: left;
}

#content img
{
    padding-bottom: 1px;
    margin-right: 2px;
    border-bottom: 8px solid #93c000 !important;
}
#content img.noborder
{
    border: none !important;
}

#content acronym,
#content abbr 
{
	cursor: help;
	background: transparent url(acronym.gif) no-repeat center right;
	padding-right: 12px;
	margin-right: 1px;
	border-style: none;
}


#content pre,
#content .pre,
#content code
{
	display: block;
	margin: 5px;
	padding: 5px 5px 40px 30px;
	font-style: italic;
	background: #eee url(code.gif) no-repeat 10px 10px;
	width: 450px;
	overflow: auto;
	white-space: pre;
	
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 415px;

}
html>body #content .pre, html>body #content code { width: 415px; }

#content blockquote
{
	display: block;
	margin: 5px;
	padding: 5px 5px 5px 30px;
	font-style: italic;
	background: #eee url(quote.gif) no-repeat 10px 10px;
}

#content ul
{
    margin:0;
    padding:0;
}

#content li
{
	margin: 0;
	padding: 3px 0 3px 15px;
	list-style: none;
	background: #fff url(listimage.gif) no-repeat 2px 9px;
}

#content .searchheadline
{
    display: block;
    margin-bottom: 6px;
}

#content .searchpager
{
    text-align: right;
}

#content .searchpager img
{
    padding: 0 2px;
}

#content .teaserItem
{
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f1f1f1;
}

#content .teaserItem .index
{
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-family: Arial Black, Arial, Verdana, Sans-Serif;
    font-weight: bold;
    letter-spacing: -10px;
    padding: 0 15px 0 0;
    display: block;
    position: absolute;
    z-index: 8;
	top: -10px;
	left: -14px;
}

#content .teaserItem a
{
    color: #555;
    display: block;
    margin: 0;
    padding: 4px 0;
    text-decoration: none;
    background-color: #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

#content .teaserItem .inner
{
    padding-left: 40px;
    display: block;
    position: relative;
    z-index: 10;
}

#content .teaserItem a em
{
    color: #d18400;
    display: block;
    font-size: 150%;
    font-style: normal;
}

#content .teaserItem .date
{
    display: block;
    text-align: right;
    padding: 0 5px 5px 0;
    color: #f1f1f1;
}

#content .teaserItem a:hover
{
    text-decoration: none;
    background-color: #fff;
    border-top: 1px dashed #888;
    border-bottom: 1px dashed #888;
}

#content .teaserItem a:hover .date
{
    color: #555;
}

#content .teaserItem a:hover em
{
    color: #789c00;
}

#content ul.error li
{
    color: #a00;
}



/* comments control */

#content #comments
{
    margin-top: 25px;
}

#content #comments ol
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content #comments ol li
{
    list-style: none;
    margin: 7px 0;
    background-color: #f5fbea;
	background-image: url(comment.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;	
	padding: 5px 5px 5px 24px;
	border: 1px solid #def3b5;
}

#content #comments ol li:hover 
{
    border: 1px solid #ACE149;
}
	
#content #comments ol li cite
{
	color: #d18400;
}

#content #comments ol li.alt
{
    background-color: #eaf8cf;
    border: 1px solid #d5f0a4;
}

#content #comments ol li.alt:hover
{
    border: 1px solid #ace149;
}

#content #comments ol li input
{
    width: auto;
}



/* field controls*/

#content label
{
    display: block;
}

#content .checkbox label
{
    display: inline;
}

#content fieldset 
{
	margin: 5px 0;
	padding: 20px 12px 12px 12px;
	border : 1px solid #93c000;
}

#content legend 
{
	font-weight: bold;
	padding: 0 4px;
	color: #555;
}

#content input, 
#content textarea 
{
    border : 1px solid #93c000;
    background: #fafafa;
    width: 250px;
}

#content textarea 
{
    width: 431px;
    height: 250px;
}

#content input.button
{
    width: auto;
    background-color: #ffb32c;
    border: 1px solid #ffb32c;
}

#content input:focus, 
#content textarea:focus 
{
	background: #f1f1f1;
}

#content input.button:focus
{
	background: #ffc335;
}

#content .checkbox input
{
    display: inline;
    width: auto;
    border: none;
}



/* forum layout */

.forumlocator
{
    margin-bottom: 5px;
}

.newButton
{
    text-align: right;
    margin-bottom: 5px;
}

.forumlist th
{
    background-color: #f1f1f1;
    border: 1px solid #fff;
    white-space: nowrap;
    padding: 3px;
}

.pager .forumsearchinput
{
    border: 1px solid #ffb32c;
    font-size: 100%;
    padding-left: 2px;
    height: 15px;
}



/* fix floating */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */



/* print styles */
@media print
{
    /* todo - hide navi, header, ...*/
    #navigation,
    #headerarea
    {
        display: none;
    }
    #contentarea,
    .layout
    {
        width: 100%;
        float: none;
    }
}
