/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Browser Reset
 */

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
option { padding-left: 0.4em; }

 
ul, ol, dl { margin: 1em 0; padding-left: 40px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

blockquote { margin: 0 0 1em 1.5em; }

/*p {	margin: 1em 0; }

td, th { padding: 1px; }

 
 
html {
	height: 100%;
	margin-bottom: 1px;
}*/
	
/*
 * Page
 */
 
/*body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}*/

body#page {
	background: #F0F0F0 url(../images/page_bg.png) 50% 0 repeat-x;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
	padding: 0px 0px 0px 0px;
}

div.wrapper-t {
	background: #F0F0F0 url(../images/wrapper_t.png) 0 0 repeat-x;
}

div.wrapper-b {
	background: url(../images/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper-l {
	background: url(../images/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper-r {
	background: url(../images/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper-tl {
	background: url(../images/wrapper_tl.png) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(../images/wrapper_tr.png) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(../images/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 0px 20px 20px 20px;
	min-height: 710px;
	 
	background: url(../images/wrapper_br.png) 100% 100% no-repeat;
}

div#header {
	padding: 0px 0px 0px 0px;
	width: auto;  
	height: 115px;
	position: relative;
	z-index: 10;
	clear: both;  
}

span#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 205px;
	height: 60px;
	background: url(../images/logo.png) 0 0 no-repeat;
	z-index: 3;
	display: block;
	cursor: pointer;
}

div#tabs {
	position: absolute;
	top: 70px;
	right: 0px;
	height: 35px;
}

div#styleswitcher {
	  
	background: url(../images/tab_.png) 100% 0 no-repeat;
	float: right;
}

div#styleswitcher div {
	padding: 0px 5px 0px 15px;
	height: 20px;
	background: url(../images/tab_.png) 0 0 no-repeat;
}

div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
	 
}

a#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat;
}

a:hover#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 -20px no-repeat;
}

a#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 -20px no-repeat;
}

a#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 -20px no-repeat;
}

a#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 -20px no-repeat;
}

a#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 -20px no-repeat;
}

a#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 -20px no-repeat;
}

div#menu {
	position: absolute;
	top: 90px;
	left: 25px;
	height: 25px;
}

div#search {
	margin: 4px 0px 0px 10px;
	height: 18px;
	float: left;
}

div#banner {
	position: absolute;
	top: 120px;
	right: 80px;
	width: 0px;
	z-index: 3;
}

div#top {
	margin: 0px 25px 0px 25px;
	width: auto;  
	height: 325px;
	background: #000000 url(../images/top_bg.png) 0 0 repeat-x;
	overflow: hidden;
	clear: both;  
}

div#breadcrumb {
	margin: 5px 25px 0px 80px;
	width: auto;  
	height: 30px;
	overflow: hidden;
	clear: both;  
	font-size: 85%;
}

div#middle {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;  
	clear: both;  
}

div#middle .background {
	min-height: 140px;
	 
	 
	 
	 
}

 
div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

div#left {
	width: 200px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
	 
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px 0px 0px 210px;  
}

 
.right div#main {
	margin: 0px 210px 0px 0px;  
}

div#maintop {
	margin: 0px 0px 10px 0px;
	background: #C8C896 url(../images/main_module_bg.png) 0 0 repeat-x;
	border: 1px solid #969696;
}

div#mainmiddle {
}

.showright div#mainmiddle {  
	background: url(../images/right_bg.png) 100% 0 repeat-y;
}

div#right {
	width: 200px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#content {
	width: auto;
	 
}

 
div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

 
.showright div#content {
	margin: 0px 210px 0px 0px;  
	padding: 0px 0px 10px 0px;
}

div#contenttop {
	margin: 0px 0px 10px 0px;
	background: #C8C896 url(../images/main_module_bg.png) 0 0 repeat-x;
	border: 1px solid #969696;
}

div#contentbottom {
	margin: 10px 0px 0px 0px;
	background: #C8C896 url(../images/main_module_bg.png) 0 0 repeat-x;
	border: 1px solid #969696;
}

div#mainbottom {
	margin: 0px 0px 10px 0px;
	background: #C8C896 url(../images/main_module_bg.png) 0 0 repeat-x;
	border: 1px solid #969696;
}

div#bottom {
	margin: 0px 70px 25px 80px;
	width: auto;  
	background: #C8C896 url(../images/main_module_bg.png) 0 0 repeat-x;
	border: 1px solid #969696;
	clear: both;  
}

div#footer {
	width: auto;  
	min-height: 100px;
	 
	padding: 10px 0px 0px 0px;
	clear: both;  
	text-align: center;
}

div#footer a.anchor {
	margin: 3px 20px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}

div#hidden {
	width: 100px;
	position: absolute;
	top: 0px;
	left: -999em;
}

/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { display: block; }

 

/*
 * ordered lists
 */
 
ol.disc, ol-disc-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 15px;
}

ol.disc {
	padding: 0px 0px 0px 27px;
	background: url(../images/list_disc.png) 0 0 repeat-y;
}

ol.disc li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 12px;
	font-weight: bold;
	line-height: 28px;
}

ol.disc-big {
	padding: 0px 0px 0px 45px;
	font-size: 200%;
	background: url(../images/list_disc_big.png) 0 0 repeat-y;
}

ol.disc-big li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 20px;
	font-weight: bold;
	line-height: 45px;
}

/*
 * highlighted div and span boxes
 */

span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #FFFCF2;
	border: 1px solid #AAAAAA;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
}

div.info, span.info {
	background: #FFFCF2 url(../images/div_info.png) 3px 3px no-repeat;
	border: 1px solid #AAAAAA;
}

div.alert, span.alert {
	background: #FFFCF2 url(../images/div_alert.png) 3px 3px no-repeat;
	border: 1px solid #AAAAAA;
}

div.download, span.download {
	background: #FFFCF2 url(../images/div_download.png) 3px 3px no-repeat;
	border: 1px solid #AAAAAA;
}

div.tip, span.tip {
	background: #FFFCF2 url(../images/div_tip.png) 3px 3px no-repeat;
	border: 1px solid #AAAAAA;
}

div.whitebox, span.whitebox {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	width:393;
}

body.yootools-black div.whitebox, body.yootools-black span.whitebox {
	background: #141414;
	padding:5px;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

div.blackbox, span.blackbox {
	margin: 10px 0px 10px 0px;
	padding: 40px 27px 40px 27px;
	background: #1a1a1a;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

/*
 * highlighted quotations
 */

blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	background: url(../images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/blockquote_end.png) 100% 100% no-repeat;
}

blockquote.big {
	margin: 10px 0px 10px 0px;
	padding: 50px 50px 50px 50px;
	background: url(../images/blockquote_big_start.png) 0 0 no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

blockquote.big p {
	margin: 0px -50px -50px 0px;
	padding: 0px 30px 50px 0px;
	background: url(../images/blockquote_big_end.png) 100% 100% no-repeat;
}

/*
 * preformatted text elements
 */

pre {
	margin: 2px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #ffffff;
	font-size: 90%;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}


/*
 * highlighted emphasis
 */

em.box, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}

em.box { 
	padding: 0px 2px 0px 2px;
	background:#f4f5f6;
	border: 1px dotted #aab4be;
}

em.file { 
	padding: 0px 0px 0px 13px;
	background: transparent url(../images/em_file.png) 0 1px no-repeat;
	color: #000000;
}

em.directory { 
	padding: 0px 0px 0px 16px;
	background: transparent url(../images/em_directory.png) 0 1px no-repeat;
	color: #000000;
}

/*
 * headings
 */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 200%;
	font-weight: normal;
}

h2 {
	font-size: 175%;
	font-weight: normal;
}

h3 {
	font-size: 150%;
	font-weight: normal;
	color: #5f870f;
}

h4 {
	font-size: 125%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
	color: #960000;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * tabsmenu
 */

 
div#tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;  
}

div#tabs li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

div#tabs li a {
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
	font-size: 95%;
}

div#tabs li span {  
	display: block;
}

div#tabs li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#tabs a:hover {  
	color: #FFFFAA;
}

div#tabs a.active:hover {  
	color: #AA1428;
}

 
div#tabs li.level1 {
	background: url(../images/tab_r.png) 100% 0 no-repeat;
}

div#tabs a.level1 {
	background: url(../images/tab_l.png) 0 0 no-repeat;
}

div#tabs a.level1 span {
	padding: 0px 15px 0px 20px;
}

div#tabs li.active {  
	background: url(../images/tab_r_active.png) 100% 0 no-repeat;
}

div#tabs a.active {  
	background: url(../images/tab_l_active.png) 0 0 no-repeat;
	color: #323232;
}

/*
 * menu
 */

 
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

div#menu li a, #menu li span.separator {
	height: 25px;
	display: block;
	float: left;
	line-height: 25px;
	text-decoration: none;
	color: #646464;
}

div#menu li span {  
	display: block;
}

div#menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#menu li a.current {  
	color: #aa1428;
}

div#menu a:hover, div#menu span.separator:hover, div#menu span.sfhover, div#menu a.current:hover {  
	color: #aa1428;
}

div#menu li.active {  
	font-weight: bold;
}

div#menu li.active ul {  
	font-weight: normal;
}

div#menu li.parent span.separator {  
	cursor: pointer;
}

 
div#menu ul.menu {
}

div#menu li.level1 {
	margin-right: 5px;
}

div#menu a.level1 span, div#menu span.level1 span {
	padding: 0px 15px 0px 15px;
}

div#menu li.parent a.level1 {  
	background: url(../images/menu_level1_item_parent.png) 100% 0 no-repeat;
}

div#menu li.parent a.level1 span {
	padding: 0px 40px 0px 15px;
}

 
div#menu ul.menu ul {
	position: absolute;
	top: 25px;
	left: -999em;  
	width: 140px;
	padding: 0px 0px 10px 0px;
	background: url(../images/menu_dropdown_bg.png) 0 100% no-repeat;
}

div#menu li:hover ul, div#menu li.sfhover ul {
	left: 0px;  
	z-index: 100;
}

div#menu li.level1 li {
   	width: 100%;  
	text-indent: 15px;
}

div#menu li.level1 li a, div#menu li.level1 li span.separator{
	height: 25px;
	padding: 0px;
	margin: 0px 1px 0px 1px;;
	background: #ffffff url(../images/menu_level2_item.png) 100% 0 no-repeat;
	float: none;  
	display: block;
	line-height: 25px;
}

div#menu li.level2 a.parent, div#menu li li.level2 span.parent {  
	background: #ffffff url(../images/menu_level2_item_parent.png) 100% 0 no-repeat;
}

 

 
div#menu li ul ul {
	margin: -26px 0 0 139px;  
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul {
	border-top: 1px solid #C8C8C8;
}

 
div#menu li:hover ul ul, div#menu li.sfhover ul ul,  
div#menu li:hover ul ul ul, div#menu li.sfhover ul ul ul,  
div#menu li:hover ul ul ul ul, div#menu li.sfhover ul ul ul ul {  
	left: -999em;
}

 
div#menu li li:hover ul, div#menu li li.sfhover ul,  
div#menu li li li:hover ul, div#menu li li li.sfhover ul,  
div#menu li li li li:hover ul, div#menu li li li li.sfhover ul {  
	left: 0;
	z-index: 100;
}


/*
 * sub menu
 */
 
 
div#middle div.module_menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
	background: #ffffff;
}

div#middle ul.menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#middle ul.menu li a, div#middle ul.menu li span.separator {
	height: 25px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #000000;
}

div#middle ul.menu li span {  
	display: block;
}

div#middle ul.menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#middle ul.menu a.current {  
	color: #aa1428;
}

div#middle ul.menu a:hover, div#middle ul.menu span.separator:hover, div#middle ul.menu span.sfhover, div#middle ul.menu a.current:hover {  
	color: #aa1428;
}

div#middle ul.menu li.active {  
	font-weight: bold;
}

div#middle ul.menu li.active li {  
	font-weight: normal;
}

div#middle ul.menu li.parent span.separator {  
	cursor: pointer;
}

 
div#middle ul.menu li.level1 {
}

div#middle ul.menu a.level1, div#middle ul.menu span.level1 {
	background: #ffffff url(../images/submenu_level1_item.png) 100% 0 no-repeat;
	text-indent: 15px;
}

div#middle ul.menu li.parent a.level1, div#middle ul.menu li.parent span.level1 {  
	background: #ffffff url(../images/submenu_level1_item_parent.png) 100% 0 no-repeat;
}

 
div#middle ul.menu li.level2 {
}

div#middle ul.menu li.level2 a {
	height: 20px;
	line-height: 20px;
}

div#middle ul.menu a.level2 {
	background: #ffffff url(../images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 35px;
}

div#middle ul.menu a.level2 span {
	background: url(../images/submenu_level2_item_icon.png) 15px 2px no-repeat;
}

 
div#middle ul.menu li.level3 {
}

div#middle ul.menu a.level3 {
	background:  #ffffff url(../images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 45px;
}

div#middle ul.menu a.level3 span {
	background: url(../images/submenu_level3_item_icon.png) 25px 2px no-repeat;
}

 
div#middle ul.menu li.level4 {
}

div#middle ul.menu a.level4  {
	background: #ffffff url(../images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 55px;
}

div#middle ul.menu a.level4 span {
	background: url(../images/submenu_level4_item_icon.png) 35px 2px no-repeat;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/* reset header for all modules */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable-blank h3,
div.module h3,
div.module_menu h3,
div.module-blank h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

/*
 * top modules
 */
 
/* default */
#top div.moduletable {
	padding: 0px 0px 0px 0px;
	background: none;
	text-align:justify;
	color: #ffffff;
}

#top .seperator div.moduletable {
	padding: 0px 0px 0px 0px;
}

#top div.moduletable h3 {
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
	color: #ffffff;
}

/* only for YOOtorials */
#top div.moduletable-blank .yootorials a:link, #top div.moduletable-blank .yootorials a:visited {
	color: #ffffff;
	text-decoration: none;
}

#top div.moduletable-blank .yootorials a:hover {
	/*color: #ff0000;
	text-decoration: underline;*/
}

#top div.moduletable-blank .yootorials small,
#top div.moduletable-blank .yootorials small a:link,
#top div.moduletable-blank .yootorials small a:visited  {
	color: #646464;
}

#top div.moduletable-blank .yootorials small a:hover {
	/*color: #ff0000;*/
}

/* blank */
#top div.moduletable-blank {
	color: #ffffff;
}

/*
 * left modules
 */

#left div.moduletable,
#left div.moduletable_menu {
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}

#left div.moduletable h3,
#left div.moduletable_menu h3 {
	margin: 0px 0px 5px 0px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	font-size: 150%;
}

/* blank */
#left div.moduletable-blank {
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}

/*
 * main modules (maintop, mainbottom, contenttop, contentbottom)
 */
 
#main div.moduletable {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
	text-align:justify;
}

#main div.moduletable h3 {
	margin: 0px 0px 5px 0px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* blank */
#main div.moduletable-blank {
	overflow: hidden;
}

/*
 * right modules
 */

#right div.moduletable,
#right div.moduletable_menu {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}

#right div.moduletable h3,
#right div.moduletable_menu h3 {
	margin: 0px 0px 5px 0px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	font-size: 150%;
}

/* blank */
#right div.moduletable-blank {
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}

/*
 * bottom modules
 */
 
/* default */
#bottom div.moduletable {
	padding: 0px 0px 0px 0px;
	text-align:justify;
}

#bottom div.moduletable h3 {
	margin: 0px 0px 5px 0px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* blank */
#bottom div.moduletable-blank {
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * YOOsearch
 */

div#yoo-search {
	width: 120px;
	height: 18px;
	padding: 0px;
	background: url(../images/search_bg.png) 0 0 no-repeat;
}

div#yoo-search input {
	width: 93px;  
	 
	height: 14px;  
	 
	padding: 3px 2px 1px 7px;
	 
	border: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 75%;
}

div#yoo-search button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	background: url(../images/search_button.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: 100px;
	line-height: 0px;
}

div#yoo-search:hover, div#search div.sfhover  {
	background: url(../images/search_bg.png) 0 -18px no-repeat;
}

div#yoo-search:hover input, div#yoo-search input.sfhover {
	color: #000000;
}

div#yoo-search input:focus, div#yoo-search input.sffocus {
	color: #000000;
}

/*
 * Joomla!
 */

 
.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 300%;
	line-height: 100%;
	font-weight: normal;
	color: #6EA014;
}

 
#overDiv {
	line-height: 50%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

 
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

 
.contentpane {
  margin: 0;
  padding: 0;
  width: auto;
}

 
.contentpaneopen {
  margin: 0;
  padding: 0;
  width: auto;
}

 
.contentpaneopen hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #c8c8c8;
	border-left: 0px;
	line-height: 0px;
	height: 1px;
}

 
.contentdescription {
}

 
.article_seperator {
	display: block;
	height: 16px;
}

 
.small {
	font-size: 95%;
	font-style: italic;
	color: #969696;
}

 
.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 95%;
	font-weight: bold;
	color: #646464;
}

 
.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 95%;
	color: #646464;
}

 
.buttonheading {
}

.buttonheading img {
	margin-right: 2px;
}

 
div.mosimage {
	margin: 5px;
}

div.mosimage_caption {
	font-size: 95%;
}

 
.button {
	font-size: 95%;
}

.inputbox {
}

 
.sectiontableheader {
	padding: 5px 5px 5px 5px;
	background: #ebebeb;
	border-bottom: 1px solid #b4b4b4;
	font-weight : bold;
}

 
tr.sectiontableentry1 td {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}

 
tr.sectiontableentry2 td {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

 
td.sectiontableentry1 {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}

 
td.sectiontableentry2 {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

 
.poll {
}

.poll input.button {
	margin: 10px 0px 0px 0px;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
