/* General proSilver Markup Styles
---------------------------------------- */

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background: url("../images/szach.png") repeat-y center #ececec;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
/*        background: url("../images/szach.png") repeat-y center transparent;*/
	background-attachment:fixed;


}

#wrap {
	margin: 0 auto;
	padding: 0 0;
	min-width: 650px;
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#logo {
	float: left;
	width: auto;
	padding: 10px 13px 5px 0px;
}

a#logo:hover {
	text-decoration: none;
}


/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}

.navbar {
	background-color: #ebebeb;
	padding: 0 10px;
}

.forabg {
	background: #b1b1b1 none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
}


.panel {
	margin-bottom: 4px;
	padding: 0 10px;
	background-color: #f3f3f3;
	color: #3f3f3f;
}



.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}

    a.menu-link {
       font-size: 10px;
       text-align: left;
       background-image: url("../images/arrow_right.gif") repeat:none;
       font-weight: bold;
       color: #000000;
       background: none;
    }

    a.menu-link:hover {
       background-position: 6px 60%;
       color: #ce3041;
    }

    div.menu-block {
       border-left: #000000 solid 1px;
       padding-left: 10px;
       margin-top: 15px;
    }

    div.menu-row-first {
       text-align: left;
       border-bottom: 1px solid #ce3041;
       padding-top: 4px;
       padding-left: 4px;
       padding-bottom: 4px;
    }

    div.menu-row {
       font-size: 10px;
       text-align: left;
       border-bottom: 1px solid #ce3041;
       padding-top: 4px;
       padding-left: 4px;
       padding-bottom: 4px;
    }

    div.menu-row-last {
       padding-top: 4px;
       padding-left: 4px;
       padding-bottom: 4px;
    }

