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

/* 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; 
} 

option {
	padding-left: 0.4em;
}

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

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

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

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

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

div#dogear {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 135px;
}

div#dogear img {
	width: 135px;
	height: 135px;
}

div#toppanel-container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	z-index: 4;
}

div#toppanel-wrapper {
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#toppanel {
	position: relative;
	z-index: 4;
	margin-top: -320px;
	width: 100%;
	height: 320px;
	background: #000000 url(../images/toppanel_bg.png) 0 100% repeat-x;
	color: #969696;	
}

div#toppanel .panel {
	margin: auto;
	width: 600px;
	height: 300px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

div#toppanel .close {
	width: 50px;
	height: 15px;
	margin-top: 23px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #646464;
	background: #1e1e1e;
	float: right;
	overflow: hidden;
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	cursor: pointer;
}

div#toppanel .cpanel {
	clear: both;
}

div#toppanel-container .trigger {
	position: relative;
	z-index: 6;
	top: 0px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	cursor: pointer;
}

div#toppanel-container .trigger img {
	width: 20px;
	height: 19px;
	border: 0px;
}

div#toppanel-container .trigger-l, div#toppanel-container .trigger-r {
	float: left;
}

div#toppanel-container .trigger-m {
	width: 80px;
	height: 19px;
	background: url(../images/toppanel_trigger_m.png) 100% 0 repeat-x;
	float: left;
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	overflow: hidden;
	color: #ffffff;
}

/* layout */
div.wrapper {
	margin: auto;
}

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

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

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

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

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

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

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

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

div#header {
	position: relative;
	height: 150px;
	margin: 0px 0px 0px 0px;
}

div#topmenu {
	position: absolute;
	top: 20px;
	left: 0px;
	height: 20px;
}

div#styleswitcher {
	position: absolute;
	top: 20px;
	right: 250px;
	height: 20px;
}

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_hover.png) 0 0 no-repeat;
}

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

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

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

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

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

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

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

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

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

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

div#styleswitcher span.spacer {
	float: left;
	width: 20px;
	height: 15px;
	display: block;
}

div#topmodule {
	position: absolute;
	top: 20px;
	right: 10px;
	height: 20px;
}

span#logo, img#logo {
	position: relative;
	top: 50px;
	left: 00px;
	width: 923px;
	height: 100px;
	border: 0;
}

div#banner {
	position: absolute;
	top: 54px;
	right: 80px;
}

img#bannertext {
	width: 75px;
	height: 7px;
	border: 0;
}

div#date {
	position: absolute;
	top: 51px;
	right: 1px;
	width: 70px;
	height: 70px;
	background: url(../images/date_bg.png) 0 0 no-repeat;
}

div#date .month {
	width: 70px;
	text-align: center;
	font-size: 85%;
	line-height: 160%;
	color: #c8c8c8;
}

div#date .day {
	width: 70px;
	text-align: center;
	font-size: 300%;
	font-weight: bold;
	line-height: 85%;
	color: #ffffff;
}

div#date .year {
	width: 70px;
	text-align: center;
	font-size: 150%;
	line-height: 110%;
	color: #c8c8c8;
}

div#menusystem {
	position: relative;
	width: auto;
	height: 70px;
	margin: 0px 2px 0px 2px;
	clear: both;
}

div#menusystem .overlay {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: url(../images/menu_bg.png) 0 0 repeat-x;
	z-index: 2;
}

body.red div#menusystem .overlay { background: url(../images/menu_bg_red.png) 0 0 repeat-x; }
body.blue div#menusystem .overlay { background: url(../images/menu_bg_blue.png) 0 0 repeat-x; }
body.orange div#menusystem .overlay { background: url(../images/menu_bg_orange.png) 0 0 repeat-x; }
body.green div#menusystem .overlay { background: url(../images/menu_bg_green.png) 0 0 repeat-x; }
body.lilac div#menusystem .overlay { background: url(../images/menu_bg_lilac.png) 0 0 repeat-x; }
body.black div#menusystem .overlay { background: url(../images/menu_bg_black.png) 0 0 repeat-x; }
body.beige div#menusystem .overlay { background: url(../images/menu_bg_beige.png) 0 0 repeat-x; }
body.turquoise div#menusystem .overlay { background: url(../images/menu_bg_turquoise.png) 0 0 repeat-x; }
body.violet div#menusystem .overlay { background: url(../images/menu_bg_violet.png) 0 0 repeat-x; }

div#menusystem div#submenu {
	position: absolute;
	top: 38px;
	left: 0px;
	width: 100%;
	height: 22px;
	z-index: 3;
}

div#search {
	width: 110px;
	height: 21px;
	margin: 10px 0px 0px 0px;
	padding: 4px 0px 0px 7px;
	background: url(../images/search_tab.png) 0 0 no-repeat;
	float: left;
}

div#top {
	width: auto;
	margin: 10px 2px 0px 2px;
	padding: 0px 0px 2px 0px;
	clear: both;
	background: url(../images/top_b.png) 0 100% repeat-x;
}

div#top .top-bg {
	background: #f0f0f0 url(../images/top_bg.png) 0 0 repeat-x;
}

div#top .topbox {
}

div#top .topboxseperator {
	background: url(../images/top_sep.png) 100% 0 no-repeat;
}

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

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

div#middle .layoutleft {
	background: none;
}

div#middle .layoutright {
	background: none;
}

div#left {
	width: 188px;
}

div#middle .layoutleft div#left {
	float: left;
	padding: 0px 0px 0px 12px;
}

div#middle .layoutright div#left {
	float: right;
	padding: 0px 12px 0px 0px;
}

div#main {
	width: auto;
}

div#middle .layoutleft div#main {
	margin: 0px 0px 0px 200px;
	padding: 0px 12px 0px 15px;
}

div#middle .layoutright div#main {
	margin: 0px 200px 0px 0px;
	padding: 0px 0px 0px 12px;
}

div#middle .withoutleft div#main {
	margin: 0px 12px 0px 12px;
}

div#maintop {
	margin: 0px 0px 10px 0px;
	background: url(../images/main_module_m.png) 0 100% repeat-x;
}

div#maintop .maintop-l {
	background: url(../images/main_module_l.png) 0 100% no-repeat;
}

div#maintop .maintop-r {
	padding: 0px 0px 2px 0px;
	background: url(../images/main_module_r.png) 100% 100% no-repeat;
}

div#maintop .maintopbox {
}

div#maintop .maintopboxseperator {
	background: url(../images/main_module_top_sep.png) 100% 100% no-repeat;
}

div#mainmiddle {
	margin: 0px 0px 10px 0px;
}


div#main .withoutright {
	background: transparent;
}

div#right {
	width: 210px;
	padding: 0px 0px 0px 0px;
	float: right;
}
	
div#content {
	width: auto;
}

div#main .withright div#content {
	margin: 0px 180px 0px 0px;
	padding: 0px 10px 0px 0px;
}

div#main .withoutright div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#contenttop {
	margin: 0px 0px 10px 0px;
	background: url(../images/main_module_m.png) 0 100% repeat-x;
}

div#contenttop .contenttop-l {
	background: url(../images/main_module_l.png) 0 100% no-repeat;
}

div#contenttop .contenttop-r {
	padding: 0px 0px 2px 0px;
	background: url(../images/main_module_r.png) 100% 100% no-repeat;
}

div#contenttop .contenttopbox {
}

div#contenttop .contenttopboxseperator {
	background: url(../images/main_module_top_sep.png) 100% 100% no-repeat;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
	color: #646464;
}

div#contentbottom {
	margin: 10px 0px 0px 0px;
	background: url(../images/main_module_m.png) 0 0 repeat-x;
}

div#contentbottom .contentbottom-l {
	background: url(../images/main_module_l.png) 0 0 no-repeat;
}

div#contentbottom .contentbottom-r {
	padding: 2px 0px 0px 0px;
	background: url(../images/main_module_r.png) 100% 0 no-repeat;
}

div#contentbottom .ccontentbottombox {
}

div#contentbottom .contentbottomboxseperator {
	background: url(../images/main_module_bottom_sep.png) 100% 0 no-repeat;
}

div#mainbottom {
	margin: 10px 0px 10px 0px;
	background: url(../images/main_module_m.png) 0 0 repeat-x;
}

div#mainbottom .mainbottom-l {
	background: url(../images/main_module_l.png) 0 0 no-repeat;
}

div#mainbottom .mainbottom-r {
	padding: 2px 0px 0px 0px;
	background: url(../images/main_module_r.png) 100% 0 no-repeat;
}

div#mainbottom .mainbottombox {
}

div#mainbottom .mainbottomboxseperator {
	background: url(../images/main_module_bottom_sep.png) 100% 0 no-repeat;
}


div#bottom {
	width: auto;
	margin: 0px 2px 0px 2px;
	padding: 25px 0px 25px 0px;
	clear: both;
	background: url(../images/menu_bg.png) 0 0 repeat-x;
}

body.red div#bottom { background: url(../images/menu_bg_red.png) 0 0 repeat-x; }
body.blue div#bottom { background: url(../images/menu_bg_blue.png) 0 0 repeat-x; }
body.orange div#bottom { background: url(../images/menu_bg_orange.png) 0 0 repeat-x; }
body.green div#bottom { background: url(../images/menu_bg_green.png) 0 0 repeat-x; }
body.lilac div#bottom { background: url(../images/menu_bg_lilac.png) 0 0 repeat-x; }
body.black div#bottom { background: url(../images/menu_bg_black.png) 0 0 repeat-x; }
body.beige div#bottom { background: url(../images/menu_bg_beige.png) 0 0 repeat-x; }
body.turquoise div#bottom { background: url(../images/menu_bg_turquoise.png) 0 0 repeat-x; }
body.violet div#bottom { background: url(../images/menu_bg_violet.png) 0 0 repeat-x; }

div#bottom .bottom-bg {
	background: #ffffff url(../images/bottom_bg.png) 0 0 repeat-x;
}

div#bottom .bottombox {
}

div#bottom .bottomboxseperator {
	background: url(../images/bottom_sep.png) 100% 0 no-repeat;
}

div#footer {
	width: auto;
	padding: 5px 0px 50px 0px;
	clear: both;
	text-align: center;
}

/* clearing & floating */
.clearingfix:after {
	content: "."; 
	display: block; 
	line-height: 0px;
	clear: both; 
	visibility: hidden;
}
	
.clearingfix { display: block; }

.floatbox { overflow: hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }body.width-thin div.wrapper { width: 780px; }body.width-wide div.wrapper { width: 940px; }body.width-fluid div.wrapper { width: 90%; }div#styleswitcher { width: 110px; }/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

p {
	margin: 1em 0;
}

td, th { 
  padding: 1px;
}

a:link, a:visited {
	color: #e15000;
	text-decoration: none;
}

a:hover {
	color: #eb7800;
	text-decoration: underline;
}

body.red a:link, body.red a:visited { color: #e61414; }
body.red a:hover { color: #ff1e00; }
body.blue a:link, body.blue a:visited { color: #3764aa; }
body.blue a:hover { color: #008cff; }
body.orange a:link, body.orange a:visited { color: #ff8200; }
body.orange a:hover { color: #ffa000; }
body.green a:link, body.green a:visited { color: #649623; }
body.green a:hover { color: #a0c828; }
body.lilac a:link, body.lilac a:visited { color: #8732b4; }
body.lilac a:hover { color: #c337af; }
body.black a:link, body.black a:visited { color: #4b4b4b; }
body.black a:hover { color: #323232; }
body.beige a:link, body.beige a:visited { color: #a0875f; }
body.beige a:hover { color: #c8a073; }
body.turquoise a:link, body.turquoise a:visited { color: #41b9aa; }
body.turquoise a:hover { color: #3cd2d7; }
body.violet a:link, body.violet a:visited { color: #9b7dc8; }
body.violet a:hover { color: #b791b4; }

ul {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 15px;
}

ul.arrow, ul.arrow-big, ul.checkbox, ul.checkbox-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.checkbox li {
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 5px 30px;
	background: url(../images/list_checkbox.png) 0 0 no-repeat;
	font-weight: bold;
	line-height: 100%
}

ul.checkbox-big li {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 20px 55px;
	background: url(../images/list_checkbox_big.png) 0 0 no-repeat;
	font-size: 200%;
	font-weight: bold;
}

ul.arrow li {
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 10px 35px;
	background: url(../images/list_arrow.png) 0 0 no-repeat;
	font-weight: bold;
}

ul.arrow-big li {
	margin: 15px 0px 15px 0px;
	padding: 10px 0px 30px 60px;
	background: url(../images/list_arrow_big.png) 0 0 no-repeat;
	font-size: 200%;
	font-weight: bold;
}

ol {
	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 {
	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 {
	padding: 0px 0px 12px 20px;
	font-weight: bold;
	line-height: 45px;
}

div.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0;
	text-align:justify;
}

div.alert {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/div_alert.png) 3px 3px no-repeat;
	text-align:justify;
}

div.download {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/div_download.png) 3px 3px no-repeat;
	text-align:justify;
}

div.info {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/div_info.png) 3px 3px no-repeat;
	text-align:justify;
}

div.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0 url(../images/div_tip.png) 3px 3px no-repeat;
	text-align:justify;
}

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 div {
	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: "Tahoma", Tahoma, Helvetica, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

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

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

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

em.box { 
	padding: 0px 2px 0px 2px;
	background:#f0f0f0;
	border: 1px #dcdcdc solid;
}

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

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

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

h1 {
	font-size: 300%;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-size: 250%;
	color: #b4b4b4;
}

h3 {
	font-size: 200%;
}

h4 {
	font-size: 175%;
	font-weight: normal;
	color: #000000;
}

h5 {
	font-size: 150%;
	color: #787878;
}

h6 {
	font-size: 125%;
	color: #000000;
}

body.red h1, body.red h4, body.red h6 { color: #ff1e00; }
body.blue h1, body.blue h4, body.blue h6 { color: #008cff; }
body.orange h1, body.orange h4, body.orange h6 { color: #ffa000; }
body.green h1, body.green h4, body.green h6 { color: #a0c828; }
body.lilac h1, body.lilac h4, body.lilac h6 { color: #c337af; }
body.black h1, body.black h4, body.black h6 { color: #000000; }
body.beige h1, body.beige h4, body.beige h6 { color: #c8a073; }
body.turquoise h1, body.turquoise h4, body.turquoise h6 { color: #3cd2d7; }
body.violet h1, body.violet h4, body.violet h6 { color: #b791b4; }
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

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

div#topmenu li {
	float: left;
	display: block;
}

div#topmenu li a {
	float: left;
	display: block;
	position: relative;
	height: 20px;
	padding: 0px 10px 0px 10px;
	background: url(../images/topmenu_item_bg.png) 0 4px no-repeat;
	line-height: 17px;
	overflow: hidden;
	font-size: 85%;
	text-decoration: none;
}

div#topmenu li.item1 a {
	background: none;
}

div#topmenu a:link, div#topmenu a:visited, div#topmenu a:hover {
	color: #646464;
}

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

div#menu li {
	float: left;
	display: block;
	margin: 10px 2px 0px 0px;
	background: url(../images/menu_item_r.png) 100% 0 no-repeat;
}

div#menu li a {
	float: left;
	display: block;
	height: 35px;
	padding: 0px 20px 0px 20px;
	background: url(../images/menu_item_l.png) 0 0 no-repeat;
	line-height: 28px;
	overflow: hidden;
	font-size: 100%;
	font-weight: bold;
	color: #646464;
	text-decoration: none;
}

div#menu a:link, div#menu a:visited {
	color: #646464;
}

div#menu li a:hover {
	color: #000000;
}

div#menu li.active {
	position: relative;
	z-index: 3;
	margin: 0px 2px 0px 0px;
	background: url(../images/menu_item_r_active.png) 100% 0 no-repeat;
}

div#menu li.active a {
	height: 36px;
	background: url(../images/menu_item_l_active.png) 0 0 no-repeat;
}

body.red div#menu li.active { background: url(../images/menu_item_r_active_red.png) 100% 0 no-repeat; color: #ffffff; }
body.red div#menu li.active a { background: url(../images/menu_item_l_active_red.png) 0 0 no-repeat; color: #ffffff; }
body.blue div#menu li.active { background: url(../images/menu_item_r_active_blue.png) 100% 0 no-repeat; color: #ffffff; }
body.blue div#menu li.active a { background: url(../images/menu_item_l_active_blue.png) 0 0 no-repeat; color: #ffffff; }
body.orange div#menu li.active { background: url(../images/menu_item_r_active_orange.png) 100% 0 no-repeat; color: #ffffff; }
body.orange div#menu li.active a { background: url(../images/menu_item_l_active_orange.png) 0 0 no-repeat; color: #ffffff; }
body.green div#menu li.active { background: url(../images/menu_item_r_active_green.png) 100% 0 no-repeat; color: #ffffff; }
body.green div#menu li.active a { background: url(../images/menu_item_l_active_green.png) 0 0 no-repeat; color: #ffffff; }
body.lilac div#menu li.active { background: url(../images/menu_item_r_active_lilac.png) 100% 0 no-repeat; color: #ffffff; }
body.lilac div#menu li.active a { background: url(../images/menu_item_l_active_lilac.png) 0 0 no-repeat; color: #ffffff; }
body.black div#menu li.active { background: url(../images/menu_item_r_active_black.png) 100% 0 no-repeat; color: #ffffff; }
body.black div#menu li.active a { background: url(../images/menu_item_l_active_black.png) 0 0 no-repeat; color: #ffffff; }
body.beige div#menu li.active { background: url(../images/menu_item_r_active_beige.png) 100% 0 no-repeat; color: #ffffff; }
body.beige div#menu li.active a { background: url(../images/menu_item_l_active_beige.png) 0 0 no-repeat; color: #ffffff; }
body.turquoise div#menu li.active { background: url(../images/menu_item_r_active_turquoise.png) 100% 0 no-repeat; color: #ffffff; }
body.turquoise div#menu li.active a { background: url(../images/menu_item_l_active_turquoise.png) 0 0 no-repeat; color: #ffffff; }
body.violet div#menu li.active { background: url(../images/menu_item_r_active_violet.png) 100% 0 no-repeat; color: #ffffff; }
body.violet div#menu li.active a { background: url(../images/menu_item_l_active_violet.png) 0 0 no-repeat; color: #ffffff; }

/* sub menu */
div#submenu ul {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style: none;
	float: left;
}

div#submenu li {
	float: left;
	position: relative;
	display: block;
	font-size: 95%;
}

div#submenu li.level1 {
	height: 21px;
	margin: 0px 10px 0px 0px;
	padding: 1px 1px 0px 1px;
}

div#submenu li.level1 a, div#submenu li.level1 span.separator {
	float: left;
	display: block;
	padding: 0px 4px 0px 4px;
	line-height: 21px;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
}

div#submenu li.level1 a:link, div#submenu li.level1 a:visited, div#submenu li.level1 span.separator {
	color: #969696;
}

body.red div#submenu li.level1 a:link, body.red div#submenu li.level1 a:visited, body.red div#submenu li.level1 span.separator { color: #ffffff; }
body.blue div#submenu li.level1 a:link, body.blue div#submenu li.level1 a:visited, body.blue div#submenu li.level1 span.separator { color: #ffffff; }
body.orange div#submenu li.level1 a:link, body.orange div#submenu li.level1 a:visited, body.orange div#submenu li.level1 span.separator { color: #ffffff; }
body.green div#submenu li.level1 a:link, body.green div#submenu li.level1 a:visited, body.green div#submenu li.level1 span.separator { color: #ffffff; }
body.lilac div#submenu li.level1 a:link, body.lilac div#submenu li.level1 a:visited, body.lilac div#submenu li.level1 span.separator { color: #ffffff; }
body.black div#submenu li.level1 a:link, body.black div#submenu li.level1 a:visited, body.black div#submenu li.level1 span.separator { color: #ffffff; }
body.beige div#submenu li.level1 a:link, body.beige div#submenu li.level1 a:visited, body.beige div#submenu li.level1 span.separator { color: #ffffff; }
body.turquoise div#submenu li.level1 a:link, body.turquoise div#submenu li.level1 a:visited, body.turquoise div#submenu li.level1 span.separator { color: #ffffff; }
body.violet div#submenu li.level1 a:link, body.violet div#submenu li.level1 a:visited, body.violet div#submenu li.level1 span.separator { color: #ffffff; }

div#submenu li:hover, div#submenu li.sfhover {
	height: 20px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	background: #ffffff;
}

div#submenu li.level1:hover a:link, div#submenu li.level1:hover span.separator, div#submenu li.sfhover span.separator {
	height: 20px;
	color: #000000;
}

body.red div#submenu li.level1:hover a, body.red div#submenu li.level1:hover span.separator { color: #000000; }
body.blue div#submenu li.level1:hover a, body.blue div#submenu li.level1:hover span.separator { color: #000000; }
body.orange div#submenu li.level1:hover a, body.orange div#submenu li.level1:hover span.separator { color: #000000; }
body.green div#submenu li.level1:hover a, body.green div#submenu li.level1:hover span.separator { color: #000000; }
body.lilac div#submenu li.level1:hover a, body.lilac div#submenu li.level1:hover span.separator { color: #000000; }
body.black div#submenu li.level1:hover a, body.black div#submenu li.level1:hover span.separator { color: #000000; }
body.beige div#submenu li.level1:hover a, body.beige div#submenu li.level1:hover span.separator { color: #000000; }
body.turquoise div#submenu li.level1:hover a, body.turquoise div#submenu li.level1:hover span.separator { color: #000000; }
body.violet div#submenu li.level1:hover a, body.violet div#submenu li.level1:hover span.separator { color: #000000; }

div#submenu li.active {
	height: 21px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	background: #ffffff;
}

div#submenu li.active a:link, div#submenu li.active a:visited, div#submenu li.active a:hover, div#submenu li.active span.separator { 
	color: #000000;
}

body.red div#submenu li.active a:link, body.red div#submenu li.active a:visited, body.red div#submenu li.active:hover a, body.red div#submenu li.active span.separator { color: #000000; }
body.blue div#submenu li.active a:link, body.blue div#submenu li.active a:visited, body.blue div#submenu li.active:hover a, body.blue div#submenu li.active span.separator { color: #000000; }
body.orange div#submenu li.active a:link, body.orange div#submenu li.active a:visited, body.orange div#submenu li.active:hover a, body.orange div#submenu li.active span.separator { color: #000000; }
body.green div#submenu li.active a:link, body.green div#submenu li.active a:visited, body.green div#submenu li.active:hover a, body.green div#submenu li.active span.separator { color: #000000; }
body.lilac div#submenu li.active a:link, body.lilac div#submenu li.active a:visited, body.lilac div#submenu li.active:hover a, body.lilac div#submenu li.active span.separator { color: #000000; }
body.black div#submenu li.active a:link, body.black div#submenu li.active a:visited, body.black div#submenu li.active:hover a, body.black div#submenu li.active span.separator { color: #000000; }
body.beige div#submenu li.active a:link, body.beige div#submenu li.active a:visited, body.beige div#submenu li.active:hover a, body.beige div#submenu li.active span.separator { color: #000000; }
body.turquoise div#submenu li.active a:link, body.turquoise div#submenu li.active a:visited, body.turquoise div#submenu li.active:hover a, body.turquoise div#submenu li.active span.separator { color: #000000; }
body.violet div#submenu li.active a:link, body.violet div#submenu li.active a:visited, body.violet div#submenu li.active:hover a, body.violet div#submenu li.active span.separator { color: #000000; }

div#submenu li.parent:hover, div#submenu li.sfhover {
	height: 21px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	color: #000000;
}

div#submenu li.parent:hover a:link, div#submenu li.parent:hover a:visited, div#submenu li.parent:hover a { 
	color: #000000;
}

body.red div#submenu li.parent:hover a:link, body.red div#submenu li.parent:hover a:visited, body.red div#submenu li.parent:hover a { color: #000000; }
body.blue div#submenu li.parent:hover a:link, body.blue div#submenu li.active a:visited, body.blue div#submenu li.active:hover a { color: #000000; }
body.orange div#submenu li.parent:hover a:link, body.orange div#submenu li.active a:visited, body.orange div#submenu li.active:hover a { color: #000000; }
body.green div#submenu li.parent:hover a:link, body.green div#submenu li.active a:visited, body.green div#submenu li.active:hover a { color: #000000; }
body.lilac div#submenu li.parent:hover a:link, body.lilac div#submenu li.active a:visited, body.lilac div#submenu li.active:hover a { color: #000000; }
body.black div#submenu li.parent:hover a:link, body.black div#submenu li.active a:visited, body.black div#submenu li.active:hover a { color: #000000; }
body.beige div#submenu li.parent:hover a:link, body.beige div#submenu li.active a:visited, body.beige div#submenu li.active:hover a { color: #000000; }
body.turquoise div#submenu li.parent:hover a:link, body.turquoise div#submenu li.active a:visited, body.turquoise div#submenu li.active:hover a { color: #000000; }
body.violet div#submenu li.parent:hover a:link, body.violet div#submenu li.active a:visited, body.violet div#submenu li.active:hover a { color: #000000; }

div#submenu li ul {
	position: absolute;
	top: 20px;
	left: -999em;
	width: 150px;
	padding: 0px 0px 10px 0px;
	border-top: 1px dashed #7f7f7f;
}

div#submenu li:hover ul, #submenu li.sfhover ul {
	left: -1px;
	z-index: 100;
	background: url(../images/submenu_level3_bg.png) 0 100% repeat;
}

div#submenu li:hover li, div#submenu li.sfhover li, div#submenu li:hover li.parent:hover {
   	width: 150px;
	height: 24px;
	border: none;
	border-bottom: 1px dashed #7f7f7f;
	background: none;
}

div#submenu li.level1:hover li a:link, div#submenu li.level1:hover li a:visited, div#submenu li.sfhover li a {
	width: 128px;
	height: 24px;
	margin: 0px 1px 0px 1px;
	padding: 0px 10px 0px 10px;
	display: block;
	font-weight: normal;
	line-height: 24px;
}

div#submenu li li a, div#submenu li.active li a {
	background: url(../images/submenu_spacer.png) 0 0 repeat;
}

div#submenu li li a:hover, div#submenu li.active li a:hover {
	background: #ffffaa;
}

div#submenu li li#current a {
	font-weight: bold;
}

div#submenu li ul ul {
	margin: -21px 0 0 149px;
}

div#submenu li:hover ul ul, div#submenu li.sfhover ul ul {
	border-top: 1px solid #7f7f7f;
	background: url(../images/submenu_level3_bg.png) 0 100% repeat;
}

div#submenu li li#current li a {
	font-weight: normal;
}

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

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

/* othermenu */
#left div.module_menu ul {
	padding: 0px;
	margin: 0px;
	width: 158px;
	overflow: hidden;
	list-style: none;
	background: #f5f5f5;
}

#left div.module_menu li {
	display: block;
}

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

#left div.module_menu a:link, #left div.module_menu a:visited {
	color: #646464;
}

#left div.module_menu li#current a {
	font-weight: bold;
}

#left div.module_menu li#current li a {
	font-weight: normal;
}

#left div.module_menu li a:hover, #left div.module_menu li span.separator:hover, #left div.module_menu li span.sfhover {
	color: #000000;
}

#left div.module_menu li.level1 {
	background: #f5f5f5 url(../images/othermenu_level2_item.png) 0 0 no-repeat;
}

#left div.module_menu li.level1 a, #left div.module_menu li.level1 span.separator {
	padding: 0px 0px 0px 10px;
}

#left div.module_menu li.parent {
	background: #f5f5f5 url(../images/othermenu_level2_item_parent.png) 0 0 no-repeat;
}

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

#left div.module_menu li.active, #left div.module_menu li.active:hover {
	background-color: #969696;
}

#left div.module_menu li.active a, #left div.module_menu li.active span.separator, #left div.module_menu li.active a:hover {
	color: #ffffff;
}

#left div.module_menu li.level1 ul, #left div.module_menu li.level1 li, #left div.module_menu li.level1 li.active {
	background: #ffffff;
}

#left div.module_menu li.level1 li a:hover, #left div.module_menu li.level1 li.active a:hover {
	color: #000000;
}

#left div.module_menu li.level2 a {
	background: url(../images/othermenu_level3_item_bg.png) 10px 2px no-repeat;
	padding: 0px 0px 0px 30px;
	width: 128px;
	color: #646464;
	height: 20px;
	line-height: 20px;
}

#left div.module_menu li.level2 a:hover {
	background: #ffffaa url(../images/othermenu_level3_item_bg.png) 10px 2px no-repeat;
}

#left div.module_menu li.level3 a {
	background: url(../images/othermenu_level4_item_bg.png) 20px 2px no-repeat;
	padding: 0px 0px 0px 40px;
	width: 118px;
}

#left div.module_menu li.level3 a:hover {
	background: #ffffaa url(../images/othermenu_level4_item_bg.png) 20px 2px no-repeat;
}

#left div.module_menu li.level4 a  {
	background: url(../images/othermenu_level5_item_bg.png) 30px 2px no-repeat;
	padding: 0px 0px 0px 50px;
	width: 108px;
}

#left div.module_menu li.level4 a:hover  {
	background: #ffffaa url(../images/othermenu_level5_item_bg.png) 30px 2px no-repeat;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

div.moduletable h3,
div.moduletable-blank h3,
div.module h3,
div.module-blank h3,
div.module-white h3,
div.module-black h3,
div.module_menu h3 {
	font-size: 100%;
}

/* toppanel modules */
#toppanel div.moduletable {
	margin: 0px 0px 10px 0px;
}

#toppanel div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
}

/* top modules */
#top div.moduletable {
	padding: 0px 15px 10px 15px;
	text-align:justify;
}

#top div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
}

/* blank */
#top div.moduletable-blank {
	padding: 0px 0px 0px 0px;
}

/* left modules */
/* grey */
#left div.module {
	margin: 0px 0px 10px 0px;
	background: url(../images/left_module_br.png) 100% 100% no-repeat;
}

#left div.module div {
	background: url(../images/left_module_tr.png) 100% 0 no-repeat;
}

#left div.module div div {
	background: url(../images/left_module_bl.png) 0 100% no-repeat;
}

#left div.module div div div {
	width: 200px;
	padding: 10px 15px 10px 15px;
	background: url(../images/left_module_tl.png) 0 0 no-repeat;
	overflow: hidden;
}

#left div.module div div div div {
	width: auto;
	padding: 0px 0px 0px 0px;
	background: none;
}

#left div.module h3 {
	margin: -5px -5px 5px -5px;
	padding: 0px 0px 0px 5px;
	height: 20px;
	background: url(../images/left_module_header.png) 0 100% repeat-x;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
}

/* white */
#left div.module-white {
	margin: 0px 0px 10px 0px;
	background: url(../images/left_module_br_white.png) 100% 100% no-repeat;
}

#left div.module-white div {
	background: url(../images/left_module_tr_white.png) 100% 0 no-repeat;
}

#left div.module-white div div {
	background: url(../images/left_module_bl_white.png) 0 100% no-repeat;
}

#left div.module-white div div div {
	width: 200x;
	padding: 10px 15px 10px 15px;
	background: url(../images/left_module_tl_white.png) 0 0 no-repeat;
	overflow: hidden;
}

#left div.module-white div div div div {
	width: auto;
	padding: 0px 0px 0px 0px;
	background: none;
}

#left div.module-white h3 {
	margin: -5px -5px 5px -5px;
	padding: 0px 0px 0px 5px;
	height: 20px;
	background: url(../images/left_module_header_white.png) 0 100% repeat-x;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
}

/* black */
#left div.module-black {
	margin: 0px 0px 10px 0px;
	background: url(../images/left_module_br_black.png) 100% 100% no-repeat;
}

#left div.module-black div {
	background: url(../images/left_module_tr_black.png) 100% 0 no-repeat;
}

#left div.module-black div div {
	background: url(../images/left_module_bl_black.png) 0 100% no-repeat;
}

#left div.module-black div div div {
	width: 200px;
	padding: 10px 15px 10px 15px;
	background: url(../images/left_module_tl_black.png) 0 0 no-repeat;
	overflow: hidden;
	color: #c8c8c8;
}

#left div.module-black div div div div {
	width: auto;
	padding: 0px 0px 0px 0px;
	background: none;
}

#left div.module-black h3 {
	margin: -5px -5px 5px -5px;
	padding: 0px 0px 0px 5px;
	height: 20px;
	background: url(../images/left_module_header_black.png) 0 100% repeat-x;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
	color: #c8c8c8;
}

/* blank */
#left div.module-blank {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	overflow: hidden;
}

/* menus */
#left div.module_menu {
	margin: 0px 0px 10px 0px;
	background: url(../images/left_module_br.png) 100% 100% no-repeat;
}

#left div.module_menu div {
	background: url(../images/left_module_tr.png) 100% 0 no-repeat;
}

#left div.module_menu div div {
	background: url(../images/left_module_bl.png) 0 100% no-repeat;
}

#left div.module_menu div div div {
	width: 200px;
	padding: 10px 15px 15px 15px;
	background: url(../images/left_module_tl.png) 0 0 no-repeat;
	overflow: hidden;
}

#left div.module_menu div div div div {
	width: auto;
	padding: 0px 0px 0px 0px;
	background: none;
}

#left div.module_menu h3 {
	margin: -5px -5px 0px -5px;
	padding: 0px 0px 0px 5px;
	height: 20px;
	background: url(../images/left_module_header.png) 0 100% repeat-x;
	line-height: 15px;
	text-align: left;
	font-weight: bold;
}

/* maintopbox & mainbottombox modules */
#maintop div.moduletable, #mainbottom div.moduletable {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
	text-align:justify;
}

#maintop div.moduletable h3, #mainbottom div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	height: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* blank */
#maintop div.moduletable-blank, #mainbottom div.moduletable-blank {
	padding: 0px 0px 0px 0px;
}

/* right modules */
#right div.moduletable {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 10px;
	width: 200px;
	overflow: hidden;
	text-align:justify;
}

#right div.moduletable h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
}

/* blank */
#right div.moduletable-blank {
	padding: 0px 0px 0px 0px;
}

/* contenttop modules */
#contenttop div.moduletable, #contentbottom div.moduletable {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
	text-align:justify;
}

#contenttop div.moduletable h3, #contentbottom div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	height: 20px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

/* blank */
.maintopbox div.moduletable-blank, .mainbottombox div.moduletable-blank {
	padding: 0px 0px 0px 0px;
}

/* bottom modules */
#bottom div.moduletable {
	padding: 20px 15px 0px 15px;
	text-align:center;
}

#bottom div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
}

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

div#yoo-login {
	width: 229px;
}

div#yoo-login .yoo-username, 
div#yoo-login .yoo-password, 
div#yoo-login .yoo-remember, 
div#yoo-login .yoo-login-button {
	float: left;
}

div#yoo-login .yoo-username, 
div#yoo-login .yoo-password {
	padding-right: 5px;
}

div#yoo-login .yoo-username input, div#yoo-login .yoo-password input {
	width: 88px;
	height: 14px;
	padding: 2px 2px 2px 10px;
	border: none;
	float: left;
	color: #646464;
	font-size: 75%;
}

div#yoo-login .yoo-username input {
	background: url(../images/login_username_bg.png) 0 0 no-repeat;
}

div#yoo-login .yoo-password input {
	background: url(../images/login_password_bg.png) 0 0 no-repeat;
}

div#yoo-login .yoo-username input:hover, div#yoo-login .yoo-username input.sfhover {
	background: url(../images/login_username_bg_hover.png) 0 0 no-repeat;
	color: #000000;
}

div#yoo-login .yoo-password input:hover, div#yoo-login .yoo-password input.sfhover {
	background: url(../images/login_password_bg_hover.png) 0 0 no-repeat;
	color: #000000;
}

div#yoo-login .yoo-username input:focus, div#yoo-login .yoo-username input.sffocus  {
	background: url(../images/login_username_bg_hover.png) 0 0 no-repeat;
	color: #000000;
}

div#yoo-login .yoo-password input:focus, div#yoo-login .yoo-password input.sffocus  {
	background: url(../images/login_password_bg_hover.png) 0 0 no-repeat;
	color: #000000;
}

div#yoo-login .yoo-login-button button {
	display: block;
	height: 18px;
	width: 19px;
	border: none;
	background: url(../images/login_button.png) 0 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
}

div#yoo-login .yoo-login-button button:hover {
	background: url(../images/login_button_hover.png) 0 0 no-repeat;
}

div#yoo-login .yoo-break {
	clear: both;
}

div#yoo-login .yoo-lostpassword, div#yoo-login .yoo-registration {
	float: left;
	font-size: 80%;
	line-height: 20px;
}

div#yoo-login .yoo-lostpassword {
	width: 100px;
}

div#yoo-login .yoo-registration {
	width: 120px;
}

div#yoo-login .yoo-lostpassword {
	padding: 0px 5px 0px 0px;
}

div#yoo-logout .yoo-greeting {
	margin: 0px 5px 0px 0px;
	float: left;
}

div#yoo-logout .yoo-logout-button {
	height: 20px;
	width: 60px;
	float: left;
}

div#yoo-logout .yoo-logout-button button {
	display: block;
	height: 20px;
	width: 60px;
	padding: 0px 0px 2px 0px;
	border: none;
	background: url(../images/logout_button.png) 0 0 no-repeat;
	font-size: 75%;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

div#yoo-logout .yoo-logout-button button:hover {
	background: url(../images/logout_button_hover.png) 0 0 no-repeat;
}

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

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

div#yoo-search button {
	display: block;
	float: left;
	width: 18px;
	height: 20px;
	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_hover.png) 0 0 no-repeat;
}

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

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

.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #eb7800;
}

body.red .contentheading, body.red .componentheading { color: #e61414; }
body.blue .contentheading, body.blue .componentheading { color: #3764aa; }
body.orange .contentheading, body.orange .componentheading { color: #ff8200; }
body.green .contentheading, body.green .componentheading { color: #649623; }
body.lilac .contentheading, body.lilac .componentheading { color: #8732b4; }
body.black .contentheading, body.black .componentheading { color: #4b4b4b; }
body.beige .contentheading, body.beige .componentheading { color: #a0875f; }
body.turquoise .contentheading, body.turquoise .componentheading { color: #41b9aa; }
body.violet .contentheading, body.violet .componentheading { color: #9b7dc8; }

#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(../../system/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;
}

.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 img {
	margin-right: 2px;
}

.mosimage_caption {
	font-size: 95%;
}

.button {
	font-size: 95%;
}

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

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

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

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

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

.poll input.button {
	margin: 10px 0px 0px 0px;
}

/*
 * Joomla! system CSS file: system.css
 */
 
/* OpenID icon style */
input.system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; padding: 0;}
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/*
 * Joomla! system CSS file: general.css
 */
 
 /* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../../system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../../system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../../system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../../system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../../system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../../system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
body#page {
	background: #143c66 url(../images/blue/page_bg.png) 50% 0 repeat-x;
}

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

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

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

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

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

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

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

div.wrapper .wrapper-br {
	background: url(../images/blue/wrapper_br.png) 100% 100% no-repeat;
}

div#footer {
	color: #ffffff;
}div#topmenu li a {
	background: url(../images/blue/topmenu_item_bg.png) 0 4px no-repeat;
}

div#topmenu a:link, div#topmenu a:visited, div#topmenu a:hover {
	color: #ffffff;
}div#yoo-login .yoo-username input {
	background: url(../images/blue/login_username_bg.png) 0 0 no-repeat;
}

div#yoo-login .yoo-password input {
	background: url(../images/blue/login_password_bg.png) 0 0 no-repeat;
}

div#yoo-login .yoo-username input:hover, div#yoo-login .yoo-username input.sfhover {
	background: url(../images/blue/login_username_bg_hover.png) 0 0 no-repeat;
}

div#yoo-login .yoo-password input:hover, div#yoo-login .yoo-password input.sfhover {
	background: url(../images/blue/login_password_bg_hover.png) 0 0 no-repeat;
}

div#yoo-login .yoo-username input:focus, div#yoo-login .yoo-username input.sffocus  {
	background: url(../images/blue/login_username_bg_hover.png) 0 0 no-repeat;
}

div#yoo-login .yoo-password input:focus, div#yoo-login .yoo-password input.sffocus  {
	background: url(../images/blue/login_password_bg_hover.png) 0 0 no-repeat;
}

div#yoo-login .yoo-login-button button {
	background: url(../images/blue/login_button.png) 0 0 no-repeat;
}

div#yoo-login .yoo-login-button button:hover {
	background: url(../images/blue/login_button_hover.png) 0 0 no-repeat;
}

div#yoo-logout .yoo-logout-button button {
	background: url(../images/blue/logout_button.png) 0 0 no-repeat;
}

div#yoo-logout .yoo-logout-button button:hover {
	background: url(../images/blue/logout_button_hover.png) 0 0 no-repeat;
}