/* CSS Document for owd template 'solution' */


/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #FFF;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #137f96;
  scrollbar-arrow-color: #c0dce2; 
  scrollbar-track-color: #c0dce2;
  scrollbar-3dlight-color: #c0dce2;
}
#corecenter a:link    {color: #137f96; text-decoration: none }
#corecenter a:visited    {color: #137f96; text-decoration: none}
#corecentera:active    {color: #c0dce2; text-decoration: none}
#corecenter a:hover    { color: #a6c311; text-decoration: underline}


/* site specific styling */


/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

#topbar img{
	width:13px;
	height:13px;
}
 
#tlacitko:hover {
  cursor:Pointer;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
		margin-left:10px;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #137f96;
	}
	#topbar a:hover {
		background: #137f96;
		color: #FFF;
	}



/* the header that contains the big image */
#header {
	width: 740px;
	height: 180px;
	background: #FFF url(../images/header1.png) top left no-repeat;
	position: relative;
}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 110px;
		left: 570px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #137f96;
	}
	#navbar a:hover {
		background: #137f96;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 740px;
	height: auto;
	
	background: #FFF url(../images/coreback.png) top left repeat-y;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 140px;
	height: auto;
	background: #c0dce2;
	float: left;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	
	}
	#coreleft li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreleft a {
		display: block;
		height: auto;
		padding: 4px;
		width: 128px;
		color: #137f96;
		background: url(../images/readmore_arrow.gif) 97% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10.5px;
		border: 0;
	}

	#coreleft a:hover {
		background: #137f96 url(../images/readmore_over.gif) 97% center no-repeat;
		color: #FFF;
	}
	
	#coreleft h3 {
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		margin: 0;
		color: #a6c311;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 590px;
	height: auto;
	float: left;
	padding-left:10px;
}

	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #a6c311;
		padding: 10px 0 0 0px;
	}
	
	#corecenter h3 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 17px;
		color: #a6c311;
		padding: 10px 0 0 0px;
	}
	#corecenter h4 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 14px;
		color: #a6c311;
		padding: 10px 0 0 0px;
	}
	
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #888;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li a {
		text-decoration: none;
		color: #a6c311;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #a6c311;
		color: #000;
	}

#corecenter table   {
  border-spacing:5px;
  border-collapse:collapse;
}

#corecenter table tr td   {
  padding:5px;
}

#corecenter table tr th   {
  padding:5px;
}

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 740px;
	height: 30px;
	background: #137f96;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}

dl   {
	padding-left:25px;
	padding-top:5px;
}

dd   {
	padding-left:15px;
	padding-bottom:5px;
}

#otvaracie_hodiny { 
	position:absolute;
 	top:225px; left:800px;
  width: 190px; 

	text-align:center;
	border:solid;
	border-width:3px;
	padding:5px;
	border-color:#a6c311; 
	}
