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

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

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

p {	margin: 1em 0; }

td, th { padding: 1px; }

 
 
fieldset { border: 1px solid #323232; }
legend { background: #141414; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #323232; background: #141414; color: #646464; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #464646; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #646464; outline: 2px solid #282828; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display: none; }

fieldset { padding: 0 1em 1em 1em; }
legend { padding: 0 .8em 0 .8em; }
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 .4em .1em .4em; }  
form div { margin: .8em 0 .8em 0; }
button, input[type='button'] { padding: .2em .3em .2em .1em; line-height: 100%; }

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

body.yoopage {
	background: #000000;
}

/* 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 {
	background: #ffffff url(page_bg-1.png) 0 80px repeat-x;
}

div#page-body div.page-body-m {
	background: url(page_bg_m.png) 50% 0 repeat-y;
}

div#page-body div.page-body-t {
	background: url(page_bg_t.png) 50% 80px no-repeat;
}

div#page-body div.page-body-b {
	background: url(page_bg_b.png) 50% 100% no-repeat;
}

div#page-body div.page-body-h {
	background: url(page_bg_h.png) 0 0 repeat-x;
}

div#header {
	width: auto;  
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
	background: url(header_m-2.png) 0 100% repeat-x;
}

div#header div.header-l {
	background: url(header_l-2.png) 0 100% no-repeat;
}

div#header div.header-r {
	height: 80px;
	background: url(header_r-2.png) 100% 100% no-repeat;
}

body.blue div#header { background: url(header_m_blue.png) 0 100% repeat-x; }
body.pink div#header { background: url(header_m_pink.png) 0 100% repeat-x; }
body.orange div#header { background: url(header_m_orange.png) 0 100% repeat-x; }
body.green div#header { background: url(header_m_green.png) 0 100% repeat-x; }

body.blue div#header div.header-l { background: url(header_l_blue.png) 0 100% no-repeat; }
body.pink div#header div.header-l { background: url(header_l_pink.png) 0 100% no-repeat; }
body.orange div#header div.header-l { background: url(header_l_orange.png) 0 100% no-repeat; }
body.green div#header div.header-l { background: url(header_l_green.png) 0 100% no-repeat; }

body.blue div#header div.header-r { background: url(header_r_blue.png) 100% 100% no-repeat; }
body.pink div#header div.header-r { background: url(header_r_pink.png) 100% 100% no-repeat; }
body.orange div#header div.header-r { background: url(header_r_orange.png) 100% 100% no-repeat; }
body.green div#header div.header-r { background: url(header_r_green.png) 100% 100% no-repeat; }

div#toolbar {
	width: auto;  
	height: 23px;
	padding: 1px 20px 0px 200px;
	clear: both;  
}

div#date {
	margin: 3px 10px 0px 0px;
	float: left;
	font-size: 85%;
}

div#topmenu {
	margin: 3px 10px 0px 0px;
	float: left;
}

div#headermodule {
	margin: 0px 0px 0px 0px;
	float: right;
}

div#styleswitcher {
	  
	height: 20px;
	margin: 1px 0px 0px 10px;
	float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

div#menubar div.menubar-l {
	background: url(menu_bg.png) 0 0 repeat-x;
}

div#menubar div.menubar-r {
	height: 56px;
	background: url(menu_sep.png) 100% 0 no-repeat;
}

div#menu {
	position: absolute;
	top: 24px;
	left: 200px;
	z-index: 11;
	padding: 0px 0px 0px 1px;
	height: 56px;
	background: url(menu_sep_black.png) 0 0 no-repeat;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#search {
	position: absolute;
	top: 24px;
	right: 20px;
	z-index: 10;
	padding: 19px 0px 0px 20px;
	height: 36px;
	/* background: url(menu_sep.png) 0 0 no-repeat; */
}

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

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

div#top .topbox {
	margin-top: 10px;
}

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

div#middle div.middle-container-t {
	padding: 0px 10px 0px 10px;
	position: relative;
}

div#middle div.middle-t {
	height: 10px;
	background: url(module_white_t.png) 0 0 repeat-x; /* ie6png:scale */
}

div#middle div.middle-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: url(module_white_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div#middle div.middle-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url(module_white_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

div#middle div.middle-l {
	background: url(module_white_l.png) 0 0 repeat-y;
	overflow: hidden;
}

div#middle div.middle-r {
	padding: 0px 10px 0px 10px;
	background: url(module_white_r.png) 100% 0 repeat-y;
}

div#middle div.middle-m {
	background: url(module_white_m.png) 0 0 repeat;
}

div#middle div.middle-l-ie6,
div#middle div.middle-r-ie6 {
	display: none;
}

div#middle div.middle-container-b {
	padding: 0px 10px 0px 10px;
	position: relative;
}

div#middle div.middle-b {
	height: 10px;
	background: url(module_white_b.png) 0 0 repeat-x; /* ie6png:scale */
}

div#middle div.middle-bl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: url(module_white_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div#middle div.middle-br {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url(module_white_br.png) 0 0 no-repeat; /* ie6png:scale */
}

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

 
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 {
	padding: 0px 0px 10px 0px;
}

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

.showright div#mainmiddle {  
	background: none;
}

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

div#content {
	width: auto;
	 
}

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

 
.showright div#content {
	margin: 0px 190px 0px 0px;  
}

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

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

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

div#mainbottom {
	padding: 0px 0px 0px 0px;
}

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

div#bottom .bottomblock {
	margin-top: 10px;
	margin-bottom: -10px;
}

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

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

div#debug {
	padding: 10px 0px 0px 0px;
	min-height: 120px;
}

/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { 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: 790px; }
body.width-wide div.wrapper { width: 960px; }
body.width-fluid div.wrapper { width: 90%; }
div#styleswitcher { width: 45px; }
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * links
 */

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

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

body.green a:link, body.green a:visited { color: #5a8c00; }
body.green a:hover { color: #73c800; }
body.pink a:link, body.pink a:visited { color: #aa2dd2; }
body.pink a:hover { color: #fa4bff; }
body.orange a:link, body.orange a:visited { color: #ff3200; }
body.orange a:hover { color: #ff6400; }
body.blue a:link, body.blue a:visited { color: #1e87c8; }
body.blue a:hover { color: #00afff; }


 
a.external {
        padding-left: 13px;
        background: url(link_external.png) 0 40% no-repeat;
}

/*
 * acronym
 */

acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor:help;
}

/*
 * 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:#232328;
	border: 1px dotted #3c3c50;
}

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

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

/*
 * unsorted lists
 */
 
ul.arrow, ul.arrow-big,
ul.checkbox, ul.checkbox-big,
ul.check, ul.check-big,
ul.star, ul.star-big,
ul.plus, ul.plus-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li,
ul.plus li {
	margin: 10px 0px 10px 0px;
	padding: 7px 0px 6px 35px;
	font-weight: bold;
	line-height: 100%
}

ul.arrow-big li,
ul.checkbox-big li,
ul.check-big li,
ul.star-big li,
ul.plus-big li {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 15px 60px;
	font-size: 200%;
	font-weight: bold;
}

ul.arrow li { background: url(list_arrow.png) 0 0 no-repeat; }
ul.arrow-big li { background: url(list_arrow_big.png) 0 0 no-repeat; }
ul.checkbox li { background: url(list_checkbox.png) 0 0 no-repeat; }
ul.checkbox-big li { background: url(list_checkbox_big.png) 0 0 no-repeat; }
ul.check li { background: url(list_check.png) 0 0 no-repeat; }
ul.check-big li { background: url(list_check_big.png) 0 0 no-repeat; }
ul.star li { background: url(list_star.png) 0 0 no-repeat; }
ul.star-big li { background: url(list_star_big.png) 0 0 no-repeat; }
ul.plus li { background: url(list_plus.png) 0 0 no-repeat; }
ul.plus-big li { background: url(list_plus_big.png) 0 0 no-repeat; }


/*
 * 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(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(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: #232328;
	border-top: 1px dotted #3c3c50;
	border-bottom: 1px dotted #3c3c50;
	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: #232328 url(div_info.png) 3px 3px no-repeat;
	border-top: 1px dotted #3c3c50;
	border-bottom: 1px dotted #3c3c50;
}

div.alert, span.alert {
	background: #321914 url(div_alert.png) 3px 3px no-repeat;
	border-top: 1px dotted #640000;
	border-bottom: 1px dotted #640000;
}

div.download, span.download {
	background: #232819 url(div_download.png) 3px 3px no-repeat;
	border-top: 1px dotted #415a28;
	border-bottom: 1px dotted #415a28;
}

div.tip, span.tip {
	background: #322814 url(div_tip.png) 3px 3px no-repeat;
	border-top: 1px dotted #5a461e;
	border-bottom: 1px dotted #5a461e;
}

/*
 * highlighted quotations
 */

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

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

blockquote.big {
	margin: 10px 0px 10px 0px;
	padding: 50px 50px 50px 50px;
	background: url(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(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 #3c3c50;
	border-left: 20px solid #323232;
	background: #232328;
	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 */
}

/*
 * 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: 300%;
	font-weight: normal;
	color: #7887A0;
}

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

h3 {
	font-size: 200%;
	color: #646478;
}

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

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

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

body.green h1, body.green h4, body.green h6 { color: #739141; }
body.pink h1, body.pink h4, body.pink h6 { color: #c83cbe; }
body.orange h1, body.orange h4, body.orange h6 { color: #f06400; }
body.blue h1, body.blue h4, body.blue h6 { color: #5591d7; }
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * topmenu
 */

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

div#topmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

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

div#topmenu li.item1 a {
	padding: 0px 10px 0px 0px;
	background: none;
}

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

div#topmenu a:hover {
	color: #ffffff;
}

/*
 * 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;
	z-index: 5;   
}

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

div#menu li span {  
	display: block;
}

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

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

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

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 li.fancy {
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 4;
	overflow: hidden;
	background: url(menu_level1_item_hover_m.png) 0 0 repeat-x;
}

div#menu li.fancy div {
	background: url(menu_level1_item_hover_l.png) 0 0 no-repeat;
}

div#menu li.fancy div div {
	height: 55px;
	background: url(menu_level1_item_hover_r.png) 100% 0 no-repeat;
}

div#menu li.bg2 { background: url(menu_level1_item_hover_m_blue.png) 0 0 repeat-x; }
div#menu li.bg3 { background: url(menu_level1_item_hover_m_pink.png) 0 0 repeat-x; }
div#menu li.bg4 { background: url(menu_level1_item_hover_m_orange.png) 0 0 repeat-x; }
div#menu li.bg5 { background: url(menu_level1_item_hover_m_green.png) 0 0 repeat-x; }

div#menu li.bg2 div { background: url(menu_level1_item_hover_l_blue.png) 0 0 no-repeat; }
div#menu li.bg3 div { background: url(menu_level1_item_hover_l_pink.png) 0 0 no-repeat; }
div#menu li.bg4 div { background: url(menu_level1_item_hover_l_orange.png) 0 0 no-repeat; }
div#menu li.bg5 div { background: url(menu_level1_item_hover_l_green.png) 0 0 no-repeat; }

div#menu li.bg2 div div { background: url(menu_level1_item_hover_r_blue.png) 100% 0 no-repeat; }
div#menu li.bg3 div div { background: url(menu_level1_item_hover_r_pink.png) 100% 0 no-repeat; }
div#menu li.bg4 div div { background: url(menu_level1_item_hover_r_orange.png) 100% 0 no-repeat; }
div#menu li.bg5 div div { background: url(menu_level1_item_hover_r_green.png) 100% 0 no-repeat; }

 
div#menu ul.menu {
	padding-right: 1px;
	background: url(menu_sep_white.png) 100% 0 no-repeat;
}

div#menu li.level1 {
	background: url(menu_sep_white.png) 0 0 no-repeat;
}

div#menu a.level1, div#menu span.level1 {
	background: url(menu_sep_black.png) 100% 0 no-repeat;
	color: #282828;
	font-size: 135%;
	font-weight: bold;
}

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

div#menu li:hover a.level1, div#menu li.sfhover a.level1, div#menu li:hover span.level1, div#menu li.sfhover span.level1 {  
	color: #282828;
}

div#menu li.active a.level1, div#menu li.active span.level1 {  
	color: #ffffff;
}

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

 
div#menu a.level1 span.sub, div#menu span.level1 span.sub {
	padding: 0px;
	font-size: 60%;
	font-weight: normal;
	color: #969696;
	margin-top: -33px;
}

 
div#menu ul.menu ul {
	position: absolute;
	top: 56px;
	left: -999em;  
	width: 165px;
	padding: 0px 0px 10px 0px;
	background: url(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: #323232 url(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: #323232 url(menu_level2_item_parent.png) 100% 0 no-repeat;
}

 

 
div#menu li ul ul {
	margin: -57px 0 0 164px;  
}

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

 
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.mod-menu div.module ul,
div#middle div.mod-menu div.module ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
	background: #252525;
}

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

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

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: #ffffff;
}

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: #ffffff;
}

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: #252525 url(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: #252525 url(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: #252525 url(submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 35px;
}

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

 
div#middle ul.menu li.level3 {
}

div#middle ul.menu a.level3 {
	background: #252525;
	text-indent: 45px;

}

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

 
div#middle ul.menu li.level4 {
}

div#middle ul.menu a.level4  {
	background: #252525;
	text-indent: 55px;
}

div#middle ul.menu a.level4 span {
	background: url(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.
 */ 

/*
 * module headers
 */

/* reset header for all modules */
div.module h3.module {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color: #969696;
	font-weight: normal;
}

/* header span's */
div.module span.module-2,
div.module span.module-3 {
	display: block;
}

/*
 * space for adjoining modules
 */

.seperator div.module {
	margin: 0px 10px 0px 0px;
}

#left div.module,
#right div.module {
	margin: 0px 0px 10px 0px;
}

#top .topblock div.module {
	margin: 10px 0px 0px 0px;
}

#bottom .bottomblock div.module {
	margin: 0px 0px 10px 0px;
}

/*
 * module: blank
 */
 
div.mod-blank div.module {
	overflow: hidden;
}

div.mod-blank h3.module {
	height: 20px;
	line-height: 20px;
}

/*
 * module: default
 */
div.mod-default div.module {
	background: url(module_default_br.png) 100% 100% no-repeat;
	position: relative;
}

div.mod-default div.module-2 {
	background: url(module_default_tr.png) 100% 0 no-repeat;
}

div.mod-default div.module-3 {
	background: url(module_default_bl.png) 0 100% no-repeat;
}

div.mod-default div.module-4 {
	min-height: 60px;
	 
	padding: 10px 15px 10px 15px;
	background: url(module_default_tl.png) 0 0 no-repeat;
	overflow: hidden;
}

div.mod-default h3.module {
	margin: -10px -15px 5px -15px;
	background: url(module_default_header_m.png) 0 100% repeat-x;
	line-height: 27px;
}

div.mod-default span.module-2 {
	background: url(module_default_header_l.png) 0 100% no-repeat;
}

div.mod-default span.module-3 {
	padding: 0px 0px 0px 15px;
	height: 27px;
	background: url(module_default_header_r.png) 100% 100% no-repeat;
}

div.mod-default h3.module span.color {
	color: #c8c8c8;
}

body.blue div.mod-default h3.module { background: url(module_default_header_m_blue.png) 0 100% repeat-x; }
body.pink div.mod-default h3.module { background: url(module_default_header_m_pink.png) 0 100% repeat-x; }
body.orange div.mod-default h3.module { background: url(module_default_header_m_orange.png) 0 100% repeat-x; }
body.green div.mod-default h3.module { background: url(module_default_header_m_green.png) 0 100% repeat-x; }

body.blue div.mod-default span.module-2 { background: url(module_default_header_l_blue.png) 0 100% no-repeat; }
body.pink div.mod-default span.module-2 { background: url(module_default_header_l_pink.png) 0 100% no-repeat; }
body.orange div.mod-default span.module-2 { background: url(module_default_header_l_orange.png) 0 100% no-repeat; }
body.green div.mod-default span.module-2 { background: url(module_default_header_l_green.png) 0 100% no-repeat; }

body.blue div.mod-default span.module-3 { background: url(module_default_header_r_blue.png) 100% 100% no-repeat; }
body.pink div.mod-default span.module-3 { background: url(module_default_header_r_pink.png) 100% 100% no-repeat; }
body.orange div.mod-default span.module-3 { background: url(module_default_header_r_orange.png) 100% 100% no-repeat; }
body.green div.mod-default span.module-3 { background: url(module_default_header_r_green.png) 100% 100% no-repeat; }

/* default with badge new */
div.mod-default div.badge-new {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(module_default_badge_new.png) 0 0 no-repeat; /* ie6png:scale */
}

/* default with badge top */
div.mod-default div.badge-top {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(module_default_badge_top.png) 0 0 no-repeat; /* ie6png:scale */
}

/* default with badge pick */
div.mod-default div.badge-pick {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(module_default_badge_pick.png) 0 0 no-repeat; /* ie6png:scale */
}

/*
 * module: white and black
 */
 
div.mod-white div.module-container-t,
div.mod-black div.module-container-t {
	padding: 0px 10px 0px 10px;
	position: relative;
}

div.mod-white div.module-t,
div.mod-black div.module-t {
	height: 10px;
	background: url(module_white_t.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-white div.module-tl,
div.mod-black div.module-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: url(module_white_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-white div.module-tr,
div.mod-black div.module-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url(module_white_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-white div.module-l,
div.mod-black div.module-l {
	background: url(module_white_l.png) 0 0 repeat-y;
	overflow: hidden;
}

div.mod-white div.module-r,
div.mod-black div.module-r {
	padding: 0px 10px 0px 10px;
	background: url(module_white_r.png) 100% 0 repeat-y;
}

div.mod-white div.module-m ,
div.mod-black div.module-m {
	padding: 0px 5px 0px 5px;
	background: url(module_white_m.png) 0 0 repeat;
}

div.mod-white div.module-l-ie6,
div.mod-white div.module-r-ie6,
div.mod-black div.module-l-ie6,
div.mod-black div.module-r-ie6 {
	display: none;
}

div.mod-white div.module-container-b,
div.mod-black div.module-container-b {
	padding: 0px 10px 0px 10px;
	position: relative;
}

div.mod-white div.module-b,
div.mod-black div.module-b {
	height: 10px;
	background: url(module_white_b.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-white div.module-bl,
div.mod-black div.module-bl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: url(module_white_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-white div.module-br,
div.mod-black div.module-br {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url(module_white_br.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-white h3.module,
div.mod-black h3.module {
	margin: 0px 0px 5px 0px;
	height: 18px;
	background: url(module_white_header.png) 0 100% repeat-x; /* ie6png:scale */
	color: #c33629;
}

body.blue div.mod-white h3.module, body.blue div.mod-black h3.module { color: #3789c3; }
body.pink div.mod-white h3.module, body.pink div.mod-black h3.module { color: #9b419b; }
body.orange div.mod-white h3.module, body.orange div.mod-black h3.module { color: #a87328; }
body.green div.mod-white h3.module, body.green div.mod-black h3.module { color: #419641; }

div.mod-white h3.module span.color,
div.mod-black h3.module span.color {
	color: #c8c8c8;
}

/* black */
div.mod-black div.module-t { background: url(module_black_t.png) 0 0 repeat-x; /* ie6png:scale */ }
div.mod-black div.module-tl { background: url(module_black_tl.png) 0 0 no-repeat; /* ie6png:scale */ }
div.mod-black div.module-tr { background: url(module_black_tr.png) 0 0 no-repeat; /* ie6png:scale */ }
div.mod-black div.module-l { background: url(module_black_l.png) 0 0 repeat-y;}
div.mod-black div.module-r { background: url(module_black_r.png) 100% 0 repeat-y;}
div.mod-black div.module-m { background: url(module_black_m.png) 0 0 repeat;}
div.mod-black div.module-b { background: url(module_black_b.png) 0 0 repeat-x; /* ie6png:scale */ }
div.mod-black div.module-bl { background: url(module_black_bl.png) 0 0 no-repeat; /* ie6png:scale */ }
div.mod-black div.module-br { background: url(module_black_br.png) 0 0 no-repeat; /* ie6png:scale */ }
div.mod-black h3.module { background: url(module_black_header.png) 0 100% repeat-x; /* ie6png:scale */ }

/*
 * module: shiny
 */
div.mod-shiny div.module-container-t {
	padding: 0px 60px 0px 60px;
	position: relative;
}

div.mod-shiny div.module-t {
	height: 1px;
	background: url(module_shiny_t.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-shiny div.module-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 1px;
	background: url(module_shiny_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-shiny div.module-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 1px;
	background: url(module_shiny_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-shiny div.module-m {
	padding: 9px 15px 9px 15px;
	background: url(module_shiny_m.png) 0 0 repeat; /* ie6png:scale */
	overflow: hidden;  
}

div.mod-shiny div.module-container-b {
	padding: 0px 60px 0px 60px;
	position: relative;
}

div.mod-shiny div.module-b {
	height: 1px;
	background: url(module_shiny_t.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-shiny div.module-bl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 1px;
	background: url(module_shiny_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-shiny div.module-br {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 1px;
	background: url(module_shiny_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

body.blue div.mod-shiny div.module-t { background: url(module_shiny_t_blue.png) 0 100% repeat-x; /* ie6png:scale */ }
body.pink div.mod-shiny div.module-t { background: url(module_shiny_t_pink.png) 0 100% repeat-x; /* ie6png:scale */ }
body.orange div.mod-shiny div.module-t { background: url(module_shiny_t_orange.png) 0 100% repeat-x; /* ie6png:scale */ }
body.green div.mod-shiny div.module-t { background: url(module_shiny_t_green.png) 0 100% repeat-x; /* ie6png:scale */ }

body.blue div.mod-shiny div.module-tl { background: url(module_shiny_tl_blue.png) 0 100% no-repeat; /* ie6png:scale */ }
body.pink div.mod-shiny div.module-tl { background: url(module_shiny_tl_pink.png) 0 100% no-repeat; /* ie6png:scale */ }
body.orange div.mod-shiny div.module-tl { background: url(module_shiny_tl_orange.png) 0 100% no-repeat; /* ie6png:scale */ }
body.green div.mod-shiny div.module-tl { background: url(module_shiny_tl_green.png) 0 100% no-repeat; /* ie6png:scale */ }

body.blue div.mod-shiny div.module-tr { background: url(module_shiny_tr_blue.png) 100% 100% no-repeat; /* ie6png:scale */ }
body.pink div.mod-shiny div.module-tr { background: url(module_shiny_tr_pink.png) 100% 100% no-repeat; /* ie6png:scale */ }
body.orange div.mod-shiny div.module-tr { background: url(module_shiny_tr_orange.png) 100% 100% no-repeat; /* ie6png:scale */ }
body.green div.mod-shiny div.module-tr { background: url(module_shiny_tr_green.png) 100% 100% no-repeat; /* ie6png:scale */ }

body.blue div.mod-shiny div.module-b { background: url(module_shiny_t_blue.png) 0 100% repeat-x; /* ie6png:scale */ }
body.pink div.mod-shiny div.module-b { background: url(module_shiny_t_pink.png) 0 100% repeat-x; /* ie6png:scale */ }
body.orange div.mod-shiny div.module-b { background: url(module_shiny_t_orange.png) 0 100% repeat-x; /* ie6png:scale */ }
body.green div.mod-shiny div.module-b { background: url(module_shiny_t_green.png) 0 100% repeat-x; /* ie6png:scale */ }

body.blue div.mod-shiny div.module-bl { background: url(module_shiny_tl_blue.png) 0 100% no-repeat; /* ie6png:scale */ }
body.pink div.mod-shiny div.module-bl { background: url(module_shiny_tl_pink.png) 0 100% no-repeat; /* ie6png:scale */ }
body.orange div.mod-shiny div.module-bl { background: url(module_shiny_tl_orange.png) 0 100% no-repeat; /* ie6png:scale */ }
body.green div.mod-shiny div.module-bl { background: url(module_shiny_tl_green.png) 0 100% no-repeat; /* ie6png:scale */ }

body.blue div.mod-shiny div.module-br { background: url(module_shiny_tr_blue.png) 100% 100% no-repeat; /* ie6png:scale */ }
body.pink div.mod-shiny div.module-br { background: url(module_shiny_tr_pink.png) 100% 100% no-repeat; /* ie6png:scale */ }
body.orange div.mod-shiny div.module-br { background: url(module_shiny_tr_orange.png) 100% 100% no-repeat; /* ie6png:scale */ }
body.green div.mod-shiny div.module-br { background: url(module_shiny_tr_green.png) 100% 100% no-repeat; /* ie6png:scale */ }

div.mod-shiny h3.module {
	height: 20px;
}

div.mod-shiny h3.module span.color {
	color: #c8c8c8;
}

/*
 * module: header
 */
div.mod-header div.module {
	padding: 0px 15px 0px 15px;
	overflow: hidden;
}

div.mod-header div.header-container {
	margin: 0px -15px 5px -15px;
	padding: 0px 10px 0px 20px;
	position: relative;
}

div.mod-header h3.module {
	height: 30px;
	background: url(module_header_m.png) 0 0 repeat-x;
	line-height: 30px;
}

div.mod-header div.header-l {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 30px;
	background: url(module_header_l.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-header div.header-r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 30px;
	background: url(module_header_r.png) 100% 0 no-repeat; /* ie6png:scale */
}

div.mod-header h3.module span.color {
	color: #c8c8c8;
}

body.blue div.mod-header div.header-l { background: url(module_header_l_blue.png) 0 0 no-repeat; /* ie6png:scale */ }
body.pink div.mod-header div.header-l { background: url(module_header_l_pink.png) 0 0 no-repeat; /* ie6png:scale */ }
body.orange div.mod-header div.header-l { background: url(module_header_l_orange.png) 0 0 no-repeat; /* ie6png:scale */ }
body.green div.mod-header div.header-l { background: url(module_header_l_green.png) 0 0 no-repeat; /* ie6png:scale */ }

/*
 * module: tab
 */
div.mod-tab div.module {
	padding: 10px 0px 0px 0px;

}

div.mod-tab div.module-2 {
	background: url(module_default_br.png) 100% 100% no-repeat;
}

div.mod-tab div.module-3 {
	background: url(module_default_tr.png) 100% 0 no-repeat;
}

div.mod-tab div.module-4 {
	background: url(module_default_bl.png) 0 100% no-repeat;
}

div.mod-tab div.module-5 {
	min-height: 60px;
	 
	padding: 23px 15px 10px 15px;
	background: url(module_default_tl.png) 0 0 no-repeat;
	position: relative;
}

div.mod-tab div.header-container-1 {
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	left: 0px;
}

div.mod-tab div.header-container-2 {
	padding: 0px 20px 0px 15px;
	float: left;
	position: relative;
}

div.mod-tab h3.module {
	height: 30px;
	background: url(module_tab_m.png) 0 0 repeat-x;
	line-height: 30px;
}

div.mod-tab div.header-l {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 30px;
	background: url(module_tab_l.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-tab div.header-r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 30px;
	background: url(module_tab_r.png) 100% 0 no-repeat; /* ie6png:scale */
}

div.mod-tab h3.module span.color {
	color: #c8c8c8;
}

body.blue div.mod-tab h3.module { background: url(module_tab_m_blue.png) 0 0 repeat-x; }
body.pink div.mod-tab h3.module { background: url(module_tab_m_pink.png) 0 0 repeat-x;; }
body.orange div.mod-tab h3.module { background: url(module_tab_m_orange.png) 0 0 repeat-x; }
body.green div.mod-tab h3.module { background: url(module_tab_m_green.png) 0 0 repeat-x; }

body.blue div.mod-tab div.header-l { background: url(module_tab_l_blue.png) no-repeat; /* ie6png:scale */ }
body.pink div.mod-tab div.header-l { background: url(module_tab_l_pink.png) no-repeat; /* ie6png:scale */ }
body.orange div.mod-tab div.header-l { background: url(module_tab_l_orange.png) no-repeat; /* ie6png:scale */ }
body.green div.mod-tab div.header-l { background: url(module_tab_l_green.png) no-repeat; /* ie6png:scale */ }

body.blue div.mod-tab div.header-r { background: url(module_tab_r_blue.png) 100% 0 no-repeat; /* ie6png:scale */ }
body.pink div.mod-tab div.header-r { background: url(module_tab_r_pink.png) 100% 0 no-repeat; /* ie6png:scale */ }
body.orange div.mod-tab div.header-r { background: url(module_tab_r_orange.png) 100% 0 no-repeat; /* ie6png:scale */ }
body.green div.mod-tab div.header-r { background: url(module_tab_r_green.png) 100% 0 no-repeat; /* ie6png:scale */ }

/* tab with menu */
div.mod-menu div.module-2 {
	background: url(module_menu_br.png) 100% 100% no-repeat;
}

div.mod-menu div.module-3 {
	background: url(module_menu_tr.png) 100% 0 no-repeat;
}

div.mod-menu div.module-4 {
	background: url(module_menu_bl.png) 0 100% no-repeat;
}

div.mod-menu div.module-5 {
	min-height: 0px;
	padding: 23px 1px 10px 1px;
	background: url(module_menu_tl.png) 0 0 no-repeat;
}
/*
 * 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(search_bg.png) 0 0 no-repeat;
}

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

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

div#yoo-search:hover, div#yoo-search div.sfhover  {
	background: url(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: 5px 0px 5px 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #64696e;
}

body.green .contentheading, body.green .componentheading { color: #6ea028; }
body.pink .contentheading, body.pink .componentheading { color: #8c3caa; }
body.orange .contentheading, body.orange .componentheading { color: #f04600; }
body.blue .contentheading, body.blue .componentheading { color: #5087d7; }

 
#overDiv {
	line-height: 100%;
	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(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_separator {
	display: block;
	height: 50px;
	background: url(article_separator.png) 50% 50% no-repeat;
}

a.readon, a.readmore {
	margin: 10px 0px 0px 0px;
	width: 100px;
	height: 20px;
	background: transparent url(readmore.png) 0 0 no-repeat;
	display: block;
	float: left;
	line-height: 20px;
	text-indent: 10px;
	font-size: 90%;
}

#page a.readon:link, #page a.readon:visited, #page a.readmore:link, #page a.readmore:visited {
	color: #C8C8C8;
	text-decoration: none;
}

#page a.readon:hover, #page a.readmore:hover {
	background: transparent url(readmore.png) 0 -20px no-repeat;
	color: #C8C8C8;
	text-decoration: none;
}

 
.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: #1e1e1e;
	border-bottom: 1px solid #464646;
	font-weight : bold;
}

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

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

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

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

 
.poll {
}

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

/*
 * Joomla! system CSS file: system.css
 */
 
/* OpenID icon style */
input.system-openid {
   background: url(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(j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

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

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

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

.button2-left .pagebreak {
	background: url(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(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(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.
 */ 

/*
 * YOOsearch
 */

#page div.default div.yoo-search div.resultbox {
	position: absolute;
	right: -20px;
	top: 37px;
	z-index: 20;
}

/*
 * YOOlogin
 */

#page span.quick span.yoo-login span.login {
	width: 326px;
	overflow: hidden;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

body.yoopage {
	background: #000000;
}

div#page-body {
	background: #000000 url(page_bg.png) 0 80px repeat-x;
}

div#page-body div.page-body-m {
	background: none;
}

div#page-body div.page-body-t {
	background: url(page_bg_t.jpg) 50% 80px no-repeat;
}

div#page-body div.page-body-b {
	background: url(page_bg_b.jpg) 50% 100% no-repeat;
}
/** -------------------------------
 *  Stylesheet declarations for the
 *  NEW TABLES
 *  -------------------------------
 */
 .letters{
		padding:1px;
		font-size:12px;
		border:1px solid #000000;
		width:24px; 
		display:inline-block;
		text-decoration:none;
	}
	.letters:hover{
		padding:1px;
		width:24px; 
		display:inline-block;
		background: #2b2929;
		text-decoration:none;
	}
.TableContainer {
  border: 1px solid black;
  position: relative;
  width: 95%;
  font-size: 10px;
  left: 20px;
  bottom: 10px;
}
.TableContainer .Odd {
  background-color: #343434;
}
.TableContainer .Even {
  background-color: #343434;
}

/* TABLEHEADER DECORATION */
.TableContainer .CaptionContainer {
  position: relative;
  font-size: 1pt;
  background-color: #2f2e2e !important;
  height: 100%;
  width: 100%;
  text-align: left;
}
.TableContainer .CaptionContainer .CaptionInnerContainer {
	position: relative;
  background-color: #2f2e2e;
  width: 100%;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 4px;
}
.TableContainer .CaptionContainer .Text {
	font-family: Verdana, Arial, Times New Roman, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  color: white;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftTop {
	position: absolute;
  width: 5px;
  height: 5px;
	top: -2px;
  left: -2px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeRightTop {
	position: absolute;
  width: 5px;
  height: 5px;
	top: -2px;
  right: -2px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
	position: absolute;
  width: 5px;
  height: 5px;
	left: -2px;
	bottom: -3px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionEdgeRightBottom {
	position: absolute;
  width: 5px;
  height: 5px;
	right: -2px;
	bottom: -3px;
  z-index: 50;
}
.TableContainer .CaptionContainer .CaptionBorderTop {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  top: -1px;
}
.TableContainer .CaptionContainer .CaptionBorderBottom {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0px;
  bottom: -2px;
}
.TableContainer .CaptionContainer .CaptionVerticalLeft {
  position: absolute;
  height: 100%;
  width: 3px;
  left: -1px;
  top: 0px;
}
.TableContainer .CaptionContainer .CaptionVerticalRight {
  position: absolute;
  height: 100%;
  width: 3px;
  right: -1px;
  top: 0px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightTop {
  right: -3px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeLeftBottom {
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionEdgeRightBottom {
  right: -3px;
  bottom: -4px;
}
* html .TableContainer .CaptionContainer .CaptionBorderBottom {
  bottom: -3;
}
* html .TableContainer .CaptionContainer .CaptionVerticalRight {
  right: -2px;
}
/* TABLE CONTENT */
.TableContentContainer {
  border: 1px solid #343434;
  position: relative;
  margin-right: 4px;
  height: 100%;
  background-color: #2f2e2e;
  padding: 0px;
}
.TableContent {
  width: 100%;
  border-collapse: collapse;
}
.TableContent td {
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}
/* INNERLYOUT 1 */
.TableContainer .Table1 {
  width: 100%;
  background-color: #343434;
  border: 2px solid #343434;
}
.TableContainer .Table1 .InnerTableContainer {
  padding: 5px;
}
/* INNERLYOUT 2 */
.TableContainer .Table2 {
  width: 100%;
  border: 2px solid #343434;
  background-color: #343434;
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}
.TableContainer .Table2 td {
  padding: 0px;
  margin: 0px;
}
.TableContainer .Table2 .InnerTableContainer {
  margin-top: 1px;
}
.TableContainer .Table2 .InnerTableContainer table {
  border-collapse: collapse;
}
.TableContainer .Table2 .InnerTableContainer td {
  padding-top: 2px;
  padding-left: 5px;
  padding-bottom: 2px;
  padding-right: 5px;
  border: 1px solid #343434;
}
/* INNERLYOUT 3 */
.TableContainer .Table3 {
  width: 100%;
  border: 2px solid #343434;
  background-color: #343434;
}
.TableContainer .Table3 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table3 .TableContentAndRightShadow td {
  border: 1px solid #343434;
}
/* INNERLYOUT 4 */
.TableContainer .Table4 {
  width: 100%;
  border: 2px solid #343434;
  background-color: #343434;
}
.TableContainer .Table4 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 3px;
}
.TableContainer .Table4 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* INNERLYOUT 5 */
.TableContainer .Table5 {
  width: 100%;
  border: 2px solid #343434;
  background-color: #343434;
}
.TableContainer .Table5 .InnerTableContainer {
  width: 100%;
  position: relative;
  margin-top: 5px;
  margin-left: 3px;
}
.TableContainer .Table5 .TableContentAndRightShadow .TableContent td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* SHADOWS */
.TableShadowContainerRightTop {
  position: relative;
  top: 0px;
  right: 3px;
  margin-right: 0px;
  font-size: 10px;
  float: right;
  z-index: 99;
}
.TableShadowRightTop {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 4px;
  height: 5px;
  z-index: 99;
}
.TableContentAndRightShadow {
  position: relative;
  background-repeat: repeat-y;
  background-position: top right;
  margin-right: 3px;
  font-size: 10px;
}
.TableShadowContainer {
  position: relative;
  widht: 100%;
  margin-right: 5px;
}
.TableBottomShadow {
  position: relative;
  font-size: 10px;
  height: 5px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.TableBottomLeftShadow {
  position: relative;
  height: 5px;
  width: 4px;
  float: left;
  padding: 0px;
  margin: 0px;
}
.TableBottomRightShadow {
  position: relative;
  float: right;
  right: -2px;
  top: 0px;
  height: 5px;
  width: 4px;
}

/* LABELS */
.LabelV {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  vertical-align: top;
}
.LabelH {
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  background-color: #2f2e2e;

}
.LabelH td {
  background-color: #2f2e2ed;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* BUTTONS */
.InnerTableButtonRow {
  width: 100%;
  padding-left: 1px;
  padding-right: 0px;
  padding-bottom: 4px;
  border: 0px;
}
.InnerTableButtonRow td {
  padding-right: 4px;
}
.BigButton {
  position: relative;
  width: 135px;
  height: 25px;
  z-index: 10;
}
.BigButtonOver {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 137px;
  height: 25px;
  visibility: hidden;
  z-index: 15;
}
.ButtonText {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 25px;
  width: 135px;
  z-index: 20;
}
.TopButtonContainer {
  position: relative;
  right: 4px;
  top: 4px;
  z-index: 60;
}
* html .TopButtonContainer {
  right: 27px;
}
.TopButtonContainer .TopButton {
  position: absolute;
  right: 0px;
  z-index: 55;
}
.Content .BoxContent .Odd {
  background-color: #343434;
  padding: 2px;
}

.Content .BoxContent .Even {
  background-color: #343434;
  padding: 2px;
}

.Content .NewsCategoryIconSmall {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

/* News Ticker */

.Content #NewsTicker .BoxContent {
  padding: 5px;
  min-height: 90px;
  height: auto !important;
  height: 100px;
}

.Content #NewsTicker .BoxContent .Row {
  position: relative;
  width: 100%;
}

.Content #NewsTicker .NewsTickerIcon {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.Content #NewsTicker .NewsTickerText {
  font-size: 9pt;
  position: relative;
  margin-left: 20px;
}

.Content #NewsTicker .NewsTickerDate {
  font-size: 7pt;
  position: absolute;
  top: 0px;
  float: left;
}

.Content #NewsTicker .NewsTickerShortText {
  margin-left: 85px;
  height: 14px;
}

.Content #NewsTicker .NewsTickerFullText {
  margin-left: 85px;
  margin-right: 20px;
  display: none;
}

.Content #NewsTicker .NewsTickerExtend {
  position: relative;
  right: 0px;
  top: 1px;
  right: 1px;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  float: right;
  cursor: pointer;
  z-index: 10;
}

/* Featured Article */

.Content #FeaturedArticle .BoxContent {
  position:relative;
  height: 100px;
  padding: 5px;
  padding-left: 10px;
  min-height: 100px;
  height: auto !important;
  height: 110px;
  line-height: 10.5pt;
}

.Content #FeaturedArticle #TeaserThumbnail {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 150px;
  margin-left: 10px;
  background-color: black;
  z-index: 90;
  float: right;
}

#ContentHelper #FeaturedArticle:first-child .BoxContent {
  padding: 10px;
}

.Content #FeaturedArticle #TeaserText {
  height: 100px;
  overflow: hidden;
  z-index: 0;
}

.Content #FeaturedArticle #Link {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 89 165 0 0;
  z-index: 99;
}

.Content #FeaturedArticle .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #FeaturedArticle .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
  float:left;
}

.Content #FeaturedArticle .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #FeaturedArticle .NewsHeadlineText {
  position: relative;
  top: 8px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News */

.Content #News .BoxContent {
  min-height: 100px;
  height: auto !important;
  height: 110px;
}

.Content #News .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #News .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #News .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 10px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #News .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/* News Archive */

.Content #NewsArchive .NewsHeadlineBackground {
  position: relative;
  height: 28px;
  margin-bottom: 5px;
  background-repeat: repeat-x;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.Content #NewsArchive .NewsHeadlineIcon {
  position: absolute;
  top: -1px;
  left: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.Content #NewsArchive .NewsHeadlineDate {
  font-size: 7pt;
  position: absolute;
  top: 9px;
  left: 50px;
  width: 85px;
  color: white;
}

.Content #NewsArchive .NewsHeadlineText {
  position: relative;
  top: 7px;
  left: 135px;
  font-size: 10pt;
  font-weight: bold;
  color: white;
}

/** --------------------------------------
 *  ### not final versions for tests
 *  ### concerning the new payment process
 *  --------------------------------------
 */

/* new error handling concept tests */

.FormFieldError {
  font-size: 8pt;
  color: red;
}
.SmallBox {
  position: relative;
  font-size: 1px;
}
.SmallBox .ErrorMessage {
  font-size: 8pt;
  position: relative;
  color: red;
  height: 100%;
  background-color: #343434;
  padding: 5px;
  padding-left: 43px;
}
.SmallBox .Message {
  font-size: 10pt;
  position: relative;
  height: 100%;
  background-color: #343434;
  padding: 10px;
}
.SmallBox .ErrorMessage ul {
  padding-left: 15px;
}
.SmallBox .BoxFrameHorizontal {
  position: relative;
  height: 4px;
}
.SmallBox .BoxFrameVerticalRight {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .BoxFrameVerticalLeft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  background-repeat: repeat-y;
  height: 100%;
}
.SmallBox .MessageContainer {
  position: relative;
  height: 100%;
}
.SmallBox .BoxFrameEdgeLeftTop {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeLeftBottom {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightTop {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .BoxFrameEdgeRightBottom {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 5px;
  height: 5px;
}
.SmallBox .AttentionSign {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 30px;
  height: 26px;
}

/* /////////\/\\\\\\\\
   //  Znote FORUM  \\
   /////////\/\\\\\\\\ */
hr {
  width: 500px;
  margin-left: 20px;
}
.adminTable {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  top: 0px; /* EDIT THIS TO ADJUST BUTTON PRECITION */
}
.adminTable tr td {
  width: 210px;
}
.adminTable tr td form input {
  width: 120px;
  height: 35px;
}
.postButton {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  float: left;
  top: 0px; /* EDIT THIS TO ADJUST BUTTON PRECITION */
  margin-right: 10px;
}

.editThread {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  float: left;
  top: -36px; /* EDIT THIS TO ADJUST BUTTON PRECITION */
}
.editThread tr, .editThread tr td, .editThread tr td form, .editThread tr td form input {
  margin: 0px;
  padding: 0px;
  height: 20px;
}
.updateTable tr td input {
  width: 500px;
}

#changelogTable {
  width: 735px;
}

#progress {
 width: 400px;
 position: relative;
 padding: 3px;
}

#percent {
        position: absolute;
        margin-left:175px;
}

#bar {
        height: 20px;
        background-color: green;
        border: 1px solid black;
}

/* ///////////\/\\\\\\\\\\\
   //  Znote YOUTUBE BB  \\
   ///////////\/\\\\\\\\\\\ */

div.youtube {
  width: 100%;
  max-width: 560px;
}

div.aspectratio {
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
}

div.aspectratio > iframe {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  width: 100%;
  height: 100%;
}

/**/
table { 
  margin: 10px 0 30px 0;
  width: 540px;
}

/* guild war */
tr.special:hover td {
   background: skyblue;
}

tr:not(:first-of-type) td {
	border-top: 1px solid rgba(128,0,0,0.5);
}

img {
	max-width: 100%;
}

form div {
	margin: 0;
}