/* CSS RESET */
html, body, form, fieldset {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, address {
    margin: 1em 0;
    padding: 0;
}

ul, ol {
    margin: 1em 0.5em;
    padding: 0;
}

li, dd, blockquote {
    margin-left: 1em;
}

form label {
    cursor: pointer;
}
fieldset {
    border: none;
}

input, select, textarea {
    font-size: 100%;
}





body {
    font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    background: #4e4e4e;
}

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

img {
    border: none;
}





#page {
    background: url(../images/bg.jpg) repeat left top;
}
#page .in {
    background: url(../images/bg_top.jpg) repeat-x left top;
}
#page .splash {
    background: url(../images/bg_splash.jpg) no-repeat center top;
}

#header {
    position: relative;
    height: 100px;
    background: url(../images/bg_header.jpg) no-repeat left top;
}

h1 {
    position: absolute;
    top: 19px;
    left: 31px;
    margin: 0;
}
h1 a {
    overflow: hidden;
    float: left;
    width: 162px;
    height: 58px;
    line-height: 1000;
    background: url(../images/famma.jpg) no-repeat left top;
}

#lng {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 64px;
    width: 53px;
    height: 23px;
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
    background: url(../images/bg_lng.jpg) no-repeat left top;
}
#lng li {
    margin: 0;
    padding: 2px 4px 0 4px;
    float: left;
}
#lng a {
    overflow: hidden;
    float: left;
    width: 18px;
    height: 13px;
    line-height: 1000;
}
#lng a.sk {
    background: url(../images/flag_sk.png) no-repeat left top;
}
#lng a.en {
    background: url(../images/flag_uk.png) no-repeat left top;
}

#main {
    color: #000;
    background: url(../images/bg_main.png) repeat-y left top;
}
#main .in1 {
    background: url(../images/bg_main_bottom.png) no-repeat left bottom;
}
#main .in2 {
    min-height: 465px;
    background: url(../images/bg_main_top.png) no-repeat left top;
}

#main h2 {
    min-height: 34px;
    margin: 0 0 0.75em 0;
    padding: 10px 0 0 39px;
    font-size: 21px;
    font-weight: normal;
    color: #29166f;
    background: url(../images/bg_title.png) no-repeat 14px 10px;
}

#sidebar {
    float: left;
    width: 180px;
}
#sidebar ul {
    margin: 30px 0;
    list-style-type: none;
}
#sidebar li {
    width: 149px;
    height: 20px;
    margin: 0 0 3px 0;
    padding: 3px 0 0 20px;
    background: url(../images/bg_left_menu.png) no-repeat left top;
}
#sidebar li a {
    font-size: 11px;
    font-weight: bold;
}
#sidebar li a.selflink {
    color: #666;
}

#content {
    margin: 0 0 0 180px;
    padding: 30px;
}

.img-shadow {
    float: right;
    margin: 0 0 20px 20px;
    padding: 0 5px 5px 0;
    font-size: 0;
    background: url(../images/bg_image.png) no-repeat right bottom;
}
.img-shadow img {
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
}
.img-shadow a {
    font-size: 12px;
}

#footer {
    line-height: 1;
    background: url(../images/bg_footer.jpg) repeat-x left top;
}
#footer .wrapper {
    width: 760px;
    height: 57px;
    padding: 40px 20px 0 20px;
    text-align: right;
    background: url(../images/bg_footer_in.jpg) no-repeat left top;
}
#footer ul {
    margin: 0;
    list-style-type: none;
}
#footer li {
    float: left;
    margin: 0 0 0 11px;
    padding: 0 0 0 12px;
    border-left: 1px solid #f93;
}
#footer li:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}
#footer a {
    color: #f93;
    text-transform: uppercase;
}
#footer p {
    margin: 0;
}

.wrapper {
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}




#menu {
    width: 800px;
    height: 25px;
    padding: 0 0 0 67px;
    background: url(../images/bg_menu.jpg) no-repeat left top;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu li {
    position: relative;
    height: 18px;
    margin: 0;
    padding: 7px 20px 0 20px;
    float: left;
    background: url(../images/sp_menu.png) no-repeat right top;
}
#menu a {
    overflow: hidden;
    float: left;
    height: 11px;
    line-height: 1000;
}
#menu .uvod a {
    width: 34px;
    background: url(../images/menu_uvod.jpg) no-repeat left top;
}
#menu .profil a {
    width: 42px;
    background: url(../images/menu_profil.jpg) no-repeat left top;
}
#menu .registracia a {
    width: 77px;
    background: url(../images/menu_prihlasenie.jpg) no-repeat left top;
}
#menu .firmy a {
    width: 63px;
    background: url(../images/menu_pre_firmy.jpg) no-repeat left top;
}
#menu .otazky a {
    width: 48px;
    background: url(../images/menu_otazky.jpg) no-repeat left top;
}
#menu .kontakt a {
    width: 56px;
    background: url(../images/menu_kontakt.jpg) no-repeat left top;
}
#menu .intro a {
    width: 88px;
    background: url(../images/menu_introduction.jpg) no-repeat left top;
}
#menu .profile a {
    width: 50px;
    background: url(../images/menu_profile.jpg) no-repeat left top;
}
#menu .registration a {
    width: 49px;
    background: url(../images/menu_sign_up.jpg) no-repeat left top;
}
#menu .companies a {
    width: 96px;
    background: url(../images/menu_for_companies.jpg) no-repeat left top;
}
#menu .questions a {
    width: 67px;
    background: url(../images/menu_questions.jpg) no-repeat left top;
}
#menu .contact a {
    width: 57px;
    background: url(../images/menu_contact.jpg) no-repeat left top;
}

#menu li ul {
    position: absolute;
    top: 22px;
    left: -999em;
}
#menu li:hover ul, #menu li.sfhover ul {
    left: 12px;
    z-index: 99999;
}
#menu li li {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
}
#menu li li a {
    display: block;
    float: none;
    width: 14em;
    height: auto;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.4;
    color: #000;
    background: #bbbbbb;
    border-top: 1px solid #ccc;
}
#menu li li a:hover {
    background: #ccc;
    text-decoration: none;
}

#menu .vspace {
    display: none;
}



#edit {
	min-width: 800px;
	padding: 0.2em 0;
	font-size: 9px;
	color: #fff;
	background-color: #000;
	text-align: center;
}
* html #edit {
	width: 800px;
}
#edit a {
    color: #f60;
}



.error {
    padding: 5px 5px 5px 10px;
    color: #fff;
    background: #f00;
}

