@import url('files.css');
@import url('tooltip.css');
@import url('general.css');
@import url('common.css');

/*--ESSENTIAL--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%;
	_behavior: url("/scripts/csshover.htc");
	background: #fff url("../images/bg.png") 50% top no-repeat;
}

body {
    padding: 8px 0 10px 0;
    font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
    font-size: 0.75em;
    background: url("../images/body_bg.jpg") 50% bottom no-repeat;
}

#search{
	background:url(../images/search.png) no-repeat 0px 0px;
	padding:0px 0px 15px 65px;
}

#searchInput{
	width:185px;
	border:1px solid #01273e;
	padding:3px 2px 3px 4px;
	font-size:11px;
	position:relative;
	top:-1px;
	margin:0px 8px 0px 0px;
}

#zvolte{
	margin:0px 0px 0px 0px;
}