/* =INITIAL
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}










body {
    padding: 0 0 70px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #dcdcdc;
	background: #000 url(images/bg.jpg) repeat-x center top;
}

input, textarea {
	font-family: Arial;
}

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

img {
	border: none;
}





h1 {
    position: relative;
    width: 938px;
    height: 192px;
    margin: 0 auto;
    background: url(images/bg_header.jpg) no-repeat left top;
}
h1 a {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 73px;
    left: 608px;
    width: 234px;
    height: 63px;
    line-height: 1000px;
    background: url(images/miskerik.jpg) no-repeat left top;
}
#en h1 a {
    left: 579px;
    width: 263px;
    height: 63px;
    background: url(images/miskerik_en.jpg) no-repeat left top;
}
h1 span {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 147px;
    left: 606px;
    width: 239px;
    height: 22px;
    line-height: 1000px;
    background: url(images/webdizajn_grafika_aplikacie.jpg) no-repeat left top;
}
#en h1 span {
    top: 149px;
    left: 566px;
    width: 279px;
    height: 20px;
    background: url(images/webdesign_graphics_applications.jpg) no-repeat left top;
}

#content {
    position: relative;
    width: 938px;
    height: 540px;
    margin: 0 auto;
    background: url(images/bg_content.jpg) no-repeat left top;
}

.card {
    font-size: 16px;
    color: #eade30;
}
.card h2 {
    margin: 0 0 0.8em 0;
    font-size: 24px;
    font-weight: normal;
}
.card em {
    float: left;
    width: 75px;
    font-style: normal;
}

#maros-miskerik {
    position: absolute;
    top: 33px;
    left: 230px;
}

#tomas-miskerik {
    position: absolute;
    top: 50px;
    left: 555px;
}

form {
    position: absolute;
    top: 250px;
    left: 145px;
    width: 540px;
    margin: 0;
    padding: 0 20px 0 40px;
}
* html form {
    width: 600px;
}
form h2 {
    margin: 0 -40px 0.8em -40px;
    padding: 0 40px 5px 40px;
    font-size: 16px;
    background: url(images/bg_title.jpg) no-repeat left bottom;
}
form fieldset {
    padding: 0 20px 0 0;
    text-align: right;
}
* html form fieldset {
    float: left;
}
form input {
    width: 190px;
    margin: 5px 0 0 5px;
    border: 1px solid #999;
}
form input.button {
    float: left;
    width: auto;
    width: 84px;
    height: 25px;
    margin: 6px 0 0 7px;
    padding-bottom: 1px;
    font-weight: bold;
    color: #dcdcdc;
    background: url(images/bg_btn.jpg) no-repeat left top;
    border: none;
    cursor: pointer;
}
form textarea {
    width: 336px;
    height: 70px;
    margin: 5px 0 0 0;
    padding: 1px 2px;
    border: 1px solid #999;
}

form .info {
    float: right;
    padding-top: 6px;
    width: 170px;
}
form .info p {
    margin: 0 0 1.4em 0;
    line-height: 1.4;
}
form .info .thanks {
    text-align: right;
}



/* SPAM PROTECTION */
.not-so-important {
    display: none;
}
