@import url("clear_float.css");

@import url("topNavigation.css");
@import url("mainNavigation.css");
@import url("subNavigation.css");
@import url("specialCont.css");
@import url("content.css");
@import url("entriesList.css");
@import url("form_elements.css");
@import url("footer.css");

* { margin:0; padding:0; }

html,
body {
	width:100%;
	height:100%;
}

body {
	background:#999;
	color:black;
	font:normal 12px/140% Arial, Tahoma, Verdana;
}

a {
	color:#0688C4;
	text-decoration:none;
}

h1,h2 {
	/*font-family:Georgia;*/
}

ul { list-style:none; }


#wrap {
	position:relative;
	width:960px;
	padding:0 10px 10px 10px;
	margin:0 auto;
	background:white;
}

#header {
	position:relative;
	padding:20px 20px 60px 10px;
	background: url(../images/header_bg.jpg) top right no-repeat;
}

#cont_wrap {
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	padding-top:10px;
	background:url(../images/content_bg.jpg) top repeat-y;
}
body.Content #cont_wrap {
	background:url(../images/content_bg_cont.jpg) top repeat-y;
}

h1.logo,
h1.logo a {
	display:block;
	width:312px;
	height:72px;
	text-indent:-10000px;
	background:url(../images/logotip.jpg) left center no-repeat;
	overflow:hidden;
}

#iso9001 {
	display:block;
	width:390px;
	height:auto;
	position:absolute;
	top:45px;
	right:0;
	margin:0;
	padding:0;
	text-align:right;
}

* html #iso9001 {
	right:10px;
}

.modra_stevilka {
	text-align:center;
	font-size:10px;
}

.sidebar {
	float:left;
	width:180px;
	padding:20px;
	padding-top:10px;
	height:auto!important;
	min-height:300px;
	height:300px;
	background:#EFEFEF;
}

body.Content .right {
	background:none;
}

* html body.Content .right {
	width:170px;
} 

* html body.Content .right .button {
	width:150px;
	text-align:left;
}


.sidebar h3 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #666;
	font-size:14px;
}
.sidebar p {
	font-size:11px;
	margin-bottom:8px;
}

.sidebar a {
	color:#900;
}

.sidebar h3.navFirst a {
	color:black;
}

.sidebar ul {
	margin-bottom:13px;
}
.sidebar ul li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:dashed 1px #888;
}

.sidebar ul li h4 {
	font-size:12px;
}

.sidebar ul li p {
	margin-bottom:0;
	line-height:140%;
}

.content {
	float:left;
	width:480px;
	padding:20px 20px;
}
body.Entries .content {
	width:550px;
}


/* buttons */

a.button {
	display:inline-block;
	height:25px;
	line-height:25px;
	background:url(../images/button_left.gif) left center no-repeat;
	color:black!important;
	text-decoration:none;
	font-size:11px;
	margin-right:1px;
}
a.button:hover {
	text-decoration:none;
}
a.button span {
	display:block;
	height:23px;
	line-height:23px;
	background:url(../images/button_right.gif) right center no-repeat;
	cursor:pointer;
	padding:0 11px 2px 12px;
}

a.button:hover {
	/*background:url(../images/button_left_hover.gif) left center no-repeat;*/
	color:#990000!important;
}
/*a.button:hover span {
	background:url(../images/button_right_hover.gif) right center no-repeat;
}*/


